built more assets and started playing with foliage painting
This commit is contained in:
18
assets/materials/grass_1.tres
Normal file
18
assets/materials/grass_1.tres
Normal file
@@ -0,0 +1,18 @@
|
||||
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://dah8gmn8wdc6h"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://op1u8efjgn2c" path="res://assets/Textures/Nature/Grass/grass1.albedo.png" id="1_bs3y4"]
|
||||
[ext_resource type="Texture2D" uid="uid://csxrx13opgga4" path="res://assets/Textures/Nature/Grass/grass1.normal.png" id="2_x03or"]
|
||||
|
||||
[resource]
|
||||
resource_name = "grass1"
|
||||
transparency = 4
|
||||
cull_mode = 2
|
||||
albedo_color = Color(0.846044, 0.846044, 0.846044, 1)
|
||||
albedo_texture = ExtResource("1_bs3y4")
|
||||
roughness = 0.5
|
||||
normal_enabled = true
|
||||
normal_scale = 0.1
|
||||
normal_texture = ExtResource("2_x03or")
|
||||
backlight_enabled = true
|
||||
backlight = Color(1, 1, 1, 1)
|
||||
texture_filter = 2
|
||||
Reference in New Issue
Block a user