Hello guys,
i need an observable or listener to tell me if the camera is moving or standing still at that moment.
I didn’t find anything in the API documentation for the cameras.
Hey!
you can register to:
camera.onViewMatrixChangedObservable.add(() => {
});
Thank you. 