Hammer 3D Views Options: Difference between revisions
No edit summary |
Thunder4ik (talk | contribs) m (Unicodifying, replaced: [[Image: → [[File: (2)) |
||
(13 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
[[Category: | [[Category:Hammer Options Dialog]] | ||
{{navbar|Hammer 2D Views Options|:Category:Hammer Options Dialog|Hammer Materials Options}} | |||
[[ | |||
[[File:Options_3D.png|center]] | |||
The '''3D views''' configuration tab (of the [[:Category:Hammer Options Dialog|Hammer Options Dialog]]) contains several options that effect the display and behavior of the 3d view windows. | |||
== Performance == | == Performance == | ||
=== Back clipping plane === | === Back clipping plane === | ||
This setting can drastically improve your performance in the 3D view by not showing (clipping) objects beyond a certain distance from the camera viewpoint. This sets the distance in units at which Hammer will ''stop'' drawing in it's 3D view. If you are finding the 3D performance to be too slow, set this to a lower value. It has no effect on the compiled map running in the Source Engine. | This setting can drastically improve your performance in the 3D view by not showing (clipping) objects beyond a certain distance from the camera viewpoint. This sets the distance in units at which Hammer will ''stop'' drawing in it's 3D view. If you are finding the 3D performance to be too slow, set this to a lower value. It has no effect on the compiled map running in the Source Engine. | ||
{{tip|You can change the Back clipping plane in real-time by pressing the "1" and "2" keys while the 3D View is the active viewport.}} | |||
=== Filter textures === | === Filter textures === | ||
When this feature is enabled, bilinear filtering is done on textures resulting in a smoother non-pixelated look when viewed closeup. Disabling this may result in a speed increase on older video cards. | When this feature is enabled, bilinear filtering is done on textures resulting in a smoother non-pixelated look when viewed closeup. Disabling this may result in a speed increase on older video cards. | ||
[[ | [[File:Options_3D_Filtering.png]] | ||
=== Animate Models === | === Animate Models === | ||
Checking this box will enable models with animations to be previewed in Hammer. It has no effect on the compiled map running in the Source Engine. | Checking this box will enable models with animations to be previewed in Hammer. It has no effect on the compiled map running in the Source Engine. | ||
=== Model Render Distance === | === Model Render Distance === | ||
The distance in world units at which models will render as 3D mesh models in Hammer. Models outside this distance will render as simple bounding box shapes. Decrease this distance to improve Hammer rendering performance. It has no effect on the compiled map running in the Source Engine. | |||
The distance in world units at which models will render as 3D mesh models in Hammer. Models outside this distance will render as simple bounding box shapes. | |||
== Navigation == | == Navigation == | ||
=== Use mouselook navigation === | === Use mouselook navigation === | ||
When this is enabled, "mouselook navigation" will be available. The "z" (lowercase z) hotkey toggles this mode on and off. While on, moving the mouse will change the camera orientation in the 3D View, and the "WASD" keys can be used for forward, left, backward, and right movement. | When this is enabled, "mouselook navigation" will be available. The "z" (lowercase z) hotkey toggles this mode on and off. While on, moving the mouse will change the camera orientation in the 3D View, and the "WASD" keys can be used for forward, left, backward, and right movement. | ||
=== Reverse mouse Y axis === | === Reverse mouse Y axis === | ||
When you are using the mouse to navigate through the 3D view, if this is enabled pulling the mouse backwards will cause the view to look upward, and moving the mouse forward will cause the view to look downward. | When you are using the mouse to navigate through the 3D view, if this is enabled pulling the mouse backwards will cause the view to look upward, and moving the mouse forward will cause the view to look downward. | ||
=== Forward speed === | === Forward speed === | ||
You can set the maximum forward movement speed here when using the "W" key for forward navigation. | |||
You can set the maximum forward movement speed here when using the "W" key for | |||
=== Time to top speed === | === Time to top speed === | ||
This is the amount of time it takes to go from 0 to the above maximum movement speed (basically this sets the acceleration). | This is the amount of time it takes to go from 0 to the above maximum movement speed (basically this sets the acceleration). | ||
Line 47: | Line 43: | ||
=== Reverse selection order === | === Reverse selection order === | ||
User's of some video cards may find that when selecting objects in the 3D view, the furthest object will get selected rather than the one you clicked on. If you experience this problem, enable this to reverse the selection order. | |||
== Options Beyond Limit == | |||
The max value for the back clipping plane and other, such as model render distance, is not enough to cover the whole map size (in [[Source]]). Sometimes this is needed for visibility when making big maps. You can follow [https://gamebanana.com/tuts/8935 this tutorial] on how to achieve this. |
Latest revision as of 06:27, 8 January 2024
The 3D views configuration tab (of the Hammer Options Dialog) contains several options that effect the display and behavior of the 3d view windows.
Performance
Back clipping plane
This setting can drastically improve your performance in the 3D view by not showing (clipping) objects beyond a certain distance from the camera viewpoint. This sets the distance in units at which Hammer will stop drawing in it's 3D view. If you are finding the 3D performance to be too slow, set this to a lower value. It has no effect on the compiled map running in the Source Engine.

Filter textures
When this feature is enabled, bilinear filtering is done on textures resulting in a smoother non-pixelated look when viewed closeup. Disabling this may result in a speed increase on older video cards.
Animate Models
Checking this box will enable models with animations to be previewed in Hammer. It has no effect on the compiled map running in the Source Engine.
Model Render Distance
The distance in world units at which models will render as 3D mesh models in Hammer. Models outside this distance will render as simple bounding box shapes. Decrease this distance to improve Hammer rendering performance. It has no effect on the compiled map running in the Source Engine.
When this is enabled, "mouselook navigation" will be available. The "z" (lowercase z) hotkey toggles this mode on and off. While on, moving the mouse will change the camera orientation in the 3D View, and the "WASD" keys can be used for forward, left, backward, and right movement.
Reverse mouse Y axis
When you are using the mouse to navigate through the 3D view, if this is enabled pulling the mouse backwards will cause the view to look upward, and moving the mouse forward will cause the view to look downward.
Forward speed
You can set the maximum forward movement speed here when using the "W" key for forward navigation.
Time to top speed
This is the amount of time it takes to go from 0 to the above maximum movement speed (basically this sets the acceleration).
General
Reverse selection order
User's of some video cards may find that when selecting objects in the 3D view, the furthest object will get selected rather than the one you clicked on. If you experience this problem, enable this to reverse the selection order.
Options Beyond Limit
The max value for the back clipping plane and other, such as model render distance, is not enough to cover the whole map size (in Source). Sometimes this is needed for visibility when making big maps. You can follow this tutorial on how to achieve this.