Overte C++ Documentation
CameraRootTransformNode.h
1 //
2 // Created by HifiExperiments on 10/30/2024
3 // Copyright 2024 Overte e.V.
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_CameraRootTransformNode_h
9 #define hifi_CameraRootTransformNode_h
10 
11 #include "TransformNode.h"
12 
13 class CameraRootTransformNode : public TransformNode {
14 public:
15  CameraRootTransformNode() {}
16  Transform getTransform() override;
17  QVariantMap toVariantMap() const override;
18 };
19 
20 #endif // hifi_CameraRootTransformNode_h