Added setCurrentRenderBin() method.
This commit is contained in:
@@ -176,6 +176,11 @@ class OSGUTIL_EXPORT CullVisitor : public osg::NodeVisitor, public osg::CullStac
|
||||
return _currentRenderBin;
|
||||
}
|
||||
|
||||
inline void setCurrentRenderBin(RenderBin* rb)
|
||||
{
|
||||
_currentRenderBin = rb;
|
||||
}
|
||||
|
||||
inline const float getCalculatedNearPlane() const { return _computed_znear; }
|
||||
|
||||
inline const float getCalculatedFarPlane() const { return _computed_zfar; }
|
||||
|
||||
Reference in New Issue
Block a user