Hammer Clipping Tool: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Reverted edit of last, changed back to last version by cur)
No edit summary
Line 15: Line 15:


{{note|You can cycle through the clip modes by clicking on the '''Clipping Tool''' icon, or by pressing SHIFT+X (fig.2, 3, 4). You can move both points of the clip line by holding CTRL and dragging one point of it.}}
{{note|You can cycle through the clip modes by clicking on the '''Clipping Tool''' icon, or by pressing SHIFT+X (fig.2, 3, 4). You can move both points of the clip line by holding CTRL and dragging one point of it.}}
== See Also ==
*[http://www.vadear.com/koko/?p=231 Clipping tool in depth on Vadear.com]

Revision as of 06:01, 25 May 2009

float

The Clipping Tool allows you to slice the currently selected brush using clip planes. Clip planes enable you to precisely make a cut in a solid, leaving you the option to keep either or both parts of the resulting two solids. It is in some ways quicker and more efficient than carving or vertex manipulation. You have the option of only splitting the brush, or actually slicing a piece right off.

To use the Clipping Tool to slice an object with a clip plane:

  1. Select the object to be clipped using the Selection Tool.
  2. Select the Clipping Tool on the MapTools toolbar.
  3. Drag a line across the selected object. This is the clip line. The part of the object to be kept will be highlighted in thick white lines. Cycle through the clip modes by clicking on the Clipping Tool icon.
  4. When you are satisfied with the potential resulting object, press the ENTER key to perform the clip.
Switching the clipping plane and executing a clip.


Note.pngNote:You can cycle through the clip modes by clicking on the Clipping Tool icon, or by pressing SHIFT+X (fig.2, 3, 4). You can move both points of the clip line by holding CTRL and dragging one point of it.

See Also