home *** CD-ROM | disk | FTP | other *** search
- #include "colors.inc"
- #include "textures.inc"
-
- camera {
- location <-1, 24, -30 >
- direction <0.0, 0.0, 0.9 >
- up <0.0, 1.0, 0.0 >
- right <1.33, 0.0, 0.0 >
- look_at <0,5,0>
- }
-
- light_source{< 71 , 48 , -12 > color White }
- light_source{< 91 , 48 , 12 > color White }
-
- union {
- #include "test.inc"
- texture { pigment { Silver } finish { Dull } }
- }
-
-