|
|
I have the multipatch now and it works fine (but slow). I'm glad to see pi in
there, since I use it a lot.
Chris Huff wrote:
> In article <3852A45F.401732A2@aol.com>, "SamuelT." <STB### [at] aolcom>
> wrote:
>
> > It appears my version of the superpatch doesn't know what 'radians' is.
> > Off
> > I go now to download the megapatch, hoping it supports radians....
>
> I am pretty certain it does, since it includes the MultiPatch, which is
> what I used on this.
> You can replace the calls to radians like this:
> radians(D)
> can be replaced with:
> D*pi/180
>
> Actually, as I remember, the Superpatch doesn't recognize "pi" either.
> That is another thing the Multipatch adds, and which should be in the
> Megapatch. You can work around this by adding
> #declare PI = pi;
> and using "PI" in place of "pi".
> D*PI/180
>
> --
> Chris Huff
> e-mail: chr### [at] yahoocom
> Web page: http://chrishuff.dhs.org/
--
Samuel Benge
E-Mail: STB### [at] aolcom
Visit the still unfinished isosurface tutorial:
http://members.aol.com/stbenge
Post a reply to this message
|
|