@twinfinity/t8-client-modelEnumerationsIndexSizeOn this pageIndexSize Enum representing the size of indices used in binary data structures. Smaller index sizes reduce file size for models with fewer elements.Index Enumeration MembersUInt16UInt32UInt8Enumeration Members UInt16UInt16: 12-byte indices (0-65534 values, 65535 reserved as sentinel)UInt32UInt32: 24-byte indices (0-4294967294 values, 4294967295 reserved as sentinel)UInt8UInt8: 01-byte indices (0-254 values, 255 reserved as sentinel)
Enum representing the size of indices used in binary data structures. Smaller index sizes reduce file size for models with fewer elements.