|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
If I have a union of a box and nothing else and I give the box only a
pigment and the union only a finish, will the box get the finish of the
union or the default one?
--
#local T=text{ttf"timrom.ttf""Simon Adameit".01,0}#local Y=1;#while(Y>-1)
#local X=0;#while(X<7)#local O=trace(T<X,Y><X,Y>+z);cylinder{<X-3,Y,5>*.01
<X-3,Y,5>*.01+5e-3,5e-5pigment{rgb 25*O}}#debug chr(83-(O.x=0)*51)#local
X=X+.05;#end#debug"\n"#local Y=Y-.05;#end
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Simon Adameit wrote:
> If I have a union of a box and nothing else and I give the box only a
> pigment and the union only a finish, will the box get the finish of the
> union or the default one?
I don't mean to be rude but why don't you just experiment. It's not like
your computer is going to blow up :P
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Simon Adameit <gom### [at] gmxde> wrote:
: If I have a union of a box and nothing else and I give the box only a
: pigment and the union only a finish, will the box get the finish of the
: union or the default one?
Why don't you try it?
--
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp <war### [at] tagpovrayorg> schrieb in im Newsbeitrag:
3c48b014@news.povray.org...
> Simon Adameit <gom### [at] gmxde> wrote:
> : If I have a union of a box and nothing else and I give the box only a
> : pigment and the union only a finish, will the box get the finish of the
> : union or the default one?
>
> Why don't you try it?
>
Don't know why I didn't try it ;-)
I have tried it now. It gets the default one.
--
#local T=text{ttf"timrom.ttf""Simon Adameit".01,0}#local Y=1;#while(Y>-1)
#local X=0;#while(X<7)#local O=trace(T<X,Y><X,Y>+z);cylinder{<X-3,Y,5>*.01
<X-3,Y,5>*.01+5e-3,5e-5pigment{rgb 25*O}}#debug chr(83-(O.x=0)*51)#local
X=X+.05;#end#debug"\n"#local Y=Y-.05;#end
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Jide" <jid### [at] kotisoonfi> wrote in message
news:3c48af9e@news.povray.org...
>
>
> I don't mean to be rude but why don't you just experiment. It's not like
> your computer is going to blow up :P
>
Oh yeah? I rendered a horse on my home PC once and I still can't get the
bloodstains out...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |