implemented model loading (semi)

This commit is contained in:
devZoGok
2021-10-18 19:04:05 +03:00
parent b1da2bb17c
commit fd09cbf762
7 changed files with 18 additions and 25 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ namespace vb01{
glEnable(GL_DEPTH_TEST);
glEnable(GL_STENCIL_TEST);
glEnable(GL_CULL_FACE);
glCullFace(GL_FRONT_AND_BACK);
glCullFace(GL_FRONT);
}
void Root::update(){