aboutsummaryrefslogtreecommitdiffstats
path: root/demos/RonsDemos/reflect.html
blob: 3ade9b6286fe3fafa030cea18927fa9c545c5007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>Reflect by Brian Paul; ported to Java by Ron Cemer</title>
</head>
<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
Reflect applet
<br>Originially written by Brian Paul
<br>Ported to Java by Ron Cemer
<br>
<hr>You can rotate the view by holding the left mouse button down and
<br>dragging the mouse within the applet's window.
<br>If you hold the right button down instead, the view will rotate
<br>around the Z axis.
<br>
<applet code="reflect.class" width=400 height=400>
</applet>
<hr>
</body>
</html>