jogamp
›
jogl
Login
Register
Search
everywhere
only in this topic
Advanced Search
Flickering when resizing gl windows
Classic
List
Threaded
♦
♦
Locked
4 messages
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
Paul Alesius
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Aug 13, 2010; 1:28pm
Flickering when resizing gl windows
Hi
When resizing a GL window I see lots of flickering, is there any way to create a GL window that can be resized smoothly without flickering?
Thnx.
Kam
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Aug 13, 2010; 2:50pm
Re: Flickering when resizing gl windows
Try to pass -Dsun.awt.noerasebackground=true to the VM.
Your window won't be erased to background color before beeing repaint. It should be enough to prevent flickering. (worked for me).
Paul Alesius
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Aug 13, 2010; 2:56pm
Re: Flickering when resizing gl windows
Thank you!
taifunbrowser
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Aug 17, 2010; 4:55am
Re: Flickering when resizing gl windows
Oh my! That's really great!
Now how to figure what's actually going on with that option, so that I can get it without having to pass a system parameter (for online applets)
Free forum by Nabble
Edit this page