Advertisement
salahzar

Spin (Rotation) in cloudparty

May 18th, 2013
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // cloudparty script
  2. // this script will make an object to rotate with a specific angular velocity in degree/min
  3. function spin() {
  4. setVelAngular({ vel: [0,0,getParam('rot')]});
  5. }
  6.  
  7. spin();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement