save
This commit is contained in:
parent
ad95711535
commit
2e310f4053
25 changed files with 852 additions and 74 deletions
16
entities/road/road_mat.tres
Normal file
16
entities/road/road_mat.tres
Normal file
|
@ -0,0 +1,16 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://qq8yw26i32k4"]
|
||||
|
||||
[sub_resource type="FastNoiseLite" id="FastNoiseLite_ma6g7"]
|
||||
noise_type = 2
|
||||
domain_warp_enabled = true
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_l5fpm"]
|
||||
seamless = true
|
||||
as_normal_map = true
|
||||
bump_strength = 2.0
|
||||
noise = SubResource("FastNoiseLite_ma6g7")
|
||||
|
||||
[resource]
|
||||
albedo_color = Color(0.635294, 0.568627, 1, 1)
|
||||
normal_enabled = true
|
||||
normal_texture = SubResource("NoiseTexture2D_l5fpm")
|
Loading…
Add table
Add a link
Reference in a new issue