GetTexcoord Data Member Function

Gets the vertex texture coordinate at the specified index.

Prototype

int32 GetTexcoord( int32 index, Float32Vector texcoord )

Parameters

Parameter Type Parameter Name Documentation
int32indexThe vertex texture coordinate index to retrieve.
<Float32Vector>texcoordA pointer to a <Float32Vector> that stores the vertex texture coordinate.

Examples

Copy Text To Clipboard

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