Hello!
I have a rvz file with some windows and I have to export them to gltf to visualize them on Cesium.
With FME I can export them to Collada: now I must convert the resulting 1000 .dae files, in glb or gltf.
There's a weblink where I can translate them by a single drag and drop: https://cesiumjs.org/convertmodel.html and there's another link from where I downloaded the .exe file for windows: https://github.com/KhronosGroup/glTF/releases.
Maybe there's the possibility, thanks to FMEFunctionCaller, to ask FME to run the collada2gltf.exe and read the .dae, translate them and finally save them in a specific folder, but I don't know how to write the string.
Any idea? thank you