aboutsummaryrefslogtreecommitdiffstats
path: root/demos/MiscDemos
diff options
context:
space:
mode:
Diffstat (limited to 'demos/MiscDemos')
-rw-r--r--demos/MiscDemos/gears.java3
-rw-r--r--demos/MiscDemos/index.html2
-rw-r--r--demos/MiscDemos/index_plugin13.html2
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>&nbsp;<a href="gears.html">gears</a>
: gears at 400x400
+<p>&nbsp;<a href="GearsVS.html">GearsVS</a>
+: GearsVS at 400x400
<br>&nbsp;
<br>
<p>&nbsp;<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>&nbsp;<a href="gears_plugin13.html">gears</a>
: gears at 400x400
+<p>&nbsp;<a href="GearsVS_plugin13.html">GearsVS</a>
+: GearsVS at 400x400
<br>&nbsp;
<br>
<p>&nbsp;<a href="accanti_plugin13.html">accanti</a>