Hi Miguel, On 6/18/07, Miguel Martinez <[EMAIL PROTECTED]> wrote:
Hi, I just wanted to know how do I change the current cursor. Before I used Producer::RenderSurface::setCursor but now I'm using osgViewer and I don't know how to do it.
osgViewer::GraphicsWindow has a setCursor method... :-)
I'm also using osgViewer::CompositeViewer with 4 Views. I'd like to hide three of this views and show just one in real time. I've seen the functions osgViewer::CompositeViewer::addView osgViewer::CompositeViewer::removeView Do I must use these functions or is there any other way ?
What do you mean by hide? For these views not to be rendered at all? Do you mean to have empty windows? Do you mean to render to texture with these views? There really is a dozen ways to interpret this. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
