tge/example/tstpro/docs/keyboard.htm
2025-02-17 23:17:30 -06:00

122 lines
3.6 KiB
HTML

<html>
<head>
<title>David Wyand's Looking Glass</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<p align="center"><b><font face="Arial, Helvetica, sans-serif">Keyboard Shortcuts</font></b></p>
<table width="100%" border="1">
<tr>
<td width="16%" bgcolor="#CCCCCC"><b>Key</b></td>
<td width="84%" bgcolor="#CCCCCC"><b>Description</b></td>
</tr>
<tr>
<td width="16%">a</td>
<td width="84%"> recentre the view to the object</td>
</tr>
<tr>
<td width="16%">t</td>
<td width="84%">manually flush the texture cache (works even if the timed
texture flush is enabled) </td>
</tr>
<tr>
<td width="16%">l</td>
<td width="84%">held down to change the angle of the direct light with the
left mouse button </td>
</tr>
<tr>
<td width="16%">shift-l</td>
<td width="84%">toggles the lights </td>
</tr>
<tr>
<td width="16%">up arrow</td>
<td width="84%">increase the mip map base level</td>
</tr>
<tr>
<td width="16%">down arrow</td>
<td width="84%">decrease the mip map base level</td>
</tr>
<tr>
<td width="16%">m</td>
<td width="84%">toggles the max mip map level to be the same as the base one,
effectively disabling mip mapping (also available on the toolbar)</td>
</tr>
<tr>
<td width="16%">left arrow</td>
<td width="84%">manually lowers the detail level</td>
</tr>
<tr>
<td width="16%">right arrow</td>
<td width="84%">manually raises the detail level</td>
</tr>
<tr>
<td width="16%">d</td>
<td width="84%">toggles the detail level control from manual to the standard
TGE pixel size determination (also available on the toolbar)</td>
</tr>
<tr>
<td width="16%">page up</td>
<td width="84%">changes the display to the previously loaded object</td>
</tr>
<tr>
<td width="16%">page down</td>
<td width="84%">changes the display to the next loaded object</td>
</tr>
<tr>
<td width="16%">h</td>
<td width="84%">toggle the HUD (also done through the Display Properties window
General tab)</td>
</tr>
<tr>
<td width="16%">n</td>
<td width="84%">toggles the display of nodes and their links (also done through
the Display Properties window Render tab and the toolbar "++" icon)</td>
</tr>
<tr>
<td width="16%">w</td>
<td width="84%">toggle the window to always be on top of other application
windows </td>
</tr>
<tr>
<td width="16%">g</td>
<td width="84%">toggles the display of the grid</td>
</tr>
<tr>
<td width="16%">1</td>
<td width="84%">change the object view to orthographic, top down</td>
</tr>
<tr>
<td width="16%">2</td>
<td width="84%">change the object view to orthographic, bottom up</td>
</tr>
<tr>
<td width="16%">3</td>
<td width="84%">change the object view to orthographic, front facing</td>
</tr>
<tr>
<td width="16%">4</td>
<td width="84%">change the object view to orthographic, back facing</td>
</tr>
<tr>
<td width="16%">5</td>
<td width="84%">change the object view to orthographic, left facing</td>
</tr>
<tr>
<td width="16%">6</td>
<td width="84%">change the object view to orthographic, right facing</td>
</tr>
<tr>
<td width="16%">7</td>
<td width="84%">change the object view to perspective, free camera</td>
</tr>
<tr>
<td width="16%">F1 - F8</td>
<td width="84%">activate a user defined preset (defined from the preset drop-down
menu) </td>
</tr>
</table>
<p>&nbsp;</p>
</body>
</html>