indices property
The reference to the accessor that contains the vertex indices.
When this is undefined, the primitive defines non-indexed geometry.
When defined, the accessor MUST have SCALAR
type and an unsigned
integer component type.
Implementation
final GltfRef<IntAccessor>? indices;