diff options
Diffstat (limited to 'www/webstart/JRefract231OGL.jnlp')
-rwxr-xr-x | www/webstart/JRefract231OGL.jnlp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www/webstart/JRefract231OGL.jnlp b/www/webstart/JRefract231OGL.jnlp new file mode 100755 index 0000000..36c05ab --- /dev/null +++ b/www/webstart/JRefract231OGL.jnlp @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" + href="JRefractOGL.jnlp"> + <information> + <title>JOGL JRefract Demo - JOGL/Java2D Integration</title> + <vendor>Sun Microsystems, Inc.</vendor> + <homepage href="http://jogl-demos.dev.java.net/"/> + <description>JRefract Demo</description> + <description kind="short">Variant of NVidia's vtxprog_refract demo illustrating JOGL's hardware-accelerated Swing component and integration with Java2D's OpenGL pipeline.</description> + <offline-allowed/> + </information> + + <resources> + <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> + <property name="sun.java2d.opengl" value="True"/> + <!-- Temporary workaround for slowness in Windows NVidia drivers --> + <property name="swing.bufferPerWindow" value="false"/> + <property name="jogl.debug.GLJPanel" value="true"/> + <jar href="jogl-demos-jsr-231.jar" main="true"/> + <jar href="jogl-demos-util-jsr-231.jar" /> + <jar href="jogl-demos-data-jsr-231.jar" /> + <extension name="jogl-jsr-231" href="https://jogl.dev.java.net/webstart/jogl-jsr-231.jnlp" /> + </resources> + + <application-desc main-class="demos.jrefract.JRefract"/> +</jnlp> |