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