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/jogl-test-applets.html | |
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/jogl-test-applets.html')
-rw-r--r-- | jnlp-files/jogl-test-applets.html | 5 |
1 files changed, 3 insertions, 2 deletions
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 |