#version 3.0 #include "colors.inc" #include "shapes.inc" #include "textures.inc" #include "glass.inc" global_settings { assumed_gamma 2.4 ambient_light rgb<1,1,1> } camera { location <-69.9*sin(2*pi*clock), 0,-69.9*cos(2*pi*clock)> look_at <0, 0, 0> angle 12.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 } // ******** TEXTURES ******* union { //C sphere { <0.23,-0.09,0.55>, 0.38 } sphere { <2.51,-0.63,0.28>, 0.38 } sphere { <-0.53,0.07,-0.56>, 0.38 } sphere { <3.51,-1.52,0.41>, 0.38 } sphere { <2.84,0.59,-0.20>, 0.38 } sphere { <4.78,-1.22,0.08>, 0.38 } sphere { <4.10,0.90,-0.53>, 0.38 } sphere { <-2.77,0.55,-0.05>, 0.38 } sphere { <5.08,-0.01,-0.39>, 0.38 } sphere { <-3.71,1.47,0.23>, 0.38 } sphere { <-3.07,-0.73,0.24>, 0.38 } sphere { <-4.89,1.14,0.79>, 0.38 } sphere { <-4.24,-1.08,0.80>, 0.38 } sphere { <-5.16,-0.14,1.08>, 0.38 } pigment{color Clear} finish{ F_Glass1 } interior { I_Glass2 fade_color Col_Citrine_01 ior 1.55 } } union { //O sphere { <1.24,-1.01,0.63>, 0.37 } sphere { <-0.03,0.60,1.51>, 0.37 } sphere { <-1.58,0.96,-0.62>, 0.37 } sphere { <-0.26,-0.61,-1.53>, 0.37 } pigment{color Clear} finish{ F_Glass1 } interior { I_Glass2 fade_color Col_Ruby_01 ior 1.77 } } merge { //H and Bond sphere { <3.28,-2.53,0.80>, 0.16 } sphere { <2.07,1.37,-0.34>, 0.16 } sphere { <5.57,-1.98,0.21>, 0.16 } sphere { <4.34,1.90,-0.92>, 0.16 } sphere { <6.12,0.24,-0.66>, 0.16 } sphere { <-3.51,2.53,0.00>, 0.16 } sphere { <-2.35,-1.54,0.03>, 0.16 } sphere { <-5.63,1.92,1.01>, 0.16 } sphere { <-4.45,-2.14,1.03>, 0.16 } sphere { <-6.12,-0.43,1.53>, 0.16 } cylinder { <0.23,-0.09,0.55>,<-0.53,0.07,-0.56>,0.05} cylinder { <0.23,-0.09,0.55>,<1.24,-1.01,0.63>,0.05} cylinder { <0.23,-0.09,0.55>,<-0.03,0.60,1.51>,0.05} cylinder { <2.51,-0.63,0.28>,<3.51,-1.52,0.41>,0.05} cylinder { <2.51,-0.63,0.28>,<2.84,0.59,-0.20>,0.05} cylinder { <2.51,-0.63,0.28>,<1.24,-1.01,0.63>,0.05} cylinder { <-0.53,0.07,-0.56>,<-1.58,0.96,-0.62>,0.05} cylinder { <-0.53,0.07,-0.56>,<-0.26,-0.61,-1.53>,0.05} cylinder { <3.51,-1.52,0.41>,<4.78,-1.22,0.08>,0.05} cylinder { <3.51,-1.52,0.41>,<3.28,-2.53,0.80>,0.05} cylinder { <2.84,0.59,-0.20>,<4.10,0.90,-0.53>,0.05} cylinder { <2.84,0.59,-0.20>,<2.07,1.37,-0.34>,0.05} cylinder { <4.78,-1.22,0.08>,<5.08,-0.01,-0.39>,0.05} cylinder { <4.78,-1.22,0.08>,<5.57,-1.98,0.21>,0.05} cylinder { <4.10,0.90,-0.53>,<5.08,-0.01,-0.39>,0.05} cylinder { <4.10,0.90,-0.53>,<4.34,1.90,-0.92>,0.05} cylinder { <-2.77,0.55,-0.05>,<-3.71,1.47,0.23>,0.05} cylinder { <-2.77,0.55,-0.05>,<-3.07,-0.73,0.24>,0.05} cylinder { <-2.77,0.55,-0.05>,<-1.58,0.96,-0.62>,0.05} cylinder { <5.08,-0.01,-0.39>,<6.12,0.24,-0.66>,0.05} cylinder { <-3.71,1.47,0.23>,<-4.89,1.14,0.79>,0.05} cylinder { <-3.71,1.47,0.23>,<-3.51,2.53,0.00>,0.05} cylinder { <-3.07,-0.73,0.24>,<-4.24,-1.08,0.80>,0.05} cylinder { <-3.07,-0.73,0.24>,<-2.35,-1.54,0.03>,0.05} cylinder { <-4.89,1.14,0.79>,<-5.16,-0.14,1.08>,0.05} cylinder { <-4.89,1.14,0.79>,<-5.63,1.92,1.01>,0.05} cylinder { <-4.24,-1.08,0.80>,<-5.16,-0.14,1.08>,0.05} cylinder { <-4.24,-1.08,0.80>,<-4.45,-2.14,1.03>,0.05} cylinder { <-5.16,-0.14,1.08>,<-6.12,-0.43,1.53>,0.05} sphere { <0.23,-0.09,0.55>, 0.08 } sphere { <2.51,-0.63,0.28>, 0.08 } sphere { <-0.53,0.07,-0.56>, 0.08 } sphere { <3.51,-1.52,0.41>, 0.08 } sphere { <2.84,0.59,-0.20>, 0.08 } sphere { <4.78,-1.22,0.08>, 0.08 } sphere { <4.10,0.90,-0.53>, 0.08 } sphere { <-2.77,0.55,-0.05>, 0.08 } sphere { <5.08,-0.01,-0.39>, 0.08 } sphere { <-3.71,1.47,0.23>, 0.08 } sphere { <-3.07,-0.73,0.24>, 0.08 } sphere { <-4.89,1.14,0.79>, 0.08 } sphere { <-4.24,-1.08,0.80>, 0.08 } sphere { <-5.16,-0.14,1.08>, 0.08 } sphere { <1.24,-1.01,0.63>, 0.08 } sphere { <-0.03,0.60,1.51>, 0.08 } sphere { <-1.58,0.96,-0.62>, 0.08 } sphere { <-0.26,-0.61,-1.53>, 0.08 } pigment{color Clear} finish{ F_Glass1 } interior { I_Glass2 fade_color Col_Topaz_01 ior 1.63 } } sky_sphere { //pigment {color rgb <0.10,0.10,1.00>}//Sky for 1 pigment {color rgb <0.40,0.40,1.00>}//Sky for 2 pigment {//Cloud bozo turbulence 0.6 octaves 6.0 omega 0.7 lambda 2.0 color_map { [0.0 color rgb <0.85, 0.85, 0.85>] [0.1 color rgb <0.75, 0.75, 0.75>] [0.5 color rgbt <1, 1, 1, 1>] } scale 0.4 } rotate -135*x } // End of File