Hi Mark,<div><br></div><div>The vtkCamera has a method that does exactly what you need.</div><div><br></div><div>To go 100% off-axis left:</div><div>camera-&gt;SetWindowCenter(-1.0, 0.0);<br>To got 100% off-axis top:</div>

<div>camera-&gt;SetWindowCenter(0.0, +1.0);</div><div>etcetera.</div><div><br></div><div> - David</div><div><br><br><div class="gmail_quote">On Mon, Dec 5, 2011 at 7:15 AM, Mark Cachia <span dir="ltr">&lt;<a href="mailto:m_cachia@hotmail.com">m_cachia@hotmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello fellow vtk users,<br>
<br>
I&#39;m trying to simulate a 100% off-axis bottom projection<br>
(<a href="http://www.dnp-screens.com/DNP08/Technology/Basic-Visual/Screens/On-axis/Off-axis-projection.aspx" target="_blank">http://www.dnp-screens.com/DNP08/Technology/Basic-Visual/Screens/On-axis/Off-axis-projection.aspx</a>)<br>


using the vtkCamera. I am having a bit of trouble figuring out how to<br>
accomplish this though. I was wondering if anyone had any suggestions on how<br>
to simulate this. I think SetViewShear would do the trick, but I would be<br>
appreciative of some feedback.<br>
<br>
Thank you very much!<font class="Apple-style-span" color="#888888"><br></font></blockquote></div></div>