Closed noclck closed 1 year ago
This is caused by UVSphere generating vertices which are not referenced by the index buffer. Fixed by 5d49ad8f3cc2dee6d5e1ee65782d96a79b4ba467.
Also, I found the UVSphere outline had a visible seam caused by weighting the face normals and opposite sides of the seam having a slight numerical difference. Hence, I've tweaked the generation algorithm again to keep the face weighting but use vertex normals if available. See 3f304437cd384809fb22696bf01f90d28dbf2de7
I'll release 0.4.1 soon.
0.4.1 is released.
Hi,
I got an error when I call the
generate_outline_normals().unwrap()
on aUVSphere
shape.How to reproduce
Replace the cube shape by a UVSphere shape inside the shape example