mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-13 08:49:29 +00:00
Merge branch 'master' of https://github.com/erwincoumans/bullet3
This commit is contained in:
@@ -818,7 +818,7 @@ public:
|
||||
|
||||
bool changeDynamics(int bodyUniqueId, int linkIndex, struct b3RobotSimulatorChangeDynamicsArgs &args);
|
||||
|
||||
int addUserDebugParameter(char *paramName, double rangeMin, double rangeMax, double startValue);
|
||||
int addUserDebugParameter(const char *paramName, double rangeMin, double rangeMax, double startValue);
|
||||
|
||||
double readUserDebugParameter(int itemUniqueId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user