diff options
-rw-r--r-- | www/applettest-next.html | 25 | ||||
-rw-r--r-- | www/test.html | 16 |
2 files changed, 41 insertions, 0 deletions
diff --git a/www/applettest-next.html b/www/applettest-next.html new file mode 100644 index 0000000..a5b293c --- /dev/null +++ b/www/applettest-next.html @@ -0,0 +1,25 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>JOGL Applet Test - Next JOGL Version</title> +</head> +<body> + +<P> + +<applet code="com.sun.opengl.util.JOGLAppletLauncher" + width=600 + height=400 + codebase="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next" + archive="jogl.jar,jogl-demos.jar"> + <param name="subapplet.classname" VALUE="demos.applets.GearsApplet"> + <param name="subapplet.displayname" VALUE="JOGL Gears Applet"> + <param name="progressbar" value="true"> + <param name="cache_archive" VALUE="jogl.jar,jogl-demos.jar"> + <param name="cache_archive_ex" VALUE="jogl.jar;preload,jogl-demos.jar;preload"> +</applet> + +</P> + +</body> +</html> diff --git a/www/test.html b/www/test.html new file mode 100644 index 0000000..b3c5c9b --- /dev/null +++ b/www/test.html @@ -0,0 +1,16 @@ +<H2> Test page for JOGL demos </H2> + +<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/Gears.jnlp">Gears</a><br> +<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/HWShadowmapsSimple.jnlp">Hardware Shadow Maps</a><br> +<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/HDR.jnlp">HDR</a><br> +<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/InfiniteShadowVolumes.jnlp">Infinite Shadow Volumes</a><br> +<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/JRefractNoOGL.jnlp">JRefract</a><br> +<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/JRefract.jnlp">JRefract with Java2D/JOGL Bridge (Java SE 6 only)</a><br> +<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/ParticleEngine.jnlp">Particle Engine</a><br> +<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/VertexProgWarp.jnlp">Vertex Prog Warp</a><br> +<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/VertexProgRefract.jnlp">Vertex Prog Refract</a><br> +<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/ProceduralTexturePhysics.jnlp">Water</a><br> +<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/XTrans.jnlp">XTrans (Java SE 6 only)</a><br> +<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/VertexBufferObject.jnlp">Vertex Buffer Object</a><br> +<a href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/VertexArrayRange.jnlp">Vertex Array Range</a><br> +<a href="applettest-next.html">Applet test</a><br> |