提交 3d01a173 编写于 作者: G gero3 提交者: Mr.doob

Update CinematicCamera.js (#8873)

remove console message
上级 5797cf55
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册