how to mirror the image?


m_Renderer->GetActiveCamera()->SetViewUp(0, 0, -1);
I set the camera by SetViewUp(), and now I want to exchange the image left and right. I mean I want to mirror the image along red line. how can I set camera, which function can change the image left and right?

I try to use SetPostion to set the position, but it doesn’t work.