Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // cloudparty script
- // this script will make an object to rotate with a specific angular velocity in degree/min
- function spin() {
- setVelAngular({ vel: [0,0,getParam('rot')]});
- }
- spin();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement