mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 18:14:05 +02:00
formatting
This commit is contained in:
parent
6a2dc38fdd
commit
e201e82ec2
3 changed files with 1 additions and 3 deletions
libraries
|
@ -54,7 +54,6 @@ public:
|
|||
void setMirrorFlag(bool mirrorFlag) { _mirrorFlag = mirrorFlag; }
|
||||
|
||||
void loadURL(const QString& url);
|
||||
const QString& getURL() { return _url; }
|
||||
protected:
|
||||
|
||||
virtual void setCurrentFrameInternal(float frame) override;
|
||||
|
|
|
@ -1646,7 +1646,7 @@ void Rig::initAnimGraph(const QUrl& url) {
|
|||
overrideRoleAnimation(roleState.role, roleState.url, roleState.fps, roleState.loop, roleState.firstFrame, roleState.lastFrame);
|
||||
}
|
||||
_animLoading = false;
|
||||
|
||||
|
||||
emit onLoadComplete();
|
||||
});
|
||||
connect(_animLoader.get(), &AnimNodeLoader::error, [url](int error, QString str) {
|
||||
|
|
|
@ -274,7 +274,6 @@ public slots:
|
|||
glm::vec3 getRightPalmPosition() const;
|
||||
glm::quat getRightPalmRotation() const;
|
||||
|
||||
//void restoreAnimations();
|
||||
void setModelURLFinished(bool success);
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in a new issue