-
Notifications
You must be signed in to change notification settings - Fork 336
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
Add animation compression:draco-animation. #206
base: main
Are you sure you want to change the base?
Add animation compression:draco-animation. #206
Conversation
This is great, thank you! Will read through the code later today. Offhand I'd say we might want to quietly preserve the old --draco behaviour, for the sake of not breaking existing pipelines, but make the documented options --draco-mesh and --draco-animation. But I'll have more to say later. |
... and I really have to fix the Travis build ... |
I think what you say is reasonable. Let me know if you have any suggestions. BTW,please let me know when the Travis build is ok. |
Hi, do you have any suggestions? |
I’m sorry for my absence. I’m the only maintainer and sometimes my other obligations must take priority. I will try to take a look soon. |
Implemented glTF extension "Draco_animation_compression" for animation compression.
Changed the command line options for draco.
"-d/--draco mesh" for enable mesh compression.
"-d/--draco animation" for enable animation compression.
The document will be update later.
If anyone has any questions feel free to email me: [email protected].