home *** CD-ROM | disk | FTP | other *** search
- #include "colors.inc"
- #include "shapes.inc"
- #include "textures.inc"
-
- // create the number of chem textures as specified in the .INC file
- //
- #declare chem1 = texture { Jade phong 1 }
- #declare chem2 = texture { Red_Marble phong 1 }
- #declare chem3 = texture { agate phong 1 }
-
- #include "h2so4.inc"
-
- camera {
- location < -10.0 100.0 -100 >
- direction < 0.0 0.0 2.0 >
- up < 0.0 1.0 0.0 >
- right < 1.33333 0.0 0.0 >
- look_at < 0.0 0.0 0.0 >
- }
-
-
- object { light_source { <-10 30 -70.0> color White } } // main light
- object { light_source { <0 400 0.0> color White } } // backlight (optional)
-
-
-