mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
25 lines
1007 B
Plaintext
25 lines
1007 B
Plaintext
[gd_resource type="StandardMaterial3D" load_steps=5 format=3 uid="uid://b3xdajgmx5eni"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dcs8ktsstj26x" path="res://test_materials/texture_cheese_albedo.png" id="1"]
|
|
[ext_resource type="Texture2D" uid="uid://ceh4mof3umci0" path="res://test_materials/texture_cheese_depth.png" id="2"]
|
|
[ext_resource type="Texture2D" uid="uid://tno1wg3tblfe" path="res://test_materials/texture_cheese_ao.png" id="3"]
|
|
[ext_resource type="Texture2D" uid="uid://byfhqexx0qu7n" path="res://test_materials/texture_cheese_normal.png" id="4"]
|
|
|
|
[resource]
|
|
albedo_texture = ExtResource("1")
|
|
roughness = 0.64
|
|
normal_enabled = true
|
|
normal_texture = ExtResource("4")
|
|
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
|
|
subsurf_scatter_enabled = true
|
|
subsurf_scatter_strength = 0.37
|