mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-17 18:39:17 -06:00
added initializedata struct
It is so far empty but will be used later on for initialization
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
|
||||
namespace openspace {
|
||||
|
||||
struct InitializeData {
|
||||
|
||||
};
|
||||
|
||||
struct UpdateData {
|
||||
double time;
|
||||
double delta;
|
||||
|
||||
Reference in New Issue
Block a user