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…...FVector4(1, 0, 1, 0)); (new Scene(mesh)).Save(@"test.fbx"); I’ve...