This patch fix two bugs related to CreateConstraint().
- Disable linked collision only working with 6DoF constraints.
- If all pivot axis rotations setted to zero the linked object disappears.
Differential D704
BGE: Fix for CreateConstraint API Authored by Thomas Szepe (hg1) on Aug 3 2014, 6:02 PM.
Details This patch fix two bugs related to CreateConstraint().
Diff Detail Event TimelineComment Actions This bug is caused by setting only 10 parameters in the else condition. So in "axis1.x" (parameter 10) will be written with int 0. and the other parameters are not written. Comment Actions Looks good to me. Note: DummyPhysicsEnvironment already has a CreateConstrain with 16 parameters |