mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
Cruft removal. We don't use Head::YawRate stuff.
This commit is contained in:
parent
3894fc0cb8
commit
8c3ba5b2de
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ public:
|
|||
//getters
|
||||
bool isInitialized() const { return _initialized; }
|
||||
SkeletonModel& getSkeletonModel() { return _skeletonModel; }
|
||||
float getHeadYawRate() const { return _head.yawRate; }
|
||||
glm::vec3 getChestPosition() const;
|
||||
float getScale() const { return _scale; }
|
||||
const glm::vec3& getVelocity() const { return _velocity; }
|
||||
|
|
Loading…
Reference in a new issue