Hello,<br><br>I'm manipulating the camera of vtkImageViewer2 to flip my image. One of the things I want to do is rotate the camera to see the image flipped. For this I used the method Yaw(180). <br>After applying the Yaw(180) the image disappears. If I apply Yaw(180) again, the image appears again in the original orientation.
<br><br>If after Yaw(180) I reset the camera with vtkRenderer::ResetCamera() the image gets flipped as I want, but I get other unpleasant effects, because of the reset, because the camera is positioned on the center, and I want to keep other transformations that I did before the flip, like rotations, pan, etc
<br><br>Could someone tell me which things of the camera I need to update to see the image flipped after the Yaw?<br><br>Thanks!<br>