POV-Ray : Newsgroups : povray.binaries.scene-files : Sky simulation : Re: Sky simulation Server Time
2 May 2024 06:55:07 EDT (-0400)
  Re: Sky simulation  
From: scott
Date: 1 Jul 2013 09:52:13
Message: <51d1898d$1@news.povray.org>
>> #local xyYtoR = function (x,y,Y){ x+y+Y }
>
> OOOPS!!! after trying this (its work) I have re-read my code and I've seen a Y
> declared by me (I know, #local is better than #declare).
> I'm a stupID!!

Not your fault, no matter what variable name you choose to use there is 
always the chance someone else is using that same name elsewhere. 
Another reason to stick to x,y,z for function parameters.


Post a reply to this message

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