ConstructorOptions

Initialization options for the GltfGpmLocal constructor

See also

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
abstract var 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

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

Link copied to clipboard
abstract var storageType: String

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