I have this mesh, which is procedurally generated and I’m calling Recalculate Normals() on it. But the normals aren’t being calculated how they are supposed to be.
Aren’t they supposed to be straight, pointing upwards? Perpendicular to the faces?
The mesh in question is spherical mesh, so I think it just calculates the normals based on the direction from the center and not actually on from the geometry of the mesh.
I want to generate grass on the surface, and I’m using the normal of the vertices to set the rotation of the grass, but as you can guess, the grass is also pointing obliquely.
Any help?