Mesh entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


'''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.
'''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.
{{Note|Despite that, brush entities are still mentioned in Hammer's Entity Report, even through they are actually mesh entity.}}
==All ''mesh entities''==
==All ''mesh entities''==



Revision as of 06:30, 16 February 2025

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.

Note.pngNote:Despite that, brush entities are still mentioned in Hammer's Entity Report, even through they are actually mesh entity.

All mesh entities

See also