mirror of
https://github.com/lubosz/overte.git
synced 2025-08-28 07:56:43 +02:00
more whitespace
This commit is contained in:
parent
4ad73fd821
commit
1353406254
3 changed files with 0 additions and 5 deletions
|
@ -3446,7 +3446,6 @@ void MyAvatar::setWalkBackwardSpeed(float value) {
|
|||
_walkBackwardSpeed.set(value);
|
||||
}
|
||||
|
||||
|
||||
void MyAvatar::setSprintSpeed(float value) {
|
||||
_sprintSpeed.set(value);
|
||||
}
|
||||
|
@ -3455,8 +3454,6 @@ float MyAvatar::getSprintSpeed() const {
|
|||
return _sprintSpeed.get();
|
||||
}
|
||||
|
||||
|
||||
|
||||
QVector<QString> MyAvatar::getScriptUrls() {
|
||||
QVector<QString> scripts = _skeletonModel->isLoaded() ? _skeletonModel->getFBXGeometry().scripts : QVector<QString>();
|
||||
return scripts;
|
||||
|
|
|
@ -21,7 +21,6 @@ AnimDefaultPose::~AnimDefaultPose() {
|
|||
}
|
||||
|
||||
const AnimPoseVec& AnimDefaultPose::evaluate(const AnimVariantMap& animVars, const AnimContext& context, float dt, AnimVariantMap& triggersOut) {
|
||||
|
||||
if (_skeleton) {
|
||||
_poses = _skeleton->getRelativeDefaultPoses();
|
||||
} else {
|
||||
|
|
|
@ -22,7 +22,6 @@ public:
|
|||
virtual ~AnimDefaultPose() override;
|
||||
|
||||
virtual const AnimPoseVec& evaluate(const AnimVariantMap& animVars, const AnimContext& context, float dt, AnimVariantMap& triggersOut) override;
|
||||
|
||||
protected:
|
||||
// for AnimDebugDraw rendering
|
||||
virtual const AnimPoseVec& getPosesInternal() const override;
|
||||
|
|
Loading…
Reference in a new issue