Example #1
0
 public Vector3 GetNormal(int index)
 {
     return(MeshAttr.GetNormal(ref vertices[index]));
 }