|
@@ -112,12 +112,14 @@ Object.assign( ObjectLoader.prototype, {
|
|
setTexturePath: function ( value ) {
|
|
setTexturePath: function ( value ) {
|
|
|
|
|
|
this.texturePath = value;
|
|
this.texturePath = value;
|
|
|
|
+ return this;
|
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
setCrossOrigin: function ( value ) {
|
|
setCrossOrigin: function ( value ) {
|
|
|
|
|
|
this.crossOrigin = value;
|
|
this.crossOrigin = value;
|
|
|
|
+ return this;
|
|
|
|
|
|
},
|
|
},
|
|
|
|
|