pub const CUBE: [Vec3; 36];
Expand description
Points on the unit cube that create a triangle-list mesh.
Use unit_cube
for a mesh that includes normals.
rust-gpu
doesn’t like nested/double indexing so we do this here.
See this comment on discord