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: |