obj2gltf icon indicating copy to clipboard operation
obj2gltf copied to clipboard

What can I do to make the generated gltf smaller. Is texture compressed or simplified?

Open simonasdmd opened this issue 5 years ago • 4 comments

What can I do to make the generated gltf smaller. Is texture compressed or simplified?

simonasdmd avatar Jan 17 '20 06:01 simonasdmd

Does no one know the problem?

simonasdmd avatar Feb 18 '20 06:02 simonasdmd

At the moment gltf-pipeline doesn't compress textures but we are hoping to add support for basis (https://github.com/KhronosGroup/glTF/pull/1751) at some point.

lilleyse avatar Feb 18 '20 14:02 lilleyse

If we can reduce the size of the generated gltf. That would be a very big step forward.

simonasdmd avatar Feb 20 '20 08:02 simonasdmd

you can use both Draco and texture compression. draco compression you can get via gltf-pipeline and texture compression you can use mozjpeg if you are using jpegs. there is also an array of other image compressions out there.

lanxinger avatar Mar 27 '20 01:03 lanxinger