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

Updated builds.

上级 8eb6d103
......@@ -21062,19 +21062,11 @@ THREE.WebGLRenderer = function ( parameters ) {
_currentGeometryProgram = '';
if ( object.immediateRenderCallback ) {
object.render( function ( object ) {
object.immediateRenderCallback( program, _gl, _frustum );
_this.renderBufferImmediate( object, program, material );
} else {
object.render( function ( object ) {
_this.renderBufferImmediate( object, program, material );
} );
}
} );
};
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册