<div dir="ltr">Hi Seb and all,<div>I am moving along with porting our uvcdat web application to the new API.</div><div><br></div><div>Is there an example where I see how to create/destroy multiple render windows and associate them with different document elements in the browser?</div><div><br></div><div>In the past we used to use getGlobalId(renderWindow) on the server, send that to the client and then use vtkWeb.createViewport and pass that ID.</div><div><br></div><div>With the new API I only see </div><div><div>self.Application.GetObjectIdMap().SetActiveObject("VIEW", renderWindow)</div></div><div><br></div><div>On the client we use</div><div><div>      const renderer = new RemoteRenderer(client);</div><div>      renderer.setContainer(documentElement);</div></div><div><br></div><div>How do I associate a RemoteRenderer with a specific render window on the server?</div><div><br></div><div>Thanks,</div><div>Dan</div><div><br></div></div>