237 AbstractEditMode* m_currentEditMode = nullptr; |
237 AbstractEditMode* m_currentEditMode = nullptr; |
238 GLuint m_axesVbo; |
238 GLuint m_axesVbo; |
239 GLuint m_axesColorVbo; |
239 GLuint m_axesColorVbo; |
240 |
240 |
241 void calcCameraIcons(); |
241 void calcCameraIcons(); |
242 void clampAngle (double& angle) const; |
|
243 LDGLData& currentDocumentData() const; |
242 LDGLData& currentDocumentData() const; |
244 void drawVbos (SurfaceVboType surface, ComplementVboType colors, GLenum type); |
243 void drawVbos (SurfaceVboType surface, ComplementVboType colors, GLenum type); |
245 LDOverlay* findOverlayObject (Camera cam); |
244 LDOverlay* findOverlayObject (Camera cam); |
246 double& panning (Axis ax); |
245 double& panning (Axis ax); |
247 double panning (Axis ax) const; |
246 double panning (Axis ax) const; |