|
@@ -12,7 +12,7 @@ import {
|
|
|
FloatType,
|
|
|
UnsignedByteType,
|
|
|
LinearEncoding,
|
|
|
- LinearToneMapping,
|
|
|
+ NoToneMapping,
|
|
|
BackSide
|
|
|
} from '../constants.js';
|
|
|
import { MathUtils } from '../math/MathUtils.js';
|
|
@@ -107,7 +107,7 @@ function WebGLRenderer( parameters ) {
|
|
|
|
|
|
// tone mapping
|
|
|
|
|
|
- this.toneMapping = LinearToneMapping;
|
|
|
+ this.toneMapping = NoToneMapping;
|
|
|
this.toneMappingExposure = 1.0;
|
|
|
this.toneMappingWhitePoint = 1.0;
|
|
|
|