From 36e52bc178b2ba25ecc1b3fc13e03f2aee1e8efa Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 25 May 2008 15:06:09 +0000 Subject: planet updates --- src/model/vertexarray.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/model/vertexarray.h') diff --git a/src/model/vertexarray.h b/src/model/vertexarray.h index 6145659..6ff32bc 100644 --- a/src/model/vertexarray.h +++ b/src/model/vertexarray.h @@ -12,7 +12,7 @@ namespace model { -const int SPHERESEGMENTS=33; +const int SPHERESEGMENTS=65; /// global vertex array class VertexArray @@ -25,7 +25,7 @@ public: void clear(); void add_vertex(math::Vector3f const &v, math::Vector3f const &n, math::Color const &color); - + void add_vertex(math::Vector3f const &v, math::Vector3f const &n, math::Color const &color, math::Vector3f const &tex); inline float *vertex() { return vertex_vertex; } inline float *color() { return vertex_color; } -- cgit v1.2.3