pub type OctreeShapeU32 = ConstPow2Shape3u32<1, 1, 1>;
Expand description
A BranchShape
for unsigned octrees.
Aliased Type§
pub struct OctreeShapeU32;
Trait Implementations§
Source§impl BranchShape<UVec3> for OctreeShapeU32
impl BranchShape<UVec3> for OctreeShapeU32
Source§const SHAPE_SHIFTER: UVec3
const SHAPE_SHIFTER: UVec3
The number of bits to shift each dimension in order to translate coordinates between adjacent
Level
s.