CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.7k stars 305 forks source link

Fix for material that doesn't have a name (1.0) #174

Closed lilleyse closed 5 years ago

lilleyse commented 5 years ago

Similar to https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/173 but for the 1.0 branch. One difference is glTF 1.0 doesn't accept id's of 0 length so it had to be renamed to "unnamed".

lilleyse commented 5 years ago

Not maintaining the 1.0 branch anymore.