dae-parser 0.11.0

Parser for the Collada (DAE) format
Documentation
1
2
3
4
5
6
7
8
mod effect;
mod material;
mod param;
mod profile;
mod render;
mod texture;

pub use {effect::*, material::*, param::*, profile::*, render::*, texture::*};