My requirement is to set the normals of a model’s faces. In my test using a single plane, I used this code for all vertices, but the normals didn’t take effect after importing into 3ds Max.
Mesh mesh = new Mesh();
if (p…... I observed the issue you reported. It appears that 3ds Max may...