added setAMotorAxis
git-svn-id: svn://anubis/misc/OdeWorld@225 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
parent
a06e6885e2
commit
f9681f1c79
@ -77,6 +77,11 @@ class OdeWorld
|
|||||||
{
|
{
|
||||||
dJointSetAMotorNumAxes(j, num_axes);
|
dJointSetAMotorNumAxes(j, num_axes);
|
||||||
}
|
}
|
||||||
|
void setAMotorAxis(dJointID j, int anum, int rel,
|
||||||
|
dReal x, dReal y, dReal z)
|
||||||
|
{
|
||||||
|
dJointSetAMotorAxis(j, anum, rel, x, y, z);
|
||||||
|
}
|
||||||
void setAMotorLoStop(dJointID j, dReal val)
|
void setAMotorLoStop(dJointID j, dReal val)
|
||||||
{
|
{
|
||||||
dJointSetAMotorParam(j, dParamLoStop, val);
|
dJointSetAMotorParam(j, dParamLoStop, val);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user