//This disco ball was created by JWV on 17-5-2003 #include "colors.inc" #include "woods.inc" #include "textures.inc" #include "glass.inc" #include "metals.inc" global_settings { radiosity{} //optional photons { spacing 0.005 autostop 0 jitter 0 }} camera { location<25,25,25> look_at<0,0,0> } light_source { <-25, 250, -25> color White media_interaction on photons { reflection on } } light_source { <25, 25, 50> color White media_interaction on photons { reflection on } } background{GreenYellow} #declare B=1; // width and height of reflecting squares #declare RMAX=15; //Radius of sphere #declare BLOKJE= box{<-B/2, -B/2, -0.1>, texture {T_Chrome_2B} } sphere{<0,0,0>, RMAX pigment{Black} finish{diffuse 3}} // creates sphere within the disco ball //Start of Algoritm #declare Theta=0; #while (Theta