浏览代码

Update CinematicCamera.js (#8873)

remove console message
gero3 9 年之前
父节点
当前提交
3d01a17385
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;