ray_tracing_core 0.1.1

Ray Tracing based on Peter Shirley's mini books
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod flip_normals;
pub use self::flip_normals::FlipNormals;

mod rotate_x;
pub use rotate_x::RotateX;

mod rotate_y;
pub use rotate_y::RotateY;

mod rotate_z;
pub use rotate_z::RotateZ;

mod translate;
pub use translate::Translate;