[FEATURE] collisions!!!!!!!!!!! YAY

This commit is contained in:
Menno
2021-05-28 15:45:46 +02:00
parent 28400fb320
commit e8b3e1b482
9 changed files with 166 additions and 38 deletions

View File

@@ -11,7 +11,7 @@ namespace entities
class Entity
{
private:
protected:
models::TexturedModel model;
glm::vec3 position;