We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!!!
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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!!!
The text was updated successfully, but these errors were encountered: