blob: 52aec6824ceef34799f8b43496f2a1d9c0551e7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
<!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:stephane.craux%40voila.fr">
<LINK REL="Previous" HREF="000439.html">
<LINK REL="Next" HREF="000442.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] culling and transforms</H1>
<B>stephane.craux@voila.fr</B>
<A HREF="mailto:stephane.craux%40voila.fr"
TITLE="[Nel] culling and transforms">stephane.craux@voila.fr</A><BR>
<I>Sat, 30 Jun 2001 12:21:16 +0200</I>
<P><UL>
<LI> Previous message: <A HREF="000439.html">[Nel] Compiling NeL from CVS</A></li>
<LI> Next message: <A HREF="000442.html">[Nel] Congratulations + concerns</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#440">[ date ]</a>
<a href="thread.html#440">[ thread ]</a>
<a href="subject.html#440">[ subject ]</a>
<a href="author.html#440">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi ,
I Just took a look at nevrax code recently and
noticed that rather than transforming AABB when traversing
the scene graph , the choice was made to transform the
view frustum pyramid : it is much more cpu costly :
I didn't check if this choice was relevant : is it really ?
Ho , it dosn't seem to me that nel network code provides
peer2peer networked comm : Am I right ?
Isn't it a nice solution to very large multi-user environments ?
Great job anyway
Stephane
__________________________________________________
Voila vous propose une boite aux lettres gratuite sur Voila Mail:
<A HREF="http://mail.voila.fr">http://mail.voila.fr</A>
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000439.html">[Nel] Compiling NeL from CVS</A></li>
<LI> Next message: <A HREF="000442.html">[Nel] Congratulations + concerns</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#440">[ date ]</a>
<a href="thread.html#440">[ thread ]</a>
<a href="subject.html#440">[ subject ]</a>
<a href="author.html#440">[ author ]</a>
</LI>
</UL>
</body></html>
|