Removed OSG_USE_BOUND and associated osg::Bound adapter class to avoid problems with BoundingBox::expandBy/expandByRadius() implementation choosing a null BoundingBox from
the osg::Bound class causing crashes.
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
#cmakedefine OSG_USE_FLOAT_BOUNDINGBOX
|
||||
#cmakedefine OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION
|
||||
#cmakedefine OSG_USE_UTF8_FILENAME
|
||||
#cmakedefine OSG_USE_BOUND
|
||||
#cmakedefine OSG_DISABLE_MSVC_WARNINGS
|
||||
|
||||
#endif
|
||||
|
||||
@@ -53,6 +53,8 @@ namespace osg
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
Node::Node()
|
||||
:Object(true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user