Ajout alpha mapping

This commit is contained in:
StratiX0
2024-03-29 17:07:25 +01:00
parent c4067cff8a
commit 8eec7bc26b
12 changed files with 624 additions and 61 deletions

View File

@@ -12,6 +12,7 @@
#include "lightclass.h"
#include "lightmapshaderclass.h"
#include "multitextureshaderclass.h"
#include "alphamapshaderclass.h"
#include "bitmapclass.h"
#include "textureshaderclass.h"
#include "spriteclass.h"
@@ -54,6 +55,7 @@ private:
LightClass* m_Light;
LightMapShaderClass* m_LightMapShader;
MultiTextureShaderClass* m_MultiTextureShader;
AlphaMapShaderClass* m_AlphaMapShader;
ModelClass* m_Model;
TextureShaderClass* m_TextureShader;
BitmapClass* m_Bitmap;