Properties:
| Name | Type | Description |
|---|---|---|
attributes |
Record<string, rendering.AttributesOption> |
the attributes that make up the geometry |
indexBuffer |
rendering.Buffer | TypedArray | number[] |
optional index buffer for this geometry |
label |
string |
an optional label to easily identify the geometry |
topology |
rendering.Topology |
the topology of the geometry, defaults to 'triangle-list' |
Members
attributes Record<string, rendering.AttributesOption>
the attributes that make up the geometry
indexBuffer rendering.Buffer | TypedArray | number[]
optional index buffer for this geometry
an optional label to easily identify the geometry
topology rendering.Topology
the topology of the geometry, defaults to 'triangle-list'