Source 2/Docs/Level Design/Basic Construction: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (add zh-cn)
No edit summary
Line 1: Line 1:
{{otherlang2
{{otherlang2
|zh-cn=Dota_2_Workshop_Tools/Level_Design/Basic_Construction:zh-cn
|zh-cn=Dota_2_Workshop_Tools:zh-cn/Level_Design:zh-cn/Basic_Construction:zh-cn
}}
}}
Geometry construction in Hammer has undergone a significant improvement from the previous iteration. Brushes are no longer used and there is no longer a distinction when rendering static props versus mesh geometry. It is still possible to construct geometry in a similar fashion as before but new geometry manipulation tools make this somewhat inefficient compared to new methods.
Geometry construction in Hammer has undergone a significant improvement from the previous iteration. Brushes are no longer used and there is no longer a distinction when rendering static props versus mesh geometry. It is still possible to construct geometry in a similar fashion as before but new geometry manipulation tools make this somewhat inefficient compared to new methods.

Revision as of 08:04, 12 August 2014

Template:Otherlang2 Geometry construction in Hammer has undergone a significant improvement from the previous iteration. Brushes are no longer used and there is no longer a distinction when rendering static props versus mesh geometry. It is still possible to construct geometry in a similar fashion as before but new geometry manipulation tools make this somewhat inefficient compared to new methods.


Next: Prefabs and Instances