I received a couple of .glb files from a friend, that I integrated in my website using <model-viewer>
. The website is now running very slow, and I think the .glb files maybe cause some of the issues since they are 220mb and 50mb. When I am compressing the files with gltf-pipeline in the terminal it only gives me bigger files.
I tried using gltf-pipeline and ran gltf-pipeline -i "C:\Users\jeppe\Documents\kode\clusterrealm_project\clusterrealm_site\media\3d\mm_project-8.glb" --dracocompressionLevel 10 -d
in the terminal and it gave me a new file which was 2mb larger than the one I tried to compress.. What do I do wrong?