diff options
author | Sven Gothel <[email protected]> | 2014-05-27 23:45:52 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-05-27 23:45:52 +0200 |
commit | c142f237d171e1cd16918a2f897447444a709b56 (patch) | |
tree | 0f40edc26ad3e9630653b68b585581cf393b37a9 /jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html | |
parent | 8b255eb303bba045b4eb087da1d1cb33b2e89e96 (diff) |
GraphUI: Fix label layout (absolute), add auto no-aa dpi threshold (200 dpi), add all modes to applet test-page
Diffstat (limited to 'jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html')
-rw-r--r-- | jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html | 8 |
1 files changed, 4 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 e190b649f..c0e8ff4b0 100644 --- a/jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html +++ b/jnlp-files/jogl-applet-runner-newt-GraphUISceneDemo01-napplet.html @@ -1,12 +1,12 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> -<title>JOGL Graph UI-Scene Demo 01 (NApplet)</title> +<title>JOGL Graph UI-Scene Demo 01 No-AA (NApplet)</title> </head> <body BGCOLOR="#ffffff"> <P> -JOGL Graph UI-Scene Demo 01 +JOGL Graph UI-Scene Demo 01 No-AA </P> <P> @@ -21,7 +21,7 @@ JOGL Graph UI-Scene Demo 01 <param name="gl_profile" value="GL2ES2"> <param name="gl_swap_interval" value="1"> <param name="gl_alpha" value="4"> - <param name="gl_multisamplebuffer" value="4"> + <param name="gl_multisamplebuffer" value="0"> <param name="gl_debug" value="false"> <param name="gl_trace" value="false"> <comment> @@ -37,7 +37,7 @@ JOGL Graph UI-Scene Demo 01 gl_profile="GL2ES2" gl_swap_interval="1" gl_alpha="4" - gl_multisamplebuffer="4" + gl_multisamplebuffer="0" gl_debug="false" gl_trace="false"> <noembed>Sorry, no Java support detected.</noembed> |