struct Body { glm::vec2 localPosition; float localAngle; float localScale; glm::mat4 worldTransform; // If entity is a child, this one will be used. };