-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathtile.tres
25 lines (23 loc) · 952 Bytes
/
tile.tres
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
[gd_resource type="StandardMaterial3D" load_steps=5 format=3 uid="uid://nc7fpw5shjum"]
[ext_resource type="Texture2D" uid="uid://dnniywqq1qgig" path="res://tile_albedo.png" id="1"]
[ext_resource type="Texture2D" uid="uid://bg2ftd18whva7" path="res://tile_orm.png" id="2"]
[ext_resource type="Texture2D" uid="uid://fhq0e7xu2ujx" path="res://tile_normal.png" id="3"]
[ext_resource type="Texture2D" uid="uid://c7ffis6hplpih" path="res://tile_depth.png" id="4"]
[resource]
albedo_texture = ExtResource("1")
roughness_texture = ExtResource("2")
roughness_texture_channel = 1
normal_enabled = true
normal_texture = ExtResource("3")
ao_enabled = true
ao_light_affect = 1.0
ao_texture = ExtResource("2")
heightmap_enabled = true
heightmap_scale = 0.002
heightmap_deep_parallax = true
heightmap_min_layers = 8
heightmap_max_layers = 32
heightmap_texture = ExtResource("4")
heightmap_flip_texture = true
uv1_scale = Vector3(0.2, 0.2, 0.2)
uv1_triplanar = true