Appearance
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?
optionalanchorPointsIndirect:AnchorPointIndirect[]
The indirect anchor points. This must be present if and only if the storage type is Indirect.
intraTileCorrelationGroups?
optionalintraTileCorrelationGroups:CorrelationGroup[]
The intra-tile correlation groups. This must be present if and only if the storage type is Indirect.
anchorPointsDirect?
optionalanchorPointsDirect:AnchorPointDirect[]
The direct anchor points. This must be present if and only if the storage type is Direct.
covarianceDirect?
optionalcovarianceDirect:Matrix3
The covariance of anchor point parameters. This must be present if and only if the storage type is Direct.
