Type Alias: HtmlClusterOptions
HtmlClusterOptions =
object
Defined in: packages/api/src/public/migration/types.ts:51
Properties
clusterDistanceThreshold?
optionalclusterDistanceThreshold?:number
Defined in: packages/api/src/public/migration/types.ts:63
Maximum distance (world units) between icons for them to be grouped into a cluster.
Default
11
fadeEndDistance?
optionalfadeEndDistance?:number
Defined in: packages/api/src/public/migration/types.ts:59
Camera distance (world units) at which an occluded cluster becomes fully invisible.
Default
150
fadeStartDistance?
optionalfadeStartDistance?:number
Defined in: packages/api/src/public/migration/types.ts:55
Camera distance (world units) at which an occluded cluster begins to fade out.
Default
20
maxOctreeDepth?
optionalmaxOctreeDepth?:number
Defined in: packages/api/src/public/migration/types.ts:67
Maximum octree depth for clustering. Lower values produce fewer, larger clusters.
Default
2