mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
removing redef of the two functions in avatar.h
This commit is contained in:
parent
6ebc57994b
commit
ad69611b7c
1 changed files with 0 additions and 2 deletions
|
@ -287,8 +287,6 @@ public:
|
|||
* @returns {Quat}
|
||||
*/
|
||||
Q_INVOKABLE glm::quat jointToWorldRotation(const glm::quat& rotation, const int jointIndex = -1) const;
|
||||
virtual glm::vec3 getSpine2SplineOffset() const { return _spine2SplineOffset; }
|
||||
virtual float getSpine2SplineRatio() const { return _spine2SplineRatio; }
|
||||
|
||||
virtual void setSkeletonModelURL(const QUrl& skeletonModelURL) override;
|
||||
virtual void setAttachmentData(const QVector<AttachmentData>& attachmentData) override;
|
||||
|
|
Loading…
Reference in a new issue