env_cascade_volume
Jump to navigation
Jump to search
![]() |
---|
CCSMVolume |

env_cascade_volume
is a point entity available in 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.