aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-02-23 05:14:46 +0000
committerSven Gothel <[email protected]>2001-02-23 05:14:46 +0000
commit991622dd909d94b6ed83b84b744f0839b9ab6807 (patch)
tree3bcf3c79e8ea11358966710d0884a4416a74f8e6 /demos
parent82cd20ed209f12e22e2f5a92719b3be2bb92d8ed (diff)
Version 2.6.0.0
Diffstat (limited to 'demos')
-rw-r--r--demos/HodglimsNeHe/data/star.pngbin0 -> 7183 bytes
-rw-r--r--demos/new-style.txt21
2 files changed, 21 insertions, 0 deletions
diff --git a/demos/HodglimsNeHe/data/star.png b/demos/HodglimsNeHe/data/star.png
new file mode 100644
index 0000000..e933c74
--- /dev/null
+++ b/demos/HodglimsNeHe/data/star.png
Binary files differ
diff --git a/demos/new-style.txt b/demos/new-style.txt
new file mode 100644
index 0000000..6b8a0a8
--- /dev/null
+++ b/demos/new-style.txt
@@ -0,0 +1,21 @@
+#
+# Using just gl4java.drawable.SunJDK13GLDrawableFactory's
+# getGraphicsConfiguration method, if avaiable !
+# If avaiable, the fetched GraphicsConfiguration is used
+# for the GL*Canvas creation ..
+#
+demos/gltestperf.java /* the gl performance test,
+ try argument --help */
+demos/MiscDemos/alpha3D.java /* the alpha value is set here .. */
+demos/HodglimsNeHe/Lesson8.java
+demos/RonsDemos/dinoshade.java
+demos/RonsDemos/shadowvol.java
+
+#
+# Implementing the new GLEventListener
+# The above feature is done automatically ..
+#
+demos/MiscDemos/gears.java
+demos/MiscDemos/stencil.java /* the stencil value is set here .. */
+demos/MiscDemos/TestListener.java
+demos/MiscDemos/TriangleRotate.java