1
0
Fork 0

MinMax heigen: Reduced the number of octaves.

They didn't affect the terrain that much anyway.
This commit is contained in:
Mattes D 2014-11-04 08:41:18 +01:00
parent f239a28d06
commit 7d2b2f90b6
1 changed files with 0 additions and 2 deletions

View File

@ -567,8 +567,6 @@ public:
m_Perlin.AddOctave(0.04f, 0.2f);
m_Perlin.AddOctave(0.02f, 0.1f);
m_Perlin.AddOctave(0.01f, 0.05f);
m_Perlin.AddOctave(0.005f, 0.025f);
m_Perlin.AddOctave(0.0025f, 0.0125f);
}