diff options
author | Sven Gothel <[email protected]> | 2009-09-14 15:52:31 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-09-14 15:52:31 -0700 |
commit | 293fda5dca0f22d93c9d3019ca12724c67de5c9d (patch) | |
tree | b3b3bdc0ce54746f465e5e64c76654cb64863c72 /www | |
parent | 0afab6a652471cf1c140d3affe6ae442ab217ff1 (diff) |
Add tests ..
Diffstat (limited to 'www')
-rw-r--r-- | www/test.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/test.html b/www/test.html index 15bc945..f2d9358 100644 --- a/www/test.html +++ b/www/test.html @@ -1,7 +1,20 @@ <H2> Test page for JOGL demos </H2> +<p> +<H3> AWT JNLP Applet test with Applet Launcher fallback </H3> <a href="applettest-jnlp-next.html">JNLP Applet test</a><br> <a href="applettest-next.html">Applet Launcher test</a><br> +<p> +<H3> AWT JNLP Applet's using NEWT/AWT </H3> +<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/jogl-newt-applet-runner-gears.html">AWT Applet JOGL/NEWT GL2 Gears</a><br> +<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/jogl-newt-applet-runner-cube.html">AWT Applet JOGL/NEWT GL2ES1 Cube</a><br> +<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/jogl-newt-applet-runner-fbcubes.html">AWT Applet JOGL/NEWT GL2ES1 FBO Cubes</a><br> +<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/jogl-newt-applet-runner-angelesgl2es1.html">AWT Applet JOGL/NEWT GL2ES1 Angeles</a><br> +<p> +<H3> JNLP Applet2's using native NEWT </H3> +Coming up .. +<p> +<H3> JNLP Launcher .. </H3> <a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/Gears.jnlp">Gears</a><br> <a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/HWShadowmapsSimple.jnlp">Hardware Shadow Maps</a><br> <a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/HDR.jnlp">HDR</a><br> @@ -21,4 +34,6 @@ <a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/VertexArrayRange.jnlp">Vertex Array Range</a><br> <a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/WorldWindBasicDemo.jnlp">NASA World Wind Java (version hosted by NASA)</a><br> <a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/worldwind.jnlp">NASA World Wind Java (older version copied from NASA)</a><br> +<p> +<H3> JOAL test (broken).. </H3> <a href="applettest-joal-next.html">JOGL/JOAL Applet test</a><br> |