Crate assimp [] [src]

assimp - Open Asset Import Library

Bindings for the Assimp library.

Reexports

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;

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.

Structs

Animation

Animation type (not yet implemented)

Camera

Camera type (not yet implemented)

Face

Face type (not yet implemented)

Light

Light type (not yet implemented)

Material

Material type (not yet implemented)

Mesh

Mesh type (incomplete)

Node

The Node type represents a node in the imported scene hierarchy.

NodeAnim

NodeAnim type (not yet implemented)

QuatKey

QuatKey type (not yet implemented)

Scene

The Scene type is the root container for all imported scene data.

Texture

Texture type.

VectorKey

VectorKey type (not yet implemented)