Hi all,

Replying to myself again.

So no one has any ideas about this? I guess I'll go with my hunch and see where it goes.

I found a solution to my problem. For reference, what I did is that since my dragger is a composite dragger, I made it so that the structure was

  CompositeDragger - AutoTransform - MatrixTransform - Child draggers

instead of

  AutoTransform - MatrixTransform - CompositeDragger - Child draggers

(left - right = parent - child)

And then my dragger subclass itself has an interface to set the screen size it needs to have.

Works great. And much simpler than overriding the handle() method to do the resizing myself.

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to