VTK/WASM: Push client camera state to server (i.e. update server camera to match the client camera)

You need to send that state to the server yourself, and then ask the objectManager to update VTK from the given state. wasmManager does not handle any networking.

I’ve found an example here