Skip to content

Commit

Permalink
working on OpenSceneGraph 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stoiveroberts committed Aug 6, 2020
1 parent dd039fd commit 1956bfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion viewer/bedslope.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ class BedSlope : public MeshObject

BedSlope(SWWReader *sww);
osg::Geode* get(){ return _node; }
const osg::BoundingBox getBound(){ return _geom->getBound(); }
osg::BoundingBox getBound(){ return _geom->getBound(); }
//osg::BoundingBox getBound(){ return _geom->Drawable::getBoundingBox(); }

/**
* Called on mesh data refresh.
Expand Down
2 changes: 1 addition & 1 deletion viewer/version.cpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const char* version() { const char* s = "Revision: 49 "; return s; }
const char* version() { const char* s = "Revision: 50 "; return s; }

0 comments on commit 1956bfc

Please sign in to comment.