home *** CD-ROM | disk | FTP | other *** search
- // Flat Green Bowls
- // Mike Williams
- // 111 Evering Road
- // LONDON N16 7SL
-
- #include "shapes"
- #include "colors"
- #include "textures"
-
- camera
- { location <-30 60 -50>
- up <0 1 0>
- right <1.25 0 0>
- look_at <0 20 100>
- }
-
- #declare bowl = object
- { quadric { Ellipsoid scale <40 40 33> translate <0 25 0> }
- texture
- { image_map { <1 -1 0> gif "<POVgif$Dir>.Bowl4" interpolate 2 }
- scale < 75 75 75 >
- translate < 35 -19 0 >
- ambient 0.2
- diffuse 0.7
- reflection 0.2
- phong 0.75
- }
- color red 0 blue 0 green 0
- translate <0 -25 0>
- }
-
- object { bowl rotate <0 0 80> translate <170 25 220> }
- object { bowl rotate <30 0 0> translate <-40 25 200> }
- object { bowl rotate <0 -20 120> translate <20 25 140> }
- object { bowl rotate <0 90 0> translate <-90 25 80> }
-
- object // Grass
- { plane { <0 1 0> -10 }
- texture
- { 0.05
- color YellowGreen
- turbulence 0.1
- ambient 0.3
- diffuse 0.8
- }
- }
-
- object // Sky
- { sphere { <0 -39000 0> 40000 inverse }
- texture
- { bozo
- turbulence 0.6
- colour_map
- { [0 0.5 colour red 0.4 green 0.5 blue 1
- colour red 0.4 green 0.5 blue 1]
- [0.5 0.7 colour red 0.4 green 0.5 blue 1
- colour red 1 green 1 blue 1]
- [0.7 1 colour red 1 green 1 blue 1
- colour red 0.7 green 0.7 blue 0.7]
- }
- scale <500 500 500>
- ambient 1
- diffuse 1
- }
- colour red 0.4 green 0.5 blue 1
- }
-
- object { light_source { <100 120 -130> colour White } }
- object { light_source { <-100 100 130> colour White } }
-
- object // Jack
- { sphere {<-40 15 120> 25}
- texture {colour White
- phong 1 phong_size 20
- wrinkles 0.2
- }
- colour White
- }