Expand description
Index buffer encoding and decoding
Functionsยง
- decode_
index_ buffer - Decodes index data from an array of bytes generated by encode_index_buffer.
- encode_
index_ buffer - Encodes index data into an array of bytes that is generally much smaller (<1.5 bytes/triangle) and compresses better (<1 bytes/triangle) compared to original.
- encode_
index_ buffer_ bound - Returns worst case size requirement for encode_index_buffer.