src/glrenderer.h

changeset 1404
16eb4257e662
parent 1393
f0fe7ea82b81
child 1436
241d3e452b32
--- a/src/glrenderer.h	Sun Jun 17 13:53:33 2018 +0300
+++ b/src/glrenderer.h	Sun Jun 17 13:57:00 2018 +0300
@@ -81,13 +81,13 @@
 	void setSelectionModel(QItemSelectionModel* selectionModel);
 
 	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;
+	static const QMatrix4x4 topCameraMatrix;
+	static const QMatrix4x4 frontCameraMatrix;
+	static const QMatrix4x4 leftCameraMatrix;
+	static const QMatrix4x4 bottomCameraMatrix;
+	static const QMatrix4x4 backCameraMatrix;
+	static const QMatrix4x4 rightCameraMatrix;
+	static const QMatrix4x4 ldrawToGLAdapterMatrix;
 
 signals:
 	void objectHighlightingChanged(const QModelIndex& oldIndex, const QModelIndex& newIndex);

mercurial