8 #include "geometry/sphere.h"
9 #include "geometry/gridaabb.h"
24 bool isAtomic()
const;
29 std::list<VoxelTreeNode*>& subnodes();
30 const std::list<VoxelTreeNode*>& subnodes()
const;
33 const Voxel* voxel()
const;
46 void setActive(
bool active);
48 void insert(
Voxel* voxel);
49 void remove(
Voxel* voxel);
65 std::vector<VoxelTreeNode*> m_subnodes;
66 std::list<VoxelTreeNode*> m_activeSubnodes;
78 void calculateSpherePosition(
const Transform& transform);
79 void calculateSphereRadius(
const Transform& transform);
Definition: voxeltreenode.h:15
Definition: voxeltree.h:9
Definition: gridaabb.h:12