add tutorial 2 comments

This commit is contained in:
h4570
2022-08-20 21:44:00 +02:00
parent b4b48ae479
commit 4303cc2c97
3 changed files with 57 additions and 4 deletions
+2
View File
@@ -35,6 +35,8 @@ class Renderer {
core.setClearScreenColor(color);
}
TextureRepository& getTextureRepository() { return core.texture.repository; }
void setFrameLimit(const bool& onoff) { core.setFrameLimit(onoff); }
/** Update view frustum for frustum culling. 3D support - off */