summaryrefslogtreecommitdiffstats
path: root/jnlp-files
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-23 05:07:51 +0100
committerSven Gothel <[email protected]>2010-11-23 05:07:51 +0100
commitae1ca3f2cae849f5e5a44538284082e861a98de1 (patch)
tree65c3c820ae0c744bc1f60393d41ffec6984a786d /jnlp-files
parenta6076ff25bd3abd2d1e12f77dfde3f255ac67e7d (diff)
Adapt to JOGL 7262641429b542929efc699e392f410f1dee2187
Diffstat (limited to 'jnlp-files')
-rwxr-xr-xjnlp-files/HDRDebug.jnlp37
1 files changed, 37 insertions, 0 deletions
diff --git a/jnlp-files/HDRDebug.jnlp b/jnlp-files/HDRDebug.jnlp
new file mode 100755
index 0000000..1f93b65
--- /dev/null
+++ b/jnlp-files/HDRDebug.jnlp
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="HDR.jnlp">
+ <information>
+ <title>JOGL High Dynamic Range Rendering Demo</title>
+ <vendor>JogAmp Community</vendor>
+ <homepage href="http://jogamp.org/jogl-demos/"/>
+ <description>High Dynamic Range Rendering Demo</description>
+ <description kind="short">NVidia's High Dynamic Range (HDR) rendering demo ported to Java and JOGL.</description>
+ <offline-allowed/>
+ </information>
+ <update check="background" policy="always"/>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
+ <property name="sun.java2d.noddraw" value="true"/>
+ <property name="jnlp.gluegen.debug.NativeLibrary" value="true"/>
+ <property name="jnlp.nativewindow.debug" value="all"/>
+ <property name="jnlp.nativewindow.TraceLock" value="true"/>
+ <property name="jnlp.jogl.debug" value="GLDrawable"/>
+ <property name="jnlp.newt.debug" value="all"/>
+ <jar href="jogl-demos.jar" main="true"/>
+ <jar href="jogl-demos-util.jar" />
+ <jar href="jogl-demos-data.jar" />
+ <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.hdr.HDR">
+ <argument>demos/data/images/stpeters_cross.hdr</argument>
+ <argument>512</argument>
+ <argument>384</argument>
+ <argument>2</argument>
+ <argument>7</argument>
+ <argument>3</argument>
+ <argument>demos/data/models/teapot.obj</argument>
+ </application-desc>
+</jnlp>