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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user