summaryrefslogtreecommitdiffstats
path: root/source/Generating/BioGen.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-04-24 16:35:13 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-04-24 16:35:13 +0200
commit2fa4993cadd9c64689272e31e8f9e01afeb68c69 (patch)
tree0847d1ab095d3614f3345965bc341956e3cb6e93 /source/Generating/BioGen.h
parentAdded a (commented-out) performance test for biome generator (diff)
downloadcuberite-2fa4993cadd9c64689272e31e8f9e01afeb68c69.tar
cuberite-2fa4993cadd9c64689272e31e8f9e01afeb68c69.tar.gz
cuberite-2fa4993cadd9c64689272e31e8f9e01afeb68c69.tar.bz2
cuberite-2fa4993cadd9c64689272e31e8f9e01afeb68c69.tar.lz
cuberite-2fa4993cadd9c64689272e31e8f9e01afeb68c69.tar.xz
cuberite-2fa4993cadd9c64689272e31e8f9e01afeb68c69.tar.zst
cuberite-2fa4993cadd9c64689272e31e8f9e01afeb68c69.zip
Diffstat (limited to 'source/Generating/BioGen.h')
-rw-r--r--source/Generating/BioGen.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/source/Generating/BioGen.h b/source/Generating/BioGen.h
index ad3ff01a3..cdb05b92e 100644
--- a/source/Generating/BioGen.h
+++ b/source/Generating/BioGen.h
@@ -175,7 +175,14 @@ public:
cBioGenMultiStepMap(int a_Seed);
protected:
- cNoise m_Noise;
+ // Noises used for composing the perlin-noise:
+ cNoise m_Noise1;
+ cNoise m_Noise2;
+ cNoise m_Noise3;
+ cNoise m_Noise4;
+ cNoise m_Noise5;
+ cNoise m_Noise6;
+
int m_Seed;
int m_OceanCellSize;
int m_MushroomIslandSize;