// Last edited on DATE TIME by USER // Processed by remove-cam-lights include "dados.inc" background{ color rgb <0.75,0.8,0.85> } #declare azul = <0.1,0.2,0.9>; #declare verde = <0.1,0.9,0.2>; #declare vermelho = <0.9,0.2,0.1>; #declare branco = <1,1,1>; #declare fatia_1 = difference { cylinder { <0,0,-1>,<0,0,1>, 10 pigment {color vermelho} } box { <0,0,-10>, <10,10,10> rotate (var_1*(360/i))*z } box { <0,0,-10>, <10,-10,10> } } #declare fatia_10 = difference { cylinder { <0,0,-1>,<0,0,1>, 10 pigment {color azul} } box { <-10,10,-10>, <10,0,10> rotate (var_10)*(360/i)*z } box { <-10,-10,-10>, <10,0,10> } } #declare fatia_outros = difference { cylinder { <0,0,-1>,<0,0,1>, 10 pigment {color verde} } box { <-10,10,-10>, <10,0,10> rotate (var_outros)*(360/i)*z } box { <-10,-10,-10>, <10,0,10> } } object {fatia_1} object {fatia_10 rotate (var_1*(360/i))*z} object {fatia_outros rotate ((var_1+var_10)*(360/i))*z} #include "camlight.inc" camlight(<0,0,0>,<-20,-20,-20>,1.00,y,1.0)