-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmytheme.toml
58 lines (46 loc) · 1.03 KB
/
mytheme.toml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[ground.none]
color0 = [0.5, 0.3, 0.3, 1.0]
color1 = [1.0, 0.5, 0.9, 1.0]
[ground.first_quartile]
color0 = [0.5, 0.2, 0.5, 1.0]
color1 = [1.2, 0.3, 1.0, 1.0]
[ground.second_quartile]
color0 = [0.9, 0.3, 0.8, 1.0]
color1 = [1.7, 0.6, 1.6, 1.0]
[ground.third_quartile]
color0 = [0.9, 0.3, 1.4, 1.0]
color1 = [1.9, 0.7, 2.0, 1.0]
[ground.fourth_quartile]
color1 = [0.9, 0.4, 1.5, 1.0]
color0 = [1.8, 0.9, 2.4, 1.0]
[grass.none]
color0 = [0.4, 0.9, 0.8, 1.0]
color1 = [0.3, 1.0, 0.7, 1.0]
z_scale = 0.0
density = 0.0
[grass.first_quartile]
color0 = [0.1, 0.2, 0.3, 1.0]
color1 = [0.1, 0.3, 0.4, 1.0]
z_scale = 0.2
density = 2
[grass.second_quartile]
color0 = [0.1, 0.2, 0.4, 1.0]
color1 = [0.2, 0.5, 0.7, 1.0]
z_scale = 0.5
density = 2.5
[grass.third_quartile]
color0 = [0.1, 0.3, 0.6, 1.0]
color1 = [0.2, 0.6, 0.9, 1.0]
z_scale = 0.8
density = 3.5
[grass.fourth_quartile]
color0 = [0.2, 0.8, 0.9, 1.0]
color1 = [0.3, 0.9, 1.3, 1.0]
z_scale = 1.2
density = 4
[sun]
color = [1.0, 1.0, 1.0]
energy = 3.0
rotation = [45, 0, -45]
[render]
samples = 64