Tagged Questions
1
vote
2answers
523 views
[JOGL] My program is too slow, how can I profile with Eclipse?
My simple opengl program is really toooo slow and not fluid.
I'm rendering 30 sphere with simple illumination and simple materials.
The only complex computing stuff I do is a collision detection ...