ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard

The datatype of each component in the attribute, e.g., individual elements in values.

Link copied to clipboard

A number between 1 and 4 that defines the number of components in an attributes.

Link copied to clipboard
abstract var normalize: Boolean?

When true and componentDatatype is an integer format, indicate that the components should be mapped to the range 0, 1 (unsigned) or -1, 1 (signed) when they are accessed as floating-point for rendering. Default value - false

Link copied to clipboard
abstract var value: ReadonlyArray<Double>

The value for the attribute.