I have a SwiftUI app in which I am trying to display a .dae
file with RealityKit framework.
Is that even possible? Or can it only load .reality
and .usdz
files?
I got it working with a simple box created in code, but rendering a model seems to be problematic.