lambent 0.1.0

A ray / path tracer built on wgpu.
Documentation
1
2
3
4
5
6
struct AABBIntersection {
    hit: bool,
    normal: vec3<f32>,
    tangent: vec3<f32>,
    t: f32,
}