lambent 0.1.0

A ray / path tracer built on wgpu.
Documentation
1
2
3
4
5
import package::intersection::AABBIntersection;

fn intersect(intersection: RayIntersection) -> AABBIntersection {
    return AABBIntersection();
}