Fix camera synchronisation between tiling visusalisations
@tvincent The problem was coming from useCameraState
, which was triggering re-renders and therefore extra frames. I'm refactoring useCameraViewpoint
into useGetCameraViewpoint
. Hopefully we can provide helpers in H5Web for this pattern at some point.