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

VRMLLoader: Handle callback. Fixes #4435.

上级 6cadc3b7
......@@ -33,6 +33,8 @@ THREE.VRMLLoader.prototype = {
scope.dispatchEvent( { type: 'load', content: object } );
if ( callback ) callback( object );
}, false );
request.addEventListener( 'progress', function ( event ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册