Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flickering stroke when showing/hiding menu #88

Open
SableRaf opened this issue Jul 18, 2013 · 2 comments
Open

Flickering stroke when showing/hiding menu #88

SableRaf opened this issue Jul 18, 2013 · 2 comments
Labels

Comments

@SableRaf
Copy link
Member

The actual bug is due to the fact that the transparent paintscreen and wallscreen PGraphics are drawn on top of themselves every frame. The background should be redrawn every frame and not only when showing/hiding the menu.

@JesseScott
Copy link
Member

is there a vsync sytem enabled ? (for double buffering ?)

this is how it used to be done in 1.5.1, but the PGL class has changed...
http://forum.processing.org/topic/vertical-sync-in-processing-2-0

@SableRaf
Copy link
Member Author

I don't know how that works in 2.0 either.

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

No branches or pull requests

2 participants