Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2426331 commit ee2ba6cCopy full SHA for ee2ba6c
1 file changed
Demo/sgi/gl/README
@@ -8,6 +8,12 @@ backface.py Demonstrates the 'backface' GL function.
8
kites.py Show 3 flying kites. Demonstrates the rendering speed
9
obtainable by Python programs.
10
11
+kunst.py Cute demo showing a ball suspended on four cables in
12
+ the central room of the CWI building. You can specify
13
+ three functions Fx(t), Fy(t), Fz(t) which define the
14
+ movement of the ball. Try something like sin(t),
15
+ cos(t), sin(2*t).
16
+
17
mclock.py A colorful clock with more options than you can
18
remember. Works on 8-bit machines, but allows more
19
colors on 24-bit machines. See mclock.doc for more
0 commit comments