Removed deprecated code from the distribution.
Added .osg support for Texture1D and Texture3D.
This commit is contained in:
@@ -49,12 +49,7 @@ class SG_EXPORT BoundingBox
|
||||
_min.set(FLT_MAX,FLT_MAX,FLT_MAX);
|
||||
_max.set(-FLT_MAX,-FLT_MAX,-FLT_MAX);
|
||||
}
|
||||
|
||||
#ifdef USE_DEPRECATED_API
|
||||
/** deprecated, use valid() instead.*/
|
||||
inline const bool isValid() const { return _max.x()>=_min.x(); }
|
||||
#endif
|
||||
|
||||
|
||||
inline const bool valid() const
|
||||
{
|
||||
return _max.x()>=_min.x();
|
||||
|
||||
Reference in New Issue
Block a user