1<html>
2<head>
3<title>Cone Attenuation Table</title>
4<link rel="stylesheet" href="../css/mainpage.css" type="text/css">
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6</head>
7
8<body>
9
10<h1>Cone Attenuation Table</h1>
11
12<h2>Overview</h2>
13<p>
14The cone attenuation table is defined as a lookup table of cosine values of the angle formed from the light vector and the spot-direction vector. Cosine values 0.0 - 1.0 are mapped to 0 - 255, so the key range becomes a table of values 0 - 255.
15</p>
16
17<table>
18<tr><td>
19<pre>
20&lt;NintendoWareIntermediateFile&gt;<br>
21  &lt;GraphicsContentCtr&gt;<br>
22    &lt;LookupTableSetContents&gt;<br>
23      &lt;LookupTableSetContentCtr&gt;<br>
24        &lt;LookupTableSet&gt;<br>
25          &lt;Samplers&gt;<br>
26            &lt;ImageLookupTableCtr&gt;<br>
27</pre>
28</td></tr>
29</table>
30
31<hr><p>CONFIDENTIAL</p></body>
32</html>
33