overte/voxel-server
ZappoMan 2c8c6a2600 Coding standard cleanup and VoxelNode optimization
- make octalCode and children members private
- add public getters for accessing these private members
- change constructor to require an OctalCode for all non-roots
- default constructor constructs a rootNode
- make primary access for deleting, adding, and accessing children through public methods that do bookkeeping
- calculate AABox on voxel creation so that we don't need to do all the math when we deal with voxels
- added methods on VoxelNode for common items like getCorner(), getCenter(), getLevel(), etc
2013-05-05 10:17:02 -07:00
..
src Coding standard cleanup and VoxelNode optimization 2013-05-05 10:17:02 -07:00
CMakeLists.txt code review cleanup 2013-04-22 15:10:18 -07:00