added new test mesh that is rotated,

translation from model is now applied,
still need to draw all modl from one mesh
This commit is contained in:
Anakin
2016-10-31 10:46:41 +01:00
parent e509b1e11c
commit ea07ead94f
5 changed files with 25 additions and 17 deletions

View File

@@ -62,10 +62,6 @@ private:
double dTranslationY;
double dTranslationZ;
//matrices
glm::mat4 m4x4Model;
glm::mat4 m4x4View;
glm::mat4 m4x4Projection;
// ==============================
// camera