Hi,
new to both Assimp and AssimpNet so forgive me if’ either I’m asking non-sense or this belongs to native Assimp…
What I want to do: read a JSON structure that links to OBJs, put together an overall scene graph, dump that one to DAE.
Where I’m struggling:
(1) I guess I would need a master Assimp.Scene where I add all the file-related Scenes in terms of their meshes, etc. However I cannot create such a scene due to missing constructor.
(2) For whatever reason I don’t see how to export a (managed) Scene
Thanks a lot i.a. for any support. Also if you have comments on the general approach I’m following, let me know please.
I’m using AssimpNet 3.3
Thx,
Ekki
-
This topic was modified 5 months ago by
Ekki. Reason: typo