POV-Ray : Newsgroups : povray.beta-test : [scenes] wrong output in sample animation Server Time
29 Jul 2024 10:20:25 EDT (-0400)
  [scenes] wrong output in sample animation (Message 1 to 3 of 3)  
From:
Subject: [scenes] wrong output in sample animation
Date: 13 Jun 2002 06:53:47
Message: <85uggugv78feqgnlhier1ukckqroq6l5p6@4ax.com>
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

From: Ken
Subject: Re: [scenes] wrong output in sample animation
Date: 13 Jun 2002 08:11:47
Message: <3D088D07.C3715C4D@pacbell.net>

> 
> 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

From:
Subject: Re: [scenes] wrong output in sample animation
Date: 13 Jun 2002 08:16:08
Message: <s33hgucn4qicb7ude3tpoehrrh8aejm4if@4ax.com>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.