Description
Gets the normals of the mesh. Every position
in
Positions
has corresponding normal. Normals are commonly used for lighting.
Three array elements (in the order x, y, z) constitute one
normal.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
Public Property Normals() As System.Array
|
[C#] |
public System.Array Normals {get;}
|
[Managed C++] |
public: __property System::Array^ get_Normals();
|
[Unmanaged C++] |
public: HRESULT get_Normals(
SAFEARRAY ** ppRetVal
);
|
[Java] |
public Object[] getNormals();
|
See Also