SetTexcoord Data Member Function

Sets the vertex texture coordinate at the specified index.

Prototype

int32 SetTexcoord( int32 index, double texcoord )

Parameters

Parameter Type Parameter Name Documentation
int32indexThe index of the vertex texture coordinate you wish to set.
doubletexcoordThe new vertex texture coordinate value you wish to set.

Examples

Copy Text To Clipboard

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