![]() |
• Graphics Manager | ||
|
API Links
Developer Links
|
MaterialObject::GetTexcoordScaleDefined in:
Returns the scale for a texcoord.
C4MaterialObjects.hPrototype
Parameters
Description
The GetTexcoordScale function returns the scale that is applied to the texcoord specified by the index parameter. The x coordinate of the returned vector multiplies the s texture coordinate, and the y coordinate of the returned vector multiplies the t texture coordinate. The default scale is (1,1).
See Also
|