[JOGL] my program is too slow, ho can i profile with Eclipse?
- by nkint
hi juys my simple opengl program is really toooo slow and not fluid
i'm rendering 30 sphere with simple illumination and simple material.
the only hard(?) computing stuffs i do is a collision detection between ray-mouse and spheres (that works ok and i do it only in mouseMoved)
i have no thread only animator to move spheres
how can i profile my…