Jeep physics

This commit is contained in:
ViktorLjung
2014-04-24 01:20:13 +02:00
parent afbe58e4f3
commit 6ccb196b3b
5 changed files with 287 additions and 147 deletions
+1
View File
@@ -33,6 +33,7 @@ struct Wheel : Component
private:
int ID;
glm::quat OriginalOrientation;
};
}