m-r-davari / flutter_3d_controller

A Flutter package for rendering interactive 3D models in different formats(glb, gltf, fbx, obj), with ability to control animations, textures and camera.
https://pub.dev/packages/flutter_3d_controller
MIT License
78 stars 8 forks source link

3D asset from files #16

Open farhodyusupov opened 1 month ago

farhodyusupov commented 1 month ago

Hi. thank you for this awesome package. are there any ways to present 3D objects from file system?

m-r-davari commented 1 month ago

Hi, its good to hear that this package could help you, about the feature you mentioned, right now I only support loading 3D models from assets and url, but it may be possible to load models from file system, for example create file and passing file path as the model src, I have not test it it yet, if you have fixed it please share and feel free to create PR to package.