Set the exposure used in tone mapping. Notice that this option will have effect on final image only when tone mapping is enabled.
Signature:
setToneMappingExposure(exposure: number): void;
Parameter | Description |
---|---|
exposure | The exposure value, should be greater than 0. e.g. setToneMappingExposure(2.0); |
Returns:
void