TP3 + classe Skybox

This commit is contained in:
Marc-Eric Martel
2021-10-12 15:58:54 -04:00
parent 6f3dd99ab7
commit 167548dfc2
9 changed files with 135 additions and 89 deletions

View File

@@ -7,6 +7,7 @@
#include "shader.h""
#include "player.h"
#include "chunk.h"
#include "skybox.h"
class Engine : public OpenglContext
{
@@ -37,6 +38,7 @@ private:
Texture m_textureCube3;
Texture m_textureCube4;
Skybox m_skybox;
Shader m_shader01;
Chunk m_testChunk;
Player m_player = Player(Vector3f(0, 0, 0));