|
|
The only difference is the setting of the version and presence or not of
assumed_gamma.
Notice that there is a real difference between 3.7g2 and 3.6. Small, but
it exists.
What is interesting is that in compatibility mode, binary of 3.7 can
match the real 3.6
(the extra letter in 3.6 file name are for 3.7 in 3.6 mode, shorter
version are done by the true 3.6.1 )
#default{ finish { ambient 1 diffuse 0 reflection 0} }
camera { orthographic location -20*z
up 14*y
right 14*x
look_at 0
}
text{ ttf "verdana" TEX 1,0 texture { pigment { color rgb 1 } }
translate <-6,5,-5> no_shadow }
light_source { <-10,30,-50>*10, 2/3 }
light_source { <-30,10,-50>*10, 1/3 }
#declare FIRST=1;
#declare SECOND=2/3;
#declare THIRD=1/3;
sphere { -3*x,1 texture { pigment { color rgb <1,0.25,0.5>*FIRST } }
translate +3*y }
sphere { -3*x,1 texture { pigment { color rgb <1,0.25,0.5>*SECOND } } }
sphere { -3*x,1 texture { pigment { color rgb <1,0.25,0.5>*THIRD } }
translate -3*y }
sphere { 0,1 texture { pigment { color rgb <0.25,0.5,1>*FIRST } }
translate +3*y }
sphere { 0,1 texture { pigment { color rgb <0.25,0.5,1>*SECOND } } }
sphere { 0,1 texture { pigment { color rgb <0.25,0.5,1>*THIRD } }
translate -3*y }
sphere { 3*x,1 texture { pigment { color rgb <0.5,1,0.25>*FIRST } }
translate +3*y }
sphere { 3*x,1 texture { pigment { color rgb <0.5,1,0.25>*SECOND } } }
sphere { 3*x,1 texture { pigment { color rgb <0.5,1,0.25>*THIRD } }
translate -3*y }
sphere { -6*x,1 texture { pigment { color rgb <1,0.5,0.25>*FIRST } }
translate +3*y }
sphere { -6*x,1 texture { pigment { color rgb <1,0.5,0.25>*SECOND } } }
sphere { -6*x,1 texture { pigment { color rgb <1,0.5,0.25>*THIRD } }
translate -3*y }
sphere { 6*x,1 texture { pigment { color rgb <0.5,0.25,1>*FIRST } }
translate +3*y }
sphere { 6*x,1 texture { pigment { color rgb <0.5,0.25,1>*SECOND } } }
sphere { 6*x,1 texture { pigment { color rgb <0.5,0.25,1>*THIRD } }
translate -3*y }
sphere { -6*y,1 texture { pigment { color rgb <0.25,1,0.5>*FIRST } }
translate +3*x }
sphere { -6*y,1 texture { pigment { color rgb <0.25,1,0.5>*SECOND } } }
sphere { -6*y,1 texture { pigment { color rgb <0.25,1,0.5>*THIRD } }
translate -3*x }
sphere { 6*y,1 texture { pigment { color rgb 1*FIRST } } translate +3*x }
sphere { 6*y,1 texture { pigment { color rgb 1*SECOND } } }
sphere { 6*y,1 texture { pigment { color rgb 1*THIRD } } translate -3*x }
sphere { -4.5*x,0.5 texture { pigment { color rgb <1,1,0>*FIRST } }
translate +3*y }
sphere { -4.5*x,0.5 texture { pigment { color rgb <1,1,0>*SECOND } } }
sphere { -4.5*x,0.5 texture { pigment { color rgb <1,1,0>*THIRD } }
translate -3*y }
sphere { -1.5*x,0.5 texture { pigment { color rgb <1,0,1>*FIRST } }
translate +3*y }
sphere { -1.5*x,0.5 texture { pigment { color rgb <1,0,1>*SECOND } } }
sphere { -1.5*x,0.5 texture { pigment { color rgb <1,0,1>*THIRD } }
translate -3*y }
sphere { 1.5*x,0.5 texture { pigment { color rgb <0,1,1>*FIRST } }
translate +3*y }
sphere { 1.5*x,0.5 texture { pigment { color rgb <0,1,1>*SECOND } } }
sphere { 1.5*x,0.5 texture { pigment { color rgb <0,1,1>*THIRD } }
translate -3*y }
sphere { 4.5*x,0.5 texture { pigment { color rgb <1,0,0>*FIRST } }
translate +3*y }
sphere { 4.5*x,0.5 texture { pigment { color rgb <1,0,0>*SECOND } } }
sphere { 4.5*x,0.5 texture { pigment { color rgb <1,0,0>*THIRD } }
translate -3*y }
sphere { 1.5*y,0.5 texture { pigment { color rgb <0,1,0>*FIRST } }
translate +3*x }
sphere { 1.5*y,0.5 texture { pigment { color rgb <0,1,0>*SECOND } } }
sphere { 1.5*y,0.5 texture { pigment { color rgb <0,1,0>*THIRD } }
translate -3*x }
sphere { -1.5*y,0.5 texture { pigment { color blue 1*FIRST } } translate
+3*x }
sphere { -1.5*y,0.5 texture { pigment { color blue 1*SECOND } } }
sphere { -1.5*y,0.5 texture { pigment { color blue 1*THIRD } } translate
-3*x }
Post a reply to this message
Attachments:
Download 'col37g235.png' (52 KB)
Download 'col36g1s.png' (54 KB)
Download 'col36a.png' (48 KB)
Download 'col37g1.png' (54 KB)
Download 'col36g1.png' (54 KB)
Download 'col37.png' (53 KB)
Download 'col36.png' (49 KB)
Preview of image 'col37g235.png'
Preview of image 'col36g1s.png'
Preview of image 'col36a.png'
Preview of image 'col37g1.png'
Preview of image 'col36g1.png'
Preview of image 'col37.png'
Preview of image 'col36.png'
|
|