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