From f7f38fb764bb35a6e87afad5d42555b95c320fa6 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Tue, 27 Oct 2015 09:54:04 +0100 Subject: Move functions to the appropriate class --- src/mmscene.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/mmscene.h') diff --git a/src/mmscene.h b/src/mmscene.h index 8bfa74e..36cf2e8 100644 --- a/src/mmscene.h +++ b/src/mmscene.h @@ -37,6 +37,24 @@ protected: */ void drawTriangles(); + /** + * @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 createF Creates an 'F' with cubes. + * @param height The height of the 'F'. + */ + virtual void createF(double height); + + /** + * @brief drawF Draws an 'F' with matrix transformations. + * @param height The height of the 'F'. + */ + virtual void drawF(double height); }; -- cgit v1.2.3-70-g09d2