Specular lighting

This commit is contained in:
GolfOcean334
2024-04-01 00:21:51 +02:00
parent abc0f158ae
commit 563fea3d75
9 changed files with 793 additions and 6 deletions

View File

@@ -23,6 +23,7 @@
#include "fpsclass.h"
#include "inputclass.h"
#include "normalmapshaderclass.h"
#include "specmapshaderclass.h"
/////////////
@@ -76,6 +77,7 @@ private:
TextClass* m_FpsString;
int m_previousFps;
NormalMapShaderClass* m_NormalMapShader;
SpecMapShaderClass* m_SpecMapShader;
};
#endif