Loader

CompressedTextureLoader

Abstract base class for block based textures loader (ktx, dds, ...). This uses the FileLoader internally for loading files.

Constructor

CompressedTextureLoader(manager : LoadingManager)

manager — The loadingManager for the loader to use. Default is v3d.DefaultLoadingManager.

Creates a new CompressedTextureLoader.

Properties

See the base Loader class for common properties.

Methods

See the base Loader class for common methods.

.load(url : String, onLoad : Function, onProgress : Function, onError : Function) → CompressedTexture

Begin loading from url and pass the loaded texture to onLoad. The method also returns a new texture object which can directly be used for material creation.

Source

For more info on how to obtain the source code of this module see this page.