Procedure GetTexSpaceOrientV returns the vector that describes the v-axis of the referenced texture (from world space to texture space).
PROCEDURE GetTexSpaceOrientV(
textureSpace : HANDLE;
VAR vXAxis : REAL;
VAR vYAxis : REAL;
VAR vZAxis : REAL);def vs.GetTexSpaceOrientV(textureSpace):
return (vXAxis, vYAxis, vZAxis)| Name | Type | Description |
|---|---|---|
| textureSpace | HANDLE | Handle to texture space. |
| vXAxis | REAL | Returns v-axis vector X component. |
| vYAxis | REAL | Returns v-axis vector Y component. |
| vZAxis | REAL | Returns v-axis vector Z component. |
Returns the vector that describes the v-axis of the texture (from world space to texture space)
Availability: from VectorWorks8.0