blob: ccd5a01a3e64c0ad69b028551dca3f179d23abb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="https://jogl-demos.dev.java.net/webstart/"
href="JRefract231OGL.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>
|