two more 3D demos
authorClaus Gittinger <cg@exept.de>
Fri, 05 Jun 1998 04:42:29 +0200
changeset 1678 972d9b87f3ff
parent 1677 24ec31cb6c3b
child 1679 8b2dffb35e01
two more 3D demos
Launcher.st
--- a/Launcher.st	Tue Jun 02 22:27:01 1998 +0200
+++ b/Launcher.st	Fri Jun 05 04:42:29 1998 +0200
@@ -2029,6 +2029,8 @@
                                 'logo'
                                 'rubics cube'
                                 'x/y graph'
+                                'x/y graph widget'
+                                'x/y graph animated'
                                 '-'
                                 'cube (light)'
                                 'cube (light & texture)'
@@ -2048,6 +2050,8 @@
                                 Logo3DView1
                                 RubicsCubeView
                                 GLXYGraph
+                                #'CodingExamples_GUI::GLXYGraph3DDemo'
+                                #'CodingExamples_GUI::AnimatedGLXYGraph3DDemo'
                                 nil
                                 GLCubeDemoView2
                                 GLBrickCubeDemoView
@@ -2096,7 +2100,7 @@
                       )
                 receiver:self).
 
-    "Modified: 3.7.1997 / 13:54:20 / cg"
+    "Modified: / 5.6.1998 / 04:41:16 / cg"
 !
 
 setupFileMenu
@@ -5493,5 +5497,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.346 1998-05-28 10:16:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.347 1998-06-05 02:42:29 cg Exp $'
 ! !