mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 06:03:26 +02:00
removed whitespace
This commit is contained in:
parent
a61909446a
commit
4ad73fd821
3 changed files with 0 additions and 4 deletions
|
@ -26,7 +26,6 @@ AnimBlendLinearMove::~AnimBlendLinearMove() {
|
|||
|
||||
}
|
||||
|
||||
|
||||
static float calculateAlpha(const float speed, const std::vector<float>& characteristicSpeeds) {
|
||||
|
||||
assert(characteristicSpeeds.size() > 0);
|
||||
|
@ -112,7 +111,6 @@ const AnimPoseVec& AnimBlendLinearMove::getPosesInternal() const {
|
|||
return _poses;
|
||||
}
|
||||
|
||||
|
||||
void AnimBlendLinearMove::evaluateAndBlendChildren(const AnimVariantMap& animVars, const AnimContext& context, AnimVariantMap& triggersOut, float alpha,
|
||||
size_t prevPoseIndex, size_t nextPoseIndex,
|
||||
float prevDeltaTime, float nextDeltaTime) {
|
||||
|
|
|
@ -940,7 +940,6 @@ void Rig::computeMotionAnimationState(float deltaTime, const glm::vec3& worldPos
|
|||
}
|
||||
}
|
||||
_lastEnableInverseKinematics = _enableInverseKinematics;
|
||||
|
||||
}
|
||||
|
||||
_lastForward = forward;
|
||||
|
|
|
@ -225,7 +225,6 @@ public:
|
|||
const std::map<QString, float> getAnimStack() { return _animNode->getAnimStack(); }
|
||||
|
||||
void toggleSmoothPoleVectors() { _smoothPoleVectors = !_smoothPoleVectors; };
|
||||
|
||||
signals:
|
||||
void onLoadComplete();
|
||||
|
||||
|
|
Loading…
Reference in a new issue