Rendering something parsed from a pbrt file

This commit is contained in:
hal8174 2025-08-20 23:20:41 +02:00
parent c8ff77a0a9
commit 6d363aecd0
Signed by: hal8174
SSH key fingerprint: SHA256:NN98ZYwnrreQLSOV/g+amY7C3yL/mS1heD7bi5t6PPw
7 changed files with 316 additions and 127 deletions

1
Cargo.lock generated
View file

@ -2345,6 +2345,7 @@ dependencies = [
"indicatif",
"rand",
"ray-tracing-core",
"ray-tracing-pbrt-scene",
"ray-tracing-renderer",
"ray-tracing-scene",
"rayon",