home *** CD-ROM | disk | FTP | other *** search
- // towers of hanoi.
- camera {
- location <0, 10, -12>
- look_at 3*y
- }
- composite {
- disc { <0,1,0>, <0,1,0>, 10, 8 texture { color green 1.0 } }
- disc { <0,2,0>, <0,1,0>, 8, 6 rotate 20*z texture { color blue 1.0 } }
- disc { <0,3,0>, <0,1,0>, 6, 4 translate <0.5> texture { color red 1.0 blue .5} }
- disc { <0,4,0>, <0,1,0>, 4, 2 texture { color red 1.0 } }
- }
- light_source{
- <-5, 7, 2> color rgb <1>
- }