Mesh
.SetNormals
Switch to Manual
public void
SetNormals
(List<Vector3>
inNormals
);
Parameters
inNormals
Per-vertex normals.
Description 描述
Set the normals of the Mesh.
See Also:
Mesh.normals
.