Closed mdegans closed 1 year ago
Mesh::draw
self.current_transformation
Fixes #317
Nice, thanks for the fix 👍 I fixed the same issue in InstancedMesh and Particles.
InstancedMesh
Particles
YW. Thanks for the merge!
Mesh::draw
now returns early if the determinant ofself.current_transformation
is float zero, since this was causing a panic.Fixes #317