env_cascade_volume

From Valve Developer Community
Revision as of 09:54, 5 July 2024 by MyGamepedia (talk | contribs) (Created page with "{{ent not in fgd|nolink=1}} {{this is a|point entity|name=env_cascade_volume|game=Black Mesa|sprite=shadow_control.png}} This entity allows you to control CSM volumes via inpu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
Shadow control.png

env_cascade_volume is a point entity available in Black Mesa Black Mesa. This entity allows you to control CSM volumes via inputs from other entities (read more about CSM volumes and how to use them here). You can use it by input SetCSMVolumeViaCSMVolumeEntity from env_cascade_light. This entity is formally deprecated due to the presence of a more practical and convenient trigger_csm_volume. This confirms the fact that by default it is disabled in FGD, not removed, but commented. You can find the code in base.cfg on line 3169. The radius properties defines bounds for CSM volume.

Keyvalues

RadiusX (radiusx) <float>
Radius along world X axis.
RadiusY (radiusy) <float>
Radius along world Y axis.
RadiusZ (radiusz) <float>
Radius along world Z axis.


Inputs

Outputs

See also