Advertisement
LethBaumann

Rotation on child prim (vector)

Mar 26th, 2017
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. vector spin = <0,1,0>;
  2.  
  3. default
  4. {
  5.     state_entry()
  6.     {
  7.         llSetLinkPrimitiveParamsFast(2, [PRIM_OMEGA, spin, 0.3, PI]);//Change the 2 to the link number in your linkset
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement