#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 <-59.5*sin(2*pi*clock), 0,-59.5*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.61,1.04,0.48>, 0.38 } sphere { <0.75,1.09,0.81>, 0.38 } sphere { <1.38,0.03,1.48>, 0.38 } sphere { <0.59,-1.08,1.81>, 0.38 } sphere { <-0.76,-1.14,1.48>, 0.38 } sphere { <-1.39,-0.08,0.81>, 0.38 } sphere { <-2.85,-0.15,0.44>, 0.38 } sphere { <-4.62,-1.14,-1.07>, 0.38 } sphere { <-3.12,-1.08,-0.75>, 0.38 } sphere { <-2.33,-0.65,-2.00>, 0.38 } sphere { <2.85,0.04,1.84>, 0.38 } sphere { <3.50,1.43,1.90>, 0.38 } sphere { <3.62,-0.86,0.89>, 0.38 } pigment{color Clear} finish{ F_Glass1 } interior { I_Glass2 fade_color Col_Citrine_01 ior 1.55 } } union { //O sphere { <3.29,-1.19,-0.22>, 0.37 } sphere { <4.77,-1.30,1.44>, 0.37 } pigment{color Clear} finish{ F_Glass1 } interior { I_Glass2 fade_color Col_Ruby_01 ior 1.77 } } merge { //H and Bond sphere { <-2.55,-1.31,-2.87>, 0.16 } sphere { <-2.59,0.40,-2.29>, 0.16 } sphere { <-1.23,-0.69,-1.83>, 0.16 } sphere { <-4.83,-1.84,-1.90>, 0.16 } sphere { <-5.21,-1.48,-0.19>, 0.16 } sphere { <-5.00,-0.13,-1.36>, 0.16 } sphere { <5.21,-1.88,0.80>, 0.16 } sphere { <-2.79,-2.12,-0.48>, 0.16 } sphere { <4.53,1.38,2.31>, 0.16 } sphere { <3.57,1.90,0.90>, 0.16 } sphere { <2.93,2.12,2.57>, 0.16 } sphere { <2.93,-0.40,2.87>, 0.16 } sphere { <-3.42,-0.50,1.33>, 0.16 } sphere { <-3.24,0.87,0.21>, 0.16 } sphere { <-1.35,-2.04,1.74>, 0.16 } sphere { <1.05,-1.94,2.32>, 0.16 } sphere { <1.31,1.98,0.51>, 0.16 } sphere { <-1.07,1.88,-0.05>, 0.16 } cylinder { <-0.61,1.04,0.48>,<0.75,1.09,0.81>,0.05} cylinder { <-0.61,1.04,0.48>,<-1.39,-0.08,0.81>,0.05} cylinder { <-0.61,1.04,0.48>,<-1.07,1.88,-0.05>,0.05} cylinder { <0.75,1.09,0.81>,<1.38,0.03,1.48>,0.05} cylinder { <0.75,1.09,0.81>,<1.31,1.98,0.51>,0.05} cylinder { <1.38,0.03,1.48>,<0.59,-1.08,1.81>,0.05} cylinder { <1.38,0.03,1.48>,<2.85,0.04,1.84>,0.05} cylinder { <0.59,-1.08,1.81>,<-0.76,-1.14,1.48>,0.05} cylinder { <0.59,-1.08,1.81>,<1.05,-1.94,2.32>,0.05} cylinder { <-0.76,-1.14,1.48>,<-1.39,-0.08,0.81>,0.05} cylinder { <-0.76,-1.14,1.48>,<-1.35,-2.04,1.74>,0.05} cylinder { <-1.39,-0.08,0.81>,<-2.85,-0.15,0.44>,0.05} cylinder { <-2.85,-0.15,0.44>,<-3.12,-1.08,-0.75>,0.05} cylinder { <-2.85,-0.15,0.44>,<-3.42,-0.50,1.33>,0.05} cylinder { <-2.85,-0.15,0.44>,<-3.24,0.87,0.21>,0.05} cylinder { <-4.62,-1.14,-1.07>,<-3.12,-1.08,-0.75>,0.05} cylinder { <-4.62,-1.14,-1.07>,<-4.83,-1.84,-1.90>,0.05} cylinder { <-4.62,-1.14,-1.07>,<-5.21,-1.48,-0.19>,0.05} cylinder { <-4.62,-1.14,-1.07>,<-5.00,-0.13,-1.36>,0.05} cylinder { <-3.12,-1.08,-0.75>,<-2.33,-0.65,-2.00>,0.05} cylinder { <-3.12,-1.08,-0.75>,<-2.79,-2.12,-0.48>,0.05} cylinder { <-2.33,-0.65,-2.00>,<-2.55,-1.31,-2.87>,0.05} cylinder { <-2.33,-0.65,-2.00>,<-2.59,0.40,-2.29>,0.05} cylinder { <-2.33,-0.65,-2.00>,<-1.23,-0.69,-1.83>,0.05} cylinder { <2.85,0.04,1.84>,<3.50,1.43,1.90>,0.05} cylinder { <2.85,0.04,1.84>,<3.62,-0.86,0.89>,0.05} cylinder { <2.85,0.04,1.84>,<2.93,-0.40,2.87>,0.05} cylinder { <3.50,1.43,1.90>,<4.53,1.38,2.31>,0.05} cylinder { <3.50,1.43,1.90>,<3.57,1.90,0.90>,0.05} cylinder { <3.50,1.43,1.90>,<2.93,2.12,2.57>,0.05} cylinder { <3.62,-0.86,0.89>,<3.29,-1.19,-0.22>,0.05} cylinder { <3.62,-0.86,0.89>,<4.77,-1.30,1.44>,0.05} cylinder { <5.21,-1.88,0.80>,<4.77,-1.30,1.44>,0.05} sphere { <-0.61,1.04,0.48>, 0.08 } sphere { <0.75,1.09,0.81>, 0.08 } sphere { <1.38,0.03,1.48>, 0.08 } sphere { <0.59,-1.08,1.81>, 0.08 } sphere { <-0.76,-1.14,1.48>, 0.08 } sphere { <-1.39,-0.08,0.81>, 0.08 } sphere { <-2.85,-0.15,0.44>, 0.08 } sphere { <-4.62,-1.14,-1.07>, 0.08 } sphere { <-3.12,-1.08,-0.75>, 0.08 } sphere { <-2.33,-0.65,-2.00>, 0.08 } sphere { <2.85,0.04,1.84>, 0.08 } sphere { <3.50,1.43,1.90>, 0.08 } sphere { <3.62,-0.86,0.89>, 0.08 } sphere { <3.29,-1.19,-0.22>, 0.08 } sphere { <4.77,-1.30,1.44>, 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 3 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