Expand description
draco-oxide-core holds the parts shared by both the draco-oxide encoder and
decoder: the geometry/attribute data model, the numeric primitives
(NdVector, index types, numeric traits), and the compression algorithms
shared between encode and decode (codec).
Modules§
- attribute
- bit_
coder - buffer
- codec
- Compression algorithms shared between the encoder and decoder (entropy coding, prediction schemes, connectivity, headers).
- corner_
table - mesh
- point_
cloud - point_
cloud_ builder - types
- utils
Macros§
- debug_
expect - debug_
write - safety_
assert - Safety assertion guarding
unsafepreconditions and internal invariants. - safety_
assert_ eq assert_eq!counterpart ofsafety_assert!; see that macro for semantics.