Guest User

Untitled

a guest
Jan 23rd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. cube.rotation.z = Math.PI * val;
  2. cube.rotation.x = Math.PI * val;
  3. cube.position.z = val * -1;
  4. cube.scale.y = val;
Add Comment
Please, Sign In to add comment