setMergedShadowActive
setMergedShadowActive
Description
For the given light source, enables or disables the entire merged shadow (i.e. for all lights in the group). Can be used to toggle shadows e.g. for comparison purposes.
Definition
setMergedShadowActive(entityId lightId, boolean shouldEnable)
Arguments
| entityId | lightId | id of the light source node |
|---|---|---|
| boolean | shouldEnable | enables (true) or disables (false) the merged shadow group |