changeset 5 | 4fa04caf0f43 |
parent 0 | 89c329efa980 |
child 20 | a60f8b6b1d32 |
3:c863538fcbb6 | 5:4fa04caf0f43 |
---|---|
16 */ |
16 */ |
17 |
17 |
18 #ifndef HGQUAD_H |
18 #ifndef HGQUAD_H |
19 #define HGQUAD_H |
19 #define HGQUAD_H |
20 |
20 |
21 #include <qvector3d> |
21 #include <QVector3D> |
22 #include <qvector2d> |
22 #include <QVector2D> |
23 #include <qquaternion> |
23 #include <QQuaternion> |
24 #include <qvariant> |
24 #include <QVariant> |
25 |
25 |
26 class HgImage; |
26 class HgImage; |
27 |
27 |
28 /** |
28 /** |
29 * Quad class to be used by HgQuadRenderer. |
29 * Quad class to be used by HgQuadRenderer. |