When the Dragger is small, it cannot be activated. #1313
Replies: 2 comments 1 reply
-
I found that the problem disappeared when the camera was not so close to the node. |
Beta Was this translation helpful? Give feedback.
0 replies
-
With large coordinate systems it's important to place a MatrixTransform above subgraphs that have geometries in them to allow the subgraph to be setup with local coordinates while the the MatrixTransform places it in world coordinates. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm currently trying to use the predefined node dragger in my project, and for the most part it works fine. However, when the Dragger was very small and close to the earth surface, I found that only EarthManipulator responded to the left mouse button click and drag event, while osgManipulator::Dragger did not respond. How can I modify them to make them work properly? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions