Tuesday, May 01, 2007

FRUSTRUM CULLING IN XNA

Inverse has posted an article at Ziggyware showing how to cull objects relative to a camera's frustrum.

From the article: "... To cull an object, you have to compute the object's bounding volume. Since we are keeping this article simple we will use bounding spheres. Bounding spheres are both economical and very fast.

Iterating thru the meshes in a model, we can merge the bounding spheres to produce a composite that bounds the entire model ...".

Read on!

No comments:

Post a Comment

Any thoughts? Post them here ...