CesiumGS / obj2gltf

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

bypassPipeline does not allow converting to binary glTF #73

Closed alculquicondor closed 7 years ago

alculquicondor commented 7 years ago

Are there plans to implement this?

refs #71

lilleyse commented 7 years ago

Fixed in https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/67. bypassPipeline is no longer a flag - instead use materialsCommon and binary flags together.