Saturday, April 14, 2007

NEW TUTORIAL: XNA OCTREE SYSTEM

Rhysyngsun has published a new tutorial explaining hot to build an XNA-based octree system.

From the post: "... First of all, what exactly is an octree? An octree is a spatial partitioning system that divides a cube recursively into eight equally sized cubes until each cube contains a specified number of polygons or objects. This tree can then be used to quickly determine visibility or to quickly rule out objects for physics purposes. For the purposes of XNA, I've designed my system to be used on a per-object basis ...".

Read on!

No comments:

Post a Comment

Any thoughts? Post them here ...