Change drawing order depending on camera direction.

This commit is contained in:
2018-04-11 13:24:33 +02:00
parent 63e487afce
commit 170c5658a5
2 changed files with 31 additions and 11 deletions

View File

@@ -90,5 +90,7 @@ namespace fmri
std::string debugInfo() const;
void renderOverlayText() const;
void renderLayerName(const std::string& name) const;
void drawLayer(float time, unsigned long i) const;
};
}