-2

My question is pretty simple, I load 4 models and some texture for my threeJS website but the first loading is too long. You can take a look : https://issammerikhi.vercel.app/

Do you know a simple and efficient way to reduce my model size ?

Thanks for helping

Issam Merikhi
  • 45
  • 1
  • 4

1 Answers1

0

Have you turned on file compression?

File Compression

That should help reduce your file size~

Halo
  • 1,730
  • 1
  • 8
  • 31
  • The checkbox shown here is for the Blender project itself, but it doesn't affect glTF exports for ThreeJS. There's a different compression checkbox on the glTF export dialog options that might help reduce the export size. But in general, reducing the number of polygons or size/number of texturemaps can help the most. – emackey Jun 08 '22 at 12:45