CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.71k stars 307 forks source link

Keep diffuse intact so that shader generation for generateNormals works #89

Closed lilleyse closed 7 years ago

lilleyse commented 7 years ago

Fix for a bug reported on the forum: https://groups.google.com/forum/#!topic/cesium-dev/b3iU1vlmaxo

I consider this just a bandaid for the time being and is more of a gltf-pipeline problem. Once gltf 2.0 is in full force this also won't be an issue.

mramato commented 7 years ago

Thanks @lilleyse! I confirmed this bug was in the last official release, so I updated changes.

We should do a release as soon as #85 is in.