Skip to main content

Crate draco_oxide_core

Crate draco_oxide_core 

Source
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 unsafe preconditions and internal invariants.
safety_assert_eq
assert_eq! counterpart of safety_assert!; see that macro for semantics.