Lazy brush entities: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(doesn't seem to be lazy)
Line 9: Line 9:
* {{ent|func_detail_blocker}}
* {{ent|func_detail_blocker}}
* {{ent|func_proprrespawnzone}}
* {{ent|func_proprrespawnzone}}
; Internal entities
* {{ent|func_viscluster}}


== Semi lazy entities ==
== Semi lazy entities ==

Revision as of 09:06, 22 March 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