index-array-3
schema/elements/index-array-3/1.0.1/index-array-3.schema.json
Array of index triplets (width = 3). Stores triplets of unsigned 64-bit integer indices. Used for triangle connectivity — each row defines a triangle by referencing three vertex indices.
See also: index-array-1, index-array-2, index-array-4, index-array-8 (other index widths).
Properties
index-array-3 (v1.0.1)
Array of 3 indices.
| Property | Type | Description | Flags |
|---|---|---|---|
| data | binary-blob | Data stored as a binary blob. | ✅ |
| length | Integer | length of array | ✅ |
| width | Integer | number of columns | ✅ |
| data_type | String | data type | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |