Mesh entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{Multipage}}
{{LanguageBar}}
 
{{Subpage|[[Entities]]}}
 
'''Mesh entities''' 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.
==All ''mesh entities''==
 
*[[func_button (Source 2)|func_button]]
*[[func_movelinear (Source 2)|func_movelinear]]
*[[func_platrot (Source 2)|func_platrot]]
*[[func_rotating (Source 2)|func_rotating]]
*[[func_tracktrain (Source 2)|func_tracktrain]]
*[[Env cs place|env_cs_place]]
 
==See also==
* [[: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:05, 14 July 2024

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