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

Loaders clean up.

上级 a4eae2da
......@@ -10,7 +10,6 @@ THREE.BinaryLoader = function ( showStatus ) {
THREE.BinaryLoader.prototype = new THREE.Loader();
THREE.BinaryLoader.prototype.constructor = THREE.BinaryLoader;
THREE.BinaryLoader.prototype.supr = THREE.Loader.prototype;
// Load models generated by slim OBJ converter with BINARY option (converter_obj_three_slim.py -t binary)
......
......@@ -8,7 +8,7 @@ THREE.Loader = function ( showStatus ) {
this.statusDomElement = showStatus ? THREE.Loader.prototype.addStatusElement() : null;
this.onLoadStart = function () {};
this.onLoadProgress = function() {};
this.onLoadProgress = function () {};
this.onLoadComplete = function () {};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册