Skip to content

Fix camera synchronisation between tiling visusalisations

Axel Bocciarelli requested to merge fix-camera-sync into master

@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.

vis-sync

Merge request reports