Hello everyone,
I finally managed how to cycle automatically through viewpoints and take a snapshot for every viewpoint, but I still have a problem.
Basically my code make the following steps for each viewpoint:
- sets viewpoint
- gets buffer
- saves jpg
It works, but when I get the buffer, the antialiasing hasn't been applied to the frame yet, and I can get only bad quality snapshots.
I thought that can set a timer to wait about half a second before getting the snap, but it's not 100% reliable and pretty ugly code :-)
How can I intercept a sort of event "Antialising applied", if it exists?
Thanks for any clues,
bye,
Andrea
|
|