feat: debut de la physique, ajout de la gravite

This commit is contained in:
StratiX0
2024-04-08 17:16:48 +02:00
parent c21a66f386
commit 6eb50bf29f
7 changed files with 87 additions and 9 deletions

View File

@@ -34,6 +34,7 @@
#include "displayplaneclass.h"
#include "translateshaderclass.h"
#include "reflectionshaderclass.h"
#include "physics.h"
/////////////
@@ -157,6 +158,8 @@ private :
TextClass* m_FpsString;
int m_previousFps;
Physics* m_Physics;
float m_gravity;
};
#endif