Hey there!
Short description:
I am loading a gltf File with the GLTFLoader (bin and image data as well).
After that I want to export the model as a gltf + bin + imagedata with the GLTFExporter.
Setting the exporter options to:
binary: false
embedImages: false
The exported gltf does not include the image uri.
So far I have not found a topic related to that topic.
Any ideas how to include the image uri’s in the exported gltf file?
Best regards,
Freddi