clay 0.1.2

Fast, modular and extendable ray tracer powered by OpenCL
Documentation
1
2
3
4
5
6
7
8
9
pub use crate::core::scene::*;

mod list_scene;
pub use list_scene::*;
mod target_list_scene;
pub use target_list_scene::*;

mod background;
pub use background::*;