'Save RealityKit ModelEntity in Collada format
is there a way to convert programmatically a RealityKit ModelEntity in a Collada format (.dae) or better glTF?
I'm able to find converter COLLADA -> GLTF but not USDZ -> COLLADA and using Photogrammetry the only possible output is USDZ.
Thanks a lot, any input is welcome.
Regards,
Mirko
Solution 1:[1]
AFAIK, you cannot programmatically convert ModelEntity as .dae format. However, thanks to Maya 2022 and higher, you are now able to convert .usdz model as .dae, using Maya USD plugin, or any Maya 2020 scene (and higher) as .glTF model using Babylon.js.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Andy Jazz |
