1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<meta http-equiv="Content-Style-Type" content="text/css" />
6<link href="../../../../html/common/main.css" rel="stylesheet" type="text/css" />
7<title>General</title>
8</head>
9<body>
10<h1>General</h1>
11<p>You can configure general light settings here.</p>
12<p>Setting items available vary depending on the type of light.</p>
13<ul class="sub_page">
14  <li><a href="#ambient_lighting">Ambient Light Settings</a></li>
15  <li><a href="#hemisphere_light">Hemispherical Light Settings</a></li>
16  <li><a href="#fragment_light">Ambient Light Settings</a></li>
17  <li><a href="#vertex_light">Vertex Light Settings</a></li>
18</ul>
19<p><a name="ambient_lighting" id="ambient_lighting"></a></p>
20<h3>Ambient Light Settings</h3>
21<p class="image"><img src="images/ambient_lighting.png" alt="Ambient Light Properties" /></p>
22<ol class="ui">
23  <li>Enables/disables ambient lighting using the checkbox.</li>
24  <li>Color<BR>Sets the ambient light color.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
25</ol>
26<p><a name="hemisphere_light" id="hemisphere_light"></a></p>
27<h3>Hemispherical Light Settings</h3>
28<p class="image"><img src="images/hemisphere_light.png" alt="Hemispherical Light Properties" /></p>
29<ol class="ui">
30  <li>Enables/disables hemispherical lighting using the checkbox.</li>
31  <li>Sky direction<BR>Sets the sky direction for the hemispherical light.</li>
32  <li>Sky color<br />Sets the sky color for the hemispherical light.<br /> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
33  <li>Color weight<BR>Changes the weight of the sky color.<BR> Setting the weight closer to 1 makes the sky color stronger, and setting the weight closer to 0 makes the ground color stronger.</li>
34  <li>Ground color<br />Sets the ground color for the hemispherical light.<br /> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
35</ol>
36<p><a name="fragment_light" id="fragment_light"></a></p>
37<h3>Ambient Light Settings</h3>
38<p>Sets three types of lights that can be configured for fragment lighting.</p>
39<ul class="sub_page">
40  <li><a href="#directional_light">Directional Light Settings</a></li>
41  <li><a href="#point_light">Point Light Settings</a></li>
42  <li><a href="#spot_light">Spot Light Settings</a></li>
43</ul>
44<p><a name="directional_light" id="directional_light"></a></p>
45<h4>Directional Light Settings</h4>
46<p class="image"><img src="images/directional_light.png" alt="Directional light properties" /></p>
47<ol class="ui">
48  <li>Enables/disables fragment lighting using the checkbox.<BR> The type of fragment light to use can be selected using radio buttons.</li>
49  <li>Get the position and direction from the Viewer
50    <p>Gets the light position and direction from the Viewer.</p>
51    <p>Only enabled when connected to the Viewer. </p>
52  </li>
53  <li>Diffuse<BR>Sets the diffuse color.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.<BR> Enables/disables both-face lighting using the checkbox.</li>
54  <li>Ambient<BR>Sets the ambient color.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
55  <li>Specular 0<BR>Sets the color for Specular 0.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
56  <li>Specular 1<BR>Sets the color for Specular 1.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
57  <li>Direction<BR>Set the direction of the directional light in terms of X, Y and Z.</li>
58</ol>
59<p><a name="point_light" id="point_light"></a></p>
60<h4>Point Light Settings</h4>
61<p class="image"><img src="images/point_light.png" alt="Point light properties" /></p>
62<ol class="ui">
63  <li>Enables/disables fragment lighting using the checkbox.<BR> The type of fragment light to use can be selected using radio buttons.</li>
64  <li>Get the position and direction from the Viewer
65    <p>Gets the light position and direction from the Viewer.</p>
66    <p>Only enabled when connected to the Viewer. </p>
67  </li>
68  <li>Position<BR>Sets the position of the point light in terms of X, Y and Z.</li>
69  <li>Diffuse<BR>Sets the diffuse color.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.<BR> Enables/disables both-face lighting using the checkbox.</li>
70  <li>Ambient<BR>Sets the ambient color.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
71  <li>Specular 0<BR>Sets the color for Specular 0.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
72  <li>Specular 1<BR>Sets the color for Specular 1.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
73  <li>Lookup table set for attenuation<BR>You can select the lookup table set to use for point light attenuation from a pull-down menu.</li>
74  <li>Distance Attenuation<BR>Settings can be made by selecting the checkbox that enables distance attenuation.<BR> You can set the start and end of attenuation as well as make settings for distance attenuation using a lookup table.<BR> Lookup table names that have not been created using absolute values are displayed in <strong>red</strong>.</li>
75</ol>
76<p><a name="spot_light" id="spot_light"></a></p>
77<h4>Spot Light</h4>
78<p class="image"><img src="images/spot_light.png" alt="Spot light properties" /></p>
79<ol class="ui">
80  <li>Enables/disables fragment lighting using the checkbox.<BR> The type of fragment light to use can be selected using radio buttons.</li>
81  <li>Get the position and direction from the Viewer
82    <p>Gets the light position and direction from the Viewer.</p>
83    <p>Only enabled when connected to the Viewer. </p>
84  </li>
85  <li>Position<BR>Sets the position of the spot light in terms of X, Y and Z.</li>
86  <li>Diffuse<BR>Sets the diffuse color.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.<BR> Enables/disables both-face lighting using the checkbox.</li>
87  <li>Ambient<BR>Sets the ambient color.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
88  <li>Specular 0<BR>Sets the color for Specular 0.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
89  <li>Specular 1<BR>Sets the color for Specular 1.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
90  <li>Lookup table set for attenuation<BR>You can select the lookup table set to use for spot light attenuation from a pull-down menu.</li>
91  <li>Direction<BR>Sets the direction of the spot light in terms of X, Y and Z.</li>
92  <li>Distance Attenuation<BR>Settings can be made by selecting the checkbox that enables distance attenuation.<BR> You can set the start and end of attenuation as well as make settings for distance attenuation using a lookup table.<BR> Lookup table names that have not been created using absolute values are displayed in <strong>red</strong>.</li>
93  <li>Angular Attenuation<BR>Sets a spotlight's angular attenuation.</li>
94</ol>
95<p><a name="vertex_light" id="vertex_light"></a></p>
96<h3>Vertex Light Settings</h3>
97<p>Sets three types of lights that can be configured for vertex lighting.</p>
98<ul class="sub_page">
99  <li><a href="#vertex_directional_light">Directional Light Settings</a></li>
100  <li><a href="#vertex_point_light">Point Light Settings</a></li>
101  <li><a href="#vertex_spot_light">Spot Light Settings</a></li>
102</ul>
103<p><a name="vertex_directional_light" id="vertex_directional_light"></a></p>
104<h4>Directional Light Settings</h4>
105<p class="image"><img src="images/vertex_directional_light.png" alt="Directional light properties" /></p>
106<ol class="ui">
107  <li>Enables/disables vertex lighting using the checkbox.<BR> The type of vertex light to use can be selected using radio buttons.</li>
108  <li>Diffuse color<BR>Sets the diffuse color.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.<BR> Alpha settings can also be made.</li>
109  <li>Ambient color<BR>Sets the ambient color.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
110  <li>Direction<BR>Set the direction of the directional light in terms of X, Y and Z.</li>
111</ol>
112<p><a name="vertex_point_light" id="vertex_point_light"></a></p>
113<h4>Point Light Settings</h4>
114<p class="image"><img src="images/vertex_point_light.png" alt="Point light properties" /></p>
115<ol class="ui">
116  <li>Enables/disables vertex lighting using the checkbox.<BR> The type of vertex light to use can be selected using radio buttons.</li>
117  <li>Position<BR>Sets the position of the point light in terms of X, Y and Z.</li>
118  <li>Diffuse color<BR>Sets the diffuse color.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.<BR> Alpha settings can also be made.</li>
119  <li>Ambient color<BR>Sets the ambient color.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
120  <li>Distance Attenuation<BR>Settings can be made by selecting the checkbox that enables distance attenuation.<BR> Set Constant Attenuation, Linear Attenuation and Quadratic Attenuation.</li>
121</ol>
122<p><a name="vertex_spot_light" id="vertex_spot_light"></a></p>
123<h4>Spot Light Settings</h4>
124<p class="image"><img src="images/vertex_spot_light.png" alt="Spot light properties" /></p>
125<ol class="ui">
126  <li>Enables/disables vertex lighting using the checkbox.<BR> The type of vertex light to use can be selected using radio buttons.</li>
127  <li>Position<BR>Sets the position of the spot light in terms of X, Y and Z.</li>
128  <li>Diffuse color<BR>Sets the diffuse color.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.<BR> Alpha settings can also be made.</li>
129  <li>Ambient color<BR>Sets the ambient color.<BR> Clicking the color thumbnail opens a <a href="../../other/colorpicker_dialog.html">Color Picker dialog</a> that allows you to change the color.</li>
130  <li>Direction<BR>Sets the direction of the spot light in terms of X, Y and Z.</li>
131  <li>Distance Attenuation<BR>Settings can be made by selecting the checkbox that enables distance attenuation.<BR> Set Constant Attenuation, Linear Attenuation and Quadratic Attenuation.</li>
132  <li>Angular Attenuation<BR>Sets a spotlight's Angular Attenuation, Cutoff, and Brightness Distribution.</li>
133</ol>
134<hr><p>CONFIDENTIAL</p></body>
135</html>
136