|
 |
hi,
"Kenneth" <kdw### [at] gmail com> wrote:
> ... but I want the
> top-of-code selection process to be relatively easy-- something like
> #declare FUNCTION_ORDER= <C,A,D,B>;
> .... and without having to make multiple copies of the functions for all of the
> different permutations.
>
> Any ideas?
you could supply some integer corresponding to eg a #case via the command-line,
using the "declare=myInt=N" option switch.
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>
regards, jr.
Post a reply to this message
|
 |