Smooth rotate texture

From OpenSimulator

Jump to: navigation, search

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