|
|
POV 3.5 RC6
There is wrong text outputed on frames. In source code there is
#declare C=sqrt(pow(A,2)+pow(B,2))
while on image (wrongly) there is
C=sqrt(pow(B,2)+pow(C,2))
ABX
Post a reply to this message
|
|
|
|
>
> POV 3.5 RC6
>
> There is wrong text outputed on frames. In source code there is
> #declare C=sqrt(pow(A,2)+pow(B,2))
> while on image (wrongly) there is
> C=sqrt(pow(B,2)+pow(C,2))
What is the file name?
--
Ken Tyler
Post a reply to this message
|
|
|
|
On Thu, 13 Jun 2002 05:16:07 -0700, Ken <tyl### [at] pacbellnet> wrote:
> > POV 3.5 RC6
> >
> > There is wrong text outputed on frames. In source code there is
> > #declare C=sqrt(pow(A,2)+pow(B,2))
> > while on image (wrongly) there is
> > C=sqrt(pow(B,2)+pow(C,2))
>
> What is the file name?
Sorry, scenes/animations/float4/float4.pov
ABX
Post a reply to this message
|
|