提交 f2e68435 编写于 作者: T Takahiro

Enable LoadingManager and GLTFLoader Method chaining

上级 6d9c1f75
......@@ -57,12 +57,14 @@ THREE.GLTFLoader = ( function () {
setCrossOrigin: function ( value ) {
this.crossOrigin = value;
return this;
},
setPath: function ( value ) {
this.path = value;
return this;
},
......
......@@ -83,6 +83,7 @@ function LoadingManager( onLoad, onProgress, onError ) {
this.setURLModifier = function ( transform ) {
urlModifier = transform;
return this;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册