Add light as associated type for scene and get something to draw with pbrt materials.

This commit is contained in:
hal8174 2025-08-26 20:27:24 +02:00
parent b54a2b16fe
commit bb2089477e
Signed by: hal8174
SSH key fingerprint: SHA256:NN98ZYwnrreQLSOV/g+amY7C3yL/mS1heD7bi5t6PPw
13 changed files with 286 additions and 87 deletions

1
Cargo.lock generated
View file

@ -2315,6 +2315,7 @@ dependencies = [
"image 0.25.6",
"miette",
"nom 8.0.0",
"rand",
"ray-tracing-core",
"thiserror 2.0.12",
]