diff options
author | Sven Gothel <[email protected]> | 2014-03-17 17:11:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-03-17 17:11:37 +0100 |
commit | b8d551939b3d27b5c680c202f0a36836b29a5ab8 (patch) | |
tree | 5687cf318cc5e1f69a84014f4725962b1903e4d0 /jnlp-files | |
parent | ec721c80b9e490cbec1ecbf67a5f79bbeb073885 (diff) |
Fix GraphUI - Remove MSAA if in VBAA mode (double AA not so good) - Adding NApplet for VBAA
Diffstat (limited to 'jnlp-files')
-rw-r--r-- | jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html | 4 | ||||
-rw-r--r-- | jnlp-files/jogl-test-applets.html | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html b/jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html index 66f02da6b..8e7f74430 100644 --- a/jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html +++ b/jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html @@ -11,7 +11,7 @@ JOGL Graph UI-Scene Demo 01 <P> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" - width="640" height="480"> + width="800" height="400"> <param name="code" value="com.jogamp.newt.awt.applet.JOGLNewtApplet1Run"> <param name="archive" value="jar/gluegen-rt.jar, jar/jogl-all.jar, @@ -25,7 +25,7 @@ JOGL Graph UI-Scene Demo 01 <param name="gl_trace" value="false"> <comment> <embed code="com.jogamp.newt.awt.applet.JOGLNewtApplet1Run" - width="640" height="480" + width="800" height="400" type="application/x-java-applet;version=1.6" pluginspage="http://java.sun.com/javase/downloads/ea.jsp" archive="jar/gluegen-rt.jar, diff --git a/jnlp-files/jogl-test-applets.html b/jnlp-files/jogl-test-applets.html index 106a56a01..c3d17f0a7 100644 --- a/jnlp-files/jogl-test-applets.html +++ b/jnlp-files/jogl-test-applets.html @@ -140,8 +140,9 @@ See Legend below table </a> </td> <td> - <a href="jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html">NApplet</a><br/> - <a href="jogl-applet-runner-newt-GraphUISceneDemo01.html">Dual</a><br/> + <a href="jogl-applet-runner-newt-GraphUISceneDemo02-napplet.html">VBAA</a><br/> + <a href="jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html">MSAA</a><br/> + <!-- a href="jogl-applet-runner-newt-GraphUISceneDemo01.html">Dual</a><br/ --> </td> <td> Demonstration of GPU accelerated Text and UI rendering and interaction |