Basic Construction

From Valve Developer Community
< Source 2‎ | Docs‎ | Level Design
Revision as of 17:04, 6 August 2014 by VDCBot (talk | contribs) (Dota 2 Workshop Tools docs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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