ConstructorOptions

Initialization options for the GltfGpmLocal constructor

See also

Properties

Link copied to clipboard
abstract val anchorPointsDirect: <Error class: unknown class><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: unknown class><AnchorPointIndirect>?

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

Link copied to clipboard
abstract val covarianceDirect: Matrix3?

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: unknown class><CorrelationGroup>?

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

Link copied to clipboard
abstract val storageType: String

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