I’m using the gltf-transform CLI to compress several GLB models and then zipped them manually.
Because my CDN provider doesn’t support gzip, I have to use regular zipped files.
However I’m unable to find any instructions on how to load a zipped GLB model using the Three JS GLTF loader.
Does the GLTF loader support loading zipped GLB models? If so, is there any instructions on how to achieve this?