wool.tres 783 B

123456789101112131415161718192021
  1. [gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://dtui5o3potpen"]
  2. [ext_resource type="Texture2D" uid="uid://bayryamoxiov5" path="res://test_materials/wool_depth.png" id="1"]
  3. [ext_resource type="Texture2D" uid="uid://b0t0oeh8bp1iv" path="res://test_materials/wool_normal.png" id="2"]
  4. [ext_resource type="Texture2D" uid="uid://bmdw1rtlv8ij3" path="res://test_materials/wool_albedo.png" id="3"]
  5. [resource]
  6. albedo_texture = ExtResource("3")
  7. metallic = 0.1
  8. roughness = 0.77
  9. normal_enabled = true
  10. normal_scale = 0.3
  11. normal_texture = ExtResource("2")
  12. heightmap_enabled = true
  13. heightmap_scale = 6.0
  14. heightmap_deep_parallax = true
  15. heightmap_min_layers = 4
  16. heightmap_max_layers = 16
  17. heightmap_texture = ExtResource("1")
  18. heightmap_flip_texture = true
  19. texture_filter = 5