CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.68k stars 303 forks source link

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

Open simonasdmd opened 4 years ago

simonasdmd commented 4 years ago

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

simonasdmd commented 4 years ago

Does no one know the problem?

lilleyse commented 4 years ago

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.

simonasdmd commented 4 years ago

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

lanxinger commented 4 years ago

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.