aboutsummaryrefslogtreecommitdiffstats
path: root/demos/RonsDemos/dinoshade.html
blob: 1b4fe083d8a153f790e9ab50b313803a2ccd919b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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>Dinoshade by Mark J. Kilgard; ported to Java by Ron Cemer</title>
</head>
<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
Dinoshade applet
<br>Originially written by Mark J. Kilgard
<br>Ported to Java by Ron Cemer
<br>Press and hold left mouse button, then drag to rotate view.
<br>Press and hold left mouse button, then press and hold right mouse button, then drag to rotate light.
<br>Click right mouse button for a menu of options.
<br>NOTE: If your system does not support hardware-accelerated stenciling, this demo will run slowly unless you disable stenciling for shadows and reflections.
<br>
<applet code="dinoshade.class" width=400 height=400>
</applet>
<hr>
</body>
</html>