beginning of .vb reader test

class preparation for testing
This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent bae1b7a9cc
commit 36eade4356
16 changed files with 261 additions and 148 deletions
-1
View File
@@ -16,7 +16,6 @@ namespace vb01{
string PATH="/home/dominykas/c++/v/";
Root *root = Root::getSingleton();
root->setBasePath("../");
rootNode = root->getRootNode();
model = new Model(PATH + "../vb01/test.vb");
Material *glMat=new Material();