three-d 0.7.2

A renderer which compiles to both desktop (OpenGL) and web (WebAssembly + WebGL).
Documentation
//!
//! Math functionality.
//!

mod math;
#[doc(inline)]
pub use math::*;

mod aabb;
#[doc(inline)]
pub use aabb::*;

mod viewport;
#[doc(inline)]
pub use viewport::*;