11#define MGFRACTAL_TERRAIN 0x01
Definition mg_biome.h:202
Definition mapgen_fractal.h:55
float julia_y
Definition mapgen_fractal.h:76
u16 formula
Definition mapgen_fractal.h:68
~MapgenFractal()
Definition mapgen_fractal.cpp:75
float julia_x
Definition mapgen_fractal.h:75
int getSpawnLevelAtPoint(v2s16 p)
Definition mapgen_fractal.cpp:163
bool getFractalAtPoint(s16 x, s16 y, s16 z)
Definition mapgen_fractal.cpp:263
float julia_w
Definition mapgen_fractal.h:78
virtual MapgenType getType() const
Definition mapgen_fractal.h:60
u16 fractal
Definition mapgen_fractal.h:70
virtual void makeChunk(BlockMakeData *data)
Definition mapgen_fractal.cpp:193
float slice_w
Definition mapgen_fractal.h:74
v3f offset
Definition mapgen_fractal.h:73
float julia_z
Definition mapgen_fractal.h:77
bool julia
Definition mapgen_fractal.h:69
MapgenFractal(MapgenFractalParams *params, EmergeParams *emerge)
Definition mapgen_fractal.cpp:35
Noise * noise_seabed
Definition mapgen_fractal.h:79
s16 generateTerrain()
Definition mapgen_fractal.cpp:393
u16 iterations
Definition mapgen_fractal.h:71
v3f scale
Definition mapgen_fractal.h:72
Definition settings.h:109
static const char * settings[]
Definition fontengine.cpp:27
core::vector2d< s16 > v2s16
Definition irr_v2d.h:12
core::vector3df v3f
Definition irr_v3d.h:11
MapgenType
Definition mapgen.h:102
@ MAPGEN_FRACTAL
Definition mapgen.h:108
FlagDesc flagdesc_mapgen_fractal[]
Definition mapgen_fractal.cpp:27
Definition mapgen_fractal.h:19
u16 fractal
Definition mapgen_fractal.h:29
float cave_width
Definition mapgen_fractal.h:20
NoiseParams np_cave1
Definition mapgen_fractal.h:41
float slice_w
Definition mapgen_fractal.h:33
s16 large_cave_depth
Definition mapgen_fractal.h:21
void setDefaultSettings(Settings *settings)
Definition mapgen_fractal.cpp:153
float julia_y
Definition mapgen_fractal.h:35
~MapgenFractalParams()=default
u16 large_cave_num_min
Definition mapgen_fractal.h:24
NoiseParams np_seabed
Definition mapgen_fractal.h:39
void readParams(const Settings *settings)
Definition mapgen_fractal.cpp:92
s16 dungeon_ymin
Definition mapgen_fractal.h:27
u16 small_cave_num_min
Definition mapgen_fractal.h:22
u16 iterations
Definition mapgen_fractal.h:30
u16 large_cave_num_max
Definition mapgen_fractal.h:25
NoiseParams np_filler_depth
Definition mapgen_fractal.h:40
float large_cave_flooded
Definition mapgen_fractal.h:26
float julia_z
Definition mapgen_fractal.h:36
NoiseParams np_cave2
Definition mapgen_fractal.h:42
v3f scale
Definition mapgen_fractal.h:31
v3f offset
Definition mapgen_fractal.h:32
float julia_w
Definition mapgen_fractal.h:37
MapgenFractalParams()
Definition mapgen_fractal.cpp:82
u16 small_cave_num_max
Definition mapgen_fractal.h:23
NoiseParams np_dungeons
Definition mapgen_fractal.h:43
void writeParams(Settings *settings) const
Definition mapgen_fractal.cpp:123
float julia_x
Definition mapgen_fractal.h:34
s16 dungeon_ymax
Definition mapgen_fractal.h:28
static std::string p(std::string path)
Definition test_filesys.cpp:53