提交 21461ed7 编写于 作者: M Mr.doob

Clean up.

上级 9f5f3b51
......@@ -161,7 +161,7 @@ PerspectiveCamera.prototype = Object.assign( Object.create( Camera.prototype ),
},
clearViewOffset: function() {
clearViewOffset: function () {
this.view = null;
this.updateProjectionMatrix();
......
......@@ -1208,6 +1208,7 @@ function WebGLRenderer( parameters ) {
// opaque pass (front-to-back order)
state.setBlending( NoBlending );
if ( opaqueObjects.length ) renderObjects( opaqueObjects, scene, camera );
// transparent pass (back-to-front order)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册