Crate assimp

Source
Expand description

§assimp - Open Asset Import Library

Bindings for the Assimp library.

Re-exports§

pub use import::Importer;
pub use log::LogStream;
pub use math::Color3D;
pub use math::Color4D;
pub use math::Matrix3x3;
pub use math::Matrix4x4;
pub use math::Quaternion;
pub use math::Vector2D;
pub use math::Vector3D;
pub use scene::Animation;
pub use scene::NodeAnim;
pub use scene::VectorKey;
pub use scene::QuatKey;
pub use scene::Camera;
pub use scene::Face;
pub use scene::Light;
pub use scene::Material;
pub use scene::Mesh;
pub use scene::Node;
pub use scene::Scene;
pub use scene::Texture;

Modules§

export
The export module implements functionality for exporting scenes (not yet implemented).
import
The import module contains functionality for importing scenes.
log
math
The math module contains definitions of primitive math types.
scene
The scene module contains definitions of imported scene data.