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
the attributes that make up the geometry
indexBuffer Buffer | TypedArray | number[]
optional index buffer for this geometry
an optional label to easily identify the geometry
topology Topology
the topology of the geometry, defaults to 'triangle-list'