mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-06-22 07:04:53 +08:00
259 B
259 B
Connectivity Decoder
DecodeConnectivityData()
void DecodeConnectivityData() {
if (encoder_method == MESH_SEQUENTIAL_ENCODING)
DecodeSequentialConnectivityData();
else
DecodeEdgebreakerConnectivityData();
}
{:.draco-syntax }