-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (51 loc) · 2.03 KB
/
index.html
File metadata and controls
57 lines (51 loc) · 2.03 KB
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
<html>
<head><title>3d ray tracing animation applet</title></head>
<body text="#000000" bgcolor="#ffffff" link="#0000ff" vlink="#5500aa" alink="#ff0000">
<font size=3 face="Arial">
<font size=5><p>
3d Ray Tracing Animation Applet
</font>
<p><font size=5>Run it:</font>
<ul>
<li><a href="sim11/index.html"> Java 1.1 </a> (~182K)
<ul type=circle>
<li>requires: Netscape 4.07+ / IE 4.0+.
<li><a href="setup.html#java11"> setup hints </a>
</ul>
</ul>
<p><font size=5>Documentation:</font>
<ol>
<li><a href="project_abstract.html">Abstract</a>
<li><a href="project_intro.html">Introduction</a>
<li><a href="project_history.html">Algorithm Animation</a>
<li><a href="project_ray_tracing.html">Introduction to Ray Tracing</a>
<li><a href="project_applet.html">Applet</a>
<ul type=circle>
<li><a href="project_sim.html">Sim</a>
<li><a href="project_setup.html">Setup</a>
<li><a href="project_preferences.html">Preferences</a>
<li><a href="project_help.html">Help</a>
</ul>
<li><a href="project_class_design.html">Class Design</a>
<ul type=circle>
<li><a href="project_algorithms.html">Raytracing and Other Algorithms</a>
<li><a href="project_recording.html">Recording an Animation</a>
<li><a href="project_playback.html">Playing Back A Recording</a>
<li><a href="project_scene.html">Building a Scene</a>
</ul>
<li><a href="project_misc.html">Miscellaneous</a>
<li><a href="project_screen_shots.html">Screen Shots</a>
<li><a href="project_conclusion.html">Conclusion</a>
<li><a href="project_future.html">Future</a>
<li>Appendix
<ol type=a>
<li><a href="project_math.html">Some Math</a>
<li><a href="project_classes.html">3dAA Classes</a>
<li><a href="project_resources.html">Resources</a>
<li><a href="project_references.html">References</a>
<li><a href="sim11api/tree.html">Java 1.1 Version api</a>
<li><a href="sim12api/index.html">Java 1.2 Version api</a>
<li><a href="raytracer.java.txt">A Raytracer in Java</a>
</ol>
</ul>
</body></html>