File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -727,7 +727,7 @@ class WebGLRenderer {
727727
728728 if ( _outputBufferType === UnsignedByteType ) {
729729
730- console . error ( 'THREE.WebGLRenderer: setEffects() requires outputBufferType set to HalfFloatType or FloatType.' ) ;
730+ error ( 'THREE.WebGLRenderer: setEffects() requires outputBufferType set to HalfFloatType or FloatType.' ) ;
731731 return ;
732732
733733 }
@@ -738,7 +738,7 @@ class WebGLRenderer {
738738
739739 if ( effects [ i ] . isOutputPass === true ) {
740740
741- console . warn ( 'THREE.WebGLRenderer: OutputPass is not needed in setEffects(). Tone mapping and color space conversion are applied automatically.' ) ;
741+ warn ( 'THREE.WebGLRenderer: OutputPass is not needed in setEffects(). Tone mapping and color space conversion are applied automatically.' ) ;
742742 break ;
743743
744744 }
You can’t perform that action at this time.
0 commit comments