Added test for osgPresentatation::Group::getSupportedProperties()

This commit is contained in:
Robert Osfield
2013-09-03 15:50:28 +00:00
parent fdfe3210ce
commit 3c106e4dd7
3 changed files with 37 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ using namespace osgPresentation;
bool Text::load()
{
OSG_NOTICE<<"Not implemented yet"<<std::endl;
return false;
}