From f516d8cdc25577dd1227b85578d361749ab8063d Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Tue, 4 Nov 2003 02:29:09 +0000 Subject: Implemented a per-thread GLContext stack, which gives a thread knowledge of the OpenGL contexts it has made current and allows a GLDrawable to make its context current recursively as well as allowing a GLEventListener to call another GLDrawable's display() method from within its display(). This mechanism can be used fairly easily to expose swapBuffers in the public API, as has been requested. Updated the demos which had to explicitly call display() on more than one drawable to use the Animator class and to call GLDrawable.display() from within their GLEventListeners' display() methods. Updated documentation. Fixed bugs in gleem's CameraParameters class. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@69 232f8b59-042b-4e1e-8c03-345bb8c30851 --- doc/userguide/index.html | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) (limited to 'doc/userguide/index.html') diff --git a/doc/userguide/index.html b/doc/userguide/index.html index 512c12bcb..f05a6a9b9 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -408,9 +408,11 @@ The following issues, among others, are outstanding on all platforms: @@ -426,8 +428,9 @@ No outstanding issues at this time. @@ -467,20 +470,6 @@ The following issues remain with the Mac OS X port: -- cgit v1.2.3