MaterialLoader

THREE.MaterialLoader
class MaterialLoader(loadingManager: UndefOr[LoadingManager]) extends Object

Class for loading a JSON format material.

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def load(url: String, onLoad: UndefOr[Function1[Material, Unit]], onProgress: UndefOr[Function3[Any, Int, Int, Unit]], onError: UndefOr[Function1[Error, Unit]]): Material

Load a material from a URL.

Load a material from a URL.

Attributes

def loadAsync(url: String, onProgress: UndefOr[Function3[Any, Int, Int, Unit]]): Promise[Material]

Load a material from a URL asynchronously with Promise.

Load a material from a URL asynchronously with Promise.

Attributes

def parse(json: Object): Material

Parse a JSON structure and return a material.

Parse a JSON structure and return a material.

Attributes

def setPath(path: String): this.type

Set the loading manager for this loader.

Set the loading manager for this loader.

Attributes

def setTextures(textures: Object): this.type

Set textures for the material loader.

Set textures for the material loader.

Attributes

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object