SVGLoader
THREE.SVGLoader
class SVGLoader(loadingManager: UndefOr[LoadingManager]) extends Object
Class for loading SVG files.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Load an SVG from a URL.
Load an SVG from a URL.
Attributes
Load an SVG from a URL asynchronously with Promise.
Load an SVG from a URL asynchronously with Promise.
Attributes
Parse SVG content and return an SVGResult.
Parse SVG content and return an SVGResult.
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