'How to display a 3D model in flutter? [closed]

I want to display a 3D model in my application (whose file format is .obj) on my page. The user can rotate this model, like iOS's SceneKit, but I don't have any idea for this. Can anyone help me with how to handle 3D objects in flutter?



Solution 1:[1]

you can check out this repo, but the performance is not really good. I think you can consider using texture to implement.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Tino