pub type OctreeI32<T> = Tree<IVec3, OctreeShapeI32, T, 8>;
The default octree with i32 coordinates.
i32