mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 21:43:47 +00:00
Fixed material PBR properties
This commit is contained in:
parent
5e54f96592
commit
3cf71e5c56
30 changed files with 1001 additions and 710 deletions
|
|
@ -0,0 +1,15 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://f4mxc3jmwyop"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b27u3rwvbo8n1" path="res://3D/BlockbenchModels/Tubes/Tube_Straight_Long_0.png" id="1_dcqo1"]
|
||||
|
||||
[resource]
|
||||
resource_name = "material_0"
|
||||
transparency = 2
|
||||
alpha_scissor_threshold = 0.05
|
||||
alpha_antialiasing_mode = 0
|
||||
cull_mode = 2
|
||||
albedo_texture = ExtResource("1_dcqo1")
|
||||
metallic = 0.28
|
||||
metallic_specular = 0.24
|
||||
texture_filter = 0
|
||||
texture_repeat = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue