|
static void | treegen::tree_trunk_placement (MMVManip &vmanip, v3f p0, const TreeDef &def) |
|
static void | treegen::tree_leaves_placement (MMVManip &vmanip, v3f p0, PseudoRandom ps, const TreeDef &def) |
|
static void | treegen::tree_single_leaves_placement (MMVManip &vmanip, v3f p0, PseudoRandom ps, const TreeDef &def) |
|
static void | treegen::tree_fruit_placement (MMVManip &vmanip, v3f p0, const TreeDef &def) |
|
static void | treegen::setRotationAxisRadians (core::matrix4 &M, float angle, v3f axis) |
|
static v3f | treegen::transposeMatrix (const core::matrix4 &M, v3f v) |
|
void | treegen::make_tree (MMVManip &vmanip, v3s16 p0, bool is_apple_tree, const NodeDefManager *ndef, s32 seed) |
|
treegen::error | treegen::spawn_ltree (ServerMap *map, v3s16 p0, const TreeDef &tree_definition) |
|
treegen::error | treegen::make_ltree (MMVManip &vmanip, v3s16 p0, const TreeDef &tree_definition) |
|
void | treegen::make_jungletree (MMVManip &vmanip, v3s16 p0, const NodeDefManager *ndef, s32 seed) |
|
void | treegen::make_pine_tree (MMVManip &vmanip, v3s16 p0, const NodeDefManager *ndef, s32 seed) |
|