home *** CD-ROM | disk | FTP | other *** search
- # Motion Blur Camera
-
- Display "camara2.tif" "file" "rgb"
- Projection "perspective" "fov" 45
- Format 640 480 1
- Shutter 0 1
- LightSource "ambientlight" 1 "intensity" 0.3 "lightcolor" [1 1 1]
- LightSource "distantlight" 2 "intensity" 1.0 "from" [10 10 -10] "to" [0 0 0]
-
-
- MotionBegin [0 1]
- Translate 0 0 5
- Translate -0.05 0 5
- MotionEnd
- Rotate -110 1 0 0
- Rotate 70 0 0 1
-
-
- WorldBegin
- Color 0 1 0
- Cone 1.5 0.75 360
-
- Color 1 0 0
- Translate -4.0 0.0 0
- Cone 1.5 1.0 360
-
- Color 0 0 1
- Translate 7 1 0
- Cone 1.5 0.25 360
- WorldEnd
-