Renamed DrawableUpdate/Event/Cull callbacks to use new include/osg/Callback versions
This commit is contained in:
@@ -106,7 +106,7 @@ struct StatsGraph : public osg::MatrixTransform
|
||||
|
||||
osg::ref_ptr<osg::Geode> _statsGraphGeode;
|
||||
|
||||
struct NeverCull : public osg::Drawable::CullCallback
|
||||
struct NeverCull : public osg::DrawableCullCallback
|
||||
{
|
||||
NeverCull() {}
|
||||
bool cull(osg::NodeVisitor* /*nv*/, osg::Drawable* /*drawable*/, osg::RenderInfo* /*renderInfo*/) const { return false;}
|
||||
@@ -137,7 +137,7 @@ struct StatsGraph : public osg::MatrixTransform
|
||||
};
|
||||
|
||||
|
||||
struct GraphUpdateCallback : public osg::Drawable::UpdateCallback
|
||||
struct GraphUpdateCallback : public osg::DrawableUpdateCallback
|
||||
{
|
||||
|
||||
const unsigned int _width;
|
||||
|
||||
Reference in New Issue
Block a user