Initial material visualizer
This commit is contained in:
parent
7c160731e7
commit
7e88ebbfc1
6 changed files with 584 additions and 7 deletions
|
|
@ -12,6 +12,7 @@ pub trait Material<R: Rng>: Sync + Debug {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct SampleResult {
|
||||
w_out: Dir3,
|
||||
color: Color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue