mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-27 15:29:26 -06:00
Add display of double precision properties to ImGui
Do not show date text when render information is hidden Add Utah WMS files
This commit is contained in:
@@ -47,6 +47,9 @@ void renderFloatProperty(properties::Property* prop, const std::string& ownerNam
|
||||
void renderVec2Property(properties::Property* prop, const std::string& ownerName);
|
||||
void renderVec3Property(properties::Property* prop, const std::string& ownerName);
|
||||
void renderVec4Property(properties::Property* prop, const std::string& ownerName);
|
||||
void renderDVec2Property(properties::Property* prop, const std::string& ownerName);
|
||||
void renderDVec3Property(properties::Property* prop, const std::string& ownerName);
|
||||
void renderDVec4Property(properties::Property* prop, const std::string& ownerName);
|
||||
void renderTriggerProperty(properties::Property* prop, const std::string& ownerName);
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user