#version 3.0 #include "colors.inc" #include "shapes.inc" #include "textures.inc" #include "glass.inc" global_settings { assumed_gamma 2.2 ambient_light rgb<1,1,1> } camera { location <0, 0,-60> look_at <0, 0, 0> angle 10.0 } background {color rgb <1,1,1>} // ******* L I G H T S ******* light_source { // Area_Lichtpunkt 1 <-60,100,-75> color rgb<1,1,1> area_light <-20,0,0>, <0,-20,0>, 3, 3 adaptive 1 jitter } light_source { // Area_Lichtpunkt 2 <60,100,-10> color rgb<1,1,1> area_light <0,-20,0>, <0,0,-20>, 3, 3 adaptive 1 jitter } union { //C sphere { <-0.95,-0.57,-0.22>, 0.38 } sphere { <0.17,-1.55,-0.49>, 0.38 } sphere { <1.00,-0.34,1.17>, 0.38 } sphere { <-0.41,0.21,0.98>, 0.38 } sphere { <1.84,0.45,0.18>, 0.38 } sphere { <0.91,1.55,-0.30>, 0.38 } pigment{color Clear} finish{ F_Glass1 } interior { I_Glass2 fade_color Col_Citrine_01 ior 1.55 } } union { //N sphere { <-3.47,-0.96,-0.76>, 0.38 } sphere { <3.82,-0.54,-1.21>, 0.38 } pigment{color Clear} finish{ F_Glass1 } interior { I_Glass2 fade_color Col_Sapphire_02 ior 1.77 } } union { //O sphere { <-2.14,-1.23,0.10>, 0.37 } sphere { <-4.59,-1.58,-0.46>, 0.37 } sphere { <-3.44,-0.23,-1.63>, 0.37 } sphere { <0.91,-1.66,0.69>, 0.37 } sphere { <-0.20,1.53,0.56>, 0.37 } sphere { <2.25,-0.36,-0.89>, 0.37 } sphere { <4.20,-1.30,-2.21>, 0.37 } sphere { <4.59,-0.01,-0.57>, 0.37 } pigment{color Clear} finish{ F_Glass1 } interior { I_Glass2 fade_color Col_Ruby_01 ior 1.77 } } merge { //H, Bond sphere { <-1.08,0.14,1.86>, 0.16 } sphere { <1.39,-0.29,2.21>, 0.16 } sphere { <-1.20,0.07,-1.09>, 0.16 } sphere { <0.82,-1.17,-1.31>, 0.16 } sphere { <-0.24,-2.54,-0.80>, 0.16 } sphere { <2.77,0.85,0.64>, 0.16 } sphere { <1.42,2.54,-0.26>, 0.16 } sphere { <0.60,1.38,-1.36>, 0.16 } cylinder { <-0.95,-0.57,-0.22>,<0.17,-1.55,-0.49>,0.05} cylinder { <-0.95,-0.57,-0.22>,<-0.41,0.21,0.98>,0.05} cylinder { <-0.95,-0.57,-0.22>,<-1.20,0.07,-1.09>,0.05} cylinder { <-0.95,-0.57,-0.22>,<-2.14,-1.23,0.10>,0.05} cylinder { <0.17,-1.55,-0.49>,<0.82,-1.17,-1.31>,0.05} cylinder { <0.17,-1.55,-0.49>,<-0.24,-2.54,-0.80>,0.05} cylinder { <0.17,-1.55,-0.49>,<0.91,-1.66,0.69>,0.05} cylinder { <1.00,-0.34,1.17>,<-0.41,0.21,0.98>,0.05} cylinder { <1.00,-0.34,1.17>,<1.84,0.45,0.18>,0.05} cylinder { <1.00,-0.34,1.17>,<1.39,-0.29,2.21>,0.05} cylinder { <1.00,-0.34,1.17>,<0.91,-1.66,0.69>,0.05} cylinder { <-0.41,0.21,0.98>,<-1.08,0.14,1.86>,0.05} cylinder { <-0.41,0.21,0.98>,<-0.20,1.53,0.56>,0.05} cylinder { <1.84,0.45,0.18>,<0.91,1.55,-0.30>,0.05} cylinder { <1.84,0.45,0.18>,<2.77,0.85,0.64>,0.05} cylinder { <1.84,0.45,0.18>,<2.25,-0.36,-0.89>,0.05} cylinder { <0.91,1.55,-0.30>,<1.42,2.54,-0.26>,0.05} cylinder { <0.91,1.55,-0.30>,<0.60,1.38,-1.36>,0.05} cylinder { <0.91,1.55,-0.30>,<-0.20,1.53,0.56>,0.05} cylinder { <-3.47,-0.96,-0.76>,<-2.14,-1.23,0.10>,0.05} cylinder { <-3.47,-0.96,-0.76>,<-4.59,-1.58,-0.46>,0.05} cylinder { <-3.47,-0.96,-0.76>,<-3.44,-0.23,-1.63>,0.05} cylinder { <3.82,-0.54,-1.21>,<2.25,-0.36,-0.89>,0.05} cylinder { <3.82,-0.54,-1.21>,<4.20,-1.30,-2.21>,0.05} cylinder { <3.82,-0.54,-1.21>,<4.59,-0.01,-0.57>,0.05} pigment{color Clear} finish{ F_Glass1 } interior { I_Glass2 fade_color Col_Topaz_01 ior 1.63 } } object{ plane{<0,0,1>,100} pigment{color White} } // End of File