Members
(static, constant) DEFAULT_CONFIG :HotspotGeometryConfig
Type:
- HotspotGeometryConfig
- Source:
(static, constant) DEFAULT_OFFSET :HotspotGeometryOffset
Type:
- HotspotGeometryOffset
- Source:
(readonly) geometry :THREE.Geometry
Geometry accessor
Type:
- THREE.Geometry
- Source:
offset :HotspotGeometryOffset
Get/set the offset of the geomerty object.
The current offset is updated with these values and don't erase the init offset.
The current offset is updated with these values and don't erase the init offset.
Type:
- HotspotGeometryOffset
- Source:
(readonly) onLoadComplete :FORGE.EventDispatcher
Get the onLoadComplete FORGE.EventDispatcher.
Type:
- Source:
(readonly) type :string
Geometry type accessor
Type:
- string
- Source:
Methods
_parseConfig(config)
Parse the hotspot geometry config
Parameters:
Name | Type | Description |
---|---|---|
config |
HotspotGeometryConfig |
- Source:
destroy()
Destroy sequence
- Source:
dump() → {HotspotGeometryConfig}
Dump the geometry configuration
- Source:
Returns:
Return the actual hotspot geometry config
- Type
- HotspotGeometryConfig
load(config)
Load a hotspot geometry config
Parameters:
Name | Type | Description |
---|---|---|
config |
HotspotGeometryConfig |
- Source: