aboutsummaryrefslogtreecommitdiffstats
path: root/demos/RonsDemos/logo_plugin13.html
blob: 45fcee6da331fe2d68aead2a98c70676e7578db7 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!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>Logo (author unknown); ported to Java by Ron Cemer</title>
</head>
<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
Logo applet
<br>Originial author unknown
<br>Ported to Java by Ron Cemer
<br>SEE BELOW FOR INSTRUCTIONS.
<br>
<!--"CONVERTED_APPLET"-->
<!-- CONVERTER VERSION 1.3 -->
<SCRIPT LANGUAGE="JavaScript"><!--
    var _info = navigator.userAgent; var _ns = false;
    var _ie = (_info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0 && _info.indexOf("Windows 3.1") < 0);
//--></SCRIPT>
<COMMENT><SCRIPT LANGUAGE="JavaScript1.1"><!--
    var _ns = (navigator.appName.indexOf("Netscape") >= 0 && ((_info.indexOf("Win") > 0 && _info.indexOf("Win16") < 0 && java.lang.System.getProperty("os.version").indexOf("3.5") < 0) || (_info.indexOf("Sun") > 0) || (_info.indexOf("Linux") > 0)));
//--></SCRIPT></COMMENT>

<SCRIPT LANGUAGE="JavaScript"><!--
    if (_ie == true) document.writeln('<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 400 HEIGHT = 400  codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"><NOEMBED><XMP>');
    else if (_ns == true) document.writeln('<EMBED type="application/x-java-applet;version=1.3"  CODE = "logo.class" WIDTH = 400 HEIGHT = 400  scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"><NOEMBED><XMP>');
//--></SCRIPT>
<APPLET  CODE = "logo.class" WIDTH = 400 HEIGHT = 400></XMP>
<PARAM NAME = CODE VALUE = "logo.class" >

<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME="scriptable" VALUE="false">

</APPLET>

</NOEMBED></EMBED></OBJECT>


<!--
<APPLET CODE = "logo.class" WIDTH = 400 HEIGHT = 400>


</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->

<br>Click inside the window, then press any of the following keys:
<br>Up/down arrows: move the clipping plane in or out
<br>Left/right arrows: rotate the model
<br>z/Z: translate (move) the model in or out
<br>1: render points only
<br>2: render line drawing
<br>3: render polygons
<br>4: enable polygon smoothing
<br>5: disable polygon smoothing
<br>6: enable dithering
<br>7: disable dithering
<br>8: enable polygon stippling
<br>9: disable polygon stippling
<br>-: smooth shading
<br>=: flat shading
<br>q: disable culling
<br>w: cull backfaces
<br>e: cull frontfaces
<br>r: frontfaces are counterclockwise (CCW)
<br>t: frontfaces are clockwise (CW)
<br>y/u: change stippling pattern
<br>a: enable texturing; use brick texture
<br>s: enable texturing; use checkered texture
<br>d: disable texturing
<br>f: texure modulate mode
<br>g: texure decal mode
<br>
<hr>
</body>
</html>