99 uint m_axeslist; |
99 uint m_axeslist; |
100 ushort m_width, m_height; |
100 ushort m_width, m_height; |
101 std::vector<vertex> m_drawedVerts; |
101 std::vector<vertex> m_drawedVerts; |
102 EditMode m_editmode; |
102 EditMode m_editmode; |
103 bool m_rectdraw; |
103 bool m_rectdraw; |
|
104 QColor m_bgcolor; |
104 |
105 |
105 void calcCameraIcons (); // Compute geometry for camera icons |
106 void calcCameraIcons (); // Compute geometry for camera icons |
106 void clampAngle (double& angle) const; // Clamps an angle to [0, 360] |
107 void clampAngle (double& angle) const; // Clamps an angle to [0, 360] |
107 void compileList (LDObject* obj, const ListType list); // Compile one of the lists of an object |
108 void compileList (LDObject* obj, const ListType list); // Compile one of the lists of an object |
108 void compileSubObject (LDObject* obj, const GLenum gltype); // Sub-routine for object compiling |
109 void compileSubObject (LDObject* obj, const GLenum gltype); // Sub-routine for object compiling |