Sometimes, GLB modells are in a DRACO compressed format. Just GLTFLoader is ot enough. In a Three environment, i need to include the following:
import { DRACOLoader } from 'three/addons/loaders/DRACOLoader.js';
Is there any plan to support DRACOLoader?
Or is there a workaround to allow the loading of DRACOLoader outside ZIM_three?
no idea, i use glteditor to import en export 3d models
1 Like
That should work. I will try it. Thank you..