mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-04-22 05:39:54 +08:00
Some more spec fixes.
This commit is contained in:
parent
147ce7212e
commit
6d9e6e3c1d
@ -19,7 +19,7 @@ section is the header. The second section contains the metadata. This section is
|
||||
|
||||
#### EdgeBreaker Connectivity
|
||||
|
||||
* The EdgeBreaker connectivity section is composed of five sections. The first section is the connectivity header. The second section is the encoded EdgeBreaker symbol data. The third section is the encoded start face configuration data. The fourth section is the encoded split data.The fifth section is the attribute connectivity data.
|
||||
* The EdgeBreaker connectivity section is composed of five sections. The first section is the connectivity header. The second section is the encoded EdgeBreaker symbol data. The third section is the encoded start face configuration data. The fourth section is the attribute connectivity data. The fifth section is the encoded split data.
|
||||
|
||||

|
||||
|
||||
@ -29,7 +29,7 @@ section is the header. The second section contains the metadata. This section is
|
||||
|
||||
#### Valence EdgeBreaker Connectivity
|
||||
|
||||
* The valence EdgeBreaker connectivity inserts two sections in between the start face data and the split data. The first section is the EdgeBreaker valence header. The second section is the context data for the valence prediction.
|
||||
* The valence EdgeBreaker connectivity inserts two sections in between the attribute connectivity data and the split data. The first section is the EdgeBreaker valence header. The second section is the context data for the valence prediction.
|
||||
|
||||

|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
void DecodeConnectivityData() {
|
||||
if (encoder_method == MESH_SEQUENTIAL_ENCODING)
|
||||
DecodeSequentialConnectivityData();
|
||||
else
|
||||
else if (encoder_method == MESH_EDGEBREAKER_ENCODING)
|
||||
DecodeEdgebreakerConnectivityData();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user