Re: [osg-users] Adding Constraints to Draggers

2018-10-25 Thread Max Power
Hi Robert, ah okay, I understand. Thank you for your fast reply. I saw OpenSceneGraph/examples/osgmanipulator/osgmanipulator.cpp and I noticed, that it also uses the Constraint class. However, I don't quite understand it unfortunately. All constrain methods of the class are set to true here

[osg-users] Adding Constraints to Draggers

2018-10-25 Thread Max Power
Hi, I'm quite new to OpenSceneGraph. I actually just finished to read the book "OpenSceneGraph 3.0 Beginner's Guide" and now I want to go a bit further. Currently, I try to move objects via the mouse. I already saw, that I can use the class osgManipulator::Dragger for this. Here I wrote my own