-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.json
31 lines (31 loc) · 1012 Bytes
/
configuration.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"n_attractors": 2000,
"attractors_range_min": -20,
"attractors_range_max": 20,
"attractors_z_offset": 1,
"f_selector": 1,
"tree_starting_point": [0,0,0],
"trunk_length": [0,0,1],
"max_nodes": 500,
"D": 0.2,
"W": 0.005,
"max_width": 50,
"max_influence_sphere": 1,
"max_killing_radius": 0.7,
"tropism": [0,0,0],
"leaves_density_max": 15,
"leaves_density_min": 8,
"leaf_size_max": 0.1,
"leaf_size_min": 0.05,
"a_spiral": 1,
"k_spiral": 2,
"rounds": 9,
"leaves_textures_number": 3,
"single_mode_texture_path": "resources/exports/tree.png",
"single_mode_opacity_texture_path": "resources/exports/tree_opacity.png",
"multiple_mode_tree_texture_path": "resources/exports/wood.png",
"multiple_mode_leaf_texture_path": "resources/exports/leaf_",
"multiple_mode_leaf_opacity_texture_path" : "resources/exports/leaf_opacity_",
"export_name_path": "resources/exports/albero.json",
"single_object": 1
}