Removed deprecated code from the distribution.
Added .osg support for Texture1D and Texture3D.
This commit is contained in:
@@ -38,10 +38,6 @@ class SG_EXPORT BoundingSphere
|
||||
_radius = -1.0f;
|
||||
}
|
||||
|
||||
#ifdef USE_DEPRECATED_API
|
||||
/** deprecated, use valid() instead.*/
|
||||
inline const bool isValid() const { return _radius>=0.0f; }
|
||||
#endif
|
||||
/** return true if the bounding sphere contains valid values,
|
||||
false if the bounding sphere is effectively unset.*/
|
||||
inline const bool valid() const { return _radius>=0.0f; }
|
||||
|
||||
Reference in New Issue
Block a user