]> git.localhorst.tv Git - blank.git/blobdiff - src/world/EntityDerivative.hpp
get rid of angular velocity
[blank.git] / src / world / EntityDerivative.hpp
index 9666b1ff5488bbfafbc43fd7492c46cd65c2dcfe..d3a6f3056739cdd270c36073c9cf002af6a3c1f8 100644 (file)
@@ -10,7 +10,6 @@ struct EntityDerivative {
 
        glm::vec3 position;
        glm::vec3 velocity;
-       glm::vec3 orient;
 
 };