aboutsummaryrefslogtreecommitdiffstats
path: root/demos/HodglimsNeHe/Lesson19.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/HodglimsNeHe/Lesson19.html')
-rw-r--r--demos/HodglimsNeHe/Lesson19.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/demos/HodglimsNeHe/Lesson19.html b/demos/HodglimsNeHe/Lesson19.html
new file mode 100644
index 0000000..8bf9be2
--- /dev/null
+++ b/demos/HodglimsNeHe/Lesson19.html
@@ -0,0 +1,44 @@
+<HTML>
+<HEAD>
+<TITLE>Lesson19 Applet: Particle Engine Using Triangle Strips</TITLE>
+<STYLE TYPE="text/css">
+<!--
+A:link { COLOR: #9C9AB1; TEXT-DECORATION: none }
+A:visited { COLOR: #9C9AB1; TEXT-DECORATION: none }
+A:active { color: Yellow; TEXT-DECORATION: none }
+A:hover { color: Yellow; TEXT-DECORATION: none }
+-->
+</STYLE>
+</HEAD>
+<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
+<CENTER>
+<P>
+<FONT SIZE="+1">Particle Engine Using Triangle Strips</FONT><BR>
+</P>
+<TABLE WIDTH="100%">
+<TR>
+<TD WIDTH="30%" ALIGN="LEFT" VALIGN="TOP">
+<P>
+<FONT SIZE="1" FACE="Verdana"><B><U>Keys</U></B></FONT></P>
+<P>
+<FONT SIZE="1" FACE="Verdana">
+<B>PG_UP</B> - Zoom out<BR>
+<B>PG_DOWN</B> - Zoom in<BR>
+</FONT>
+</P>
+<P><FONT SIZE="1" FACE="Verdana"><B>Note:</B> You must click inside the applet window before using these keys.</FONT></P>
+<P>
+<FONT SIZE="1" FACE="Verdana">
+<A HREF="index.html">Go back</A>
+</FONT>
+</P>
+</TD>
+<TD WIDTH="70%" ALIGN="CENTER" VALIGN="TOP">
+<APPLET CODE="Lesson19.class" WIDTH="400" HEIGHT="400">
+</APPLET>
+</TD>
+</TR>
+</TABLE>
+</CENTER>
+</BODY>
+</HTML>