Changing number of samples
Posted by ac on Feb 22, 2012; 4:23pm
URL: https://forum.jogamp.org/Changing-number-of-samples-tp3766951.html
Hello,
If I need to change the number of samples of the gl surface after it has been created and possibly in the middle of rendering a frame, what would be the recommended way to do it, either with AWT or NEWT?
I think of the following sequence of operations: stop animator, destroy canvas, recreate canvas with new sample config, restart animator...
Thanks!