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 Variant()
|