summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/gltfexport/gltfexporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sceneparsers/gltfexport/gltfexporter.h')
-rw-r--r--src/plugins/sceneparsers/gltfexport/gltfexporter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/sceneparsers/gltfexport/gltfexporter.h b/src/plugins/sceneparsers/gltfexport/gltfexporter.h
index e43bfe29c..07d852fd4 100644
--- a/src/plugins/sceneparsers/gltfexport/gltfexporter.h
+++ b/src/plugins/sceneparsers/gltfexport/gltfexporter.h
@@ -72,6 +72,7 @@ class QTransform;
namespace Qt3DRender {
+class QCamera;
class QCameraLens;
class QMaterial;
class QGeometryRenderer;
@@ -196,6 +197,8 @@ private:
// Orthographic properties
float xmag;
float ymag;
+
+ QCamera *cameraEntity;
};
struct LightInfo {