summaryrefslogtreecommitdiffstats
path: root/www/webstart
diff options
context:
space:
mode:
Diffstat (limited to 'www/webstart')
-rw-r--r--www/webstart/HWShadowmapsSimple.jnlp24
-rw-r--r--www/webstart/InfiniteShadowVolumes.jnlp24
-rw-r--r--www/webstart/ProceduralTexturePhysics.jnlp24
-rw-r--r--www/webstart/VertexArrayRange.jnlp23
-rw-r--r--www/webstart/VertexProgRefract.jnlp24
-rw-r--r--www/webstart/VertexProgWarp.jnlp24
6 files changed, 143 insertions, 0 deletions
diff --git a/www/webstart/HWShadowmapsSimple.jnlp b/www/webstart/HWShadowmapsSimple.jnlp
new file mode 100644
index 0000000..1814335
--- /dev/null
+++ b/www/webstart/HWShadowmapsSimple.jnlp
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0"
+ codebase="http://jogl-demos.dev.java.net/webstart/"
+ href="HWShadowmapsSimple.jnlp">
+ <information>
+ <title>JOGL Hardware Shadow Maps Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>HWShadowmapsSimple Demo</description>
+ <description kind="short">NVidia's HWShadowmapsSimple demo ported to Java and JOGL.</description>
+ <offline-allowed/>
+ </information>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
+ <property name="sun.java2d.noddraw" value="true"/>
+ <jar href="jogl-demos.jar" main="true"/>
+ <jar href="jogl-demos-util.jar" />
+ <jar href="jogl-demos-data.jar" />
+ <extension name="jogl" href="http://jogl.dev.java.net/webstart/jogl.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.hwShadowmapsSimple.HWShadowmapsSimple"/>
+</jnlp>
diff --git a/www/webstart/InfiniteShadowVolumes.jnlp b/www/webstart/InfiniteShadowVolumes.jnlp
new file mode 100644
index 0000000..73a5336
--- /dev/null
+++ b/www/webstart/InfiniteShadowVolumes.jnlp
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0"
+ codebase="http://jogl-demos.dev.java.net/webstart/"
+ href="InfiniteShadowVolumes.jnlp">
+ <information>
+ <title>JOGL Infinite Shadow Volumes Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>InfiniteShadowVolumes Demo</description>
+ <description kind="short">NVidia's InfiniteShadowVolumes demo ported to Java and JOGL.</description>
+ <offline-allowed/>
+ </information>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
+ <property name="sun.java2d.noddraw" value="true"/>
+ <jar href="jogl-demos.jar" main="true"/>
+ <jar href="jogl-demos-util.jar" />
+ <jar href="jogl-demos-data.jar" />
+ <extension name="jogl" href="http://jogl.dev.java.net/webstart/jogl.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.infiniteShadowVolumes.InfiniteShadowVolumes"/>
+</jnlp>
diff --git a/www/webstart/ProceduralTexturePhysics.jnlp b/www/webstart/ProceduralTexturePhysics.jnlp
new file mode 100644
index 0000000..e0172ac
--- /dev/null
+++ b/www/webstart/ProceduralTexturePhysics.jnlp
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0"
+ codebase="http://jogl-demos.dev.java.net/webstart/"
+ href="ProceduralTexturePhysics.jnlp">
+ <information>
+ <title>JOGL Procedural Texture Physics Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>ProceduralTexturePhysics Demo</description>
+ <description kind="short">NVidia's ProceduralTexturePhysics demo ported to Java and JOGL.</description>
+ <offline-allowed/>
+ </information>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
+ <property name="sun.java2d.noddraw" value="true"/>
+ <jar href="jogl-demos.jar" main="true"/>
+ <jar href="jogl-demos-util.jar" />
+ <jar href="jogl-demos-data.jar" />
+ <extension name="jogl" href="http://jogl.dev.java.net/webstart/jogl.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.proceduralTexturePhysics.ProceduralTexturePhysics"/>
+</jnlp>
diff --git a/www/webstart/VertexArrayRange.jnlp b/www/webstart/VertexArrayRange.jnlp
new file mode 100644
index 0000000..fda9a37
--- /dev/null
+++ b/www/webstart/VertexArrayRange.jnlp
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0"
+ codebase="http://jogl-demos.dev.java.net/webstart/"
+ href="VertexArrayRange.jnlp">
+ <information>
+ <title>JOGL Vertex Array Range Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>VertexArrayRange Demo</description>
+ <description kind="short">NVidia's vertex_array_range demo ported to Java and JOGL.</description>
+ <offline-allowed/>
+ </information>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
+ <property name="sun.java2d.noddraw" value="true"/>
+ <jar href="jogl-demos.jar" main="true"/>
+ <jar href="jogl-demos-util.jar" />
+ <extension name="jogl" href="http://jogl.dev.java.net/webstart/jogl.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.vertexArrayRange.VertexArrayRange"/>
+</jnlp>
diff --git a/www/webstart/VertexProgRefract.jnlp b/www/webstart/VertexProgRefract.jnlp
new file mode 100644
index 0000000..f2919da
--- /dev/null
+++ b/www/webstart/VertexProgRefract.jnlp
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0"
+ codebase="http://jogl-demos.dev.java.net/webstart/"
+ href="VertexProgRefract.jnlp">
+ <information>
+ <title>JOGL VertexProgRefract Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>VertexProgRefract Demo</description>
+ <description kind="short">NVidia's vtxprog_refract demo ported to Java and JOGL.</description>
+ <offline-allowed/>
+ </information>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
+ <property name="sun.java2d.noddraw" value="true"/>
+ <jar href="jogl-demos.jar" main="true"/>
+ <jar href="jogl-demos-util.jar" />
+ <jar href="jogl-demos-data.jar" />
+ <extension name="jogl" href="http://jogl.dev.java.net/webstart/jogl.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.vertexProgRefract.VertexProgRefract"/>
+</jnlp>
diff --git a/www/webstart/VertexProgWarp.jnlp b/www/webstart/VertexProgWarp.jnlp
new file mode 100644
index 0000000..63226fc
--- /dev/null
+++ b/www/webstart/VertexProgWarp.jnlp
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0"
+ codebase="http://jogl-demos.dev.java.net/webstart/"
+ href="VertexProgWarp.jnlp">
+ <information>
+ <title>JOGL VertexProgWarp Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>VertexProgWarp Demo</description>
+ <description kind="short">NVidia's vtxprog_warp demo ported to Java and JOGL.</description>
+ <offline-allowed/>
+ </information>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
+ <property name="sun.java2d.noddraw" value="true"/>
+ <jar href="jogl-demos.jar" main="true"/>
+ <jar href="jogl-demos-util.jar" />
+ <jar href="jogl-demos-data.jar" />
+ <extension name="jogl" href="http://jogl.dev.java.net/webstart/jogl.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.vertexProgWarp.VertexProgWarp"/>
+</jnlp>