Moved the property test from the model to presentation to test out the property inheritance scheme
This commit is contained in:
parent
856ec46467
commit
9201cf8d00
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user