Merge branch 'develop' into feature/globebrowsing

This commit is contained in:
Erik Broberg
2016-08-17 19:53:28 -04:00
42 changed files with 68 additions and 58 deletions
@@ -42,7 +42,7 @@ public:
bool windowHasResized() const override;
double averageDeltaTime() const override;
double deltaTime() const override;
double deltaTime() const override;
glm::vec2 mousePosition() const override;
uint32_t mouseButtons(int maxNumber) const override;
glm::ivec2 currentWindowSize() const override;
+1 -1
View File
@@ -50,4 +50,4 @@ protected:
} // namespace interaction
} // namespace openspace
#endif // __CONTROLLER_H__
#endif // __CONTROLLER_H__
@@ -52,4 +52,4 @@ private:
} // namespace openspace
#endif
#endif
@@ -21,4 +21,4 @@ private:
} // namespace openspace
#endif
#endif
@@ -26,4 +26,4 @@ protected:
} // namespace openspace
#endif
#endif
@@ -162,4 +162,4 @@ namespace openspace{
} // namespace openspace
#endif // __MESSAGESTRUCTURES_H__
#endif // __MESSAGESTRUCTURES_H__
+1 -1
View File
@@ -75,4 +75,4 @@ private:
} // namespace openspace
#endif // __NETWORKENGINE_H__
#endif // __NETWORKENGINE_H__
@@ -205,4 +205,4 @@ namespace openspace{
} // namespace openspace
#endif // __OSPARALLELCONNECTION_H__
#endif // __OSPARALLELCONNECTION_H__
+1 -1
View File
@@ -39,4 +39,4 @@ const std::string OPENSPACE_VERSION_STRING = "prerelease-9 (IPS)";
} // namespace openspace
#endif // __OPENSPACE_H__
#endif // __OPENSPACE_H__
@@ -125,4 +125,4 @@ private:
} // namespace properties
} // namespace openspace
#endif // __STRINGPROPERTY_H__
#endif // __STRINGPROPERTY_H__
@@ -79,4 +79,4 @@ bool PropertyDelegate<TemplateProperty<std::vector<int>>>::toString(std::string&
} // namespace properties
} // namespace openspace
#endif // __SELECTIONPROPERTY_H__
#endif // __SELECTIONPROPERTY_H__
@@ -35,4 +35,4 @@ REGISTER_TEMPLATEPROPERTY_HEADER(StringProperty, std::string);
} // namespace properties
} // namespace openspace
#endif // __STRINGPROPERTY_H__
#endif // __STRINGPROPERTY_H__
+1 -1
View File
@@ -48,4 +48,4 @@ std::vector<properties::Property*> allProperties();
} // namespace
#endif // __QUERY_H__
#endif // __QUERY_H__
+7 -7
View File
@@ -68,15 +68,15 @@ public:
Post
};
enum class FrametimeType {
DtTimeAvg = 0,
FPS,
FPSAvg
};
enum class FrametimeType {
DtTimeAvg = 0,
FPS,
FPSAvg
};
static const std::string KeyFontMono;
static const std::string KeyFontLight;
static const std::vector<FrametimeType> FrametimeTypes;
static const std::vector<FrametimeType> FrametimeTypes;
RenderEngine();
~RenderEngine();
@@ -104,7 +104,7 @@ public:
void takeScreenshot();
void toggleInfoText(bool b);
void toggleFrametimeType(int t);
void toggleFrametimeType(int t);
// Performance measurements
void setPerformanceMeasurements(bool performanceMeasurements);
+1 -1
View File
@@ -218,4 +218,4 @@ namespace openspace {
};
} // namespace openspace
#endif // __CAMERA_H__
#endif // __CAMERA_H__
+1 -1
View File
@@ -116,4 +116,4 @@ private:
} // namespace openspace
#endif // SYNCBUFFER_H
#endif // SYNCBUFFER_H