home *** CD-ROM | disk | FTP | other *** search
- // Generic Polyray input File
- // Polyray input file: Alexander Enzmann
-
- // Set up the camera
- viewpoint {
- from < 6, 20, -30>
- at <0,0,0>
- up <0,1,0>
- angle 45
- resolution 256, 256
- }
-
- background <0, 0, 0>
- light <-50, 50, -50>
- include "..\colors.inc"
-
- object {
- height_field "maze2.tga"
- translate <-0.5, 0, -0.5>
- scale <30, 0.01, 30>
- shiny_red
- }
-