Rendering something parsed from a pbrt file
This commit is contained in:
parent
c8ff77a0a9
commit
6d363aecd0
7 changed files with 316 additions and 127 deletions
|
|
@ -8,6 +8,7 @@ tev_client = "0.5.2"
|
|||
ray-tracing-core = { path = "../ray-tracing-core" }
|
||||
ray-tracing-scene = { path = "../ray-tracing-scene" }
|
||||
ray-tracing-renderer = { path = "../ray-tracing-renderer" }
|
||||
ray-tracing-pbrt-scene = { path = "../ray-tracing-pbrt-scene" }
|
||||
rayon = "1.10.0"
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
clap = { version = "4.5.19", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue