Mesh entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(fix typo)
Line 4: Line 4:
'''Mesh entities''' available only in {{source2|4}}.
'''Mesh entities''' available only in {{source2|4}}.


<onlyinclude>'''Mesh entities''' replace the {{source|4}} [[brush entity|brush entities]]. Since {{Source2|4}} no longer use [[BSP]] [[brushes]], [[entities]] that need to be associated with geometry are now tied to Hammer meshes instead.</onlyinclude>
<onlyinclude>'''Mesh entities''' replace the {{source|4}} [[brush entity|brush entities]]. Since {{Source2|4}} no longer uses [[BSP]] [[brushes]], [[entities]] that need to be associated with geometry are now tied to Hammer meshes instead.</onlyinclude>
==All '''mesh entities''==
==All '''mesh entities''==



Revision as of 11:54, 7 May 2023

English (en)Русский (ru)中文 (zh)Translate (Translate)

Mesh entities available only in Source 2 Source 2.

Mesh entities replace the Source Source brush entities. Since Source 2 Source 2 no longer uses BSP brushes, entities that need to be associated with geometry are now tied to Hammer meshes instead.

All 'mesh entities

See also