More changes on RenderableTrail

This commit is contained in:
Alexander Bock
2015-02-10 20:18:20 +01:00
parent fd4d6562ad
commit 31ec399faa
2 changed files with 45 additions and 44 deletions

View File

@@ -55,7 +55,7 @@ private:
float x, y, z, e;
};
void fullYearSweep();
void fullYearSweep(double time);
void sendToGPU();
properties::Vec3Property _lineColor;
@@ -77,7 +77,7 @@ private:
GLuint _vaoID;
GLuint _vBufferID;
double _startTrail;
bool _needsSweep;
std::vector<TrailVBOLayout> _vertexArray;