<div dir="ltr">I want rapid dumping of images from the off-screen renderer with camera style interaction.<div>The way I plan to do it is : </div><div>1. set up an offscreen render window</div><div>2. renWin.Render()</div><div>3. define a function that can be called with an angle to change the camera angles for camera style interaction . For this I need to Intantiate vtkWindowToImageFilter and vtkPNGWriter every time I call the function. </div><div>Otherwise the dumped images dont change as I call the function with different angles. this is not fast and robust, I guess</div><div><br></div><div>What is the right way to do this. Is it possible to do something with vtkRenderWindowInteractor on the offscreen render window. </div><div>Ingeneral how can we interact with the off-screen render window.</div><div><br></div><div>Any help on this will be greatly acknowledged </div><div><br></div><div>Regards</div><div>Zaher</div></div>