I have a simple question - how do I integrate a 3d model into flutter from blender with a GLB, OBJ, or GLTF file? It is a complex and big model, but I want it to render fast and efficiently.
Things I tried: I have tried using the Flutter_3d Library, the Babylon JS Library (couldn't get it to work), and some deprecated libraries that I didn't know were deprecated. I really need help with this as its the main part of my app. Thank you so much!