GaussianSplats3D icon indicating copy to clipboard operation
GaussianSplats3D copied to clipboard

Share splat scene between several viewers

Open AlexYukhnevich opened this issue 1 year ago • 1 comments

My case is as follows:

  1. I have two viewers created by Viewer class with the same configuration. At now each viewer run addSplatScene and sends a request to the same url. The relation is like one-to-one. I want to share one data source between two viewers like one-to-many. The question: How to share one data source (splat scene) between several viewers?
  2. The second question: How to sync camera (position, rotation, zoom) between two viewers with the same data source if it's possible?

Thanks in advance!

AlexYukhnevich avatar Aug 05 '24 10:08 AlexYukhnevich

For (1), there's no built-in way to do what you're describing. Each instance of Viewer is completely isolated from any other instance and there's no way to share data between them. For (2), there's also no built-in way to do this, but it wouldn't too hard to implement if you want :)

mkkellogg avatar Aug 06 '24 01:08 mkkellogg

Closing for now, let me know if you need any assistance with implementation.

mkkellogg avatar Aug 18 '24 02:08 mkkellogg