Closed garyo closed 6 years ago
https://github.com/ksons/gltf-blender-importer/blob/b154ca9dd98f776a95cc40a27080099e2ba12663/addons/io_scene_gltf/material.py#L139
At line 139, it should be using roughnessFactor but it's using metallicFactor, and vice versa on line 146.
This should be fixed on latest master.
https://github.com/ksons/gltf-blender-importer/blob/b154ca9dd98f776a95cc40a27080099e2ba12663/addons/io_scene_gltf/material.py#L139
At line 139, it should be using roughnessFactor but it's using metallicFactor, and vice versa on line 146.