burn_tripo 0.1.0

TripoSG(-scribble) implemented in burn
Documentation
1
2
3
4
5
6
7
8
#![recursion_limit = "256"]

pub mod model;
pub mod paths;
pub mod pipeline;
pub(crate) mod readback;
#[cfg(target_arch = "wasm32")]
mod wasm_meshopt_alloc;