Hello, I have run into a couple of issues with osg::DOFTransform.
1. When setCurrentTranslate() is called, the dirtyBound() function does not get called. If I set the translation, but do not call dirtyBound() immediately after, my nodes potentially get culled out and don't get drawn.
2. The scale defaults to [0,0,0]. Would it not be more useful to default it to [1,1,1] ?
Thank you, Alan. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
