hi im new in threejs and i cant load gltf file because of .bin file and i get this error THREE.GLTFLoader: Failed to load buffer "Fox.bin".
and start download the bin
and the model works in glTF view
is the problem resolved?
This problem usually means the â.binâ file is not in the expected place relative to the â.gltfâ. The correct location for these files depends on how youâre serving/hosting the webpage, not three.js, youâd need to check where to put âstaticâ files for your web server
It might be easier to work with a .glb file, theyâre self-contained and have no external references. You can convert the model to .glb losslessly at https://gltf.report/ or in Blender.
1 Like