rock_mat.tres 873 B

123456789101112131415161718192021222324252627
  1. [gd_resource type="SpatialMaterial" load_steps=5 format=2]
  2. [ext_resource path="res://lunar-rock/lunar_rock2_albedo.png" type="Texture" id=1]
  3. [ext_resource path="res://lunar-rock/lunar_rock2_ao.png" type="Texture" id=2]
  4. [ext_resource path="res://lunar-rock/lunar_rock2_Height.png" type="Texture" id=3]
  5. [ext_resource path="res://lunar-rock/lunar_rock2_Normal-ogl.png" type="Texture" id=4]
  6. [resource]
  7. albedo_color = Color( 0.643137, 0.643137, 0.643137, 1 )
  8. albedo_texture = ExtResource( 1 )
  9. normal_enabled = true
  10. normal_scale = 1.0
  11. normal_texture = ExtResource( 4 )
  12. ao_enabled = true
  13. ao_light_affect = 0.0
  14. ao_texture = ExtResource( 2 )
  15. ao_on_uv2 = false
  16. ao_texture_channel = 4
  17. depth_enabled = true
  18. depth_scale = 0.05
  19. depth_deep_parallax = true
  20. depth_min_layers = 8
  21. depth_max_layers = 32
  22. depth_flip_tangent = false
  23. depth_flip_binormal = true
  24. depth_texture = ExtResource( 3 )