Optimization de performance du renderer!

This commit is contained in:
MarcEricMartel
2021-12-04 09:55:43 -05:00
parent a75b1c97cb
commit a3c0dee1f2
10 changed files with 23 additions and 23 deletions

View File

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