Hey folks,<br><br>I&#39;m trying to implement a way so that I can scale / zoom the vtk render window in only one direction. Instead of zooming in all three coordinates, I would like to have the option of zooming in one direction. Looking at the documentation, I haven&#39;t found any native support for this - except for using vtkActors-&gt;SetScale(x,y,z). However, this only affects a single actor and from <a href="http://www.vtk.org/pipermail/vtkusers/2006-September/087044.html">http://www.vtk.org/pipermail/vtkusers/2006-September/087044.html </a>it seems to change the point data as well.<br>
<br>Is there a way to do this natively? If not, how should I implement it?<br><br>Thanks!<br>Da<br>