-
Notifications
You must be signed in to change notification settings - Fork 252
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
After Compression, size of GLTF increases for some models. #509
Comments
@Vasimali7 I requested access to the google drive link. I'm not positive but I suspect this might be fixed by #483. |
Thanks I got the files. I can confirm the problem on master and that branch. I'll try out some ideas later. |
There is one fix for that particular file, draco does not support vertex color (COLOR_0). So after removing vertex color from the GLTF file, the size will not increase but it cannot compress that much. |
GLTF file link :- https://drive.google.com/open?id=167VCPkVEMID214FCbHtxOtZt3MCgMyX5
The text was updated successfully, but these errors were encountered: