mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
[gd_resource type="StandardMaterial3D" load_steps=6 format=3 uid="uid://du6ft6yfao0r4"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bhpocgu30uhmu" path="res://test_materials/texture_rock_normal.png" id="1"]
|
|
[ext_resource type="Texture2D" uid="uid://dyvdrh20pjsea" path="res://test_materials/texture_rock_depth.png" id="2"]
|
|
[ext_resource type="Texture2D" uid="uid://c5flrng1fcxoc" path="res://test_materials/texture_rock_ao.png" id="3"]
|
|
[ext_resource type="Texture2D" uid="uid://bjg6ppo1v3bko" path="res://test_materials/texture_rock_metal.png" id="4"]
|
|
[ext_resource type="Texture2D" uid="uid://b3vqthg0vq0c4" path="res://test_materials/texture_rock_albedo.png" id="5"]
|
|
|
|
[resource]
|
|
albedo_texture = ExtResource("5")
|
|
metallic = 0.86
|
|
metallic_texture = ExtResource("4")
|
|
roughness = 0.47
|
|
normal_enabled = true
|
|
normal_texture = ExtResource("1")
|
|
ao_enabled = true
|
|
ao_light_affect = 1.0
|
|
ao_texture = ExtResource("3")
|
|
heightmap_enabled = true
|
|
heightmap_scale = 8.0
|
|
heightmap_deep_parallax = true
|
|
heightmap_min_layers = 4
|
|
heightmap_max_layers = 16
|
|
heightmap_texture = ExtResource("2")
|
|
heightmap_flip_texture = true
|
|
texture_filter = 5
|