提交 710ac0a3 编写于 作者: M Mr.doob

WebGLRenderer: Removed renderTarget from scene.onAfterRender()

上级 789efa65
......@@ -316,7 +316,7 @@
resizeTiles();
}
function postEffect(renderer, scene, camera, renderTarget) {
function postEffect(renderer, scene, camera) {
bloom.render(renderer, null, renderTarget);
}
......
......@@ -1216,7 +1216,7 @@ function WebGLRenderer( parameters ) {
state.setPolygonOffset( false );
scene.onAfterRender( _this, scene, camera, renderTarget );
scene.onAfterRender( _this, scene, camera );
if ( vr.enabled ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册