mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-07-29 20:42:00 +08:00
Spec: Remove split_edge from bitstream 2.2
- The split_edge was removed from bitstream 2.2 as it was not used during decoding.
This commit is contained in:
parent
a0224094ba
commit
d60adcbb24
@ -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