]> git.tdb.fi Git - libs/gl.git/blobdiff - source/grid.h
Fix an incorrect negation
[libs/gl.git] / source / grid.h
index 91b9ef2338fd467097bfecea39d176d074c374ca..ed22ce7d6c939fdf71b7e4d1a35a065807bb9ae5 100644 (file)
@@ -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;
 };