Introduced osgVolume::Layer and Locator classes mirrroring similar classes in osgTerrain.

This commit is contained in:
Robert Osfield
2009-01-05 11:26:26 +00:00
parent 788bead9fe
commit cedffd3adb
8 changed files with 549 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ class OSGTERRAIN_EXPORT Locator : public osg::Object
return true;
}
bool computeLocalBounds(Locator& source, osg::Vec3d& bottomLeft, osg::Vec3d& topRight);
bool computeLocalBounds(Locator& source, osg::Vec3d& bottomLeft, osg::Vec3d& topRight) const;
void setDefinedInFile(bool flag) { _definedInFile = flag; }
bool getDefinedInFile() const { return _definedInFile; }