ObjectModel.GetVertexNormals(Vector3[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.