Fix some Microfacet bugs

This commit is contained in:
hal8174 2024-12-28 23:27:21 +01:00
parent 745b7d2602
commit c26285a98e
5 changed files with 119 additions and 29 deletions

View file

@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2021"
[dependencies]
rand_distr = "0.4.3"
ray-tracing-core = { path = "../ray-tracing-core" }