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>Title</title> 8</head> 9<body> 10<h1>Window for Editing Lookup Tables</h1> 11<p>This window is used to edit lookup tables.</p> 12<p class="image"><img src="images/lookup_table_edit.png" alt="Window for Editing Lookup Tables" /></p> 13<ol class="ui"> 14 <li>Sets the name of the lookup table.</li> 15 <li>Sets comments and task color for the lookup table.</li> 16 <li>The settings change depending how the lookup table display method is switched by <B>H</B>.<br /> If values along the X axis are shown in units of degrees, they change with the <B>Clamp values above 90°</B> checkbox. If values along the X axis are shown normalized (Cos notation), they change with the <B>Clamp values below 0</B> checkbox.</li> 17 <li>Degrees and values are set by entering numbers.</li> 18 <li>The slope is set by entering separate numbers for left and right.</li> 19 <li>Using the icons, you can configure such settings as key control and type, change the slope, and choose to show tangents only for selected keys.</li> 20 <li>Only shows tangents for selected keys.</li> 21 <li>Switches between the display of degrees and normalized numbers (-1 to +1) along the X axis.</li> 22 <li>Display output values as 0 (black) and 1 (white).</li> 23 <li>Curve View<BR>Used to add keys and edit curves.</li> 24</ol> 25<h3>Editing Lookup Tables</h3> 26<p>Lookup tables are edited in the following ways.</p> 27<table class="toolbar"> 28 <thead> 29 <tr> 30 <th>Operation</th> 31 <th>Description</th> 32 </tr> 33 </thead> 34 <tbody> 35 <tr> 36 <td>Left button click</td> 37 <td>Selects keys.</td> 38 </tr> 39 <tr> 40 <td>Clicking the right mouse button</td> 41 <td>Add/delete key<BR>Deletes the keys in the selected area if there is one or adds a key if there isn't.</td> 42 </tr> 43 <tr> 44 <td>Center button drag</td> 45 <td>Moves the key and slope.</td> 46 </tr> 47 <tr> 48 <td>SHIFT + Center button drag</td> 49 <td>The slope of the selected key is separated into left and right components which can be changed independently. The left and right slope can be connected by another Shift + Center button drag operation.</td> 50 </tr> 51 <tr> 52 <td>Keyboard [ , ]</td> 53 <td>Selects the previous key.</td> 54 </tr> 55 <tr> 56 <td>Keyboard [ . ]</td> 57 <td>Selects the next key.</td> 58 </tr> 59 </tbody> 60</table> 61<hr><p>CONFIDENTIAL</p></body> 62</html> 63