--- a/src/glrenderer.h Sat Feb 18 02:02:29 2017 +0200 +++ b/src/glrenderer.h Mon Feb 20 07:56:21 2017 +0200 @@ -105,6 +105,13 @@ QPen textPen() const; static const QPen thinBorderPen; + static const GLRotationMatrix topCameraMatrix; + static const GLRotationMatrix frontCameraMatrix; + static const GLRotationMatrix leftCameraMatrix; + static const GLRotationMatrix bottomCameraMatrix; + static const GLRotationMatrix backCameraMatrix; + static const GLRotationMatrix rightCameraMatrix; + static const GLRotationMatrix ldrawToGLAdapterMatrix; signals: void objectHighlightingChanged(LDObject* object);