rend3-routine 0.3.0

Customizable Render Routines for the rend3 rendering library.
Documentation
1
2
3
4
5
6
7
//! Realism-focused PBR rendering routines and material.

mod material;
mod routine;

pub use material::*;
pub use routine::*;