-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_preferences.html
More file actions
27 lines (15 loc) · 965 Bytes
/
project_preferences.html
File metadata and controls
27 lines (15 loc) · 965 Bytes
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
<html><head><title>3d ray tracing animation applet: preferences</title>
</head>
<!-- ====================================== -->
<body text="#000000" background="../back.jpg" bgcolor="#ffffff" link="#0000ff" vlink="#5500aa" alink="#ff0000">
<font size=5 face="Arial"><p>Preferences
<font size=3 face="Arial"><p>
The 'pref panel' allows the user to customize the way the simulator works.
<p>There are 5 components embedded within the pref panel.
<p><img src="pref1.gif" align=left border=1><br clear=all>
<p>The 'algorithm panel' lets the user select an algorithm to simulate.
<p>The 'debugging panel' lets the user view the current total and free memory available.
<p>The 'font panel' lets the user select the font size for most text displays.
<p>The 'sim about panel' displays information about the simulator.
<p>The 'algorithm about panel' displays information about the currently selected algorithm.
</font></body></html>