Skip to main content
Version: Next

Type Alias: HtmlClusterOptions

HtmlClusterOptions = object

Defined in: packages/api/src/public/migration/types.ts:51

Properties​

clusterDistanceThreshold?​

optional clusterDistanceThreshold?: 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?​

optional fadeEndDistance?: 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?​

optional fadeStartDistance?: 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?​

optional maxOctreeDepth?: number

Defined in: packages/api/src/public/migration/types.ts:67

Maximum octree depth for clustering. Lower values produce fewer, larger clusters.

Default​

2