From 2e17e1d9f8b9cae73fac1a0a0b49b5a9cd13280b Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Fri, 27 May 2005 22:28:01 +0000 Subject: Upgraded webstart binaries to 1.1 b12; updated HTML and JavaDoc; added HDR demo git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@288 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/gl-common.cfg | 2 +- www/index.html | 30 +++++++++++++++--------------- www/webstart/jogl-natives-linux.jar | Bin 295596 -> 307226 bytes www/webstart/jogl-natives-macosx.jar | Bin 143429 -> 150105 bytes www/webstart/jogl-natives-solsparc.jar | Bin 258964 -> 274477 bytes www/webstart/jogl-natives-solx86.jar | Bin 231699 -> 246863 bytes www/webstart/jogl-natives-win32.jar | Bin 59502 -> 61510 bytes www/webstart/jogl.jar | Bin 1121386 -> 1170491 bytes 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/make/gl-common.cfg b/make/gl-common.cfg index aa680eb62..515b3726c 100644 --- a/make/gl-common.cfg +++ b/make/gl-common.cfg @@ -334,7 +334,7 @@ CustomJavaCode GL * used successfully through this GL instance given the curr CustomJavaCode GL * client) and display (OpenGL server) configuration.

CustomJavaCode GL * CustomJavaCode GL * @param glExtensionName the name of the OpenGL extension (e.g., -CustomJavaCode GL * "GL_VERTEX_PROGRAM_ARB"). +CustomJavaCode GL * "GL_ARB_vertex_program"). CustomJavaCode GL */ CustomJavaCode GL public boolean isExtensionAvailable(String glExtensionName); diff --git a/www/index.html b/www/index.html index 882abc8b8..c3c42f669 100644 --- a/www/index.html +++ b/www/index.html @@ -61,7 +61,7 @@ at Sun Microsystems.

JOGL provides full access to the APIs in the OpenGL -1.5 specification as well as nearly all vendor extensions, and integrates +2.0 specification as well as nearly all vendor extensions, and integrates with the AWT and Swing widget sets.

@@ -128,7 +128,7 @@ advanced OpenGL techniques now possible with the Java platform.

This project has been built in the following environments. All require the ANTLR parser generator and the Ant build system to be installed; please + href="http://ant.apache.org/">Ant build system version 1.6 or later to be installed; please see the build documentation for details.

@@ -139,16 +139,16 @@ documentation for details.