aboutsummaryrefslogtreecommitdiffstats
path: root/demos/RonsDemos/polyoff.html
blob: 78ba14da7634f485e1072e2eeafa61707fc2fa23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>Polyoff by Silicon Graphics; ported to Java by Ron Cemer</title>
</head>
<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
Polyoff applet
<br>Originially written by Silicon Graphics
<br>Ported to Java by Ron Cemer
<br>Use the Java Console in your browser to see messages generated by this applet.
<br>Click inside the window, then press any of the following keys:
<br>Arrows: rotate the object
<br>t/T: decrease/increase translation distance
<br>f/F: decrease/increase polygon offset factor
<br>u/U: decrease/increase polygon offset units
<br>
<applet code="polyoff.class" width=400 height=400>
</applet>
<hr>
</body>
</html>