mirror of
https://github.com/overte-org/overte.git
synced 2025-07-15 11:16:44 +02:00
Merge pull request #15806 from dooglifeSF/idles_talks_locomotion_improvements
Idles talks locomotion improvements
This commit is contained in:
commit
aa82c4e971
78 changed files with 306 additions and 181 deletions
Binary file not shown.
Binary file not shown.
BIN
interface/resources/avatar/animations/idle02.fbx
Normal file
BIN
interface/resources/avatar/animations/idle02.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/idle03.fbx
Normal file
BIN
interface/resources/avatar/animations/idle03.fbx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
interface/resources/avatar/animations/idle_once_fidget.fbx
Normal file
BIN
interface/resources/avatar/animations/idle_once_fidget.fbx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
interface/resources/avatar/animations/jog_right.fbx
Normal file
BIN
interface/resources/avatar/animations/jog_right.fbx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
interface/resources/avatar/animations/jump_standing_apex_all.fbx
Normal file
BIN
interface/resources/avatar/animations/jump_standing_apex_all.fbx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
interface/resources/avatar/animations/run_fast_fwd.fbx
Normal file
BIN
interface/resources/avatar/animations/run_fast_fwd.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/run_fast_left.fbx
Normal file
BIN
interface/resources/avatar/animations/run_fast_left.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/run_fast_right.fbx
Normal file
BIN
interface/resources/avatar/animations/run_fast_right.fbx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
interface/resources/avatar/animations/settle_to_idle_small.fbx
Normal file
BIN
interface/resources/avatar/animations/settle_to_idle_small.fbx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
interface/resources/avatar/animations/talk02.fbx
Normal file
BIN
interface/resources/avatar/animations/talk02.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/talk03.fbx
Normal file
BIN
interface/resources/avatar/animations/talk03.fbx
Normal file
Binary file not shown.
Binary file not shown.
BIN
interface/resources/avatar/animations/talk_armsdown.fbx
Normal file
BIN
interface/resources/avatar/animations/talk_armsdown.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/talk_lefthand.fbx
Normal file
BIN
interface/resources/avatar/animations/talk_lefthand.fbx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
interface/resources/avatar/animations/turn_right.fbx
Normal file
BIN
interface/resources/avatar/animations/turn_right.fbx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
interface/resources/avatar/animations/walk_right.fbx
Normal file
BIN
interface/resources/avatar/animations/walk_right.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/walk_right_fast.fbx
Normal file
BIN
interface/resources/avatar/animations/walk_right_fast.fbx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -132,7 +132,7 @@ void AnimStats::updateStats(bool force) {
|
||||||
if (type == AnimNodeType::Clip) {
|
if (type == AnimNodeType::Clip) {
|
||||||
|
|
||||||
// figure out the grayScale color of this line.
|
// figure out the grayScale color of this line.
|
||||||
const float LIT_TIME = 2.0f;
|
const float LIT_TIME = 20.0f;
|
||||||
const float FADE_OUT_TIME = 1.0f;
|
const float FADE_OUT_TIME = 1.0f;
|
||||||
float grayScale = 0.0f;
|
float grayScale = 0.0f;
|
||||||
float secondsElapsed = (float)(now - _animAlphaValueChangedTimers[key]) / (float)USECS_PER_SECOND;
|
float secondsElapsed = (float)(now - _animAlphaValueChangedTimers[key]) / (float)USECS_PER_SECOND;
|
||||||
|
@ -176,7 +176,7 @@ void AnimStats::updateStats(bool force) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// figure out the grayScale color of this line.
|
// figure out the grayScale color of this line.
|
||||||
const float LIT_TIME = 2.0f;
|
const float LIT_TIME = 20.0f;
|
||||||
const float FADE_OUT_TIME = 0.5f;
|
const float FADE_OUT_TIME = 0.5f;
|
||||||
float grayScale = 0.0f;
|
float grayScale = 0.0f;
|
||||||
float secondsElapsed = (float)(now - _animVarChangedTimers[key]) / (float)USECS_PER_SECOND;
|
float secondsElapsed = (float)(now - _animVarChangedTimers[key]) / (float)USECS_PER_SECOND;
|
||||||
|
|
|
@ -159,15 +159,15 @@ std::map<QString, QString> AnimVariantMap::toDebugMap() const {
|
||||||
arg(QString::number(value.y, 'f', 3)).
|
arg(QString::number(value.y, 'f', 3)).
|
||||||
arg(QString::number(value.z, 'f', 3)).
|
arg(QString::number(value.z, 'f', 3)).
|
||||||
arg(QString::number(value.w, 'f', 3));
|
arg(QString::number(value.w, 'f', 3));
|
||||||
break;
|
|
||||||
*/
|
*/
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case AnimVariant::Type::String:
|
case AnimVariant::Type::String:
|
||||||
// To prevent filling up anim stats, don't show string values
|
// To prevent filling up anim stats, don't show string values
|
||||||
/*
|
/*
|
||||||
result[pair.first] = pair.second.getString();
|
result[pair.first] = pair.second.getString();
|
||||||
break;
|
|
||||||
*/
|
*/
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
// invalid AnimVariant::Type
|
// invalid AnimVariant::Type
|
||||||
assert(false);
|
assert(false);
|
||||||
|
|
Loading…
Reference in a new issue