Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to convert GLTF1.0 to GLTF2.0 #391

Closed
ainian opened this issue Jul 5, 2018 · 1 comment
Closed

Is there a way to convert GLTF1.0 to GLTF2.0 #391

ainian opened this issue Jul 5, 2018 · 1 comment

Comments

@ainian
Copy link

ainian commented Jul 5, 2018

I am having GLTF1.0 models. How do I convert them to GLTF2.0 so that I can apply Draco Compression? Looking of experts help!!!

@lilleyse
Copy link
Contributor

lilleyse commented Jul 5, 2018

Hi @ainian.

Use the 2.0 branch.

1.0 models are upgraded to 2.0 automatically. However be aware that they use the KHR_techniques_webgl extension which isn't widely supported yet.

The command will be something like:

node bin/gltf-pipeline.js -i model.gltf -d

@ggetz ggetz closed this as completed Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants