-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_abstract.html
More file actions
30 lines (19 loc) · 1.05 KB
/
project_abstract.html
File metadata and controls
30 lines (19 loc) · 1.05 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
<html><head><title>3d ray tracing animation applet: abstract</title>
</head>
<!-- ====================================== -->
<body text="#000000" background="../back.jpg" bgcolor="#ffffff" link="#0000ff" vlink="#5500aa" alink="#ff0000">
<font size=5 face="Arial"><p>Abstract
<font size=3 face="Arial">
<p>3D Algorithm Animator (3DAA) has been implemented as a Java applet that allows
a user to visualize an algorithm.
<p>The current version of 3DAA simulates a raytracer. Some of the important features are:
The user can render an image of a scene.
The user can create, modify, or select a scene.
The path of a ray can be recorded.
An animated 3D wireframe of the ray and scene can be coordinated with a code walk-through,
showing how a pixel's color is determined in the rendered image.
The values of variables can be displayed.
<p>The 3DAA simulator has been implemented in a way that makes it relatively easy
to include multiple 3D algorithms.
<!-- ====================================== -->
</font></font></body></html>