by nathan@[EMAIL PROTECTED]
(Nathan Mates)
Aug 26, 2007 at 04:25 PM
In article <1188142629.404914.8330@[EMAIL PROTECTED]
>,
<bob@[EMAIL PROTECTED]
> wrote:
>Let's say you have a set of triangles, and you want to know which
>members of that set are visible from a given point. What is the most
>efficient way to calculate this?
Usually, some sort of quadtree/octree is used to determine
potential visibility, then a more accurate set of frustrum culling is
used.
Nathan Mates
--
<*> Nathan Mates - personal webpage http://www.visi.com/~nathan/
# Programmer at Pandemic Studios -- http://www.pandemicstudios.com/
# NOT speaking for Pandemic Studios. "Care not what the neighbors
# think. What are the facts, and to how many decimal places?" -R.A.
Heinlein