home *** CD-ROM | disk | FTP | other *** search
- //BOXES.PI
-
- include "d:\polyray\include\colors.inc"
- include "d:\polyray\include\texture.inc"
-
- viewpoint {
- from <-0.5, 2.0, -5.0>
- at <0.0, 0.0, 0.0>
- up <0.0, 1.0, 0.0>
- resolution 100,100
- aspect 1.0
- }
-
- // LIGHT_SOURCE
- light <0.0, 0.0, -3.0>
- // LIGHT_SOURCE
- light <0.5, 3.0, -3.0>
- // LIGHT_SOURCE
- light <1.0, 0.0, -5.0>
-
- // BOX
- object {
- box <-1, -1, -1>, <1, 1, 1>
- reflective_yellow
- }
-
- // BOX
- object {
- box <-1, -1, -1>, <1, 1, 1>
- translate <-1.65, -2.1, 0>
- white_marble
- }
-
- // BOX
- object {
- box <-1, -1, -1>, <1, 1, 1>
- scale <2, 1, 3>
- translate <2.4, -2.1, 0>
- dented_red
- }
-
-