<div dir="ltr"><div>First thing to understand is that geometry is not changed.  Sphere radius remains the same. <br></div><div>Your camera does change according to viewport change . So visually you see it different on the screen.</div><div><br></div><div>If you want object to appear always the same size on the screen you might  check:<br></div><div><a href="https://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/DistanceToCamera">https://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/DistanceToCamera</a></div><div><br></div><div>It uses vtkDistanceToCamera to scaler the objects.<br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 6, 2018 at 7:05 AM, sergii shynkaruk <span dir="ltr"><<a href="mailto:sergii.shynkaruk@atracsys.com" target="_blank">sergii.shynkaruk@atracsys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone!<br>
I've just recently started using VTK and in my project I need to keep a<br>
sphere unchanged. I tried this example -<br>
<a href="https://www.vtk.org/Wiki/VTK/Examples/Cxx/GeometricObjects/Sphere" rel="noreferrer" target="_blank">https://www.vtk.org/Wiki/VTK/<wbr>Examples/Cxx/GeometricObjects/<wbr>Sphere</a>. But when<br>
I resize a window, my sphere automatically resizes as well.<br>
<br>
<br>
Or if I set radius = SetRaduis(10) or  SetRaduis(0.1), sphere appears with<br>
the same size, which I think is automatically adjusted with respect to main<br>
window size.<br>
<br>
Could you please suggest anything about it?<br>
<br>
<br>
Thanks in advance,<br>
Sergii<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/VTK-Users-f1224199.html</a><br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>