You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a 3D model rendering app using Flutter with model-viewer, and everything is working well except for one issue. We need our model to rotate freely in 360° in all directions without restrictions. Currently, the model rotates infinitely on the horizontal axis, but vertically, it is limited to 180°, causing the rotation to lock beyond that point.
What we're aiming for is trackball-style movement, but right now, we only have turntable-style movement. We've been trying various methods to resolve this issue for the past 3 weeks without success, and we're feeling quite exhausted. Any help or suggestions would be greatly appreciated.
I am developing a 3D model rendering app using Flutter with model-viewer, and everything is working well except for one issue. We need our model to rotate freely in 360° in all directions without restrictions. Currently, the model rotates infinitely on the horizontal axis, but vertically, it is limited to 180°, causing the rotation to lock beyond that point.
What we're aiming for is trackball-style movement, but right now, we only have turntable-style movement. We've been trying various methods to resolve this issue for the past 3 weeks without success, and we're feeling quite exhausted. Any help or suggestions would be greatly appreciated.
Like this website has -- https://app.emb3d.com/3dviewer [View Point - Trackball]
The text was updated successfully, but these errors were encountered: