MaterialLoader
THREE.MaterialLoader
class MaterialLoader(loadingManager: UndefOr[LoadingManager]) extends Object
Class for loading a JSON format material.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Load a material from a URL.
Load a material from a URL.
Attributes
Load a material from a URL asynchronously with Promise.
Load a material from a URL asynchronously with Promise.
Attributes
Parse a JSON structure and return a material.
Parse a JSON structure and return a material.
Attributes
Set the loading manager for this loader.
Set the loading manager for this loader.
Attributes
Set textures for the material loader.
Set textures for the material loader.
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