mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02:00
remove cruft
This commit is contained in:
parent
8a691cf449
commit
9c0aeb9b81
1 changed files with 0 additions and 3 deletions
|
@ -203,8 +203,6 @@ public:
|
||||||
// rig space
|
// rig space
|
||||||
bool getModelRegistrationPoint(glm::vec3& modelRegistrationPointOut) const;
|
bool getModelRegistrationPoint(glm::vec3& modelRegistrationPointOut) const;
|
||||||
|
|
||||||
const glm::vec3& getEyesInRootFrame() const { return _eyesInRootFrame; }
|
|
||||||
|
|
||||||
// rig space
|
// rig space
|
||||||
AnimPose getAbsoluteDefaultPose(int index) const;
|
AnimPose getAbsoluteDefaultPose(int index) const;
|
||||||
|
|
||||||
|
@ -275,7 +273,6 @@ protected:
|
||||||
glm::vec3 _lastFront;
|
glm::vec3 _lastFront;
|
||||||
glm::vec3 _lastPosition;
|
glm::vec3 _lastPosition;
|
||||||
glm::vec3 _lastVelocity;
|
glm::vec3 _lastVelocity;
|
||||||
glm::vec3 _eyesInRootFrame { Vectors::ZERO };
|
|
||||||
|
|
||||||
QUrl _animGraphURL;
|
QUrl _animGraphURL;
|
||||||
std::shared_ptr<AnimNode> _animNode;
|
std::shared_ptr<AnimNode> _animNode;
|
||||||
|
|
Loading…
Reference in a new issue