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<NintendoWareIntermediateFile><br> 21 <GraphicsContentCtr><br> 22 <LookupTableSetContents><br> 23 <LookupTableSetContentCtr><br> 24 <LookupTableSet><br> 25 <Samplers><br> 26 <ImageLookupTableCtr><br> 27</pre> 28</td></tr> 29</table> 30 31<hr><p>CONFIDENTIAL</p></body> 32</html> 33