clay-core 0.1.3

Core functionality for Clay - fast, modular and extendable ray tracer
Documentation
1
2
3
4
5
6
7
mod program;
pub use program::*;

mod render;
pub use render::*;
mod postproc;
pub use postproc::*;