Explorar o código

Update CinematicCamera.js (#8873)

remove console message
gero3 %!s(int64=9) %!d(string=hai) anos
pai
achega
3d01a17385
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/cameras/CinematicCamera.js

+ 1 - 1
examples/js/cameras/CinematicCamera.js

@@ -135,7 +135,7 @@ THREE.CinematicCamera.prototype.initPostProcessing = function () {
 
 		this.postprocessing.bokeh_uniforms[ "focalDepth" ].value = 0.1;
 
-		console.log( this.postprocessing.bokeh_uniforms[ "focalDepth" ].value );
+		//console.log( this.postprocessing.bokeh_uniforms[ "focalDepth" ].value );
 
 		this.postprocessing.bokeh_uniforms[ "znear" ].value = this.near;
 		this.postprocessing.bokeh_uniforms[ "zfar" ].value = this.near;