mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-15 00:45:53 +08:00
Merge pull request #243 from google/spec_remove_split_edge
Spec: Remove split_edge from bitstream 2.2
This commit is contained in:
commit
38efedf6c1
@ -26,7 +26,6 @@ void ParseTopologySplitEvents() {
|
|||||||
split_id_delta[i] varUI32
|
split_id_delta[i] varUI32
|
||||||
}
|
}
|
||||||
for (i = 0; i < num_topology_splits; ++i) {
|
for (i = 0; i < num_topology_splits; ++i) {
|
||||||
split_edge_bit[i] f[1]
|
|
||||||
source_edge_bit[i] f[1]
|
source_edge_bit[i] f[1]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -124,7 +124,6 @@
|
|||||||
* Array of delta encoded source symbol ids
|
* Array of delta encoded source symbol ids
|
||||||
* split_id_delta
|
* split_id_delta
|
||||||
* Array of delta encoded split symbol ids
|
* Array of delta encoded split symbol ids
|
||||||
* split_edge_bit
|
|
||||||
* source_edge_bit
|
* source_edge_bit
|
||||||
* Array of source edge types
|
* Array of source edge types
|
||||||
* 0: LEFT_FACE_EDGE
|
* 0: LEFT_FACE_EDGE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user