Support for COPC and Entwine formats?

My worry is that if you resample based on camera position. You will keep sending different set of points every time. To keep that reactive (network wise), you will have to use a reasonable number of points as no caching will happen on the client side (always a different set of points).

I mean you could achieve that by sending a new set of point when you stop interacting. That way you might get a reasonable behavior assuming the network latency for exchanging that sampled point cloud is not too big.

HTH