You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Computes vertex normals by averaging face normals.</p>
214
+
<p>Computes vertex normals for the given vertex data. For indexed geometries, the method sets each vertex normal to be the average of the face normals of the faces that share that vertex.
215
+
For non-indexed geometries, vertices are not shared, and the method sets each vertex normal to be the same as the face normal.</p>
0 commit comments