Changed toolset to vs11, for future Havok implementation.

This commit is contained in:
ViktorLjung
2014-04-12 01:44:35 +02:00
parent 3470a80f40
commit 04fff4a27b
828 changed files with 80880 additions and 157684 deletions
-31
View File
@@ -1,31 +0,0 @@
#ifndef Components_Wheel_h__
#define Components_Wheel_h__
#include "Component.h"
namespace Components
{
struct Wheel : Component
{
EntityID CarID;
glm::vec3 ConnectionPoint;
glm::vec3 Direction;
glm::vec3 Axle;
float SuspensionRestLength;
float Radius;
bool IsFrontWheel;
float SuspensionStiffness;
float SuspensionCompression;
float SuspensionDamping;
float MaxSuspensionTravelCm;
float FrictionSlip;
float MaxSuspensionForce;
};
}
#endif // Components_Wheel_h__