Re: Reg:Jogl Display callback.
Posted by anandcta123 on Nov 15, 2013; 10:31am
URL: https://forum.jogamp.org/Reg-Jogl-Display-callback-tp4030633p4030636.html
Hi,
Thanks for your reply.
Ya I used Animator. Also I implemented GLAnimatorControl and called display function myself in a separate thread with less sleep delay. But still it gave me 20fps for 16 GLJPanel's (Each one is embedded inside one JInternalFrame and all JInternalFrames are inside JDesktopPane). Also inside display function just I am clearing the window with black color and not actually doing any rendering.
Is this is JOGL performance issue.
Thanks and Regards,
Anand