11#define MGFRACTAL_TERRAIN 0x01
Definition mapgen_fractal.h:54
float julia_y
Definition mapgen_fractal.h:75
u16 formula
Definition mapgen_fractal.h:67
~MapgenFractal()
Definition mapgen_fractal.cpp:74
float julia_x
Definition mapgen_fractal.h:74
int getSpawnLevelAtPoint(v2s16 p)
Definition mapgen_fractal.cpp:171
bool getFractalAtPoint(s16 x, s16 y, s16 z)
Definition mapgen_fractal.cpp:271
float julia_w
Definition mapgen_fractal.h:77
virtual MapgenType getType() const
Definition mapgen_fractal.h:59
u16 fractal
Definition mapgen_fractal.h:69
virtual void makeChunk(BlockMakeData *data)
Definition mapgen_fractal.cpp:201
float slice_w
Definition mapgen_fractal.h:73
v3f offset
Definition mapgen_fractal.h:72
float julia_z
Definition mapgen_fractal.h:76
bool julia
Definition mapgen_fractal.h:68
MapgenFractal(MapgenFractalParams *params, EmergeParams *emerge)
Definition mapgen_fractal.cpp:34
Noise * noise_seabed
Definition mapgen_fractal.h:78
s16 generateTerrain()
Definition mapgen_fractal.cpp:401
u16 iterations
Definition mapgen_fractal.h:70
v3f scale
Definition mapgen_fractal.h:71
Definition settings.h:110
static const char * settings[]
Definition fontengine.cpp:26
core::vector2d< s16 > v2s16
Definition irr_v2d.h:12
core::vector3df v3f
Definition irr_v3d.h:11
MapgenType
Definition mapgen.h:99
@ MAPGEN_FRACTAL
Definition mapgen.h:105
const FlagDesc flagdesc_mapgen_fractal[]
Definition mapgen_fractal.cpp:26
Definition mapgen_fractal.h:18
u16 fractal
Definition mapgen_fractal.h:28
float cave_width
Definition mapgen_fractal.h:19
NoiseParams np_cave1
Definition mapgen_fractal.h:40
float slice_w
Definition mapgen_fractal.h:32
s16 large_cave_depth
Definition mapgen_fractal.h:20
void setDefaultSettings(Settings *settings)
Definition mapgen_fractal.cpp:161
float julia_y
Definition mapgen_fractal.h:34
~MapgenFractalParams()=default
u16 large_cave_num_min
Definition mapgen_fractal.h:23
NoiseParams np_seabed
Definition mapgen_fractal.h:38
void readParams(const Settings *settings)
Definition mapgen_fractal.cpp:91
s16 dungeon_ymin
Definition mapgen_fractal.h:26
u16 small_cave_num_min
Definition mapgen_fractal.h:21
u16 iterations
Definition mapgen_fractal.h:29
u16 large_cave_num_max
Definition mapgen_fractal.h:24
NoiseParams np_filler_depth
Definition mapgen_fractal.h:39
float large_cave_flooded
Definition mapgen_fractal.h:25
float julia_z
Definition mapgen_fractal.h:35
NoiseParams np_cave2
Definition mapgen_fractal.h:41
v3f scale
Definition mapgen_fractal.h:30
v3f offset
Definition mapgen_fractal.h:31
float julia_w
Definition mapgen_fractal.h:36
MapgenFractalParams()
Definition mapgen_fractal.cpp:81
u16 small_cave_num_max
Definition mapgen_fractal.h:22
NoiseParams np_dungeons
Definition mapgen_fractal.h:42
void writeParams(Settings *settings) const
Definition mapgen_fractal.cpp:131
float julia_x
Definition mapgen_fractal.h:33
s16 dungeon_ymax
Definition mapgen_fractal.h:27
static std::string p(std::string path)
Definition test_filesys.cpp:64
constexpr v3f x
Definition test_irr_matrix4.cpp:18
constexpr v3f y
Definition test_irr_matrix4.cpp:19
constexpr v3f z
Definition test_irr_matrix4.cpp:20