fixed grass
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
[gd_resource type="ORMMaterial3D" load_steps=4 format=3 uid="uid://dkulsdbn03prr"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bx3p57v4kmh3f" path="res://assets/grass_albedo.png" id="1"]
|
||||
[ext_resource type="Texture2D" uid="uid://cds7jys5drukl" path="res://assets/grass_normal.png" id="3"]
|
||||
[ext_resource type="Texture2D" uid="uid://c5dmbr5oa83y7" path="res://assets/grass_heightmap.png" id="4"]
|
||||
[ext_resource type="Texture2D" uid="uid://bnysy5xijpcpe" path="res://assets/textures/grass_albedo.png" id="1_u61pb"]
|
||||
[ext_resource type="Texture2D" uid="uid://b6rqpj1th4uff" path="res://assets/textures/grass_normal.png" id="2_ofhsj"]
|
||||
[ext_resource type="Texture2D" uid="uid://bbhan2swalbdh" path="res://assets/textures/grass_orm.png" id="3_5ghoc"]
|
||||
|
||||
[resource]
|
||||
albedo_texture = ExtResource("1")
|
||||
albedo_texture = ExtResource("1_u61pb")
|
||||
orm_texture = ExtResource("3_5ghoc")
|
||||
normal_enabled = true
|
||||
normal_texture = ExtResource("3")
|
||||
heightmap_enabled = false
|
||||
normal_texture = ExtResource("2_ofhsj")
|
||||
uv1_scale = Vector3(0.25, 0.25, 0.25)
|
||||
uv1_triplanar = true
|
||||
|
||||
Reference in New Issue
Block a user