Type alias IndexDataTypeMapping

IndexDataTypeMapping: [indexData: Uint8Array, indexType: MeshIndexType.UnsignedByte] | [indexData: Uint16Array, indexType: MeshIndexType.UnsignedShort] | [indexData: Uint32Array, indexType: MeshIndexType.UnsignedInt]

A mapping from an index buffer type to a mesh index type

Generated using TypeDoc