kinematic tested. specified delta_v as a cosine function.

This commit is contained in:
jingyuc
2021-07-15 17:30:08 -04:00
parent d390360f9e
commit 4b6eaeed4c
7 changed files with 43 additions and 65 deletions

View File

@@ -96,7 +96,7 @@ int main(int argc, char* argv[])
else
{
clock.reset();
exampleBrowser->update(1.0);
exampleBrowser->update(deltaTimeInSeconds);
}
} while (!exampleBrowser->requestedExit() && !interrupted);
}