The viewing angle moves according to the known trajectory, and the direction follows the trajectory direction in senceView. When turning, how to use “setViewpointCameraAsync” to make the perspective change smooth, I wrote:
mTimer = new Timer();
mTimer.scheduleAtFixedRate(new TimerTask() {
@Override public void run() {
...
senceView.setViewpointCameraAsync(camera)
...
}
}, 0, period);
But it doesn't work.
Solved! Go to Solution.
Hi,
Have tried using the animationDuration while setting the viewpoint for a more smoother experience ?
Thanks
Rama
Hi,
Have tried using the animationDuration while setting the viewpoint for a more smoother experience ?
Thanks
Rama