Commit | Line | Data |
---|---|---|
d2479923 SG |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <jnlp codebase="DEMO_CODEBASE_TAG" | |
3 | href="VertexArrayRange.jnlp"> | |
4 | <information> | |
5 | <title>JOGL Vertex Array Range Demo</title> | |
50dece0a SG |
6 | <vendor>JogAmp Community</vendor> |
7 | <homepage href="http://jogamp.org/jogl-demos/"/> | |
d2479923 SG |
8 | <description>VertexArrayRange Demo</description> |
9 | <description kind="short">NVidia's vertex_array_range demo ported to Java and JOGL.</description> | |
10 | <offline-allowed/> | |
11 | </information> | |
d4d82cfd | 12 | <update check="background" policy="always"/> |
d2479923 SG |
13 | |
14 | <resources> | |
15 | <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> | |
5960d7e2 SG |
16 | <jar href="jar/jogl-demos.jar" main="true"/> |
17 | <jar href="jar/jogl-demos-util.jar" /> | |
df1bf4aa | 18 | <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" /> |
d2479923 SG |
19 | </resources> |
20 | ||
1ff81eb8 | 21 | <application-desc main-class="demos.vertexArrayRange.VertexArrayRange"> |
1ff81eb8 | 22 | </application-desc> |
d2479923 | 23 | </jnlp> |
http://JogAmp.org | git info: FAQ, tutorial and man pages. |