Ejemplo n.º 1
0
void CPedSA::RestoreLastGoodPhysicsState ( void )
{
    CPhysicalSA::RestoreLastGoodPhysicsState ();
    SetCurrentRotation ( 0 );
    SetTargetRotation ( 0 );
}
void CustomKinematicController::SetTargetMatrix(const dMatrix& matrix)
{
	SetTargetRotation (matrix);
	SetTargetPosit (matrix.m_posit);
}
Ejemplo n.º 3
0
void CustomPickBody::SetTargetMatrix(const dMatrix& matrix)
{
	SetTargetRotation (matrix);
	SetTargetPosit (matrix.m_posit);
}