mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 04:20:14 -05: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:
@@ -38,6 +38,7 @@ void renderBoolProperty(properties::Property* prop, const std::string& ownerName
|
||||
void renderOptionProperty(properties::Property* prop, const std::string& ownerName);
|
||||
void renderSelectionProperty(properties::Property* prop, const std::string& ownerName);
|
||||
void renderStringProperty(properties::Property* prop, const std::string& ownerName);
|
||||
void renderDoubleProperty(properties::Property* prop, const std::string& ownerName);
|
||||
void renderIntProperty(properties::Property* prop, const std::string& ownerName);
|
||||
void renderIVec2Property(properties::Property* prop, const std::string& ownerName);
|
||||
void renderIVec3Property(properties::Property* prop, const std::string& ownerName);
|
||||
|
||||
Reference in New Issue
Block a user