|
 |
hi,
"GioSeregni" <gms### [at] hotmail com> wrote:
> "jr" <cre### [at] gmail com> wrote:
> > ...hi,
> > thank you ! if, while you're on the exporting things stuff, you could output
> > the finish with a braced reflection[*], written eg:
> > finish{ambient .21 diffuse .78 reflection {.01}}
> > then your code will be correct, and can be used with WFP's 'yuqk' branch/fork.
> > [*] as documented
> > <wiki.povray.org/content/Reference:Finish#Specular_Reflection>.
>
> I have to apologize because my English is poor and I don't understand the
> problem.
nessun problema. (Google Translate tells me :-))
> ...
> My standard definition does not give me any errors or warnings by Povray, so it
> is correct.
no, alas. no warnings/errors is the result of (what I consider) bugs in the
POV-Ray parser. see this example from the reference page:
finish { reflection {1.0} ambient 0 diffuse 0 }
your code is missing the braces required by 'reflection'.
> ...
> " WFP's 'yuqk' branch/fork." sorry , what is the meaning? I cannot understand ..
> because I don't know these abbreviations
yes, sorry. WFP = William F Pokorny, he's the author of 'yuqk', a branch/fork
from the POV-Ray 3.8 line. see, for example, the following thread:
<news.povray.org/povray.binaries.programming/thread/%3C68258118%241%40news.povray.org%3E/>
(and his parser is stricter than POV-Ray's, enforcing the 'reflection {}'
syntax)
regards, jr.
Post a reply to this message
|
 |