Hubs-Foundation / Spoke

Easily create custom 3D environments
Other
654 stars 255 forks source link

Spoke produces unoptimized textures that have a larger file size than the source textures #623

Open brianpeiris opened 5 years ago

brianpeiris commented 5 years ago

For example, the GLTF from Sketchfab for this model contains a JPEG base color texture that is 522KB, but the same texture is 1.28MB when published from Spoke https://sketchfab.com/3d-models/lamp-vintage-8d0e4151b9004821bac7486e95e73b84

brianpeiris commented 5 years ago

Oh, I just realized it looks like Spoke always produces PNGs, even if the source texture was a JPEG. But even then, compressor.io shows you can losslessly optimize that PNG to less than 522KB.