Overte C++ Documentation
MyAvatarHeadTransformNode.h
1 //
2 // Created by Sabrina Shanman 2018/08/14
3 // Copyright 2018 High Fidelity, Inc.
4 //
5 // Distributed under the Apache License, Version 2.0.
6 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
7 //
8 #ifndef hifi_MyAvatarHeadTransformNode_h
9 #define hifi_MyAvatarHeadTransformNode_h
10 
11 #include "TransformNode.h"
12 
13 class MyAvatarHeadTransformNode : public TransformNode {
14 public:
15  MyAvatarHeadTransformNode() { }
16  Transform getTransform() override;
17  QVariantMap toVariantMap() const override;
18 };
19 
20 #endif // hifi_MyAvatarHeadTransformNode_h