mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
11 lines
343 B
Plaintext
11 lines
343 B
Plaintext
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://b5o82t7sqppf1"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://3dlfqtj6co1p" path="res://models/white_wood.png" id="1"]
|
|
|
|
[resource]
|
|
resource_name = "Material"
|
|
albedo_color = Color(0.564706, 0.34902, 1, 1)
|
|
albedo_texture = ExtResource("1")
|
|
roughness = 0.75
|
|
texture_filter = 5
|