ConstructorOptions
Initialization options for the GltfGpmLocal constructor
See also
Properties
Link copied to clipboard
abstract val anchorPointsDirect: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/AnchorPointDirect>??
The direct anchor points. This must be present if and only if the storage type is Direct
.
Link copied to clipboard
abstract val anchorPointsIndirect: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/AnchorPointIndirect>??
The indirect anchor points. This must be present if and only if the storage type is Indirect
.
Link copied to clipboard
The covariance of anchor point parameters. This must be present if and only if the storage type is Direct
.
Link copied to clipboard
abstract val intraTileCorrelationGroups: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/CorrelationGroup>??
The intra-tile correlation groups. This must be present if and only if the storage type is Indirect
.
Link copied to clipboard
The storage type. This must be one of the StorageType
constants, i.e. Direct
or Indirect
.