Noise3D: Added oceans.
This commit is contained in:
parent
c9a3cb4d3f
commit
2789fafeb7
@ -756,10 +756,13 @@ void cBiomalNoise3DComposable::GetBiomeParams(EMCSBiome a_Biome, NOISE_DATATYPE
|
||||
{
|
||||
switch (a_Biome)
|
||||
{
|
||||
case biDeepOcean: a_HeightAmp = 0.17f; a_MidPoint = 35; break;
|
||||
case biDesert: a_HeightAmp = 0.29f; a_MidPoint = 62; break; // Needs verification
|
||||
case biExtremeHills: a_HeightAmp = 0.045f; a_MidPoint = 75; break;
|
||||
case biExtremeHillsPlus: a_HeightAmp = 0.04f; a_MidPoint = 80; break;
|
||||
case biFrozenRiver: a_HeightAmp = 0.4f; a_MidPoint = 53; break;
|
||||
case biFrozenOcean: a_HeightAmp = 0.17f; a_MidPoint = 47; break;
|
||||
case biOcean: a_HeightAmp = 0.17f; a_MidPoint = 47; break;
|
||||
case biPlains: a_HeightAmp = 0.3f; a_MidPoint = 62; break; // Needs verification
|
||||
case biRiver: a_HeightAmp = 0.4f; a_MidPoint = 53; break;
|
||||
case biSwampland: a_HeightAmp = 0.25f; a_MidPoint = 59; break;
|
||||
|
Loading…
Reference in New Issue
Block a user