aboutsummaryrefslogtreecommitdiffstats
path: root/demos/RonsDemos/scube.html
blob: b889faf04d3817b2c2d4e63bbdc18bbe8a974787 (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
<!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>Scube by David G Yu/Mark J. Kilgard/Silicon Graphics; ported to Java by Ron Cemer</title>
</head>
<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
Scube applet
<br>Originially written by David G Yu/Mark J. Kilgard/Silicon Graphics
<br>Ported to Java by Ron Cemer
<br>Click inside the window, then press any of the following keys:
<br>L/l: toggle lighting
<br>S/s: toggle SGI logo on/off
<br>Q/q: toggle between quads and polygons for drawing
<br>F/f: toggle fog
<br>1: linear fog mode
<br>2: exponential fog mode
<br>3: exponential squared fog mode
<br>p/P: toggle motion (pause/resume)
<br>spacebar: single-step while paused
<br>
<applet code="scube.class" width=400 height=400>
</applet>
<hr>
</body>
</html>