Les vertices entre les Chunks ne sont plus dessinées!

This commit is contained in:
MarcEricMartel
2021-11-18 19:27:16 -05:00
parent 9745e8f60b
commit 592cb5c4f8
8 changed files with 38 additions and 29 deletions

View File

@@ -52,7 +52,7 @@ private:
Shader m_shader01;
Audio m_audio = Audio(AUDIO_PATH "music01.wav");
Player m_player = Player(Vector3f(64, 34, 64));
Player m_player = Player(Vector3f(VIEW_DISTANCE * CHUNK_SIZE_X / 2, CHUNK_SIZE_Y / 2, VIEW_DISTANCE * CHUNK_SIZE_Z / 2));
bool m_keyW = false;
bool m_keyA = false;