CubeTextureLoader

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

Class for loading a CubeTexture.

Attributes

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

Members list

Value members

Concrete methods

def load(urls: Array[String], onLoad: UndefOr[Function1[CubeTexture, Unit]], onProgress: UndefOr[Function3[Any, Int, Int, Unit]], onError: UndefOr[Function1[Error, Unit]]): CubeTexture

Load a cube texture from six URLs.

Load a cube texture from six URLs.

Attributes

def setPath(path: String): this.type

Set the path for the six CubeTexture images.

Set the path for the six CubeTexture images.

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