Added resolveCombinedVelocities()

Fixed drot actuator.  The rotation matrix was being mutilated by passing a float[9] instead of float[12].
This commit is contained in:
2004-04-08 11:34:50 +00:00
parent fc080d30d6
commit 5398f1ba77
15 changed files with 82 additions and 33 deletions

View File

@@ -225,6 +225,9 @@ SG_Controller* KX_OdePhysicsController::GetReplica(class SG_Node* destnode)
}
void KX_OdePhysicsController::resolveCombinedVelocities(const MT_Vector3 & lin_vel, const MT_Vector3 & ang_vel )
{
}
void KX_OdePhysicsController::SetSumoTransform(bool nondynaonly)