|
 |
hi,
William F Pokorny <ano### [at] anonymous org> wrote:
> On 10/13/21 10:43 AM, jr wrote:
> > attached include file provides a macro for reading and writing the POV-Ray
> > variant of CSV data files. the use is documented in a HTML page, and a few
> > demo/example scenes.
>
> Great work! Another useful macro - and some cool demos too. Robot
> battles... ;-)
thank you.
> Ran through all the demos and didn't pick up any issues with my current
> package of IO fixes / changes. I do have some comments on the Filed()
> package itself.
nice. (and taken time for feedback. \o/ yay.. :-) in order, then)
> ---
>
> "...missing out a field or an empty field..."
>
> perhaps?
>
> "...a missing field or an empty field..."
agree. will make the change.
> ---
>
> The flowers.pov file already has the tabulated.inc guard set to 1
> contrary to the scene's comments.
Thomas held up his hand, but I did not "see" it either. will change the
default, and thinking of adding an '#if' guard in 'flowers_read.pov' too.
> ---
>
> The flowers_read.pov animation doesn't look to me to be picking up all
> the yellow flowers? Maybe one or two per asteroid? I didn't investigate
> though, perhaps it's working as expected?
the animation runs from planting the last few reds to the first few dozen
yellows only.
> ---
>
> With the flowers.ini AA, at least on linux with v3.8 and povr, the
> method 3 AA doesn't look very good. Perhaps something like:
>
> sampling_method = 2
> antialias_threshold = 0.005
> antialias_depth = 3
> jitter = on
as Thomas wrote, setting the 'file_gamma' in the ini was a bad idea, will remove
it. does removing it address the issue without changing 'sampling_method' etc?
> ---
>
> The toa example needs too the jr's ruled.inc - Ruled() and this is not
> mentioned in the documentation and there is no pointer as to where to
> grab it.
yes. will add a 'references' section to the html, for both 'ruled.inc' and
'tabulated.inc'.
> ---
>
> The toa example needs the arial.ttf font which is not - by default -
> available for most non windows users.
good point too. will switch to a distribution font.
> ---
>
> With the toa example, where the "toa_state.txt" or "toa_run.log" already
> exist we get an error message via toal__chkFilesExist(), but the error
> message only says "existing file(s)" were found.
or, conversely, "missing file(s)". my thinking was/is that for animation run, I
only need to know whether both or neither (state + log) exist, depending on
frame_number, so the macro only provides a result for that. how should I write
the corresponding messages to read better?
regards, jr.
Post a reply to this message
|
 |