We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e99aed commit 8a8a4a7Copy full SHA for 8a8a4a7
project/demo/Demo.tscn
@@ -49,6 +49,7 @@ _shader_parameters = {
49
&"dual_scaling": null,
50
&"flat_terrain_normals": false,
51
&"general": null,
52
+&"ground_level": 0.0,
53
&"macro_variation": true,
54
"macro_variation1": Color(0.855, 0.8625, 0.9, 1),
55
"macro_variation2": Color(0.9, 0.885, 0.81, 1),
@@ -60,10 +61,8 @@ _shader_parameters = {
60
61
"noise1_scale": 0.04,
62
"noise2_scale": 0.076,
63
"noise_texture": SubResource("NoiseTexture2D_bov7h"),
-"projection_threshold": 0.87,
64
&"region_blend": 0.25,
65
"tri_scale_reduction": 0.3,
66
-&"vertical_projection": true,
67
&"world_background_noise": null,
68
"world_noise_fragment_normals": false,
69
"world_noise_height": 34.0,
@@ -77,6 +76,7 @@ world_background = 2
77
76
auto_shader_enabled = true
78
dual_scaling_enabled = true
79
macro_variation_enabled = true
+projection_enabled = true
80
displacement_sharpness = 0.25
81
82
[node name="Demo" type="Node"]
0 commit comments