BufferGeometryLoader
THREE.BufferGeometryLoader
class BufferGeometryLoader(loadingManager: UndefOr[LoadingManager] = ...) extends Object
Class for loading a buffer geometry from JSON format.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
def load(url: String, onLoad: UndefOr[Function1[BufferGeometry, Unit]] = ..., onProgress: UndefOr[Function3[Any, Int, Int, Unit]] = ..., onError: UndefOr[Function1[Error, Unit]] = ...): BufferGeometry
Load a buffer geometry from a URL.
Load a buffer geometry from a URL.
Attributes
def loadAsync(url: String, onProgress: UndefOr[Function3[Any, Int, Int, Unit]] = ...): Promise[BufferGeometry]
Load a buffer geometry from a URL asynchronously with Promise.
Load a buffer geometry from a URL asynchronously with Promise.
Attributes
Parse a JSON structure and return a buffer geometry.
Parse a JSON structure and return a buffer geometry.
Attributes
Set the loading manager for this loader.
Set the loading manager for this 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