src/gldraw.h

changeset 210
58a3cbb49374
parent 208
0bb57b81c92a
child 219
70eb948a2b02
equal deleted inserted replaced
209:d3bdd13bce4d 210:58a3cbb49374
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

mercurial