rendering classes refactoring

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 217061e67b
commit 8f49bd1125
25 changed files with 1028 additions and 951 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace vb01{
void setWireframe(bool);
private:
Material* material;
bool castShadow=false,reflect=false,wireframe=false;
bool castShadow = false, reflect = false, wireframe = false;
};
}