Trying to modify the osgscribe example. I want to display the scribe lines, without the underlying model beneath it.

The code does the following:

root->addChild(decorator);

decorator->addChild(loadedModel);

The decorator setups up the "scribe mode". If I then set the nodeMask of the loadedModel to 0 :

loadedModel->setNodeMask(0), nothing appears. Intuitively, I would have thought this would show the scribe lines only. How do I achieve this effect?
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to