| 1312:f2974f3ac1ab | 1313:4baed9f54de3 |
|---|---|
| 27 glMultMatrixf(matrix.constData()); | 27 glMultMatrixf(matrix.constData()); |
| 28 } | 28 } |
| 29 | 29 |
| 30 inline void glVertex(const Vertex& vertex) | 30 inline void glVertex(const Vertex& vertex) |
| 31 { | 31 { |
| 32 glVertex3f(vertex.x(), vertex.y(), vertex.z()); | 32 glVertex3f(vertex.x, vertex.y, vertex.z); |
| 33 } | 33 } |
| 34 | 34 |
| 35 class LDObject; | 35 class LDObject; |
| 36 | 36 |
| 37 struct LDPolygon | 37 struct LDPolygon |