-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Basic support for ray tracing with Metal on macOS
Update externals build script to build Slang locally Fix Mac Build (#180) Simplify Aurora MacOS Build (#181) Script fixes Code fixes Doc updates Fix clang regression Clean up script Support interactive display in Plasma on macOS (#184) Restores Slang shader files and fixes HgiRenderer (#187) Vulkan backend fixes (#188) Resize window within macbook's screen Fix Windows tests Switch to public USD Add sample model
- Loading branch information
Showing
90 changed files
with
18,134 additions
and
699 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Blender 4.2.0 MTL File: 'None' | ||
# www.blender.org | ||
|
||
newmtl backWall.002 | ||
Ns 10.000005 | ||
Ka 1.000000 1.000000 1.000000 | ||
Kd 0.725000 0.710000 0.680000 | ||
Ks 0.000000 0.000000 0.000000 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni 1.000000 | ||
d 1.000000 | ||
illum 1 | ||
|
||
newmtl ceiling.002 | ||
Ns 10.000005 | ||
Ka 1.000000 1.000000 1.000000 | ||
Kd 0.725000 0.710000 0.680000 | ||
Ks 0.000000 0.000000 0.000000 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni 1.000000 | ||
d 1.000000 | ||
illum 1 | ||
|
||
newmtl floor.002 | ||
Ns 10.000005 | ||
Ka 1.000000 1.000000 1.000000 | ||
Kd 0.725000 0.710000 0.680000 | ||
Ks 0.000000 0.000000 0.000000 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni 1.000000 | ||
d 1.000000 | ||
illum 1 | ||
|
||
newmtl leftWall.002 | ||
Ns 10.000005 | ||
Ka 1.000000 1.000000 1.000000 | ||
Kd 0.630000 0.065000 0.050000 | ||
Ks 0.000000 0.000000 0.000000 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni 1.500000 | ||
d 1.000000 | ||
illum 1 | ||
|
||
newmtl light.002 | ||
Ns 10.000005 | ||
Ka 1.000000 1.000000 1.000000 | ||
Kd 0.780000 0.780000 0.780000 | ||
Ks 0.000000 0.000000 0.000000 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni 1.000000 | ||
d 1.000000 | ||
illum 1 | ||
|
||
newmtl rightWall.002 | ||
Ns 10.000005 | ||
Ka 1.000000 1.000000 1.000000 | ||
Kd 0.140000 0.450000 0.091000 | ||
Ks 0.000000 0.000000 0.000000 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni 1.500000 | ||
d 1.000000 | ||
illum 1 | ||
|
||
newmtl shortBox.002 | ||
Ns 10.000005 | ||
Ka 1.000000 1.000000 1.000000 | ||
Kd 0.725000 0.710000 0.680000 | ||
Ks 0.000000 0.000000 0.000000 | ||
Ke 0.000000 0.000000 0.000000 | ||
Ni 1.000000 | ||
d 1.000000 | ||
illum 1 |
Oops, something went wrong.