mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-05 08:51:17 +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,13 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://c73xq3mckpawx"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://8y275ku8qsh5" path="res://textures/Various/Floor_rough_test.png" id="1_vcwlg"]
|
||||
[ext_resource type="Texture2D" uid="uid://bth1o5hi322rh" path="res://textures/Various/Floor_rough_test_roughness.png" id="2_gu125"]
|
||||
|
||||
[resource]
|
||||
albedo_texture = ExtResource("1_vcwlg")
|
||||
metallic = 0.36
|
||||
metallic_specular = 0.0
|
||||
roughness = 0.1
|
||||
roughness_texture = ExtResource("2_gu125")
|
||||
roughness_texture_channel = 4
|
||||
texture_filter = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue