aboutsummaryrefslogtreecommitdiffstats
path: root/demos/RonsDemos/texgen.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/RonsDemos/texgen.html')
-rw-r--r--demos/RonsDemos/texgen.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/demos/RonsDemos/texgen.html b/demos/RonsDemos/texgen.html
new file mode 100644
index 0000000..859d220
--- /dev/null
+++ b/demos/RonsDemos/texgen.html
@@ -0,0 +1,22 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
+ <title>Texgen by Silicon Graphics; ported to Java by Ron Cemer</title>
+</head>
+<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
+Texgen applet
+<br>Originially written by Silicon Graphics
+<br>Ported to Java by Ron Cemer
+<br>Click inside the window, then press any of the following keys:
+<br>e/E: generate eye linear texture coordinates
+<br>o/O: generate object linear texture coordinates
+<br>s/S: use a slanted plane for texture coordinate generation
+<br>x/X: use a flat plane (x = 0) for texture coordinate generation
+<br>
+<applet code="texgen.class" width=400 height=400>
+</applet>
+<hr>
+</body>
+</html>