clay 0.1.2

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

mod unit_sphere;
pub use unit_sphere::*;
mod sphere;
pub use sphere::*;
mod ellipsoid;
pub use ellipsoid::*;

mod unit_cube;
pub use unit_cube::*;
mod parallelepiped;
pub use parallelepiped::*;