cheese.tres 1008 B

123456789101112131415161718192021222324
  1. [gd_resource type="StandardMaterial3D" load_steps=5 format=3 uid="uid://dv76cxap5uj7y"]
  2. [ext_resource type="Texture2D" uid="uid://bbei0af7fjhkn" path="res://test_materials/texture_cheese_albedo.png" id="1"]
  3. [ext_resource type="Texture2D" uid="uid://ckyituyfs02mo" path="res://test_materials/texture_cheese_depth.png" id="2"]
  4. [ext_resource type="Texture2D" uid="uid://cwpdpjj628we6" path="res://test_materials/texture_cheese_ao.png" id="3"]
  5. [ext_resource type="Texture2D" uid="uid://drcrcryt6g6al" path="res://test_materials/texture_cheese_normal.png" id="4"]
  6. [resource]
  7. albedo_texture = ExtResource("1")
  8. roughness = 0.64
  9. normal_enabled = true
  10. normal_texture = ExtResource("4")
  11. ao_enabled = true
  12. ao_light_affect = 1.0
  13. ao_texture = ExtResource("3")
  14. heightmap_enabled = true
  15. heightmap_scale = 8.0
  16. heightmap_deep_parallax = true
  17. heightmap_min_layers = 4
  18. heightmap_max_layers = 16
  19. heightmap_texture = ExtResource("2")
  20. heightmap_flip_texture = true
  21. subsurf_scatter_enabled = true
  22. subsurf_scatter_strength = 0.37