wrend 0.3.6

A WebGL2 rendering library for Rust/Wasm & JS
Documentation
1
2
3
4
5
6
7
8
9
10
mod m4;
mod utils;
mod vec3;

pub use m4::*;
pub use utils::*;
pub use vec3::*;

pub use vec3::Vec3 as Color;
pub use vec3::Vec3 as Point;