|
@@ -50,7 +50,6 @@ import { FileLoader } from './loaders/FileLoader.js';
|
|
|
import { AudioLoader } from './loaders/AudioLoader.js';
|
|
|
import { CubeTextureLoader } from './loaders/CubeTextureLoader.js';
|
|
|
import { DataTextureLoader } from './loaders/DataTextureLoader.js';
|
|
|
-import { ObjectLoader } from './loaders/ObjectLoader.js';
|
|
|
import { TextureLoader } from './loaders/TextureLoader.js';
|
|
|
import { Material } from './materials/Material.js';
|
|
|
import { LineBasicMaterial } from './materials/LineBasicMaterial.js';
|
|
@@ -468,17 +467,6 @@ export function BinaryTextureLoader( manager ) {
|
|
|
|
|
|
}
|
|
|
|
|
|
-Object.assign( ObjectLoader.prototype, {
|
|
|
-
|
|
|
- setTexturePath: function ( value ) {
|
|
|
-
|
|
|
- console.warn( 'THREE.ObjectLoader: .setTexturePath() has been renamed to .setResourcePath().' );
|
|
|
- return this.setResourcePath( value );
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
-} );
|
|
|
-
|
|
|
//
|
|
|
|
|
|
Object.assign( Box2.prototype, {
|