Skip to content

Commit 24e84a3

Browse files
committed
update for new scene
1 parent 76d4c8b commit 24e84a3

File tree

477 files changed

+2338206
-1914851
lines changed

Some content is hidden

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

477 files changed

+2338206
-1914851
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ SampleBuilds/*
77
UserSettings/*
88
.vsconfig
99
*.csproj
10-
*.sln
10+
*.sln
11+
12+
Assets/Models/breakfast_room**
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# An empty Cornell Box with cyan and orange walls in OBJ format.
2+
# Note that the real box is not a perfect cube, so
3+
# the faces are imperfect in this data set.
4+
#
5+
# Created by Guedis Cardenas and Morgan McGuire at Williams College, 2011
6+
# Released into the Public Domain.
7+
#
8+
# http://graphics.cs.williams.edu/data
9+
# http://www.graphics.cornell.edu/online/box/data.html
10+
#
11+
12+
newmtl leftWall
13+
Ns 10.0000
14+
Ni 1.5000
15+
illum 2
16+
Ka 0.953 0.357 0.212 # Orange
17+
Kd 0.953 0.357 0.212
18+
Ks 0 0 0
19+
Ke 0 0 0
20+
21+
22+
newmtl rightWall
23+
Ns 10.0000
24+
Ni 1.5000
25+
illum 2
26+
Ka 0.486 0.631 0.663 # Cyan
27+
Kd 0.486 0.631 0.663
28+
Ks 0 0 0
29+
Ke 0 0 0
30+
31+
newmtl floor
32+
Ns 10.0000
33+
Ni 1.0000
34+
illum 2
35+
Ka 0.725 0.71 0.68 # White
36+
Kd 0.725 0.71 0.68
37+
Ks 0 0 0
38+
Ke 0 0 0
39+
40+
41+
newmtl ceiling
42+
Ns 10.0000
43+
Ni 1.0000
44+
illum 2
45+
Ka 0.725 0.71 0.68 # White
46+
Kd 0.725 0.71 0.68
47+
Ks 0 0 0
48+
Ke 0 0 0
49+
50+
51+
newmtl backWall
52+
Ns 10.0000
53+
Ni 1.0000
54+
illum 2
55+
Ka 0.725 0.71 0.68 # White
56+
Kd 0.725 0.71 0.68
57+
Ks 0 0 0
58+
Ke 0 0 0
59+
60+
newmtl light
61+
Ns 10.0000
62+
Ni 1.5000
63+
d 1.0000
64+
Tr 0.0000
65+
Tf 1.0000 1.0000 1.0000
66+
illum 2
67+
Ka 0.7800 0.7800 0.7800
68+
Kd 0.7800 0.7800 0.7800
69+
Ke 10 10 10
70+
Ks 0 0 0
71+

Assets/Models/living_room.meta renamed to Assets/Models/CornellBox/CornellBox-Empty-CO.mtl.meta

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Models/CornellBox/CornellBox-Empty-CO.obj.meta

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# An empty Cornell Box with red and blue walls in OBJ format.
2+
# Note that the real box is not a perfect cube, so
3+
# the faces are imperfect in this data set.
4+
#
5+
# Created by Guedis Cardenas and Morgan McGuire at Williams College, 2011
6+
# Released into the Public Domain.
7+
#
8+
# http://graphics.cs.williams.edu/data
9+
# http://www.graphics.cornell.edu/online/box/data.html
10+
#
11+
12+
13+
newmtl leftWall
14+
Ns 10.0000
15+
Ni 1.5000
16+
illum 2
17+
Ka 0.63 0.065 0.05 # Red
18+
Kd 0.63 0.065 0.05
19+
Ks 0 0 0
20+
Ke 0 0 0
21+
22+
23+
newmtl rightWall
24+
Ns 10.0000
25+
Ni 1.5000
26+
illum 2
27+
Ka 0.14 0.45 0.091 # Green
28+
Kd 0.14 0.45 0.091
29+
Ks 0 0 0
30+
Ke 0 0 0
31+
32+
33+
newmtl floor
34+
Ns 10.0000
35+
Ni 1.0000
36+
illum 2
37+
Ka 0.725 0.71 0.68 # White
38+
Kd 0.725 0.71 0.68
39+
Ks 0 0 0
40+
Ke 0 0 0
41+
42+
43+
newmtl ceiling
44+
Ns 10.0000
45+
Ni 1.0000
46+
illum 2
47+
Ka 0.725 0.71 0.68 # White
48+
Kd 0.725 0.71 0.68
49+
Ks 0 0 0
50+
Ke 0 0 0
51+
52+
53+
newmtl backWall
54+
Ns 10.0000
55+
Ni 1.0000
56+
illum 2
57+
Ka 0.725 0.71 0.68 # White
58+
Kd 0.725 0.71 0.68
59+
Ks 0 0 0
60+
Ke 0 0 0
61+
62+
newmtl light
63+
Ns 10.0000
64+
Ni 1.0000
65+
illum 2
66+
Ka 0.78 0.78 0.78 # White
67+
Kd 0.78 0.78 0.78
68+
Ks 0 0 0
69+
Ke 17 12 4

Assets/Models/CornellBox/CornellBox-Empty-RG.mtl.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Models/CornellBox/CornellBox-Empty-RG.obj.meta

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# The empty water Cornell Box as seen in Henrik Jensen's
2+
# "Realistic Image Synthesis Using Photon Mapping" (Page 109 Fig. 9.14) in OBJ format.
3+
# Note that the real box is not a perfect cube, so
4+
# the faces are imperfect in this data set.
5+
#
6+
# Created by Guedis Cardenas and Morgan McGuire at Williams College, 2011
7+
# Released into the Public Domain.
8+
#
9+
# http://graphics.cs.williams.edu/data
10+
# http://www.graphics.cornell.edu/online/box/data.html
11+
#
12+
13+
newmtl floor
14+
Ns 10.0000
15+
Ni 1.5000
16+
illum 2
17+
Ka 0.7250 0.7100 0.6800
18+
Kd 0.7250 0.7100 0.6800
19+
Ks 0 0 0
20+
21+
newmtl ceiling
22+
Ns 10.0000
23+
Ni 1.5000
24+
illum 2
25+
Ka 0.7250 0.7100 0.6800
26+
Kd 0.7250 0.7100 0.6800
27+
Ks 0.0000 0.0000 0.0000
28+
29+
newmtl backWall
30+
Ns 10.0000
31+
Ni 1.5000
32+
illum 2
33+
Ka 0.7250 0.7100 0.6800
34+
Kd 0.7250 0.7100 0.6800
35+
Ks 0.0000 0.0000 0.0000
36+
Ke 0.0000 0.0000 0.0000
37+
38+
newmtl rightWall
39+
Ns 10.0000
40+
illum 2
41+
Ka 0.161 0.133 0.427 # Blue
42+
Kd 0.161 0.133 0.427
43+
Ks 0 0 0
44+
45+
newmtl leftWall
46+
Ns 10.0000
47+
illum 2
48+
Ka 0.6300 0.0650 0.0500
49+
Kd 0.6300 0.0650 0.0500
50+
Ks 0 0 0
51+
52+
newmtl light
53+
Ns 10.0000
54+
Ni 1.5000
55+
d 1.0000
56+
Tr 0.0000
57+
Tf 1.0000 1.0000 1.0000
58+
illum 2
59+
Ka 0.7800 0.7800 0.7800
60+
Kd 0.7800 0.7800 0.7800
61+
Ke 10 10 10
62+
Ks 0 0 0
63+
64+
newmtl water
65+
Ka 0.01 0.01 0.01
66+
Kd 0.01 0.01 0.01
67+
Ks 0.30 0.30 0.30
68+
Tf 0.10 0.10 0.10
69+
Ns 200
70+
Ni 1.33
71+
illum 7

Assets/Models/CornellBox/CornellBox-Empty-Squashed.mtl.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Models/CornellBox/CornellBox-Empty-Squashed.obj.meta

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# An empty Cornell Box with cyan and orange walls in OBJ format.
2+
# Note that the real box is not a perfect cube, so
3+
# the faces are imperfect in this data set.
4+
#
5+
# Created by Guedis Cardenas and Morgan McGuire at Williams College, 2011
6+
# Released into the Public Domain.
7+
#
8+
# http://graphics.cs.williams.edu/data
9+
# http://www.graphics.cornell.edu/online/box/data.html
10+
#
11+
12+
newmtl leftWall
13+
Ns 10.0000
14+
Ni 1.5000
15+
illum 2
16+
Ka 1 1 1
17+
Kd 1 1 1
18+
Ks 0 0 0
19+
Ke 0 0 0
20+
21+
22+
newmtl rightWall
23+
Ns 10.0000
24+
Ni 1.5000
25+
illum 2
26+
Ka 1 1 1
27+
Kd 1 1 1
28+
Ks 0 0 0
29+
Ke 0 0 0
30+
31+
newmtl floor
32+
Ns 10.0000
33+
Ni 1.0000
34+
illum 2
35+
Ka 1 1 1
36+
Kd 1 1 1
37+
Ks 0 0 0
38+
Ke 0 0 0
39+
40+
41+
newmtl ceiling
42+
Ns 10.0000
43+
Ni 1.0000
44+
illum 2
45+
Ka 1 1 1
46+
Kd 1 1 1
47+
Ks 0 0 0
48+
Ke 0 0 0
49+
50+
51+
newmtl backWall
52+
Ns 10.0000
53+
Ni 1.0000
54+
illum 2
55+
Ka 1 1 1
56+
Kd 1 1 1
57+
Ks 0 0 0
58+
Ke 0 0 0
59+
60+
newmtl light
61+
Ns 10.0000
62+
Ni 1.5000
63+
d 1.0000
64+
Tr 0.0000
65+
Tf 1.0000 1.0000 1.0000
66+
illum 2
67+
Ka 0.7800 0.7800 0.7800
68+
Kd 0.7800 0.7800 0.7800
69+
Ke 10 10 10
70+
Ks 0 0 0
71+

Assets/Models/CornellBox/CornellBox-Empty-White.mtl.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)