Sky: expose OSG branches as Groups.
- avoids creating additional groups in Renderer
This commit is contained in:
parent
ba38688a83
commit
b956a2c834
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user