assimp 0.3.1

Rust bindings for the Assimp library
Documentation
1
2
3
4
5
6
7
8
use ffi::AiMaterial;

define_type_and_iterator_indirect! {
    /// Material type (not yet implemented)
    struct Material(&AiMaterial)
    /// Material iterator type.
    struct MaterialIter
}