mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-03 10:58:34 -06:00
Pr/trails (#170)
* Implement new RenderableTrails as abstract base class - Implement RenderableTrailsOrbit and RenderableTrailsTrajectory as concrete instances Remove old RenderableTrails and RenderableTrailsNew classes Adapt mod files to the new structure * Addressed Pull Request comments
This commit is contained in:
@@ -46,6 +46,7 @@ struct UpdateData {
|
||||
TransformData modelTransform;
|
||||
double time;
|
||||
double delta;
|
||||
bool timePaused;
|
||||
bool isTimeJump;
|
||||
bool doPerformanceMeasurement;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user