How to recompute vertex normals to avoid faceting?

I am using MeshStandardMaterial with flatShading set to false, however I still get the faceted shading of my mesh. I am doing comptueVertexNormals() on my geometry.

Try to use .toCreasedNormals on your geometry.

5 Likes

Thank you! That worked :slight_smile:

1 Like