File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ function applyMaterialInfo( info, material ) {
183
183
material . thickness = 1.0 ;
184
184
material . iridescence = 0.0 ;
185
185
material . iridescenceIOR = 1.0 ;
186
- material . iridescenceThicknessRange = [ 0 , 0 ]
186
+ material . iridescenceThicknessRange = [ 0 , 0 ] ;
187
187
188
188
if ( info . specularColor ) material . specularColor . setRGB ( ...info . specularColor ) ;
189
189
if ( 'metalness' in info ) material . metalness = info . metalness ;
@@ -197,6 +197,7 @@ function applyMaterialInfo( info, material ) {
197
197
material . iridescenceThicknessRange = [ info . thinFilmThickness , info . thinFilmThickness ] ;
198
198
199
199
}
200
+
200
201
if ( material . transmission ) {
201
202
202
203
if ( info . color ) material . attenuationColor . setRGB ( ...info . color ) ;
@@ -208,7 +209,7 @@ function applyMaterialInfo( info, material ) {
208
209
209
210
}
210
211
211
- imgEl . src = info . reference [ 0 ] ;
212
+ imgEl . src = info . reference [ 0 ] ;
212
213
213
214
}
214
215
You can’t perform that action at this time.
0 commit comments