rein 0.1.1

rein 3D Rendering Library
Documentation
1
2
3
4
5
6
7
8
9
//! URDF support
//!
//! Provides loading and rendering of URDF robot models.

pub mod loader;
pub mod robot_model;

pub use loader::{JointInfo, LinkVisual, UrdfLoader, UrdfModel};
pub use robot_model::RobotModel;