|
|
@@ -727,7 +727,7 @@ class WebGLRenderer {
|
|
|
|
|
|
if ( _outputBufferType === UnsignedByteType ) {
|
|
|
|
|
|
- console.error( 'THREE.WebGLRenderer: setEffects() requires outputBufferType set to HalfFloatType or FloatType.' );
|
|
|
+ error( 'THREE.WebGLRenderer: setEffects() requires outputBufferType set to HalfFloatType or FloatType.' );
|
|
|
return;
|
|
|
|
|
|
}
|
|
|
@@ -738,7 +738,7 @@ class WebGLRenderer {
|
|
|
|
|
|
if ( effects[ i ].isOutputPass === true ) {
|
|
|
|
|
|
- console.warn( 'THREE.WebGLRenderer: OutputPass is not needed in setEffects(). Tone mapping and color space conversion are applied automatically.' );
|
|
|
+ warn( 'THREE.WebGLRenderer: OutputPass is not needed in setEffects(). Tone mapping and color space conversion are applied automatically.' );
|
|
|
break;
|
|
|
|
|
|
}
|