ObjectModel.GetVertexNormals(Vector3[]) Method

Definition

Returns normals on object model surface in centered coordinate system.

public:
 void GetVertexNormals(cli::array <System::Numerics::Vector3> ^ normals);
public void GetVertexNormals (System.Numerics.Vector3[] normals);
member this.GetVertexNormals : System.Numerics.Vector3[] -> unit
Public Sub GetVertexNormals (normals As Vector3())

Parameters

normals
Vector3[]

Buffer to store the normals, allocated by the caller.

Applies to