skeletal and morph animation samples

beginning of light animation, easier animation building and triangle winding order
This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 85fa337163
commit 1d102d091f
29 changed files with 2623 additions and 29876 deletions
+2 -2
View File
@@ -123,10 +123,10 @@ namespace vb01{
if(skybox){
glDepthMask(GL_FALSE);
//glCullFace(GL_FRONT);
glCullFace(GL_FRONT);
skybox->update();
glDepthMask(GL_TRUE);
//glCullFace(GL_BACK);
glCullFace(GL_BACK);
}
rootNode->update();