X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fsphere.h;h=b20ff5413954ce80048c03bdf2982d22957b18c8;hb=HEAD;hp=b69c4083ba4159c1066824b9247cc2a8945c68de;hpb=093ed86110ebbcd1bc09f693a89bac09ec8198e4;p=libs%2Fgl.git diff --git a/source/sphere.h b/source/sphere.h deleted file mode 100644 index b69c4083..00000000 --- a/source/sphere.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef MSP_GL_SPHERE_H_ -#define MSP_GL_SPHERE_H_ - -#include "geometrybuilder.h" - -namespace Msp { -namespace GL { - -class UvSphereBuilder: public GeometryBuilder -{ -private: - float radius; - unsigned segments; - unsigned rings; - -public: - UvSphereBuilder(float, unsigned, unsigned = 0); - - using GeometryBuilder::build; - virtual void build(PrimitiveBuilder &) const; -}; - -} // namespace GL -} // namespace Msp - -#endif