pub type OctreeU32<T> = Tree<UVec3, OctreeShapeU32, T, 8>;
The default octree with u32 coordinates.
u32
struct OctreeU32<T> { /* private fields */ }