aboutsummaryrefslogtreecommitdiff
path: root/pipermail/nel/2001-July/000463.html
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
committerneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
commit0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch)
tree2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-July/000463.html
downloadnevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz
nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip
Initial commit
Diffstat (limited to 'pipermail/nel/2001-July/000463.html')
-rw-r--r--pipermail/nel/2001-July/000463.html77
1 files changed, 77 insertions, 0 deletions
diff --git a/pipermail/nel/2001-July/000463.html b/pipermail/nel/2001-July/000463.html
new file mode 100644
index 00000000..fb0b7777
--- /dev/null
+++ b/pipermail/nel/2001-July/000463.html
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Nel] culling and transforms</TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:berenguier%40nevrax.com">
+ <LINK REL="Previous" HREF="000461.html">
+ <LINK REL="Next" HREF="000464.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Nel] culling and transforms</H1>
+ <B>Lionel Berenguier</B>
+ <A HREF="mailto:berenguier%40nevrax.com"
+ TITLE="[Nel] culling and transforms">berenguier@nevrax.com</A><BR>
+ <I>Mon, 2 Jul 2001 11:14:03 +0200</I>
+ <P><UL>
+ <LI> Previous message: <A HREF="000461.html">[Nel] [Flame][Offtopic] Congratulations + concerns</A></li>
+ <LI> Next message: <A HREF="000464.html">[Nel] A bit of news</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#463">[ date ]</a>
+ <a href="thread.html#463">[ thread ]</a>
+ <a href="subject.html#463">[ subject ]</a>
+ <a href="author.html#463">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>----- Original Message -----
+From: &lt;<A HREF="mailto:stephane.craux@voila.fr">stephane.craux@voila.fr</A>&gt;
+To: &lt;<A HREF="mailto:nel@nevrax.org">nel@nevrax.org</A>&gt;
+Sent: Saturday, June 30, 2001 12:21 PM
+Subject: [Nel] culling and transforms
+
+
+&gt;<i> Hi ,
+</I>&gt;<i> I Just took a look at nevrax code recently and
+</I>&gt;<i> noticed that rather than transforming AABB when traversing
+</I>&gt;<i> the scene graph , the choice was made to transform the
+</I>&gt;<i> view frustum pyramid : it is much more cpu costly :
+</I>
+Is it not nearly the same?
+
+transform the planes: transform 6 planes =&gt; 6*16= 96 muls.
+transform the AABB: transform 8 vectors =&gt; 8*12= 96 muls.
+
+But maybe your trick to transform an AABB is to just transform the center
+(12), then transform the 3 half vectors of the AABB (3*3 because of their
+axis form), and then just do some add ? (ooops :) )
+
+regards
+
+Lionel.
+
+
+</pre>
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI> Previous message: <A HREF="000461.html">[Nel] [Flame][Offtopic] Congratulations + concerns</A></li>
+ <LI> Next message: <A HREF="000464.html">[Nel] A bit of news</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#463">[ date ]</a>
+ <a href="thread.html#463">[ thread ]</a>
+ <a href="subject.html#463">[ subject ]</a>
+ <a href="author.html#463">[ author ]</a>
+ </LI>
+ </UL>
+</body></html>