mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 01:59:15 -05:00
Remove some dynamic memory allocation from deferred atmosphere caster
This commit is contained in:
@@ -33,6 +33,12 @@
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
|
||||
// @TODO (abock, 2020-08-07) All of the time handling in this class should be cleaned up
|
||||
// a bit. There are lots of conversions between ISO strings for time and Time
|
||||
// objects and back which eat up performance. For example, the TimeRange should
|
||||
// operate on Time objects rather than date strings and the DateTime likewise (if
|
||||
// this class needs to exist at all)
|
||||
|
||||
namespace openspace::globebrowsing {
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user