mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
16 lines
534 B
Plaintext
16 lines
534 B
Plaintext
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://c5rscmg750g8c"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://crxficjc4jmph" path="res://test_materials/aluminium_albedo.png" id="1"]
|
|
[ext_resource type="Texture2D" uid="uid://bsgtkgxaf7u37" path="res://test_materials/aluminium_normal.png" id="2"]
|
|
|
|
[resource]
|
|
albedo_texture = ExtResource("1")
|
|
metallic = 0.59
|
|
roughness = 0.4
|
|
normal_enabled = true
|
|
normal_scale = 0.21
|
|
normal_texture = ExtResource("2")
|
|
anisotropy_enabled = true
|
|
anisotropy = 0.95
|
|
texture_filter = 5
|