CubeTextureLoader
THREE.CubeTextureLoader
class CubeTextureLoader(loadingManager: UndefOr[LoadingManager] = ...) extends Object
Class for loading a CubeTexture.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass 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
Set the path for the six CubeTexture images.
Set the path for the six CubeTexture images.
Attributes
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
In this article