mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:17: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",
|
"id": "walkBwd",
|
||||||
"interpTarget": 6,
|
"interpTarget": 4,
|
||||||
"interpDuration": 6,
|
"interpDuration": 4,
|
||||||
"transitions": [
|
"transitions": [
|
||||||
{ "var": "isNotMoving", "state": "idle" },
|
{ "var": "isNotMoving", "state": "idle" },
|
||||||
{ "var": "isMovingForward", "state": "walkFwd" },
|
{ "var": "isMovingForward", "state": "walkFwd" },
|
||||||
|
|
|
@ -55,7 +55,7 @@ enum AudioListenerMode {
|
||||||
};
|
};
|
||||||
Q_DECLARE_METATYPE(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 {
|
class MyAvatar : public Avatar {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue