未验证 提交 2ff47d7e 编写于 作者: M Michael Herzog 提交者: GitHub

Merge pull request #15775 from mrdoob/WestLangley-patch-1

Fix minor bug
......@@ -193,7 +193,7 @@ THREE.CinematicCamera.prototype.renderCinematic = function ( scene, renderer ) {
scene.overrideMaterial = this.materialDepth;
renderer.setRenderTarget( this.postprocessing.rtTextureDepth );
renderer.clear();
renderer.render( scene, camera, this.postprocessing.rtTextureDepth );
renderer.render( scene, camera );
// Render bokeh composite
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册