flutter_3d_controller icon indicating copy to clipboard operation
flutter_3d_controller copied to clipboard

Add an animation toggle parameter to the setCameraOrbit method

Open winter-tech opened this issue 8 months ago • 2 comments

Image

"I checked the model-viewer documentation and found that there is a method to jump to the target camera view instantly without animation. Please add a toggle to control this behavior. Thank you."

const modelViewer = document.querySelector('model-viewer'); modelViewer.cameraOrbit = '45deg 75deg 2.5m'; modelViewer.cameraTarget = '0m 0m 0m'; modelViewer.jumpCameraToGoal();

winter-tech avatar Jun 23 '25 03:06 winter-tech

https://github.com/m-r-davari/flutter_3d_controller/pull/69

winter-tech avatar Jun 24 '25 08:06 winter-tech

@winter-tech Hi, I will add it to roadmap

m-r-davari avatar Sep 14 '25 10:09 m-r-davari