Skip to content

Commit

Permalink
Merge 123a46f into 5f2980f
Browse files Browse the repository at this point in the history
  • Loading branch information
thagberg committed Dec 11, 2019
2 parents 5f2980f + 123a46f commit 4c58313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trimesh/exchange/gltf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ def _append_material(mat, tree, buffer_items, mat_hashes):
pbr_subset = ['baseColorTexture',
'baseColorFactor',
'roughnessFactor',
'metallicFactor'
'metallicFactor',
'metallicRoughnessTexture']
# move keys down a level
for key in pbr_subset:
Expand Down

0 comments on commit 4c58313

Please sign in to comment.