ux-dx 0.2.1

3D Graphics Primitives for Angular Rust
Documentation
1
2
3
4
5
6
use crate::foundation::time;

/// Just a simnple renderable trait
pub trait Renderable {
    fn render(&self, t: time::Time);
}