mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 20:32:34 +00:00
113f9c6039
Added UDMF Controls plugin. Added "Snap selected vertices to grid" mode (Found in Edit menu).
37 lines
1.5 KiB
HTML
37 lines
1.5 KiB
HTML
<!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 Ellipse 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" />
|
|
</head>
|
|
<body>
|
|
|
|
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
|
|
<param name="keyword" value="Template">
|
|
</object>
|
|
|
|
<div id="gz_title"><h1>Draw Ellipse mode</h1></div>
|
|
|
|
<div id="contents">
|
|
<p>
|
|
This mode lets you draw various ellipsoid shapes.<br>
|
|
<b>Found in:</b> Preferences -> Controls -> Drawing.<br>
|
|
<b>Default key:</b> Ctrl-Alt-D.<br>
|
|
<b>Additional actions:</b> Increase Sudivision Level, Decrease Sudivision Level.<br><br>
|
|
You can activate this mode by pressing Alt-Shift-D (default key).<br>
|
|
If you bind keys to "Increase / Decrease Sudivision Level" actions in Preferences -> Controls -> Drawing, you can use them to control the number of sides ellipse has:
|
|
<br>
|
|
<img src="gz_ell1.jpg" />
|
|
<br>
|
|
Negative bevel values are also supported:
|
|
<br>
|
|
<img src="gz_ell2.jpg" />
|
|
<br>
|
|
Bevel ammount is based on current grid size.<br><br>
|
|
<b>NOTE:</b> I suggest you bind these actions to Ctrl+ScrollUp/ScrollDown, Shift+ScrollUp/ScrollDown or something similar. I can't bind default shortcuts for these actions to these keys, because they are already used in Visual Modes.
|
|
</p>
|
|
</div>
|
|
</body>
|