draco/docs/spec/connectivity.decoder.md
Frank Galligan 51db0e4563 Update bitstream spec to version 2.1
This only updates the algorithm part.

This is associated with #134
2017-09-30 15:11:11 -07:00

16 lines
259 B
Markdown

## Connectivity Decoder
### DecodeConnectivityData()
~~~~~
void DecodeConnectivityData() {
if (encoder_method == MESH_SEQUENTIAL_ENCODING)
DecodeSequentialConnectivityData();
else
DecodeEdgebreakerConnectivityData();
}
~~~~~
{:.draco-syntax }