Ajout du Normal Shader

This commit is contained in:
GolfOcean334
2024-03-31 18:59:07 +02:00
parent b3148d9dfa
commit abc0f158ae
11 changed files with 845 additions and 20 deletions

View File

@@ -22,6 +22,8 @@
#include "textclass.h"
#include "fpsclass.h"
#include "inputclass.h"
#include "normalmapshaderclass.h"
/////////////
// GLOBALS //
@@ -73,6 +75,7 @@ private:
FpsClass* m_Fps;
TextClass* m_FpsString;
int m_previousFps;
NormalMapShaderClass* m_NormalMapShader;
};
#endif