Crate rust_pathtracer
source ·Expand description
This is a port of the excellent GLSL_Pathtracer to Rust utilizing an abstracted, trait based backend. Perfect for rendering procedural content.
Modules
Type Definitions
- Either f32 or f64
- Rays are stored in an array [origin, direction]