I am working with a 3D city model (composed of meshes), where the vertex normal pool is simply a copy of the vertex pool. Obviously, this is incorrect and I do not know why that is the case, as I was simply handed the model ready-made. I am wondering therefore if there is a possibility to do a reset for these measurements? To calculate the vertex normals in some automatic way anew? I appreciate any input on this matter! Many thanks.
Solved
Is there a way to recalculate vertex normals when these measures already exist?
Best answer by virtualcitymatt
Try the MeshMerger - the mesh merger contains post processing steps.
I think it should work even when there is just one mesh per group.
If it doesn't work then you can use a GeometryCoercer to coerce the mesh into a composite surface, then you can use the MeasureRemover to remove all of the normals. After removing the normals, coerce back into mesh with GeometryCoercer and the run through the GeometryValidator where issue to detect is set to MissingVertexNormal
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.