Lazy brush entities: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
* {{ent|func_nav_blocker}}
* {{ent|func_nav_blocker}}
* {{ent|func_nav_avoidance_obstacle}}
* {{ent|func_nav_avoidance_obstacle}}
* {{ent|script_nav_blocker}} <!-- not a brush entity eh -->
* {{ent|script_nav_blocker}} - not a brush entity but same behaviour
* {{ent|func_detail_blocker}}
* {{ent|func_detail_blocker}}
; Internal entities
; Internal entities

Revision as of 19:13, 21 September 2024

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

Internal 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