Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

save() and saveFrame() don't output correct image #8

Open
codeanticode opened this issue Jan 17, 2019 · 2 comments
Open

save() and saveFrame() don't output correct image #8

codeanticode opened this issue Jan 17, 2019 · 2 comments

Comments

@codeanticode
Copy link
Owner

These functions are meant so save the contents of the output window, however, because the way rendering works in the planetarium library (by calling the draw() method several times for each frame) they don't generate the expected result.

@janebeta7
Copy link

To save() and saveFrame() you have to put this commands inside
void screen() {
save();
}
null000

@tsloan1377
Copy link

Awesome, thanks so much it works perfectly! Seems so simple, but I never would have got that myself.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants