Unsolved 3D Viewer in GUI
-
Hi Folks ! I am trying to build a 3D viewer for a .fbx 3D object inside a GUI.
So far I have converted the .fbx file into a QML component using "Balsam tool" (as suggested in the documentation). The QML component file generated has different models defined using meshes and stuff, and all of that information is encapsulated inside a Node. Now, what I have been trying to do is include that Node inside the View3D using "importScene" but have not found success in it. My GUI does not display anything on it.
Could anyone please help me ? I am new to Qt and QML and would highly appreciate it if anyone could guide me. Thanks