Smooth rotate texture

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(New page: == Smooth rotate texture == <source lang="lsl"> default { state_entry() { float SPEED = ...)
 
Line 13: Line 13:
  
 
</source>
 
</source>
 +
 +
 +
[[Category:Scripts]]

Revision as of 11:48, 23 November 2010

Smooth rotate texture

default
{
    state_entry()                                   
    {                                               
       float SPEED = 0.2; 
       llSetTextureAnim(ANIM_ON | SMOOTH | LOOP, ALL_SIDES, 0, 0, 1.0, 1000, SPEED);
    }
}
Personal tools
General
About This Wiki