home *** CD-ROM | disk | FTP | other *** search
- // Generic Polyray input File
- // Polyray input file: Alexander Enzmann
-
- // Set up the camera
- viewpoint {
- from <0,7,-10>
- at <0,0,0>
- up <0,1,0>
- angle 45
- resolution 128, 128
- }
- include "..\colors.inc"
- background midnight_blue
- light <5, 20, -10>
-
- define lathe_object
- object {
- lathe 2, <0, 1, 0>, 12,
- <2, -1>, <3, -1>, <3.4, -2>, <4, -1.1>, <3.6, -0.9>,
- <2.6, 0>,
- <3.6, 0.9>, <4, 1.1>, <3.4, 2>, <3, 1>, <2, 1>,
- <2, -1>
- u_steps 16
- shiny_red
- }
-
- object {
- lathe_object
- - object { box <0, -5, 0>, <5, 5, -5> shiny_green }
- rotate <0, 30, 0>
- }
-