mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-19 09:40:11 +02:00
Instantiated in MyAvatar
This commit is contained in:
parent
5312993e56
commit
6ca458b624
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <SettingHandle.h>
|
||||
#include <DynamicCharacterController.h>
|
||||
#include <Rig.h>
|
||||
|
||||
#include "Avatar.h"
|
||||
|
||||
|
@ -285,6 +286,7 @@ private:
|
|||
QString _bodyModelName;
|
||||
QString _fullAvatarModelName;
|
||||
|
||||
Rig _rig;
|
||||
// used for rendering when in first person view or when in an HMD.
|
||||
SkeletonModel _firstPersonSkeletonModel;
|
||||
bool _prevShouldDrawHead;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#include <QObject>
|
||||
|
||||
class AnimationObject : public QObject {
|
||||
class Rig : public QObject {
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue