| 352 | |
| 353 | void SetShadowFactor(int shadowFactor) { _shadowFactor = shadowFactor; } |
| 354 | int GetShadowFactor() const { return _shadowFactor; } |
| 355 | |
| 356 | /// Day/night strength of the shadow-MAP shadows in [0,1]: 1 in full daylight, |
| 357 | /// fading through dusk to 0 at night (sun below the horizon casts no sun shadow, |
no outgoing calls
no test coverage detected