Ref T185 Enable spline interpolation with only one position update,

by just copying it three times, so planes can be rendered without waiting for more updates.
This commit is contained in:
Mathew Sutcliffe
2017-11-08 21:32:14 +00:00
parent 2f54e00d65
commit e0d9fb9df1
7 changed files with 35 additions and 0 deletions

View File

@@ -86,6 +86,9 @@ namespace BlackMisc
//! Set the current time as timestamp
void setCurrentUtcTime();
//! Add the given number of milliseconds to the timestamp.
void addMsecs(qint64 ms);
//! Formatted timestamp
QString getFormattedUtcTimestampDhms() const;