Ger wrote in message <46f1440d@news.povray.org>:
> This looks perfectly doable.
Thanks.
> The contradiction between POV SDL and ARPL (A Real Programming Language) is
> the possibility to do something like this
>
> object { Thingy scale 2 #if(Big) * 3 #end }
Not necessarily:
object [ $thingy, scale => $big ? 2 : 6 ]
Post a reply to this message
|