debut de texture translation

This commit is contained in:
Mamitiana RASOLOJAONA
2024-04-04 10:27:14 +02:00
parent e860992342
commit 5a27827ee2
9 changed files with 640 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
#include "frustumclass.h"
#include "rendertextureclass.h"
#include "displayplaneclass.h"
#include "translateshaderclass.h"
/////////////
@@ -94,6 +94,7 @@ private:
RenderTextureClass* m_RenderTexture;
DisplayPlaneClass* m_DisplayPlane;
float m_screenWidth, m_screenHeight;
TranslateShaderClass* m_TranslateShader;
};
#endif