Skip to content

KBE3D / KBCore / Cesium / GltfGpmLocal / ConstructorOptions

接口: ConstructorOptions

Initialization options for the GltfGpmLocal constructor

属性

storageType

storageType: string

The storage type. This must be one of the StorageType constants, i.e. Direct or Indirect.


anchorPointsIndirect?

optional anchorPointsIndirect: AnchorPointIndirect[]

The indirect anchor points. This must be present if and only if the storage type is Indirect.


intraTileCorrelationGroups?

optional intraTileCorrelationGroups: CorrelationGroup[]

The intra-tile correlation groups. This must be present if and only if the storage type is Indirect.


anchorPointsDirect?

optional anchorPointsDirect: AnchorPointDirect[]

The direct anchor points. This must be present if and only if the storage type is Direct.


covarianceDirect?

optional covarianceDirect: Matrix3

The covariance of anchor point parameters. This must be present if and only if the storage type is Direct.

KBE3D @3.0.0 Copyright © 2024-present KBE3D