AnalyticalGraphicsInc / gltf-vscode

This is an extension for Visual Studio Code to add support for editing glTF files.
Apache License 2.0
460 stars 63 forks source link

GLB to GLTF #130

Closed dylangeofs closed 5 years ago

dylangeofs commented 6 years ago

Is it possible to use the extension with 1.0 models?

najadojo commented 6 years ago

No only GLB 2.0 is supported by the extension.

dylangeofs commented 6 years ago

Any way to convert 1.0 GLB models to GLTF?

najadojo commented 6 years ago

Not with this tool chain, but if you want to take a look at the current 2.0 conversion it would probably be reasonably straight forward to add 1.0 support. gltf-import-export is the GitHub project you'd want to fork.

emackey commented 6 years ago

If a command-line utility will do, I'm pretty sure gltf-pipeline can convert GLB 1.0 to glTF 2.0.