Sky: expose OSG branches as Groups.

- avoids creating additional groups in Renderer
This commit is contained in:
James Turner 2014-02-23 22:07:12 -08:00
parent ba38688a83
commit b956a2c834

View File

@ -345,8 +345,8 @@ public:
*/
void modify_vis( float alt, float time_factor );
osg::Node* getPreRoot() { return pre_root.get(); }
osg::Node* getCloudRoot() { return cloud_root.get(); }
osg::Group* getPreRoot() { return pre_root.get(); }
osg::Group* getCloudRoot() { return cloud_root.get(); }
/**
* Specify the texture path (optional, defaults to current directory)