GetNormal Data Member Function

Gets the vertex normal at the specified index.

Prototype

int32 GetNormal( int32 index, Float32Vector normal )

Parameters

Parameter Type Parameter Name Documentation
int32indexThe vertex normal index to retrieve.
<Float32Vector>normalA pointer to a <Float32Vector> that stores the vertex normal.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.