sej
    Preparing search index...

    Class AbstractLoaderManager

    Abstract class for all loaders.

    Implements

    Index

    Constructors

    Properties

    loaders: Loaders

    Supported loaders. The key is the extension of the file.

    E.g. .obj => OBJLoader

    manager: LoadingManager
    texturePath: string

    The path to the texture folder.

    Methods

    • Load a file.

      Parameters

      • file: any

        File to loaded.

      • Optionalmanager: LoadingManager

        THREE.LoadingManager | LoadingManager

      Returns Promise<void>