I am using ModelViewer widget in Flutter project,
I dynamically update the orientation value through flutter's setState method. But it doesn't rotate the 3D model to the orientation specified by roll, pitch, yaw.
In the comments I saw that the updateFraming() method needs to be used manually to update, but I didn't find this method.
How can I update the 3D model?
I am using ModelViewer widget in Flutter project, I dynamically update the orientation value through flutter's setState method. But it doesn't rotate the 3D model to the orientation specified by roll, pitch, yaw. In the comments I saw that the updateFraming() method needs to be used manually to update, but I didn't find this method. How can I update the 3D model?