Restored some changes lost in merge + "timedots"

Added impact on trails from start/stoptime definitions in modfile.
Added dots of equal time in trails, no progress on printing the time
string.
This commit is contained in:
Anton Arbring
2015-05-04 19:30:57 -04:00
parent a993dfb42f
commit d495778d4a
2 changed files with 53 additions and 12 deletions

View File

@@ -63,6 +63,7 @@ private:
properties::Vec3Property _lineColor;
properties::FloatProperty _lineFade;
properties::FloatProperty _lineWidth;
properties::BoolProperty _showTimestamps;
ghoul::opengl::ProgramObject* _programObject;
bool _programIsDirty;