(autopilot #t)
Hi Zoltan,
Thank for the suggestion, and it worked for 'xaos -play'.
I created the text file ap.xaf:
(initstate)
(filter 'palette #t)
(palette 3 974867599 3)
(formula 'mandel)
(view -0.5632 -0.00595 2.428 2.428)
(textposition 'center 'middle)
(text "Before '(autopilot #t)'... 1")
(wait)
(autopilot #t)
(text "After '(autopilot #t)'... 1")
(wait)
(usleep 5000000)
(usleep 5000000)
After running the follow command I saw the normal 'autopilot' views:
xaos.exe -play .\ap.xaf
But I want to create set of png files which 'record' the 'autopilot' effects.
After running the each of the two follow commands, I did not see in created 304 .png files any results of 'autopilot' :
xaos.exe -threads 3 -render .\ap.xaf -renderframerate 30 -basename .\pngs\frame_
xaos.exe -autopilot -threads 3 -render .\ap.xaf -renderframerate 30 -basename .\pngs\frame_
Looks like in this ap.xaf file 'autopilot' does not take effect in 'xaos -render' command.
Please confirm it, or provide the suggestion how to fix it.
BTW, do you know, besides this site, where users of Xaos can exchange questions, tips, tricks, interesting findings?
Thanks a lot.
The best regards,
-Joseph