X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcylinder.h;h=dee4c4f5fbda1e4cbe44eb5293af69cf0536f329;hp=62aa37f1a6981d9a8049026ceca8d683ed70cb5c;hb=HEAD;hpb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8 diff --git a/source/cylinder.h b/source/cylinder.h deleted file mode 100644 index 62aa37f1..00000000 --- a/source/cylinder.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef CYLINDER_H_ -#define CYLINDER_H_ - -#include "geometrybuilder.h" - -namespace Msp { -namespace GL { - -class CylinderBuilder: public GeometryBuilder -{ -private: - float radius; - float length; - unsigned segments; - -public: - CylinderBuilder(float, float, unsigned = 16); - - virtual void build(PrimitiveBuilder &) const; -}; - -} // namespace GL -} // namespace Msp - -#endif