Guest User

Untitled

a guest
Apr 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. animate = proc do
  2. if ($solidZ <= MINZ || $transparentZ >= MAXZ)
  3. glutIdleFunc(nil)
  4. else
  5. $solidZ -= ZINC
  6. $transparentZ += ZINC
  7. glutPostRedisplay()
  8. end
  9. end
Add Comment
Please, Sign In to add comment