Optimization du renderer.

This commit is contained in:
MarcEricMartel
2021-12-03 11:49:59 -05:00
parent 033f69465c
commit ecddc82e7b
13 changed files with 158 additions and 117 deletions

View File

@@ -47,7 +47,7 @@ private:
TextureAtlas m_textureAtlas = TextureAtlas(BTYPE_LAST);
World m_world = World();
Perlin m_perlin = Perlin(3,7.f,127.f,12345);
Perlin m_perlin = Perlin(4,32.f,7.f,12345);
Texture m_textureSkybox;
Texture m_textureFont;