// File: keith_03.pov // Vers: 3.6 // Desc: Bildprojektionen // Date: 1996-2010 // Auth: Asti #include "colors.inc" #include "shapes.inc" #include "textures.inc" #declare Streifen = texture { pigment {gradient < 1, 1, 0 > color_map { [0.00, 0.6 color VioletRed color VioletRed*1.3] [0.6, 0.88 color Clear color Clear] [0.88, 1.001 color VioletRed*1.3 color VioletRed] } } scale 8 } global_settings { assumed_gamma 1.9 } camera{ location <-9,17.5,-25> direction <0,0,1> up <0,1,0> right <4/3,0,0> look_at <-.5,10,0> } light_source { <2,13,-5> color Yellow} light_source { <-2,21,-50> color SkyBlue} light_source { <-4,4,-5> color LimeGreen} box {<-15,-7,22>, <35,22,42.5> pigment{ image_map {gif "..\bildvorl\kh6.gif" interpolate 2 map_type 0 } scale <48,33,.1> translate <177,-42,0> }//Ende Pigment finish { ambient 0.45 diffuse 0.28 reflection 0 }//end finish rotate <0,-10,0> hollow }//end plane plane { y, -2.5 //texture {Chrome_Texture} pigment {color LimeGreen} finish { ambient 0.25 diffuse 0.15 reflection 0.55 }//end finish rotate <20,0,0> normal {bumps 0.3 scale 7} hollow }//end Boden sphere {<0,0,0>,50.5 texture {Streifen finish{ ambient 0.6 diffuse 0.4 reflection 0.4 } }// end texture }//end sphere plane { z, 50 texture { Glass2 }//end pigment rotate <0,30,0> }//end plane