changed pose orientation calculation

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent d430bc6fc0
commit 756c58fc89
7 changed files with 45 additions and 28 deletions
-1
View File
@@ -66,7 +66,6 @@ namespace vb01{
shader->setInt(2,"specularMap");
shader->setInt(3,"parallaxMap");
shader->setInt(4,"environmentMap");
for(Texture *t : diffuseMapTextures)
t->update(0);
for(Texture *t : normalMapTextures)