CesiumGS / obj2gltf

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

Do not export primitive restart index value #165

Closed pjcozzi closed 5 years ago

pjcozzi commented 5 years ago

See https://github.com/KhronosGroup/glTF/pull/1476

lilleyse commented 5 years ago

This has actually been in obj2gltf since the very beginning. Ahead of the game I guess.

https://github.com/AnalyticalGraphicsInc/obj2gltf/blob/master/lib/createGltf.js#L381

pjcozzi commented 5 years ago

Nice!!!