assimp/scene/
light.rs

1
2
3
4
5
6
7
8
use ffi::AiLight;

define_type_and_iterator_indirect! {
    /// Light type (not yet implemented)
    struct Light(&AiLight)
    /// Light iterator type.
    struct LightIter
}