dasom 0.1.1

A toy ray tracing engine based on Ray Tracing In One Weekend in Rust.
Documentation
1
2
3
use crate::Real;

pub type Vector = nalgebra::Vector3< Real >;