llScaleTexture

From Second Life Wiki
Revision as of 16:27, 27 March 2007 by BamBam Sachertorte (talk | contribs) (texture scale detail)
Jump to navigation Jump to search

Summary

Function: llScaleTexture( float u, float v, integer face );
0.2 Forced Delay
10.0 Energy

Sets the texture u & v scales for the chosen face. 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.

• float u
• float v
• integer face face number or ALL_SIDES

If face is ALL_SIDES then the function works on all sides.

Caveats

  • This function causes the script to sleep for 0.2 seconds.
  • The function silently fails if its face value indicates a face that does not exist.

Examples

Deep Notes

Signature

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