Mesh entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "'''Mesh entities''' replace the Source brush entities. Since Source 2 no longer use BSP brushes, entities that need to be associated with...")
 
mNo edit summary
 
(26 intermediate revisions by 10 users not shown)
Line 1: Line 1:
'''Mesh entities''' replace the [[Source]] [[brush entity|brush entities]]. Since [[Source 2]] no longer use [[BSP]] [[brushes]], [[entities]] that need to be associated with geometry are now tied to Hammer meshes instead.
{{LanguageBar}}
 
{{Subpage|[[Entities]]}}
 
'''Mesh entities''' are available only in {{source2|4}}.
 
'''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 entities.}}
 
==List of ''mesh entities''==
*{{ent|trigger_multiple|engine=src2}}
*{{ent|func_button|engine=src2}}
*{{ent|func_movelinear|engine=src2}}
*{{ent|func_platrot|engine=src2}}
*{{ent|func_rotating|engine=src2}}
*{{ent|func_tracktrain|engine=src2}}
*{{ent|Env cs place}} {{cs2}}
 
==See also==
* [[:Category:Mesh Entities]]
<onlyinclude><includeonly>{{:Mesh entity/overview}}</includeonly>[[Category:Entities by type]][[Category:Source 2]]</onlyinclude>

Latest revision as of 08:03, 19 February 2025

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

Mesh entities are 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 entities.

List of mesh entities

See also