Instantiated in MyAvatar

This commit is contained in:
Howard Stearns 2015-07-15 15:59:24 -07:00
parent 5312993e56
commit 6ca458b624
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -16,7 +16,7 @@
#include <QObject>
class AnimationObject : public QObject {
class Rig : public QObject {
};