Host gltf files in public subdirectory #126
-
Hi, I've been having some issues using this library. I generate a jsx element from my gltf file and add it to my project. I put my files in a directory |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
this is not a library, it does not load or alter gltfs, it just extracts some text from it - that's all it does. if your THREE.GLTFLoader can't load a gltf or if the gltf can't access it's links (textures, etc) your issue is related to paths or broken files. |
Beta Was this translation helpful? Give feedback.
this is not a library, it does not load or alter gltfs, it just extracts some text from it - that's all it does. if your THREE.GLTFLoader can't load a gltf or if the gltf can't access it's links (textures, etc) your issue is related to paths or broken files.