Very unstable and broken XML loader added.

This commit is contained in:
MusicalProgrammer
2018-10-28 21:00:34 -04:00
parent 6ec4ab466d
commit d0b0ffd7f1
10 changed files with 620 additions and 20 deletions

View File

@@ -708,7 +708,10 @@ void Demo::onInit() {
initGUI();
dataModel->load();
// Say bye bye to this soon...
/*
PhysicalInstance* test = makePart();
test->setParent(dataModel->getWorkspace());
test->color = Color3(0.2F,0.3F,1);
@@ -784,7 +787,7 @@ void Demo::onInit() {
test->color = Color3::gray();
test->setSize(Vector3(4,1,2));
test->setPosition(Vector3(2,7,0));
*/