Coordinate Axes

* Add coordinate axes renderable
 * Add debug helper
 * Add example asset
 * Fix bug with dynamic loading of assets. (#763)
This commit is contained in:
Emil Axelsson
2018-11-13 14:09:14 +01:00
committed by Alexander Bock
parent 989304835d
commit 1632c09af3
11 changed files with 635 additions and 25 deletions

View File

@@ -88,7 +88,7 @@ public:
// Guaranteed to return a valid pointer
AssetManager& assetManager();
LoadingScreen& loadingScreen();
LoadingScreen* loadingScreen();
void writeSceneDocumentation();
void writeStaticDocumentation();