-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Labels
Description
Description of the problem
I tried exporting the mesh using the latest version of GLTFExporter.
However, the size of the output model is larger than I thought.
The size when exporting scene.gltf with the following sample is 928 KB.
three.js + GLTFExporter result:

In this model, vertex colors are not used, but it seems that attributes of white vertex colors are generated in the output glTF file. Perhaps by excluding unused attributes I think that the size can be made even smaller.
Three.js version
- Dev
Browser
- Chrome
OS
- Windows
Hardware Requirements (graphics card, VR Device, ...)
ThinkPad X260 + Intel HD Graphics 520
Modified: Link of GLTFExporter was GLTFLoader, it was fixed.