Skip to content

Commit 193263a

Browse files
Mauricio VivesadskWangl
Mauricio Vives
authored andcommitted
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
1 parent 9d69c45 commit 193263a

File tree

90 files changed

+18134
-699
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+18134
-699
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Ignore build directories.
2+
build/
23
Build/
34
Build.*/
45
_build/
@@ -8,6 +9,8 @@ _externals/
89
# Ignore script generated files
910
Scripts/cmake/externalsConfig.cmake
1011
__pycache__
12+
.DS_Store
13+
.venv
1114

1215
# Ignore IDE cache folders
1316
.vs/
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Blender 4.2.0 MTL File: 'None'
2+
# www.blender.org
3+
4+
newmtl backWall.002
5+
Ns 10.000005
6+
Ka 1.000000 1.000000 1.000000
7+
Kd 0.725000 0.710000 0.680000
8+
Ks 0.000000 0.000000 0.000000
9+
Ke 0.000000 0.000000 0.000000
10+
Ni 1.000000
11+
d 1.000000
12+
illum 1
13+
14+
newmtl ceiling.002
15+
Ns 10.000005
16+
Ka 1.000000 1.000000 1.000000
17+
Kd 0.725000 0.710000 0.680000
18+
Ks 0.000000 0.000000 0.000000
19+
Ke 0.000000 0.000000 0.000000
20+
Ni 1.000000
21+
d 1.000000
22+
illum 1
23+
24+
newmtl floor.002
25+
Ns 10.000005
26+
Ka 1.000000 1.000000 1.000000
27+
Kd 0.725000 0.710000 0.680000
28+
Ks 0.000000 0.000000 0.000000
29+
Ke 0.000000 0.000000 0.000000
30+
Ni 1.000000
31+
d 1.000000
32+
illum 1
33+
34+
newmtl leftWall.002
35+
Ns 10.000005
36+
Ka 1.000000 1.000000 1.000000
37+
Kd 0.630000 0.065000 0.050000
38+
Ks 0.000000 0.000000 0.000000
39+
Ke 0.000000 0.000000 0.000000
40+
Ni 1.500000
41+
d 1.000000
42+
illum 1
43+
44+
newmtl light.002
45+
Ns 10.000005
46+
Ka 1.000000 1.000000 1.000000
47+
Kd 0.780000 0.780000 0.780000
48+
Ks 0.000000 0.000000 0.000000
49+
Ke 0.000000 0.000000 0.000000
50+
Ni 1.000000
51+
d 1.000000
52+
illum 1
53+
54+
newmtl rightWall.002
55+
Ns 10.000005
56+
Ka 1.000000 1.000000 1.000000
57+
Kd 0.140000 0.450000 0.091000
58+
Ks 0.000000 0.000000 0.000000
59+
Ke 0.000000 0.000000 0.000000
60+
Ni 1.500000
61+
d 1.000000
62+
illum 1
63+
64+
newmtl shortBox.002
65+
Ns 10.000005
66+
Ka 1.000000 1.000000 1.000000
67+
Kd 0.725000 0.710000 0.680000
68+
Ks 0.000000 0.000000 0.000000
69+
Ke 0.000000 0.000000 0.000000
70+
Ni 1.000000
71+
d 1.000000
72+
illum 1

0 commit comments

Comments
 (0)