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§
- The
export
module implements functionality for exporting scenes (not yet implemented). - The
import
module contains functionality for importing scenes. - The
math
module contains definitions of primitive math types. - The
scene
module contains definitions of imported scene data.