12345678910111213141516 |
- [gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://68rvwiamrckm"]
- [ext_resource type="Texture2D" uid="uid://dyyjawpfnrh0w" path="res://materials/textures/glass_normal.tres" id="1_ulrqn"]
- [ext_resource type="Texture2D" uid="uid://cd8ptni1nkv0a" path="res://materials/textures/glass_refraction.tres" id="2_ggkhk"]
- [resource]
- transparency = 1
- albedo_color = Color(0.423529, 0.517647, 0.623529, 0.627451)
- roughness = 0.3
- normal_enabled = true
- normal_scale = 2.0
- normal_texture = ExtResource("1_ulrqn")
- refraction_enabled = true
- refraction_texture = ExtResource("2_ggkhk")
- uv1_world_triplanar = true
- texture_filter = 5
|