src/glrenderer.h

changeset 1151
0eddb5bcf25b
parent 1144
4f226fd97826
child 1158
35ceb74fe53e
equal deleted inserted replaced
1150:262345e53050 1151:0eddb5bcf25b
103 void setCamera(Camera cam); 103 void setCamera(Camera cam);
104 void setPicking(bool a); 104 void setPicking(bool a);
105 QPen textPen() const; 105 QPen textPen() const;
106 106
107 static const QPen thinBorderPen; 107 static const QPen thinBorderPen;
108 static const GLRotationMatrix topCameraMatrix;
109 static const GLRotationMatrix frontCameraMatrix;
110 static const GLRotationMatrix leftCameraMatrix;
111 static const GLRotationMatrix bottomCameraMatrix;
112 static const GLRotationMatrix backCameraMatrix;
113 static const GLRotationMatrix rightCameraMatrix;
114 static const GLRotationMatrix ldrawToGLAdapterMatrix;
108 115
109 signals: 116 signals:
110 void objectHighlightingChanged(LDObject* object); 117 void objectHighlightingChanged(LDObject* object);
111 118
112 protected: 119 protected:

mercurial