Mesh entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 8: Line 8:


{{Note|Despite that, brush entities are still mentioned in Hammer's Entity Report, even through they are actually mesh entity.}}
{{Note|Despite that, brush entities are still mentioned in Hammer's Entity Report, even through they are actually mesh entity.}}
==All ''mesh entities''==
==List of ''mesh entities''==


*[[func_button (Source 2)|func_button]]
*{{ent|trigger_multiple|engine=src2}}
*[[func_movelinear (Source 2)|func_movelinear]]
*{{ent|func_button|engine=src2}}
*[[func_platrot (Source 2)|func_platrot]]
*{{ent|func_movelinear|engine=src2}}
*[[func_rotating (Source 2)|func_rotating]]
*{{ent|func_platrot}}
*[[func_tracktrain (Source 2)|func_tracktrain]]
*{{ent|func_rotating (Source 2)|func_rotating}}
*[[Env cs place|env_cs_place]]
*{{ent|func_tracktrain (Source 2)|func_tracktrain}}
*{{ent|Env cs place|env_cs_place}} {{cs2}}


==See also==
==See also==
* [[:Category:Mesh Entities]]
* [[:Category:Mesh Entities]]
<onlyinclude><includeonly>{{:Mesh entity/overview}}</includeonly>[[Category:Entities by type]][[Category:Source 2]]</onlyinclude>
<onlyinclude><includeonly>{{:Mesh entity/overview}}</includeonly>[[Category:Entities by type]][[Category:Source 2]]</onlyinclude>

Revision as of 06:33, 16 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 entity.

List of mesh entities

See also