rustial-engine 0.0.1

Framework-agnostic 2.5D map engine for rustial
Documentation
1
2
3
4
5
6
7
//! 3D model loading and placement.

mod instance;
mod loader;

pub use instance::{AltitudeMode, ModelInstance, ModelMesh};
pub use loader::ModelLoadError;