ZoneBuilder/Help/e_drawgeometry.html

59 lines
2.9 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Draw Geometry Mode</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="default.css" media="screen" title="Default" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param name="keyword" value="Draw Geometry Mode">
<param name="keyword" value="Drawing">
<param name="keyword" value="Split Sector">
</object>
<div id="title"><h1>Draw Geometry Mode</h1></div>
<div id="contents">
<p>
This editing mode allows you to draw your geometry. Draw lines by clicking with the left mouse button (<b>LMB</b>) where you want your vertices. Depending on the toolbar buttons, the vertex you are drawing next will snap to the grid and/or to nearby geometry. You can change this behavior by holding down Shift and/or Control. Your drawing ends when you draw onto the first drawn vertex (making a closed polygon) or when you press your right mouse button (<b>RMB</b>).<br />
<br />
Contrary to drawing in older editors, it is not required to draw in any specific way, such as drawing clockwise or drawing a complete polygon. You also do not need to traverse your existing lines when drawing a sector adjacent to existing geometry. The editor will solve any lines your drawing crosses, split sector you draw across and creates new sectors where needed.<br />
<br />
This editing mode is one of the classic (2D) editing modes. This mode is volatile, which means that this mode returns to the previous stable mode when the map is saved or closed, either accepting or discarding your preview changes. You can access this mode by pressing <b>Control+D</b> in any classic mode.
<h2>Default Controls</h2>
<table border="0" cellspacing="6" width="90%">
<tr>
<td width="150" valign="top"><b>Control+D</b></td>
<td>Starts this drawing mode (available from any classic mode).</td>
</tr>
<tr>
<td width="150" valign="top"><b>Enter</b></td>
<td>Accept and apply the changes, and return to the previous mode.</td>
</tr>
<tr>
<td valign="top"><b>Escape</b></td>
<td>Discard the changes and return to the previous mode.</td>
</tr>
<tr>
<td valign="top"><b>Backspace</b></td>
<td>Removes the last drawn vertex.</td>
</tr>
<tr>
<td valign="top"><b title="Left Mouse Button">LMB</b></td>
<td>Draws a new line by placing a vertex at the mouse cursor. Use in combination with Shift and/or Control to change the snapping behavior.</td>
</tr>
<tr>
<td valign="top"><b title="Right Mouse Button">LMB</b></td>
<td>Ends and applies the drawing, and returns to the previous editing mode.</td>
</tr>
</table>
</p>
</div>
</body>