Fixed MD2 animation

Former-commit-id: 3ba7d63f9518c64677e575e13d8a42b459c5151f
This commit is contained in:
Lynix
2012-12-29 01:37:44 +01:00
parent 15888b0f42
commit 11fccc4c4b
4 changed files with 43 additions and 2 deletions

View File

@@ -266,6 +266,9 @@ namespace
return false;
}
// Le MD2 requiert une interpolation de la dernière à la première frame (en cas de loop)
animation->EnableLoopPointInterpolation(true);
// Décodage des séquences
///TODO: Optimiser le calcul
char last[16];