Re: NEWT : dialog frame and transparent frame
Posted by
DAO on
Jun 25, 2013; 6:04pm
URL: https://forum.jogamp.org/NEWT-dialog-frame-and-transparent-frame-tp4029449p4029467.html
setBackgroundOpaque on GLCapabilities.
took me some time to find it.
Also the clear color must be set to (0,0,0,0) if anything else with a 0 alpha it makes somekind
of foggy translucent background. don't know if it's a bug.
Thanks it works great.
I real like this NEWT framework, no bugs so far and easy to use.
Everything we need of an OpenGL frame.

Keep it simple that's great.