ice.tres 693 B

123456789101112131415161718
  1. [gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://bv6dr534vwcr1"]
  2. [ext_resource type="Texture2D" uid="uid://cjiwyepmfaa2d" path="res://test_materials/rock_ao.jpg" id="1"]
  3. [ext_resource type="Texture2D" uid="uid://hul3jcu52o8g" path="res://test_materials/rock_albedo.jpg" id="2"]
  4. [ext_resource type="Texture2D" uid="uid://cyvm2mj4ibl0" path="res://test_materials/rock_metal.jpg" id="3"]
  5. [resource]
  6. albedo_color = Color(1, 1, 1, 0)
  7. albedo_texture = ExtResource("2")
  8. metallic = 1.0
  9. roughness = 0.62
  10. normal_enabled = true
  11. normal_texture = ExtResource("3")
  12. ao_enabled = true
  13. ao_texture = ExtResource("1")
  14. refraction_enabled = true
  15. refraction_scale = 0.04
  16. texture_filter = 5