landon 0.10.2

A collection of tools, data structures and methods for exporting Blender data (such as meshes and armatures) and preparing it for your rendering pipeline.
Documentation
1
2
3
4
5
mod install;
pub use self::install::*;

mod export;
pub use self::export::*;