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 = ...)

Revision as of 11:43, 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