Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <blender@erwincoumans.com>2009-05-24 00:02:12 +0400
committerErwin Coumans <blender@erwincoumans.com>2009-05-24 00:02:12 +0400
commita96ce9453f2a8d39e238d20c1c4dec9fe5becfb5 (patch)
tree053a235d93d37a73069adc472337e063f503b975 /extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h
parent2de8f6e328e90ac5287187cee16e159411075956 (diff)
Minor fixes in Bullet/constraint solving
Should make generic 6DOF constraint more useable, and rigid body stacking more stable (warmstarting was accidently switched off) If time allows, a few more minor last-minute 2.49 fixes might follow. Check out http://bulletphysics.com/constraintsTutorial.blend
Diffstat (limited to 'extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h')
-rw-r--r--extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h b/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h
index 0ae161d5bdf..5af866390ee 100644
--- a/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h
+++ b/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h
@@ -477,4 +477,5 @@ public:
};
+
#endif //GENERIC_6DOF_CONSTRAINT_H