Interface: GeometryDescriptor

GeometryDescriptor

the interface that describes the structure of the geometry

Properties:
Name Type Description
attributes AttributeOptions

the attributes that make up the geometry

indexBuffer Buffer | TypedArray | number[]

optional index buffer for this geometry

label string

an optional label to easily identify the geometry

topology Topology

the topology of the geometry, defaults to 'triangle-list'

Members

attributes AttributeOptions

the attributes that make up the geometry

indexBuffer Buffer | TypedArray | number[]

optional index buffer for this geometry

label string

an optional label to easily identify the geometry

topology Topology

the topology of the geometry, defaults to 'triangle-list'