Mesh entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Back|Entities}}
{{Back|Entities}}
'''Mesh entities''' available only in [[Source 2]].
'''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.
'''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.
==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]]

Revision as of 02:45, 25 June 2020

Entities

Mesh entities available only in Source 2.

Mesh entities replace the Source 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.

All 'mesh entities