blob: be13230e567e4fbdeb7cf76b23d6a058ac0a9922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!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>Softshadow by Tom McReynolds, SGI; ported to Java by Ron Cemer</title>
</head>
<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
Softshadow applet
<br>Originially written by Tom McReynolds, SGI
<br>Ported to Java by Ron Cemer
<br>Click inside the window to enable/disable shadows.
<br>NOTE: WHEN SHADOWS ARE ENABLED, IT MAY TAKE A FEW SECONDS TO DRAW THE SCENE.
<br>
<applet code="softshadow.class" width=400 height=400>
</applet>
<hr>
</body>
</html>
|