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:
Alexander Bock
2016-12-09 09:04:53 +01:00
parent 189a68dd6d
commit 2a3b532745
27 changed files with 478 additions and 10 deletions

View File

@@ -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