Loader

DataTextureLoader

Abstract base class to load generic binary textures formats (RGBE, HDR, ...). This uses the FileLoader internally for loading files, and creates a new DataTexture.

Constructor

DataTextureLoader(manager : LoadingManager)

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

Creates a new DataTextureLoader.

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) → DataTexture

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.