llScaleTexture

From Second Life Wiki
Revision as of 05:40, 29 March 2007 by Ricky Geesink (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llScaleTexture( float u, float v, integer face );

Sets the texture u & v scales for the chosen face.

• float u
• float v
• integer face

Specification

In the default texture mapping mode the scale units are in texture repeats per face. In the planar texture mapping mode the scale units are in texture repeats per half meter. This is in contrast to the in-world editing tool, in which the planar texture scaling units are repeats per meter.

Caveats

  • This function causes the script to sleep for 0.2 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llGetTextureScale

Deep Notes

Search JIRA for related Issues

Signature

function void llScaleTexture( float u, float v, integer face );