Hi all. I’m making the jump from Irrlicht to Urho3D. So far it’s wonderful, and I’m very impressed with the library.
In my application, I need to be able to export the data currently in my ‘Scene’ to external formats such as Collada, STL, etc.
In Irrlicht, there are export functions for this, but it seems there’s no such thing in Urho3D.
I’ve studied the AssetImporter, but that’s the wrong way around.
Has anyone done this before, or are there any hints you could provide?