Added <switch> tag to .p3d to allow one to provide multiple ways to render children within a layer.

This commit is contained in:
Robert Osfield
2013-12-20 09:57:35 +00:00
parent a72508bc71
commit 865a47bd6b
3 changed files with 46 additions and 20 deletions

View File

@@ -506,7 +506,7 @@ public:
osg::Switch* getCurrentSlide() { return _slide.get(); }
void pushCurrentLayer();
void pushCurrentLayer(osg::Group* newLayerGroup);
void popCurrentLayer();
osg::Group* getCurrentLayer() { return _currentLayer.get(); }