i am making an ah/64-d longbow apache and i need to beable to rotate the joint (rotors)
so
if (bDriving)
{
// what do i put here to rotate the joints
}
else
{
//what do i put here to make them stop???
}
thanks
so
if (bDriving)
{
// what do i put here to rotate the joints
}
else
{
//what do i put here to make them stop???
}
thanks
Comment