Re: [osg-users] question about RotateCylinderDragger

2012-11-06 Thread Robert Osfield
Hi Michael, You will probably need to write your own dragger or modify RotateCyliderDragger to support the behavior you are after as an option. Robert. On 6 November 2012 00:01, Michael Schanne wrote: > Hi, > > In my application I am trying to create a box that the user can resize and > rotate

[osg-users] question about RotateCylinderDragger

2012-11-05 Thread Michael Schanne
Hi, In my application I am trying to create a box that the user can resize and rotate. I have a CompositeDragger that works similar to the TabPlaneDragger class (without the translation). I would like to use the RotateCylinderDragger for the rotation but it doesn't do quite what I want. I wo