Sloth loves Chunk!

This commit is contained in:
Marc-Eric Martel
2021-10-11 11:37:58 -04:00
parent 2347a3f7e4
commit 6f3dd99ab7
27 changed files with 19795 additions and 194 deletions

View File

@@ -4,7 +4,9 @@
#include "openglcontext.h"
#include "texture.h"
#include "transformation.h"
#include "shader.h""
#include "player.h"
#include "chunk.h"
class Engine : public OpenglContext
{
@@ -35,6 +37,8 @@ private:
Texture m_textureCube3;
Texture m_textureCube4;
Shader m_shader01;
Chunk m_testChunk;
Player m_player = Player(Vector3f(0, 0, 0));
bool m_keyW = false;