From 3d01a17385df25ee4d92b0501f0b80b3744f22a0 Mon Sep 17 00:00:00 2001 From: gero3 Date: Sat, 14 May 2016 15:32:27 +0200 Subject: [PATCH] Update CinematicCamera.js (#8873) remove console message --- examples/js/cameras/CinematicCamera.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/js/cameras/CinematicCamera.js b/examples/js/cameras/CinematicCamera.js index c3e6afff0a..fd11c5d213 100644 --- a/examples/js/cameras/CinematicCamera.js +++ b/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; -- GitLab