|
|
Povray Beta 6
Document bug
In section 7.7.3
it says this:
eval_pigment(Vect, Pigm), This macro evaluates the color of a pigment
at a specific point. .......
while in functions.inc we have:
#macro eval_pigment(pigm, vec)
#local fn = function { pigment { pigm } }
#local result = (fn(vec.x, vec.y, vec.z));
result
#end
Notice that in the doc it says vector first, then pigment
but the macro expects pigment, then vector.
This threw me off when I tried it out. took me a few minutes to
realize that I had the parameters in the wrong order, thanks to the
doc.
Other than that, I've been having a wonderful time with this beta.
Keep up the good work
Post a reply to this message
|
|