Monday, January 07, 2013

Coding a Simple Octree | Brandon Pelfrey

Coding a Simple Octree | Brandon Pelfrey: "Octrees are fundamental in many computer graphics and simulation applications, but I found myself writing one for the first time last weekend, so I thought I’d share the basic ideas and show some code demonstrating how it could be used. The code for this post is available on Github for those eager to jump the gun, but below is an explanation of the semi-interesting parts of the code."