home *** CD-ROM | disk | FTP | other *** search
- #version 1.0
-
- camera {
- location <20 10 -25>
- direction <0 0 1.7>
- right <1.333333 0 0>
- look_at <0 3 0> }
-
-
- object { light_source { <160 160 -160> color red 1 green 1 blue 1 }}
-
- #declare Chrome = texture {
- brilliance 1.0
- phong_size 90
- reflection 1.0
- refraction 0.0
- ambient 0.4
- roughness 0.00001
- phong 1.0
- }
-
- #declare Cube = intersection {
- plane { <0.0 0.0 1.0> 1.0 }
- plane { <0.0 0.0 -1.0> 1.0 }
- plane { <0.0 1.0 0.0> 1.0 }
- plane { <0.0 -1.0 0.0> 1.0 }
- plane { <1.0 0.0 0.0> 1.0 }
- plane { <-1.0 0.0 0.0> 1.0 }
- }
-
- object {
- intersection { Cube }
- scale <10 0.0001 10>
- texture {
- checker
- color red 1.0 blue 1.0 green 1.0
- color red 0.0 blue 0.0 green 0.0
- scale <3 3 3>
- reflection 1.0
- brilliance 1.0
- phong 1.0
- }
- bounded_by {
- intersection {
- Cube
- scale <11 0.0002 11> }}
- }
-
-
- object {
- sphere { <-6 3 -6> 3 }
- texture { Chrome }
- bounded_by {sphere { <-6 3 -6> 3.1 }}
- }
-
- object {
- sphere { <5 2 5> 2 }
- texture { Chrome }
- bounded_by {sphere { <5 2 5> 2.1 }}
- }
-
- object {
- sphere { <7 3.5 -7> 3.5 }
- texture {
- color red 1.0 green 1.0 blue 1.0 alpha 0.9
- reflection 0.2
- ior 1.0
- refraction 1.0
- phong 1.0
- phong_size 85
- roughness 0.0001
- }
- bounded_by {sphere { <7 3.5 -7> 3.51 }}
- }
-
- object {
- intersection {
- plane { <0.0 1.0 0.0> 1 }
- quadric {
- <1.0 0.0 1.0>
- <0.0 0.0 0.0>
- <0.0 0.0 0.0>
- -1.0 }
- plane { <0.0 -1.0 0.0> 1 } }
- scale <3 8 3>
- translate <-5 3 3>
- texture {
- color red 1.0 green 1.0 blue 1.0 alpha 1.0
- reflection 0.2
- ior 1.1
- refraction 1.0
- phong 1.0
- phong_size 85
- roughness 0.0001
- }
- bounded_by {
- intersection {
- plane { <0.0 1.0 0.0> 1 }
- quadric {
- <1.0 0.0 1.0>
- <0.0 0.0 0.0>
- <0.0 0.0 0.0>
- -1.0 }
- plane { <0.0 -1.0 0.0> 1 }
- scale <3.1 9.1 3.1>
- translate <-5 2 3> }}
- }
-
- object {
- sphere { <0 0 0> 500 }
- texture {
- bozo
- turbulence 0.4
- gradient <0 1 0>
- color_map {
- [0.0 0.25 color red 1.0 blue 1.0 green 1.0
- color red 1.0 blue 0.0 green 1.0]
- [0.25 0.45 color red 1.0 blue 0.0 green 1.0
- color red 1.0 blue 0.0 green 0.0]
- [0.45 0.65 color red 1.0 blue 0.0 green 0.0
- color red 0.0 blue 1.0 green 0.0]
- [0.65 1.00 color red 0.0 blue 1.0 green 0.0
- color red 1.0 blue 1.0 green 1.0]
- }
- ambient 0.6
- diffuse 0.0
- scale <5000 500 5000>
- translate <0 300 0>
- }}
-