On Dec 19, 2007 9:13 AM, Shoham Ben-Har <[EMAIL PROTECTED]> wrote:
> Hey,
>
> How can I do the contextID incrementation?

We'll you haven't said what viewer classes you are using so it'd hard
to give a direct answer.  The low level answer is:

   objectSuchAsSceneView->getState()->setContext(contextID);

The other answer is to just upgrade to 2.2 or beyond, its a much
better scene graph than 1.0, lots of problem you'll encounter in 1.0
are fixed or solved more elegantly in 2.0+.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to