This submission removes the define / code path OSG_USE_BOUND that was never used. The class osg::Bound used by this code doesn't exist either.
This commit is contained in:
parent
2ef6909d9b
commit
a5b05f77ea
@ -271,13 +271,6 @@ class OSG_EXPORT CullingSet : public Referenced
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef OSG_USE_BOUND
|
|
||||||
inline bool isCulled(const Bound& bound)
|
|
||||||
{
|
|
||||||
if (bound.bb) return isCulled(*bound.bb);
|
|
||||||
else return isCulled(*bound.bs);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
inline void pushCurrentMask()
|
inline void pushCurrentMask()
|
||||||
{
|
{
|
||||||
_frustum.pushCurrentMask();
|
_frustum.pushCurrentMask();
|
||||||
|
Loading…
Reference in New Issue
Block a user