concinnity-cook 0.18.64

Asset cook pipeline that bakes an authored Concinnity world into a blob
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Character bodies at build time: the bundled humanoid schema, conformance
//! of a `CharacterModel`'s sources to its schema, the morph targets the
//! schema synthesizes from a source, and baking a `CharacterShape` into its
//! target.

pub(crate) mod bake;
/// The bundled `builtin:humanoid` schema and schema lookup by name.
pub mod builtin_schema;
pub(crate) mod frame;
pub(crate) mod import;
pub(crate) mod synth;
pub(crate) mod synthesize;
pub(crate) mod validate;