Lazy brush entities: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-list)
No edit summary
Line 8: Line 8:
* {{ent|func_nav_avoidance_obstacle}}
* {{ent|func_nav_avoidance_obstacle}}
* {{ent|fog_volume}}
* {{ent|fog_volume}}
== Semi lazy ==
* {{ent|prop_physics}} - marks nav areas as OBSTRUCTED based on AABB
* {{ent|trigger_hurt}} - marks nav areas as DAMAGING based on AABB
* {{ent|script_trigger_hurt}} - marks nav areas as DAMAGING based on AABB
* {{ent|trigger_hurt_ghost}} - marks nav areas as DAMAGING based on AABB


{{todo|add better picture example, one below is from [[func_block_charge]] page for more context}}
{{todo|add better picture example, one below is from [[func_block_charge]] page for more context}}

Revision as of 15:51, 18 May 2024

Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.

Certain brush entities apply its effects based on absolute bounding box (AABB) of its brush model instead of brush model itself.

List of lazy brush entities

Semi lazy

Todo: add better picture example, one below is from func_block_charge page for more context
Func block charge example2.png
Todo: title of this page maybe better?

Stub

This article or section is a stub. You can help by expanding it.