Type Definition gltf::mesh::BoundingBox

source ·
pub type BoundingBox = Bounds<[f32; 3]>;
Expand description

Vertex position bounding box.