dae-parser 0.11.0

Parser for the Collada (DAE) format
Documentation
1
2
3
4
5
6
mod material;
mod model;
mod scene;
mod shape;

pub use {material::*, model::*, scene::*, shape::*};