home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 27 / CDROM27.iso / linux / lf / july1998 / camara2.rib < prev    next >
Encoding:
Text File  |  1998-07-03  |  524 b   |  31 lines

  1. # Motion Blur Camera
  2.  
  3. Display "camara2.tif" "file" "rgb"
  4. Projection "perspective" "fov" 45
  5. Format 640 480 1
  6. Shutter 0 1
  7. LightSource "ambientlight" 1 "intensity" 0.3 "lightcolor" [1 1 1]
  8. LightSource "distantlight" 2 "intensity" 1.0 "from" [10 10 -10] "to" [0 0 0]
  9.  
  10.  
  11. MotionBegin [0 1]
  12.     Translate 0 0 5
  13.     Translate -0.05 0 5
  14. MotionEnd
  15. Rotate -110 1 0 0
  16. Rotate 70 0 0 1
  17.  
  18.  
  19. WorldBegin
  20.     Color 0 1 0 
  21.     Cone 1.5 0.75 360
  22.  
  23.     Color 1 0 0
  24.     Translate -4.0 0.0 0
  25.     Cone 1.5 1.0 360
  26.  
  27.     Color 0 0 1
  28.     Translate 7 1 0
  29.     Cone 1.5 0.25 360
  30. WorldEnd
  31.