diff options
author | Kenneth Russel <[email protected]> | 2003-07-16 17:03:55 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-07-16 17:03:55 +0000 |
commit | 9835bfed12eb04fe8a4207bdfa418214598c11ac (patch) | |
tree | c4d769b117dd50ab25e07084c2cc64830bf1b060 /www/webstart/VertexArrayRange.jnlp | |
parent | 5e44ff2a801a994223a3a4334a7ed2eb965385fc (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/VertexArrayRange.jnlp')
-rw-r--r-- | www/webstart/VertexArrayRange.jnlp | 23 |
1 files changed, 23 insertions, 0 deletions
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> |