home *** CD-ROM | disk | FTP | other *** search
- /* Number polygons 6
- opt !init
- opt trace
- opt shadow
-
- dev file cube.rle rle
- opt res 256
-
- ad li white dir 2 1 2
- eye 3 3 3
- win 10 8
-
- /* floor
- add obj floor plane
- mov obj floor 0 0 -8
- ad surf cyan 0 1 1 1 .7 .6 0
- surf floor cyan
- ad text check check
- text floor check
-
- add object P0 polygon
- vertex 0 5 0 0 -1 0
- vertex 5 5 0 0 -1 0
- vertex 5 5 5 0 -1 0
- vertex 0 5 5 0 -1 0
- end
- add surface PS0 1 1 1 1 0.5 0.5 0.5
- surface P0 PS0
- add object P1 polygon
- vertex 5 5 0 -1 0 0
- vertex 5 0 0 -1 0 0
- vertex 5 0 5 -1 0 0
- vertex 5 5 5 -1 0 0
- end
- add surface PS1 0.417595 0 0 1 0.5 0.5 0.5
- surface P1 PS1
- add object P2 polygon
- vertex 0 0 0 1 0 0
- vertex 0 5 0 1 0 0
- vertex 0 5 5 1 0 0
- vertex 0 0 5 1 0 0
- end
- add surface PS2 0 0.404133 0 1 0.5 0.5 0.5
- surface P2 PS2
- add object P3 polygon
- vertex 0 5 5 0 0 -1
- vertex 5 5 5 0 0 -1
- vertex 5 0 5 0 0 -1
- vertex 0 0 5 0 0 -1
- end
- add surface PS3 0 0 0.400172 1 0.5 0.5 0.5
- surface P3 PS3
- add object P4 polygon
- vertex 0 5 0 0 0 1
- vertex 5 5 0 0 0 1
- vertex 5 0 0 0 0 1
- vertex 0 0 0 0 0 1
- end
- add surface PS4 0.417365 0 0.400073 1 0.5 0.5 0.5
- surface P4 PS4
- add object P5 polygon
- vertex 5 0 0 0 1 0
- vertex 0 0 0 0 1 0
- vertex 0 0 5 0 1 0
- vertex 5 0 5 0 1 0
- end
- add surface PS5 0.712329 0.703346 0 1 0.5 0.5 0.5
- surface P5 PS5
-
- /* footer
- display
- q
- y
-