diff options
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. */ |
