-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BulletLink: add and set force and torque (#3255)
The following methods are now implemented in BulletLink: - AddForce - AddRelativeForce - AddForceAtWorldPosition - AddForceAtRelativePosition - AddLinkForce - AddTorque - AddRelativeTorque - SetForce - SetTorque - WorldTorque Additionally, the UpdateMass method was modified to also update the CoG position. In order to test the above methods, the AddForce test of the physics_link integration tests is now enabled for Bullet. Solves issue #1476.
- Loading branch information
1 parent
bf205dd
commit 0e8e34d
Showing
2 changed files
with
80 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters