prepare for GPU fixed constraint (not done yet)

This commit is contained in:
erwincoumans
2013-07-16 19:05:07 -07:00
parent 20f9e41ff0
commit 3beae80a73
6 changed files with 175 additions and 12 deletions

View File

@@ -26,6 +26,7 @@ enum B3_CONSTRAINT_FLAGS
enum b3GpuGenericConstraintType
{
B3_GPU_POINT2POINT_CONSTRAINT_TYPE=3,
B3_GPU_FIXED_CONSTRAINT_TYPE=4,
// B3_HINGE_CONSTRAINT_TYPE,
// B3_CONETWIST_CONSTRAINT_TYPE,
// B3_D6_CONSTRAINT_TYPE,
@@ -33,7 +34,7 @@ enum b3GpuGenericConstraintType
// B3_CONTACT_CONSTRAINT_TYPE,
// B3_D6_SPRING_CONSTRAINT_TYPE,
// B3_GEAR_CONSTRAINT_TYPE,
// B3_FIXED_CONSTRAINT_TYPE,
B3_GPU_MAX_CONSTRAINT_TYPE
};