UPdates to CullVisitor so that it keeps in sync with the new method paramter
change in osg::Billboard. Removed in instance of an object being passed () brackets, have removed the brackets to avoid an amiguity with the compiler intepreting it as a function.
This commit is contained in:
@@ -218,6 +218,10 @@ class OSGUTIL_EXPORT CullVisitor : public osg::NodeVisitor
|
||||
return _cvs->_eyePoint;
|
||||
}
|
||||
|
||||
inline const osg::Vec3& getUpLocal() const
|
||||
{
|
||||
return _cvs->_upVector;
|
||||
}
|
||||
|
||||
inline const osg::Vec3& getCenterLocal() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user