mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
22 lines
783 B
Plaintext
22 lines
783 B
Plaintext
[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://dtui5o3potpen"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bayryamoxiov5" path="res://test_materials/wool_depth.png" id="1"]
|
|
[ext_resource type="Texture2D" uid="uid://b0t0oeh8bp1iv" path="res://test_materials/wool_normal.png" id="2"]
|
|
[ext_resource type="Texture2D" uid="uid://bmdw1rtlv8ij3" path="res://test_materials/wool_albedo.png" id="3"]
|
|
|
|
[resource]
|
|
albedo_texture = ExtResource("3")
|
|
metallic = 0.1
|
|
roughness = 0.77
|
|
normal_enabled = true
|
|
normal_scale = 0.3
|
|
normal_texture = ExtResource("2")
|
|
heightmap_enabled = true
|
|
heightmap_scale = 6.0
|
|
heightmap_deep_parallax = true
|
|
heightmap_min_layers = 4
|
|
heightmap_max_layers = 16
|
|
heightmap_texture = ExtResource("1")
|
|
heightmap_flip_texture = true
|
|
texture_filter = 5
|