- Make current frame number available in the RenderEngine

- Add more information to the Dt-extremes case in the DashboardItem
 - Rename rawTiles to clearTiles in the asynctiledataprovider
This commit is contained in:
Alexander Bock
2019-06-05 18:16:50 +02:00
parent 4b27cf7ac5
commit e5acc6c69a
6 changed files with 70 additions and 20 deletions
@@ -151,6 +151,8 @@ public:
glm::mat4 screenSpaceRotation() const;
glm::mat4 nodeRotation() const;
uint64_t frameNumber() const;
private:
void setRenderer(std::unique_ptr<Renderer> renderer);
RendererImplementation rendererFromString(const std::string& renderingMethod) const;