Working on progressive loader that supports textures and materials
This commit is contained in:
@@ -313,6 +313,7 @@ THREE.MTLLoader.MaterialCreator.prototype = {
|
||||
params[ 'map' ] = this.loadTexture( this.baseUrl + value );
|
||||
params[ 'map' ].wrapS = this.wrap;
|
||||
params[ 'map' ].wrapT = this.wrap;
|
||||
map = params['map'];
|
||||
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user