Qt3D - QObjectPicker is not picking up small objects
Unsolved
General and Desktop
-
Hey,
I am trying to receive mouse events from 3D objects.
When I create cylinder with length 3.0f and radius 0.1f I receive the mouse events from QObjectPicker , but when I scale down the object to 0.5, or reduce the cylinder length to 1.0f, I don't receive the mouse events.Is this a bug, or maybe you came by this issue before?