Viewer3DBase.setToneMappingExposure() method

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;

Parameters

ParameterDescription
exposureThe exposure value, should be greater than 0. e.g. setToneMappingExposure(2.0);

Returns:

void