Tuned transition from idle to back to reduce foot sliding

This commit is contained in:
Anthony J. Thibault 2016-09-26 10:41:16 -07:00
parent 203ff95849
commit 0a72805874
2 changed files with 3 additions and 3 deletions

View file

@ -292,8 +292,8 @@
},
{
"id": "walkBwd",
"interpTarget": 6,
"interpDuration": 6,
"interpTarget": 4,
"interpDuration": 4,
"transitions": [
{ "var": "isNotMoving", "state": "idle" },
{ "var": "isMovingForward", "state": "walkFwd" },

View file

@ -55,7 +55,7 @@ enum AudioListenerMode {
};
Q_DECLARE_METATYPE(AudioListenerMode);
const size_t DEBUG_LINE_LOOP_SIZE = 1000;
const size_t DEBUG_LINE_LOOP_SIZE = 500;
class MyAvatar : public Avatar {
Q_OBJECT