¡@

Home 

c++ Programming Glossary: cubes

Culling techniques for rendering lots of cubes

http://stackoverflow.com/questions/3693407/culling-techniques-for-rendering-lots-of-cubes

techniques for rendering lots of cubes I am working on a personal learning project to make a Minecraft.. one thing. Similar to Minecraft my terrain has lots of cubes stacked on the Y so you can dig down. Although I do frustum.. this still means that I uselessly draw all the layers of cubes below me. The cubes are X Y and Z ordered although only in 1..