diff options
author | Sven Gothel <[email protected]> | 2009-09-14 11:45:30 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-09-14 11:45:30 -0700 |
commit | 0afab6a652471cf1c140d3affe6ae442ab217ff1 (patch) | |
tree | b515e3913c878ccb07c4c246be06c51b91200469 /jnlp-files/jogl-newt-applet-runner-fbcubes.html | |
parent | e7003e596519e225ecec5b4423314c4dcaa05db8 (diff) |
Fixes and tested JOGLNewtApplet1Run/JOGLNewtAppletBase
Diffstat (limited to 'jnlp-files/jogl-newt-applet-runner-fbcubes.html')
-rw-r--r-- | jnlp-files/jogl-newt-applet-runner-fbcubes.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/jnlp-files/jogl-newt-applet-runner-fbcubes.html b/jnlp-files/jogl-newt-applet-runner-fbcubes.html new file mode 100644 index 0000000..9a47614 --- /dev/null +++ b/jnlp-files/jogl-newt-applet-runner-fbcubes.html @@ -0,0 +1,25 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>JOGL NEWT JNLP Applet Runner - ES1 FBO Cubes</title> +</head> +<body> + +<P> + +<applet width=600 height=400> + <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> + <param name="gl_event_listener_class" value="demos.es1.cubefbo.FBCubes"> + <param name="gl_profile" value="GL2ES1"> + <param name="gl_swap_interval" value="1"> + <param name="gl_use_in_events" value="false"> + <param name="gl_debug" value="false"> + <param name="gl_trace" value="false"> + <param name="jnlp_href" value="jogl-newt-applet-runner.jnlp"> +</applet> + +</P> +<P> + +</body> +</html> |