forked from mmp/pbrt-v4-scenes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaterials.pbrt
199 lines (199 loc) · 7.34 KB
/
materials.pbrt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# Materials File
# area lights
# ground plane
MakeNamedMaterial "Material"
"string type" [ "diffuse" ]
"rgb reflectance" [ 0 0 0 ]
MakeNamedMaterial "Material.001"
"string type" [ "measured" ]
"string filename" [ "bsdfs/paper_white_spec.bsdf" ]
MakeNamedMaterial "StopLightBK_Mat_phong_SG"
"string type" [ "diffuse" ]
"rgb reflectance" [ 0.64 0.64 0.64 ]
MakeNamedMaterial "Interior_White_phong_SG"
"string type" [ "diffuse" ]
"rgb reflectance" [ 1 1 1 ]
MakeNamedMaterial "Interior_Silver_phong_SG"
"string type" [ "conductor" ]
"float roughness" [ 0 ]
"spectrum eta" [ "metal-Ag-eta" ]
"spectrum k" [ "metal-Ag-k" ]
MakeNamedMaterial "HeadLightBK_Mat_phong_SG"
"string type" [ "diffuse" ]
"rgb reflectance" [ 0.64 0.64 0.64 ]
#"string name" ["aluminium"]
MakeNamedMaterial "StopLightRed_Mat_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.84 0.02005001 0.01552664 ]
"float vroughness" [ 0.01 ]
"float uroughness" [ 0.01 ]
MakeNamedMaterial "Exhaust_Silver_phong_SG"
"string type" [ "conductor" ]
MakeNamedMaterial "LightReflectInner_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.1 0.1 0.1 ]
"float eta" [ 3 ]
"float roughness" [ 0.000001 ]
MakeNamedMaterial "MirrorMat_phong_SG"
"string type" [ "conductor" ]
"float roughness" [ 0 ]
"spectrum eta" [ "metal-Ag-eta" ]
"spectrum k" [ "metal-Ag-k" ]
MakeNamedMaterial "CarbonBlack_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.04696181 0.04696181 0.04696181 ]
"float eta" [ 1 ]
"float roughness" [ 0.075 ]
MakeNamedMaterial "StopLightCover_Mat_phong_SG"
"string type" [ "dielectric" ]
"float eta" [ 1.52 ]
MakeNamedMaterial "SusArm_Silver2_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.64 0.64 0.64 ]
"float eta" [ 1 ]
"float roughness" [ 0.075 ]
MakeNamedMaterial "PedalsSilver_mat_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.64000005 0.64000005 0.64000005 ]
"float eta" [ 1 ]
"float roughness" [ 0.28621 ]
MakeNamedMaterial "WindowGlassMat_phong_SG"
"string type" [ "dielectric" ]
"float eta" [ 1.3 ]
MakeNamedMaterial "LightReflecMat_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.1 0.1 0.1 ]
"float eta" [ 4 ]
"float roughness" [ 0.000001 ]
MakeNamedMaterial "Chassis_Black_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.0253935 0.0253935 0.0253935 ]
"float eta" [ 1 ]
"float roughness" [ 0.075 ]
MakeNamedMaterial "HeadLight_LED_phong_SG"
"string type" [ "diffuse" ]
"rgb reflectance" [ 0.64 0.64 0.64 ]
MakeNamedMaterial "WheelHubColor_phong_SG"
"string type" [ "measured" ]
"string filename" [ "bsdfs/ilm_l3_37_metallic_spec.bsdf" ]
MakeNamedMaterial "LightSilverMat_phong_SG"
"string type" [ "measured" ]
"string filename" [ "bsdfs/ilm_l3_37_metallic_spec.bsdf" ]
MakeNamedMaterial "Suspention_Black_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.64 0.64 0.64 ]
"float eta" [ 1 ]
"float roughness" [ 0.075 ]
MakeNamedMaterial "Winker_Mat_phong_SG"
"string type" [ "dielectric" ]
"float eta" [ 1.52 ]
MakeNamedMaterial "BoltSilver_phong_SG"
"string type" [ "measured" ]
"string filename" [ "bsdfs/ilm_l3_37_metallic_spec.bsdf" ]
MakeNamedMaterial "EngineSilver2_phong_SG"
"string type" [ "measured" ]
"string filename" [ "bsdfs/ilm_l3_37_metallic_spec.bsdf" ]
#"string name" ["aluminium"]
MakeNamedMaterial "GoldMat_phong_SG"
"string type" [ "conductor" ]
"float roughness" [ 0.075 ]
MakeNamedMaterial "Wheel2Mat_phong_SG"
"string type" [ "measured" ]
"string filename" [ "bsdfs/ilm_l3_37_metallic_spec.bsdf" ]
MakeNamedMaterial "initialShadingGroup"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.64 0.02005001 0.01552664 ]
"float vroughness" [ 0.075 ]
"float uroughness" [ 0.075 ]
MakeNamedMaterial "GlassMat_phong_SG"
"string type" [ "dielectric" ]
"float eta" [ 1.3 ]
MakeNamedMaterial "Seat_Black_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.01738779 0.01738779 0.01738779 ]
"float eta" [ 1 ]
"float roughness" [ 0.8 ]
MakeNamedMaterial "BodyMat_BK_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.0071936 0.0071936 0.0071936 ]
"float eta" [ 1.2 ]
"float roughness" [ 0.000001 ]
#MakeNamedMaterial "BodyMat_phong_SG" "float roughness" [ 0.01 ]
# "string type" [ "metal" ]
MakeNamedMaterial "BodyMat_phong_SG"
"string type" [ "measured" ]
"string filename" [ "bsdfs/cc_blue_agat_spec.bsdf" ]
MakeNamedMaterial "Interior_Black_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.01738776 0.01738776 0.01738776 ]
"float eta" [ 1 ]
"float roughness" [ 0.075 ]
MakeNamedMaterial "Interior_Red_phong_SG"
"string type" [ "diffuse" ]
"rgb reflectance" [ 0.64 0.00741982 0 ]
MakeNamedMaterial "HeadlightLens_phong_SG"
"string type" [ "dielectric" ]
"float eta" [ 1.52 ]
MakeNamedMaterial "GomBlack_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.01221697 0.01221697 0.01221697 ]
"float eta" [ 1 ]
"float roughness" [ 0.7 ]
MakeNamedMaterial "Suspention_Red_phong_SG"
"string type" [ "measured" ]
"string filename" [ "bsdfs/vch_silk_blue_spec.bsdf" ]
MakeNamedMaterial "CamCover_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.64 0.04099033 0.02220741 ]
"float eta" [ 1 ]
"float roughness" [ 0.075 ]
# ??
MakeNamedMaterial "Interior_GlossBlack_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.64 0.64 0.64 ]
"float eta" [ 1.2 ]
"float roughness" [ 0.075 ]
# this is the tire itself
MakeNamedMaterial "suspension_silver_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.09462606 0.09462606 0.09462606 ]
"float eta" [ 1 ]
"float roughness" [ 0.030000001 ]
# center of tire, pillars, black in front
MakeNamedMaterial "TireMat_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.03 0.03 0.032 ]
"float eta" [ 1.3 ]
"float roughness" [ 5.8 ]
MakeNamedMaterial "BodyGlossBlackMat_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.0071936 0.0071936 0.0071936 ]
"float eta" [ 1.2 ]
"float roughness" [ 0.1 ]
MakeNamedMaterial "Interior_Monitor_phong_SG"
"string type" [ "conductor" ]
"float roughness" [ 0 ]
"spectrum eta" [ "metal-Ag-eta" ]
"spectrum k" [ "metal-Ag-k" ]
MakeNamedMaterial "BrakeRotarSilver_phong_SG"
"string type" [ "measured" ]
"string filename" [ "bsdfs/laika_ceiling_paint_18_gray_spec.bsdf" ]
MakeNamedMaterial "SeatColor_phong_SG"
"string type" [ "measured" ]
"string filename" [ "bsdfs/acrylic_felt_white_spec.bsdf" ]
MakeNamedMaterial "WinkerCover_Mat_phong_SG"
"string type" [ "dielectric" ]
"float eta" [ 1.52 ]
MakeNamedMaterial "Interior_LineColor_phong_SG"
"string type" [ "diffuse" ]
"rgb reflectance" [ 0.64 0.64 0.64 ]
MakeNamedMaterial "Interior_GomBlackq_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.2 0.2 0.2 ]
"float eta" [ 1 ]
"float roughness" [ 0.8 ]
MakeNamedMaterial "MeshBlack_phong_SG"
"string type" [ "coateddiffuse" ]
"rgb reflectance" [ 0.03967975 0.03967975 0.03967975 ]
"float eta" [ 1 ]
"float roughness" [ 0.8 ]