API / geotoolkit3d / widgets / scatter / Symbols
Enumerations
Type Aliases
Variables
Type Aliases
Ƭ SymbolGeometry: BufferGeometry & { name: Symbol3DNames }
The Geometry for 3D symbols used in the ScatterPlot. Those symbols can be obtained through Symbol3D;
Ƭ SymbolTexture: BaseTexture & { name: Symbol2DNames }
The texture for 2D symbols used in the ScatterPlot. Those symbols can be obtained through Texture;
Variables
• Const Readonly Symbol3D: Object
Enum of symbols.
The geometries provided by this enum are used to display a symbol in 3D.
| Name | Type | Description |
|---|---|---|
cube | SymbolGeometry | A cube symbol |
pyramid | SymbolGeometry | A pyramid symbol |
sphere | SymbolGeometry | A sphere symbol |