You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works well if the GLTF only contains a .gltf file, but when I try to render a GLTF folder contains .gltf file .png for material, and .bin file, and I use the `src="../abc.gltf", "An error happened", how to properly reference the GLTF asset with multiple files. Can you provide an example?
Thank you!
The text was updated successfully, but these errors were encountered:
I was following the example below to render a GLTF asset:
https://dwqdaiwenqi.github.io/react-3d-viewer/site/#/GLTF
It works well if the GLTF only contains a
.gltf
file, but when I try to render a GLTF folder contains.gltf
file.png
for material, and.bin
file, and I use the `src="../abc.gltf", "An error happened", how to properly reference the GLTF asset with multiple files. Can you provide an example?Thank you!
The text was updated successfully, but these errors were encountered: