|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Mea culpa, I sent you the fixed version...
I meant, try this:
#version unofficial megapov 0.7;
global_settings {
ambient_light 0
radiosity {}
ini_option "+qr"
}
box {-1,1
scale 12
pigment {rgb 1}}
light_source {
<0,0,0>
rgb 0.7}
#declare oggetto=0; // 0 sphere_sweep, 1 torus
#if (!oggetto)
sphere_sweep {
catmull_rom_spline_sphere_sweep
6,
<1,0,0>,.1
<0,0,1>,.1
<-1,0,0>,.1
<0,0,-1>,.1
<1,0,0>,.1
<0,0,1>,.1
pigment {rgb x+y}
scale 2
translate -y}
#else
torus {1,0.1
pigment {rgb x+y}
scale 2
translate -y}
#end
camera {location <0,0,-5> look_at 0}
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Can you explain what's the bug here?
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In the unofficial version, if you choose sphere-sweep, then you got a really
too bright yellowish radiosity.
"Warp" <war### [at] tagpovrayorg> ha scritto nel messaggio
news:3b77179f@news.povray.org...
> Can you explain what's the bug here?
>
> --
> #macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
> rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
> ],13),8)-3,10>#end blob{N(array[6]{11117333955,
> 7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|