X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fgrid.h;h=ed22ce7d6c939fdf71b7e4d1a35a065807bb9ae5;hp=91b9ef2338fd467097bfecea39d176d074c374ca;hb=7a2427020ec6ead73258aeb326dfb7e0121520f9;hpb=aa9884e69bc543682d1fe36ec5d054fdf11bcfac diff --git a/source/grid.h b/source/grid.h index 91b9ef23..ed22ce7d 100644 --- a/source/grid.h +++ b/source/grid.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_GRID_H_ #define MSP_GL_GRID_H_ @@ -24,8 +17,6 @@ private: Vector3 binorm; unsigned u_div; unsigned v_div; - float u_origin; - float y_origin; public: GridBuilder(float, float, unsigned = 4, unsigned = 4); @@ -35,6 +26,7 @@ private: void init(bool); public: + using GeometryBuilder::build; virtual void build(PrimitiveBuilder &) const; };