home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Homebrewer's Handbook / vr.iso / 2mro / runtime / data.wld < prev    next >
Text File  |  1996-03-19  |  522b  |  25 lines

  1. start 0 243 -8543 4 0 0 2.00
  2.  
  3. Hither 10
  4.  
  5. Yon 134217728
  6.  
  7. Ambient 64
  8.  
  9. Horizon 21 21 22 23 24 25 116 116
  10.  
  11. Horstep 84
  12.  
  13. object ball    = PLG1 1 1 1  0.0  0.0  0.0 6 129 -7105
  14. object torus   = PLG2 1 1 1  0.0  0.0  0.0 10 72 -7100
  15. object checker = PLG3 1 1 1  0.0  0.0  0.0 -390 0 -7500
  16.  
  17. # A very simple animation to rotate the ball in one direction and the
  18. # torus in the other.
  19.  
  20. animation 150
  21.         state a
  22.           do ball  =  step(x,x,x x,25,x)[][] 
  23.           do torus =  step(x,x,x x,-10,x)[][]
  24.  
  25.