From: Alban C. <aco...@wa...> - 2001-12-06 14:46:02
|
Hello all, I never managed to get rid of the "gljDestroy failed (free)" error when shutting down my program, even when finishing my display() method with "glj.gljFree();" Does anyone have the solution ? When I generate a javadoc of a class implementing GLEnum, I get all the GL_SOMETHING fields inherited from GL_ENUM displayed in the javadoc. But I want all the OpenGL details to be hidden from the user, who only needs to use the high level functions. Has anyone ever managed to prevent inherited fields or methods from a parent class or implemented interface from being displayed ? if so, how ? I couldn't find this in the javadoc doc... regards, Alban Cousinie |