Hi All,<div><br></div><div>I update the vtkCamera parameters on a rendering window using :</div><div><br></div><div>SetFocalPoint(...);</div><div><div>SetPosition(...);</div><div>ComputeViewPlaneNormal();</div><div>SetViewUp(...);</div>
<div>OrthogonalizeViewUp();</div><div>SetViewAngle(...);</div></div><div><br></div><div>But the rendering is not updated immediately, it needs a user interaction such as a left click in the window or minimize-maximize the widget...</div>
<div>It probably miss a call to an "update" function but I can't find the one.</div><div>I tried calling ResetCameraClippingRange(); or ResetCamera(); on the renderer but nothing changes.</div><div><br></div>
<div>Any idea ?</div><div><br></div><div>Regards,</div><div>Trystan</div>