diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-13 10:46:42 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-13 10:46:42 +0200 |
| commit | f414b39a8d935b41c1d9b04b3a4642ad633c0ad0 (patch) | |
| tree | 5ee0b99d4f4d28cd7c7d158a571e1c55c1c0eb9b /src/glitem.h | |
| parent | 95e88a57445bfc9a192efd6f773da745e7453b65 (diff) | |
| download | Multimedia-f414b39a8d935b41c1d9b04b3a4642ad633c0ad0.tar.gz Multimedia-f414b39a8d935b41c1d9b04b3a4642ad633c0ad0.zip | |
Add createCube function
Diffstat (limited to 'src/glitem.h')
| -rw-r--r-- | src/glitem.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/glitem.h b/src/glitem.h index 268dbeb..5e60ee6 100644 --- a/src/glitem.h +++ b/src/glitem.h @@ -125,6 +125,13 @@ protected: virtual void drawAxes(double length); /** + * @brief createCubef Creates a cube and apends it for drawing. + * @param lbb The left bottom back cube vector. + * @param rtf The right top front cube vector. + */ + virtual void createCube(const QVector3D &lbb, const QVector3D &rtf); + + /** * @brief createAxes Creates x, y and z axis with specified length starting for (0,0,0) * @param length Axes length. */ |
