[vtkusers] Emulating Paraview 5's Interactive Select Points in VTK

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Jul 18 10:02:39 EDT 2016


ParaView does use a cache for selecting, It capture the full frame buffer
in the vtkHardwareSelector and then reuse that as the mouse moves around.

Utkarsh

On Fri, Jul 15, 2016 at 7:01 PM, Evan Kao <tossin at gmail.com> wrote:

> Hello all,
>
> I'm trying to emulate Paraview 5's Interactive Select Points feature in
> VTK by constantly monitoring the 'MouseMoveEvent' and obtaining the closest
> point on the desired actor.  However, I run into some severe "jitteriness"
> as seen in this video <https://www.youtube.com/watch?v=iXAhbjBCve4> (the
> marker is represented by a green sphere).  In constrast, the marker in
> Interactive Select Points mode in Paraview is predictable and steady.
>
> What can I do to better replicate Paraview?
>
> Thanks,
> Evan Kao
>
> _______________________________________________
> 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 VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160718/991e23a8/attachment.html>


More information about the vtkusers mailing list