clay-core 0.1.3

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

mod colored;
pub use colored::*;

mod select;
mod combine;

#[cfg(test)]
pub mod test;