Define a MeshDescriptorAttribute used to create the Geometry.

interface MeshDescriptorAttribute {
    name: string;
    type: string;
}

Properties

Properties

name: string

Name of the attribute.

type: string

Type of the attibute.