POV-Ray : Newsgroups : povray.beta-test : Function (optimization?) bug : Re: Function (optimization?) bug Server Time
30 Jul 2024 06:21:55 EDT (-0400)
  Re: Function (optimization?) bug  
From: Thorsten Froehlich
Date: 25 Dec 2001 06:42:10
Message: <3c286612$1@news.povray.org>
In article <3c27fd29$1@news.povray.org> , "R. Suzuki" <r-s### [at] aistgojp>
wrote:

> Try the below code.
> 'funciton{-y/1/2}' should be same as 'function{-y/1/(2)}'.
> But it behaves differently.
> (On the other hand, 'function{y/1/2}' is same as 'function{y/1/(2)}'.)

For debugging, use

#declare foo1 = function{"foo1.out" -y/1/(2)}
#declare foo2 = function{"foo2.out" -y/1/2}

and look at the output files.

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

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