Hi Ricardo,<div><br></div><div>I think part of the problem is that device inputs are not synchronized with the rendering. And with everything done in a single thread in VRPN plugin (pv 10.1) we didn&#39;t have a mechanism to throw away old inputs from the space navigator and use the latest. So what happens is that all the inputs keep getting collected and processed one at at time and one needs to wait till the queue is empty.</div>
<div><br></div><div>You could use some rudimentary mechanism like processing the n&#39;th input and discard the rest. This was our solution for head tracking before we put in a framework to process device inputs. </div><div>
<br></div><div>So our new framework is multithreaded and solves this issue but you may have to wait for some time to have that available.</div><div><br></div><div>Regards</div><div>Nikhil<br><br><div class="gmail_quote">On Tue, Nov 8, 2011 at 8:02 AM, Ricardo Reis <span dir="ltr">&lt;<a href="mailto:rreis@aero.ist.utl.pt">rreis@aero.ist.utl.pt</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
 Hi<br>
<br>
 When using the space navigator, selecting the &quot;builtin:&quot; from the pipeline browser, has soon has you give some input to it... it doesn&#39;t stop moving for a long time. So it&#39;s trick and despairing to try to evolve on the scene with the controller because it isn&#39;t fluid...<br>

<br>
 Any ideas on how to solve this?<br>
<br>
 best regards and thanks for your time,<br>
<br>
 Ricardo Reis<br>
<br>
 &#39;Non Serviam&#39;<br>
<br>
 PhD candidate @ Lasef<br>
 Computational Fluid Dynamics, High Performance Computing, Turbulence<br>
 <a href="http://www.lasef.ist.utl.pt" target="_blank">http://www.lasef.ist.utl.pt</a><br>
<br>
 Cultural Instigator @ Rádio Zero<br>
 <a href="http://www.radiozero.pt" target="_blank">http://www.radiozero.pt</a><br>
<br>
 <a href="http://www.flickr.com/photos/rreis/" target="_blank">http://www.flickr.com/photos/<u></u>rreis/</a><br>
<br>
 contacts:  gtalk: <a href="mailto:kyriusan@gmail.com" target="_blank">kyriusan@gmail.com</a>  skype: kyriusan<br>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>