Hi Ricardo, 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'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.
You could use some rudimentary mechanism like processing the n'th input and discard the rest. This was our solution for head tracking before we put in a framework to process device inputs. So our new framework is multithreaded and solves this issue but you may have to wait for some time to have that available. Regards Nikhil On Tue, Nov 8, 2011 at 8:02 AM, Ricardo Reis <[email protected]> wrote: > > Hi > > When using the space navigator, selecting the "builtin:" from the > pipeline browser, has soon has you give some input to it... it doesn't stop > moving for a long time. So it's trick and despairing to try to evolve on > the scene with the controller because it isn't fluid... > > Any ideas on how to solve this? > > best regards and thanks for your time, > > Ricardo Reis > > 'Non Serviam' > > PhD candidate @ Lasef > Computational Fluid Dynamics, High Performance Computing, Turbulence > http://www.lasef.ist.utl.pt > > Cultural Instigator @ RĂ¡dio Zero > http://www.radiozero.pt > > http://www.flickr.com/photos/**rreis/<http://www.flickr.com/photos/rreis/> > > contacts: gtalk: [email protected] skype: kyriusan > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
