X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FEntity.h;h=a7e45d292b277490c41d9657c68d2082e9f375b0;hb=7cf057b5b3a28c3896af27cb725fbf0b4f1459c2;hp=53087b6972ef8e80cab44debef75c0373b1622a0;hpb=03b142b877e19a2355e1a79e279e024922d44655;p=orbi.git diff --git a/src/world/Entity.h b/src/world/Entity.h index 53087b6..a7e45d2 100644 --- a/src/world/Entity.h +++ b/src/world/Entity.h @@ -17,11 +17,13 @@ public: void Move(Vector delta); public: + Vector pos; + Vector vel; + Vector acc; + AABB bounds; AABB vbox; AABB hbox; - Vector vel; - Vector acc; float mass = 1.0f; float elast = 0.75f;