|
|
"Chris Howie" <cra### [at] yahoocom> wrote in message
news:3c4ee908@news.povray.org...
> > I'm sorry my newsreader doesn't support followups. Please post your
> > answer to povray.windows .
>
> You are using Outlook Express 6. This does support followups, but it's
> kinda tricky...
In the message compose window, click on the "view" menu and select "all
headers". Kind of a silly place to put it...
--
#macro S(M)cylinder{E(M)<A,C,5>,<B,D,5>,.1,15}#end#macro E(P)#if(div(P,16)
)#declare B=-1;#declare D=-2;#end#if(div(P,32))#declare A=1;#declare C=0;#
end#if(div(P,64))#declare B=-1;#declare D=0;#end#if(div(P,128))#declare A=
1;#declare C=2;#end#end blob{S(192)S(96)S(48)pigment{rgb 8*z}} /** Ian **/
Post a reply to this message
|
|