-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_references.html
More file actions
67 lines (45 loc) · 2.77 KB
/
project_references.html
File metadata and controls
67 lines (45 loc) · 2.77 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
58
59
60
61
62
63
64
65
66
67
<html><head><title>3d ray tracing animation applet: references</title>
</head>
<!-- ====================================== -->
<body text="#000000" background="../back.jpg" bgcolor="#ffffff" link="#0000ff" vlink="#5500aa" alink="#ff0000">
<font size=5 face="Arial"><p>References
<font size=3 face="Arial">
<table>
<tr><td><a name="Balsa">[Balsa]
<td><a href="http://www.cs.brown.edu/exploratory/timeline.html#BALSA"> www.cs.brown.edu/exploratory/timeline.html#BALSA </a>
<tr><td><a name="Boids">[Boids]
<td><a href="http://www.hmt.com/cwr/boids.html"> www.hmt.com/cwr/boids.html </a>
<tr><td><a name="Eckel">[Eckel]
<td>Eckel, Bruce, <u>Thinking in Java</u>, Prentice Hall PTR: Upper Saddle, River, NJ, 1998
<tr><td><a name="Eckel2">[Eckel2]
<td><a href="http://www.bruceeckel.com/javabook.html"> www.bruceeckel.com/javabook.html </a>
<tr><td><a name="Eckert">[Eckert]
<td><a href="http://www.cs.binghamton.edu/~reckert/460/460notes.htm"> www.cs.binghamton.edu/~reckert/460/460notes.htm </a>
<tr><td><a name="Foley">[Foley]
<td>Foley, Van Dam, Feiner, Hughes, Phillips, <u>Introduction to Computer Graphics</u>
<tr><td><a name="Goldman">[Goldman]
<td>Goldman, David, 3D Algorithm Animation, Master's Thesis: 1995
<tr><td><a name="Glassner">[Glassner]
<td>Glassner, Andrew, <u>An Introduction to Ray Tracing</u>, Academic Press, New York: 1989
<tr><td><a name="Head">[Head]
<td>Head, Eileen, ASSIST: A Simple Simulator for State Transitions, Master's Thesis: 1998, www.cs.binghamton.edu/~tools/
<tr><td><a name="Heiny">[Heiny]
<td>Heiny, Loren, <u>Advanced Graphics Programming Using C/C++</u>, Coriolis Group Books: New York: 1993
<tr><td><a name="Kuchkuda">[Kuchkuda]
<td>Kuchkuda, Roman, "An Introduction to Ray Tracing", <u>Theoretical Foundations of Computer
Graphics and CAD,</u>, p1039-1060, 1998
<tr><td><a name="Owen">[Owen]
<td><a href="http://www.cs.helsinki.fi/group/goa/"> www.cs.helsinki.fi/group/goa/ </a>
<tr><td><a name="Phong">[Phong]
<td>Phong, Bui-Tuong, "Illumination for Computer-generated Pictures", Communications of the
ACM, 18(6), June 1975
<tr><td><a name="Polka">[Polka]
<td><a href="http://www.cc.gatech.edu/gvu/softviz/parviz/polka.html"> www.cc.gatech.edu/gvu/softviz/parviz/polka.html </a>
<tr><td><a name="Sun1">[Sun1]
<td><a href="http://java.sun.com/docs/books/tutorial/index.html"> java.sun.com/docs/books/tutorial/index.html </a>
<tr><td><a name="Sun2">[Sun2]
<td><a href="http://java.sun.com/products/jdk/1.1/docs/api/packages.html"> java.sun.com/products/jdk/1.1/docs/api/packages.html </a>
<tr><td><a name="XTango">[XTango]
<td><a href="http://www.cc.gatech.edu/gvu/softviz/algoanim/xtango.html"> www.cc.gatech.edu/gvu/softviz/algoanim/xtango.html </a>
</table>
</font></body></html>