SetNormal Data Member Function

Sets the vertex normal at the specified index.

Prototype

int32 SetNormal( int32 index, double normal )

Parameters

Parameter Type Parameter Name Documentation
int32indexThe index of the vertex normal you wish to set.
doublenormalThe new vertex normal value you wish to set.

Examples

Copy Text To Clipboard

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