SetPosition Data Member Function

Sets the vertex position at the specified index.

Prototype

int32 SetPosition( int32 index, Vec position )

Parameters

Parameter Type Parameter Name Documentation
int32indexThe index of the vertex position you wish to set.
<Vec>positionThe new vertex position value you wish to set.

Examples

Copy Text To Clipboard

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