Kitware / paraviewweb

Web framework for building interactive visualization relying on VTK or ParaView to produce visualization data
http://kitware.github.io/paraviewweb/
BSD 3-Clause "New" or "Revised" License
160 stars 50 forks source link

Hover Points/Cells On Function #517

Open dai-zijian opened 3 years ago

dai-zijian commented 3 years ago

Hello everyone! There is Hover Points/Cells On Function In the Qt version paraview and it's very useful. image I am developing an application base on paraviewweb and visualizer and I want to import this function. Does anyone know how to do that?

jourdain commented 3 years ago

Yes that is possible. You need to implement the selection on the server side and send back to the client the info that you get from that selection along with pushing picking action on mouse move.