diff options
Diffstat (limited to 'demos/MiscDemos')
-rw-r--r-- | demos/MiscDemos/gears.java | 3 | ||||
-rw-r--r-- | demos/MiscDemos/index.html | 2 | ||||
-rw-r--r-- | demos/MiscDemos/index_plugin13.html | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/demos/MiscDemos/gears.java b/demos/MiscDemos/gears.java index 3626a6b..b80e3e1 100644 --- a/demos/MiscDemos/gears.java +++ b/demos/MiscDemos/gears.java @@ -30,6 +30,9 @@ public class gears extends SimpleGLAnimApplet1 public void init(boolean showGL)
{
super.init();
+ GLContext.gljNativeDebug = false;
+ GLContext.gljClassDebug = false;
+
Dimension d = getSize();
GLCapabilities caps = new GLCapabilities();
diff --git a/demos/MiscDemos/index.html b/demos/MiscDemos/index.html index 8228f87..bae1f0c 100644 --- a/demos/MiscDemos/index.html +++ b/demos/MiscDemos/index.html @@ -27,6 +27,8 @@ : morph3d at 400x400 <p> <a href="gears.html">gears</a> : gears at 400x400 +<p> <a href="GearsVS.html">GearsVS</a> +: GearsVS at 400x400 <br> <br> <p> <a href="accanti.html">accanti</a> diff --git a/demos/MiscDemos/index_plugin13.html b/demos/MiscDemos/index_plugin13.html index 7636d55..9190be1 100644 --- a/demos/MiscDemos/index_plugin13.html +++ b/demos/MiscDemos/index_plugin13.html @@ -29,6 +29,8 @@ : morph3d at 400x400 <p> <a href="gears_plugin13.html">gears</a> : gears at 400x400 +<p> <a href="GearsVS_plugin13.html">GearsVS</a> +: GearsVS at 400x400 <br> <br> <p> <a href="accanti_plugin13.html">accanti</a> |