Click or drag to resize
Ab4d.SharpEngine logo

TriangleMeshTGetNormals Method

Returns an array of Vector3 that define the normals of this mesh. Executing this method may take some time because the method will need to create new array objects and copy data from the original vertices data structure (for example an array of PositionNormalTextureVertex values).

Namespace: Ab4d.SharpEngine.Meshes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntax
C#
public Vector3[]? GetNormals()

Return Value

Vector3
array of Vector3 that define the normals of this mesh
See Also