Synchronize multiple views
Open
- Dominant language
- JavaScript
- Stars
- 745
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
I am using CamerasOrthographic and ControlsOrthographic to control separated views, I realized there is similar topic about [that](https://github.com/FNNDSC/ami/issues/10) but it seems in ice-box for some reason, so I am wondering is there any example for synchronizing all views and zoom in/out or pan whenever any view is manipulated.
For now I am naively using `r1.camera = r2.camera` which only works when DOM r2 is zoom(both will zoom in/out), but DOM r1 will not listen to that at all.
Appreciated that!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.