Zigonnage et tests à saveur de Twin Peaks.

This commit is contained in:
Marc-Eric Martel
2021-09-27 10:20:58 -04:00
parent c34d0a0ef5
commit 2324ef071b
7 changed files with 235 additions and 126 deletions

View File

@@ -3,6 +3,7 @@
#include "define.h"
#include "openglcontext.h"
#include "texture.h"
#include "transformation.h"
class Engine : public OpenglContext
{
@@ -27,6 +28,8 @@ private:
bool m_wireframe = false;
Texture m_textureFloor;
Texture m_textureSkybox;
Texture m_textureCube;
bool m_keyW = false;
bool m_keyA = false;