1
vote
OpenGL, Java and memory management
In the lower-level bindings for OpenGL like JOGL (but probably not so much for libraries like Java3D), you do have to manage resources like textures and buffers yourself by calling the glDele …
3
votes
Rotating a spaceship model for a space simulator/game
I'm not sure I entirely understand the situation, but it sounds like you might be describing …
