oxihuman-export 0.1.2

Export pipeline for OxiHuman — glTF, COLLADA, STL, and streaming formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2026 COOLJAPAN OU (Team KitaSan)
// SPDX-License-Identifier: Apache-2.0

//! Re-exports for backward compatibility.
//!
//! Implementation is split across:
//! - [`super::alembic_ogawa_core`] — data types, encoding, validation, build logic
//! - [`super::alembic_ogawa_io`]   — [`AlembicWriter`] high-level API and file I/O

pub use super::alembic_ogawa_core::{
    identity_matrix, read_data_at, read_group_at, read_root_offset, scale_matrix,
    translation_matrix, unit_cube_polymesh, validate_ogawa_magic, AbcCamera, AbcObject,
    AbcObjectKind, AbcPolyMesh, AbcSubD, AbcXform, AlembicWriter,
};