Open
Description
Mesh::faces
is currently Vec<Point3<u16>>
.
It would be great to make this u32
to allow meshes with >64k points
.
Either always or as a variant, as e.g. in bevy
's IndexFormat
.
Mesh::faces
is currently Vec<Point3<u16>>
.
It would be great to make this u32
to allow meshes with >64k points
.
Either always or as a variant, as e.g. in bevy
's IndexFormat
.