export joint types in pybullet for pybullet.createConstraint

revert to premake4.exe, the targetsuffix etc doesn't seem to work in premake5.exe
This commit is contained in:
Erwin Coumans
2016-12-14 20:44:10 -08:00
parent a393074793
commit 9ae40a59ba
4 changed files with 17 additions and 9 deletions

View File

@@ -130,10 +130,12 @@ enum
// copied from btMultiBodyLink.h
enum JointType {
eRevoluteType = 0,
ePrismaticType = 1,
eFixedType = 2,
ePoint2PointType = 3,
eRevoluteType = 0,
ePrismaticType = 1,
eSphericalType = 2,
ePlanarType = 3,
eFixedType = 4,
ePoint2PointType = 5,
};
struct b3JointInfo