Hello, is there a way to generate normals during import even if normals exist in the imported file? I didn't manage to find a way to do it.
Thanks for any help!
Remove the normals via RemoveVertexComponent, then GenerateSmoothNormals or similar should regenerate those.
Thanks, I'll give it a try.
Log in to post a comment.
Hello,
is there a way to generate normals during import even if normals exist in the imported file? I didn't manage to find a way to do it.
Thanks for any help!
Remove the normals via RemoveVertexComponent, then GenerateSmoothNormals or similar should regenerate those.
Thanks, I'll give it a try.