diff Framework/Scene2D/Internals/OpenGLInfoPanelRenderer.h @ 1325:be17fed8c7c5 broker

Added flag in InfoPanelSceneLayer to apply the scene rotation to the displayed image.
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 24 Mar 2020 20:34:28 +0100
parents 8a0a62189f46
children
line wrap: on
line diff
--- a/Framework/Scene2D/Internals/OpenGLInfoPanelRenderer.h	Tue Mar 24 16:24:26 2020 +0100
+++ b/Framework/Scene2D/Internals/OpenGLInfoPanelRenderer.h	Tue Mar 24 20:34:28 2020 +0100
@@ -36,6 +36,7 @@
       OpenGLColorTextureProgram&            program_;
       std::unique_ptr<OpenGL::OpenGLTexture>  texture_;
       BitmapAnchor                          anchor_;
+      bool                                  applySceneRotation_;
 
       void LoadTexture(const InfoPanelSceneLayer& layer);