#include <BioGen.h>
Definition at line 184 of file BioGen.h.
cBioGenDistortedVoronoi::cBioGenDistortedVoronoi |
( |
int |
a_Seed | ) |
|
|
inline |
void cBioGenDistortedVoronoi::Distort |
( |
int |
a_BlockX, |
|
|
int |
a_BlockZ, |
|
|
int & |
a_DistortedX, |
|
|
int & |
a_DistortedZ |
|
) |
| |
|
protected |
Distorts the coords using a Perlin-like noise.
Definition at line 377 of file BioGen.cpp.
void cBioGenDistortedVoronoi::InitializeBiomeGen |
( |
cIniFile & |
a_IniFile | ) |
|
|
overrideprotectedvirtual |
Reads parameters from the ini file, prepares generator for use.
Reimplemented from cBiomeGen.
Definition at line 365 of file BioGen.cpp.
int cBioGenDistortedVoronoi::m_CellSize |
|
protected |
Size of the Voronoi cells, also used for distortion amplitude.
Definition at line 205 of file BioGen.h.
cNoise cBioGenDistortedVoronoi::m_Noise |
|
protected |
Noise used for the distortion.
Definition at line 199 of file BioGen.h.
The underlying Voronoi map of the biomes.
Definition at line 202 of file BioGen.h.
The documentation for this class was generated from the following files: