env_cascade_volume
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
- Name
(targetname)
<string> - The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- RadiusX
(radiusx)
<float> - Radius along world X axis.
- RadiusY
(radiusy)
<float> - Radius along world Y axis.
- RadiusZ
(radiusz)
<float> - Radius along world Z axis.