1
0

DistortedHeightmap: Added clay / sand / dirt selection on ocean floor

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1550 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2013-06-04 12:43:30 +00:00
parent afa60c5c35
commit c52f03fe4a
2 changed files with 46 additions and 3 deletions

View File

@@ -47,7 +47,8 @@ protected:
cPerlinNoise m_NoiseDistortX;
cPerlinNoise m_NoiseDistortZ;
cNoise m_OceanFloorSelect; ///< Used for selecting between dirt and sand on the ocean floor
int m_SeaLevel;
NOISE_DATATYPE m_FrequencyX;
NOISE_DATATYPE m_FrequencyY;