home *** CD-ROM | disk | FTP | other *** search
- #include "colors.inc"
- #include "shapes.inc"
- #include "textures.inc"
-
- camera
- {
- location < 0,0,-40 >
- look_at < 0,0,0 >
- direction < 0,0,20 >
- }
-
- light_source
- {
- < -10,0, 0 >
- color White
- }
-
- light_source
- {
- < -10,0,-10 >
- color White
- }
-
- light_source
- {
- < 0,0,-10 >
- color White
- }
-
- sphere
- {
- < 0, 0, 0>
- 1
- pigment { Gray30 }
- finish { Dull }
- }
-