Moved the property test from the model to presentation to test out the property inheritance scheme

This commit is contained in:
Robert Osfield 2013-09-04 17:27:26 +00:00
parent 856ec46467
commit 9201cf8d00

View File

@ -126,7 +126,7 @@ int main(int argc, char** argv)
text->setProperty("width",std::string("103.2")); text->setProperty("width",std::string("103.2"));
model->setProperty("filename", std::string("dumptruck.osgt")); model->setProperty("filename", std::string("dumptruck.osgt"));
model->setProperty("scale",2.0); presentation->setProperty("scale",2.0);
osgPresentation::PrintSupportedProperties psp(std::cout); osgPresentation::PrintSupportedProperties psp(std::cout);