btGeneric6DofConstraint and non-axis alinged vectors

rusty
Posts: 25
Joined: Fri Sep 19, 2008 10:23 am

btGeneric6DofConstraint and non-axis alinged vectors

Post by rusty »

I am wanting to constrain a rigid body's motion to a spline composted of straight segments. I was wondering if the btGeneric6DofConstraint would do the trick, but the example only seems to specify an axis-aligned segment in the user guide.

Will the constraint not work intended if I pass a non-axis aligned path, such as <2, 0, 3>, <5, 1, 4>?