Move Material to new module && TriangleBVH intersect && Seperate light and material
This commit is contained in:
parent
50d3874467
commit
b3fdef8837
18 changed files with 180 additions and 90 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
|
@ -731,12 +731,21 @@ dependencies = [
|
|||
"rayon",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ray-tracing-material"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"rand",
|
||||
"ray-tracing-core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ray-tracing-scene"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"rand",
|
||||
"ray-tracing-core",
|
||||
"ray-tracing-material",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue