1234567891011121314151617181920212223242526 |
- [gd_resource type="StandardMaterial3D" load_steps=6 format=3 uid="uid://ca5id5w12cprn"]
- [ext_resource type="Texture2D" uid="uid://vmfa0wdc1t8n" path="res://test_materials/texture_rock_normal.png" id="1"]
- [ext_resource type="Texture2D" uid="uid://c3x34kbl5riq5" path="res://test_materials/texture_rock_depth.png" id="2"]
- [ext_resource type="Texture2D" uid="uid://cyqj8mjgx816d" path="res://test_materials/texture_rock_ao.png" id="3"]
- [ext_resource type="Texture2D" uid="uid://drf5vk54emlea" path="res://test_materials/texture_rock_metal.png" id="4"]
- [ext_resource type="Texture2D" uid="uid://chkhlqxtypsgd" path="res://test_materials/texture_rock_albedo.png" id="5"]
- [resource]
- albedo_texture = ExtResource("5")
- metallic = 0.86
- metallic_texture = ExtResource("4")
- roughness = 0.47
- normal_enabled = true
- normal_texture = ExtResource("1")
- ao_enabled = true
- ao_light_affect = 1.0
- ao_texture = ExtResource("3")
- heightmap_enabled = true
- heightmap_scale = 8.0
- heightmap_deep_parallax = true
- heightmap_min_layers = 4
- heightmap_max_layers = 16
- heightmap_texture = ExtResource("2")
- heightmap_flip_texture = true
- texture_filter = 5
|