summaryrefslogtreecommitdiffstats
path: root/www/webstart
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2003-07-16 17:03:55 +0000
committerKenneth Russel <[email protected]>2003-07-16 17:03:55 +0000
commit9835bfed12eb04fe8a4207bdfa418214598c11ac (patch)
treec4d769b117dd50ab25e07084c2cc64830bf1b060 /www/webstart
parent5e44ff2a801a994223a3a4334a7ed2eb965385fc (diff)
Added JNLP files for HWShadowmapsSimple, InfiniteShadowVolumes,
ProceduralTexturePhysics, VertexArrayRange, VertexProgRefract, and VertexProgWarp demos. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@14 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
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>