Lazy brush entities: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(example)
Line 16: Line 16:
* {{ent|trigger_hurt_ghost}} - marks nav areas as DAMAGING based on AABB
* {{ent|trigger_hurt_ghost}} - marks nav areas as DAMAGING based on AABB


 
== Example ==
{{todo|add better picture example, one below is from [[func_block_charge]] page for more context}}
Example on fog_volume. Green box is AABB and that's the effective area of fog_volume instead of the brush model
[[File:Func block charge example2.png|600px|center]]
[[File:Fogvolume aabbissue.jpg|center|frame]]
{{todo|title of this page maybe better?}}
{{stub}}

Revision as of 07:55, 21 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 entities

Example

Example on fog_volume. Green box is AABB and that's the effective area of fog_volume instead of the brush model

Fogvolume aabbissue.jpg