Interface Attribute

An array of attribute values associated with meta data describing how to interpret the values.

interface Attribute {
    size: AttributeSizeType;
    values: number[];
}

Properties

Properties

The number of values that are associated with a given vertex.

values: number[]

The values of the attribute.