Reputation: 1
In Flutter, what is the most effective way to maintain 3D model files (in GLB format) at specific locations? For example, similar to how it's done in Pokemon Go, I want to display 3D models at certain locations in my application. How can I manage the location information (coordinates) of these files, and what approach should I take to allow users to interactively view these 3D models?
Upvotes: 0
Views: 88