Papervision 3D Programming Tutorial: Quadtree Renderer
A common problem with a software 3D rendering is deciding the order in which triangles are drawn. It’s important because the most distant polygons that make up the scene should be rendered before those closer to the camera. But what about polygons that intersect?
Using this Papervision 3D tutorial, you can learn how to render 3D [...]
