mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Tuned transition from idle to back to reduce foot sliding
This commit is contained in:
parent
203ff95849
commit
0a72805874
2 changed files with 3 additions and 3 deletions
|
@ -292,8 +292,8 @@
|
|||
},
|
||||
{
|
||||
"id": "walkBwd",
|
||||
"interpTarget": 6,
|
||||
"interpDuration": 6,
|
||||
"interpTarget": 4,
|
||||
"interpDuration": 4,
|
||||
"transitions": [
|
||||
{ "var": "isNotMoving", "state": "idle" },
|
||||
{ "var": "isMovingForward", "state": "walkFwd" },
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue