Initial material visualizer

This commit is contained in:
hal8174 2024-12-08 04:17:37 +01:00
parent 7c160731e7
commit 7e88ebbfc1
6 changed files with 584 additions and 7 deletions

View file

@ -12,6 +12,7 @@ pub trait Material<R: Rng>: Sync + Debug {
}
}
#[derive(Debug)]
pub struct SampleResult {
w_out: Dir3,
color: Color,