Simple physics brush: Difference between revisions
Jump to navigation
Jump to search
Note:If placed manually using Hammer, the entity will spawn suspended in mid-air and without any solidity. If you just want physical brush, use a func_physbox.
(-added class hierarchy, cleanup) |
m (wording) |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ent not in fgd| | {{ent not in fgd|codeonly=1}} | ||
{{CD|CSimplePhysicsBrush|file1=physobj.cpp}} | {{CD|CSimplePhysicsBrush|file1=physobj.cpp}} | ||
{{entity|simple_physics_brush | {{this is a|brush entity|name=simple_physics_brush}} It is a simple physics brush with no unique properties. Brush entities converted by {{ent|phys_convert}} are turned into this entity. Doesn't have any physics when spawned by other means. | ||
{{note|If placed manually using Hammer, the entity will spawn suspended in mid-air and without any solidity. | {{note|If placed manually using Hammer, the entity will spawn suspended in mid-air and without any solidity. If you just want physical brush, use a {{ent|func_physbox}}.}} | ||
==See | ==See also== | ||
* | * {{ent|func_physbox}} - Conventional physics brush | ||
* | * {{ent|simple_physics_prop}} - Prop counterpart |
Latest revision as of 17:58, 17 November 2024

![]() |
---|
CSimplePhysicsBrush |
![]() |
simple_physics_brush
is a brush entity available in all Source games. It is a simple physics brush with no unique properties. Brush entities converted by phys_convert are turned into this entity. Doesn't have any physics when spawned by other means.

See also
- func_physbox - Conventional physics brush
- simple_physics_prop - Prop counterpart