Discussion:
[vtkusers] Interesting issue with vtkBalloonWidget
KM
2018-11-15 03:32:56 UTC
Permalink
Hi All
I have interesting problem with BalloonWidget which I'm using to show some
info about displayed points in 3D space. On my desktop everything works as
suppose, I hover the mouse on top of the point and balloon pops up. But on
my laptop it pops up if point are displayed as spheres using the
vtkSphereSource, but not if I chose to show them as a cube using the
vtkCubeSource. I checked further and found that vtkConeSource doesn't work
and vtkDiskSource does.
I checked if BalloonWidget finds the actor using
balloonWidget.GetCurrentProp() and function returns null;
Again, everything works on my desktop, which doesn't make sense.
Any direction is welcome. Not sure if that mothers, i'm using ActViz version
6.3
Thanks

MK





--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
_______________________________________________
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:
https://public.kitware.com/mailman/listinfo/vtkusers

Loading...