mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Set default values for starting time and start camera (closes #1981)
This commit is contained in:
@@ -144,14 +144,14 @@ public:
|
||||
/**
|
||||
* Sets a relative time from profile.
|
||||
*/
|
||||
void setTimeRelativeFromProfile(const std::string& setTime);
|
||||
static void setTimeRelativeFromProfile(const std::string& setTime);
|
||||
|
||||
/**
|
||||
* Sets an absolute time from profile.
|
||||
* \param setTime a string containing time to set, which must be a valid
|
||||
* ISO 8601-like date string of the format YYYY-MM-DDTHH:MN:SS
|
||||
*/
|
||||
void setTimeAbsoluteFromProfile(const std::string& setTime);
|
||||
static void setTimeAbsoluteFromProfile(const std::string& setTime);
|
||||
|
||||
/**
|
||||
* Returns the Lua library that contains all Lua functions available to change the
|
||||
|
||||
Reference in New Issue
Block a user