stones.tres 1.1 KB

1234567891011121314151617181920212223242526
  1. [gd_resource type="StandardMaterial3D" load_steps=6 format=3 uid="uid://ca5id5w12cprn"]
  2. [ext_resource type="Texture2D" uid="uid://vmfa0wdc1t8n" path="res://test_materials/texture_rock_normal.png" id="1"]
  3. [ext_resource type="Texture2D" uid="uid://c3x34kbl5riq5" path="res://test_materials/texture_rock_depth.png" id="2"]
  4. [ext_resource type="Texture2D" uid="uid://cyqj8mjgx816d" path="res://test_materials/texture_rock_ao.png" id="3"]
  5. [ext_resource type="Texture2D" uid="uid://drf5vk54emlea" path="res://test_materials/texture_rock_metal.png" id="4"]
  6. [ext_resource type="Texture2D" uid="uid://chkhlqxtypsgd" path="res://test_materials/texture_rock_albedo.png" id="5"]
  7. [resource]
  8. albedo_texture = ExtResource("5")
  9. metallic = 0.86
  10. metallic_texture = ExtResource("4")
  11. roughness = 0.47
  12. normal_enabled = true
  13. normal_texture = ExtResource("1")
  14. ao_enabled = true
  15. ao_light_affect = 1.0
  16. ao_texture = ExtResource("3")
  17. heightmap_enabled = true
  18. heightmap_scale = 8.0
  19. heightmap_deep_parallax = true
  20. heightmap_min_layers = 4
  21. heightmap_max_layers = 16
  22. heightmap_texture = ExtResource("2")
  23. heightmap_flip_texture = true
  24. texture_filter = 5