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. It's usually better to use a phys_convert on a func_brush, or just use a func_physbox.
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.) |
Thunder4ik (talk | contribs) m (→See also: Unicodifying, replaced: See Also → See also) |
||
Line 4: | Line 4: | ||
{{note|If placed manually using Hammer, the entity will spawn suspended in mid-air and without any solidity. It's usually better to use a phys_convert on a [[func_brush]], or just use a [[func_physbox]].}} | {{note|If placed manually using Hammer, the entity will spawn suspended in mid-air and without any solidity. It's usually better to use a phys_convert on a [[func_brush]], or just use a [[func_physbox]].}} | ||
==See | ==See also== | ||
* [[func_physbox]] - Conventional physics brush | * [[func_physbox]] - Conventional physics brush | ||
* [[simple_physics_prop]] - Prop counterpart | * [[simple_physics_prop]] - Prop counterpart |
Revision as of 12:53, 8 January 2024

![]() |
---|
CSimplePhysicsBrush |
![]() |
simple_physics_brush
is an e2 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