Source 2/Docs/Level Design/Navigation: Difference between revisions
(Updating camera controls. While the text was correct, the icons were not.) |
SirYodaJedi (talk | contribs) No edit summary |
||
(13 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
<!-- Base --> | |||
}} | |||
{{Note|This article was originally written for {{Dota2|4}}, but the content of this page also largely applies to all other {{src2|4}} games.}} | |||
<!-- Content --> | |||
== 3D Viewport == | == 3D Viewport == | ||
There are various methods to navigate in Hammer's 3D viewport. | There are various methods to navigate in Hammer's 3D viewport. | ||
=== Right-Mouse-Button WASD Toggle === | === Right-Mouse-Button WASD Toggle === | ||
Hold right-mouse-button {{key|RMB}} to | Hold right-mouse-button {{key|RMB}} to swivel the camera around and use WASD to move. | ||
<blockquote> | <blockquote> | ||
{| cellpadding="1" | {| cellpadding="1" | ||
Line 14: | Line 17: | ||
| Swivel the camera around | | Swivel the camera around | ||
|- | |- | ||
| {{W}} | | {{key|W}} | ||
| Move the camera forward | | Move the camera forward | ||
|- | |- | ||
| {{S}} | | {{key|S}} | ||
| Move the camera back | | Move the camera back | ||
|- | |- | ||
| {{A}} | | {{key|A}} | ||
| Moves the camera left | | Moves the camera left | ||
|- | |- | ||
| {{D}} | | {{key|D}} | ||
| Moves the camera right | | Moves the camera right | ||
|- | |- | ||
Line 31: | Line 34: | ||
=== Fly Mode === | === Fly Mode === | ||
Pressing {{key|Z}} enters "fly" mode without the requirement of holding the right-mouse-button. WASD is still used to control movement. | Pressing {{key|Z}} enters "fly" mode without the requirement of holding the right-mouse-button. WASD is still used to control movement. | ||
{{Note|Fly Mode does not work in {{cs2|1}} Hammer.}} | |||
=== Navigation Around a Point === | === Navigation Around a Point === | ||
Line 65: | Line 69: | ||
'''Next''': [[ | '''Next''': [[Source_2/Docs/Level_Design/Hammer_Overview|Hammer Overview]]{{Hla tools topicons}} | ||
{{Cs2 tools topicons}} | |||
{{ | {{Dota 2Tools topicons}} | ||
[[Category: | [[Category:Source 2 Level Design]] |
Latest revision as of 08:19, 8 May 2025



3D Viewport
There are various methods to navigate in Hammer's 3D viewport.
Right-Mouse-Button WASD Toggle
Hold right-mouse-button to swivel the camera around and use WASD to move.
![]()
Swivel the camera around W Move the camera forward S Move the camera back A Moves the camera left D Moves the camera right
Fly Mode
Pressing Z enters "fly" mode without the requirement of holding the right-mouse-button. WASD is still used to control movement.

This method is useful when working on a piece of geometry that you want to focus on and move around rapidly.
Alt+ ![]()
Rotate around the center of the screen ⇧ Shift+A Reset the center point on selected geometry Alt+ ![]()
Zoom Alt+ ![]()
Camera look movement
Active Viewport
In previous iterations of Hammer, the active viewport was determined by your current cursor position. This has changed. The active viewport in Hammer is now shown by a red bounding box around the active viewport. To change the active viewport, you must hover over it with your cursor and press one of the mouse buttons. It's recommended to press-and-drag or press
to change the active viewport since
can deselect or select different objects.
2D Viewports
- Hold down to pan in a 2D viewport
- Zooms in/out
- Ctrl+Spacebar - Cycle between Top, Front, and Side 2D views
- F2 - Top 2D view
- F3 - Front 2D view
- F4 - Side 2D view
Next: Hammer Overview