KhronosGroup / UnityGLTF

Runtime glTF 2.0 Loader for Unity3D
MIT License
1.79k stars 482 forks source link

KHR_materials_pbrSpecularGlossiness export support #539

Closed hybridherbst closed 7 months ago

hybridherbst commented 4 years ago

74 added support for importing specular/glossiness materials, but they still don't export properly - the extension is not added when exporting Standard (Specular) materials; instead, they produce errors in most GLTF viewers and render incorrect.

Reproduction is just: try to export an object with a "Standard (Specular)" material and a map assigned to the Specular slot.

Would be great to have export support for Standard (Specular) as well.

owilliamailliwo commented 4 years ago

I commited a new pull request to close this issue.