aboutsummaryrefslogtreecommitdiffstats
path: root/demos/HodglimsNeHe/Lesson16.html
blob: ea079bea2e810229a0d5e48df5bd689dd3f21a85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<HTML>
<HEAD>
<TITLE>Lesson16 Applet: Cool Looking Fog</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="2" FACE="Verdana"><B>Cool Looking Fog</B></FONT>
</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>L</B> - Lights ON/OFF<BR>
<B>F</B> - Change texture filter<BR>
<B>G</B> - Change fog mode<BR>
<B>PG_UP</B> - Zoom out<BR>
<B>PG_DOWN</B> - Zoom in<BR>
<B>UP</B> - Rotate cube<BR>
<B>DOWN</B> - Rotate cube<BR>
<B>LEFT</B> - Rotate cube<BR>
<B>RIGHT</B> - Rotate cube
</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="Lesson16.class" WIDTH="400" HEIGHT="400">
</APPLET>
</TD>
</TR>
</TABLE>
</CENTER>
</BODY>
</HTML>