diff options
Diffstat (limited to 'chart2/source/view/inc/GL3DRenderer.hxx')
-rw-r--r-- | chart2/source/view/inc/GL3DRenderer.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/inc/GL3DRenderer.hxx b/chart2/source/view/inc/GL3DRenderer.hxx index 26c971663b6f..049ea67c0639 100644 --- a/chart2/source/view/inc/GL3DRenderer.hxx +++ b/chart2/source/view/inc/GL3DRenderer.hxx @@ -159,7 +159,7 @@ public: void LoadShaders(); void init(); - + bool isOpenGLInitialized(); void Set3DSenceInfo(const glm::vec3& cameraUp, sal_Int32 color, bool twoSidesLighting = false); void SetLightInfo(bool lightOn, sal_Int32 color, const glm::vec4& direction); void AddShapePolygon3DObject(sal_Int32 color, bool lineOnly, sal_Int32 lineColor, @@ -227,7 +227,7 @@ private: glm::mat4 m_Model; // Our ModelViewProjection : multiplication of our 3 matrices glm::mat4 m_MVP; - + bool m_IsOpenglInit; #if 0 double m_dFreq; #endif |