umasteeringgroup / UMA

Unity Multipurpose Avatar
MIT License
727 stars 167 forks source link

The normal problem caused by the DNA change #304

Closed obuffer closed 4 months ago

obuffer commented 4 years ago

I used UMA DNA to adjust the bone, because the position of the vertex has changed, so it affects the triangles, the normal of the triangles should be changed, but it is not changed now.No matter how much I change the DNA, the lighting calculation stays the same, right

kenamis commented 4 years ago

That is by design and to be expected. You can use normal maps you blend towards or manually call recalculate normals, but that is costly.