Hi,
I have created the object on Babylon Js and can able to rotate and view the object using arc rotate camera. My requirement is:
1. I positioned the camera on some position.
2. When the user click and move the mouse on canvas, can able to rotate the object.
I have done the above things
Whenever the user release the mouse on canvas while rotating, the camera back to the default position of initial stage.----> This is my requirement.
Can anyone help on this?