Ajouts textures et blend.

This commit is contained in:
Marc-Eric Martel
2021-10-04 12:29:10 -04:00
parent 959d70020b
commit b85a25cbac
9 changed files with 119 additions and 68 deletions

View File

@@ -30,7 +30,10 @@ private:
Texture m_textureFloor;
Texture m_textureSkybox;
Texture m_textureCube;
Texture m_textureCube1;
Texture m_textureCube2;
Texture m_textureCube3;
Texture m_textureCube4;
Player m_player = Player(Vector3f(0, 0, 0));
@@ -38,6 +41,7 @@ private:
bool m_keyA = false;
bool m_keyS = false;
bool m_keyD = false;
bool m_keylshift = false;
bool m_keySpace = false;
};