m-r-davari / flutter_3d_controller

The most complete Flutter package for rendering interactive 3D models in various formats (GLB, GLTF, OBJ, FBX), with the ability to control animations, textures, camera, and more.
https://pub.dev/packages/flutter_3d_controller
MIT License
107 stars 14 forks source link

unable to load .obj format #21

Closed dhanashrih00 closed 1 month ago

dhanashrih00 commented 3 months ago

Screenshot from 2024-07-30 16-31-53

lualbertovargas commented 1 month ago

yes Bro not found , try changing the format to glb

m-r-davari commented 1 month ago

I have fixed .obj loading problem, will release on v2.0.0

m-r-davari commented 1 month ago

Feature has been added in v2.0.0 ✅

Flutter3DViewer.obj( src: 'assets/flutter_dash.obj', ... )

checkout latest version