-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPBGE: Implement angular servo control motion logic brick.
Previously the servo control logic brick was able to control only the linear velocity using force. But some users showed that in some non-rare case it could be needed to servo control the angular velocity via torques. To fill this gap, the servo control logic brick exposes a enum named "Servo Type" to select either linear or angular velocity, linear is the default. This option is used in KX_ObjectActuator to compute from linear or angular velocity a force or torque. Note: The reference object in case of angular velocity is just used to substract its angular velocity contrary to linear velocity which compute the linear velocity of the reference object on the position of the affected object.
- Loading branch information
1 parent
846d96f
commit 3ca1d2d
Showing
6 changed files
with
91 additions
and
46 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
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
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