|
 |
"jr" <cre### [at] gmail com> wrote:
>
> you could supply some integer corresponding to eg a #case via the command-line,
> using the "declare=myInt=N" option switch.
That's interesting; I didn't think of it. Thanks.
>
> re the function stuff (sticking my neck out :-)), I'd say 'A + B' will be
> evaluated as per the expression (parser) syntax:
> <https://wiki.povray.org/content/Reference:Numeric_Expressions#Operators>
>
"( ) expressions in parentheses first"
Apparently, that doesn't work in my function example:
+ (BUMPS_F(x,y,z)*.5)
...again makes no difference when switched around in the function order. If I'm
writing it correctly.
It does seem that the entire set of functions is evaluated 'all at once',
regardless.
Post a reply to this message
|
 |