@adamb said:
@thomthom said:
I did that for Vertex Tools, I take the average normal of the faces connected to the vertex.
You're missing a step with your averaging there. You need to weight by the contribution each face connected to the vertex makes - ie weight by the interior angle otherwise a cube constructed of triangles will end up with vertex normals not all pointing out exactly at 45 degrees.
How does one do that?