Lazy brush entities: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(doesn't seem to be lazy)
 
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
* {{ent|trigger_soundscape}} - dead players or spectators can touch this trigger which is determined by AABB, while living players use brush model
* {{ent|trigger_soundscape}} - dead players or spectators can touch this trigger which is determined by AABB, while living players use brush model
* {{ent|trigger_portal_cleanser}} - blocks shot portals based on AABB


== Example ==
== Example ==
Example on fog_volume. Green box is AABB and that's the effective area of fog_volume instead of the brush model
Example on fog_volume. Green box is AABB and that's the effective area of fog_volume instead of the brush model
[[File:Fogvolume aabbissue.jpg|center|frame]]
[[File:Fogvolume aabbissue.jpg|center|frame]]

Latest revision as of 13:10, 19 May 2025

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