From e8de6d5d9a4f54e612a3796b864bafc33a27ccc2 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sat, 10 Sep 2005 01:06:58 +0000 Subject: Demo of Java2D/JOGL integration (as well as first public binary of JSR-231 APIs) git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@126 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 --- www/webstart/JRefract231NoOGL.jnlp | 23 +++++++++++++++++++++++ www/webstart/JRefract231OGL.jnlp | 26 ++++++++++++++++++++++++++ www/webstart/jogl-demos-data-jsr-231.jar | Bin 0 -> 7875081 bytes www/webstart/jogl-demos-jsr-231.jar | Bin 0 -> 233870 bytes www/webstart/jogl-demos-util-jsr-231.jar | Bin 0 -> 142515 bytes 5 files changed, 49 insertions(+) create mode 100755 www/webstart/JRefract231NoOGL.jnlp create mode 100755 www/webstart/JRefract231OGL.jnlp create mode 100644 www/webstart/jogl-demos-data-jsr-231.jar create mode 100644 www/webstart/jogl-demos-jsr-231.jar create mode 100644 www/webstart/jogl-demos-util-jsr-231.jar diff --git a/www/webstart/JRefract231NoOGL.jnlp b/www/webstart/JRefract231NoOGL.jnlp new file mode 100755 index 0000000..90bf778 --- /dev/null +++ b/www/webstart/JRefract231NoOGL.jnlp @@ -0,0 +1,23 @@ + + + + JOGL JRefract Demo - no JOGL/Java2D Integration + Sun Microsystems, Inc. + + JRefract Demo + Variant of NVidia's vtxprog_refract demo illustrating JOGL's hardware-accelerated Swing component. + + + + + + + + + + + + + + diff --git a/www/webstart/JRefract231OGL.jnlp b/www/webstart/JRefract231OGL.jnlp new file mode 100755 index 0000000..36c05ab --- /dev/null +++ b/www/webstart/JRefract231OGL.jnlp @@ -0,0 +1,26 @@ + + + + JOGL JRefract Demo - JOGL/Java2D Integration + Sun Microsystems, Inc. + + JRefract Demo + Variant of NVidia's vtxprog_refract demo illustrating JOGL's hardware-accelerated Swing component and integration with Java2D's OpenGL pipeline. + + + + + + + + + + + + + + + + + diff --git a/www/webstart/jogl-demos-data-jsr-231.jar b/www/webstart/jogl-demos-data-jsr-231.jar new file mode 100644 index 0000000..2c5f10b Binary files /dev/null and b/www/webstart/jogl-demos-data-jsr-231.jar differ diff --git a/www/webstart/jogl-demos-jsr-231.jar b/www/webstart/jogl-demos-jsr-231.jar new file mode 100644 index 0000000..8c14d85 Binary files /dev/null and b/www/webstart/jogl-demos-jsr-231.jar differ diff --git a/www/webstart/jogl-demos-util-jsr-231.jar b/www/webstart/jogl-demos-util-jsr-231.jar new file mode 100644 index 0000000..65a6398 Binary files /dev/null and b/www/webstart/jogl-demos-util-jsr-231.jar differ -- cgit v1.2.3