mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 21:03: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
13
3D/BlockbenchModels/Tubes/material_0.tres
Normal file
13
3D/BlockbenchModels/Tubes/material_0.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://bmu6acg1n4ma2"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://kjrriwty2h3e" path="res://3D/BlockbenchModels/Tubes/Tube_Straight_0.png" id="1_1vxi0"]
|
||||
|
||||
[resource]
|
||||
resource_name = "material_0"
|
||||
transparency = 2
|
||||
alpha_scissor_threshold = 0.05
|
||||
alpha_antialiasing_mode = 0
|
||||
cull_mode = 2
|
||||
albedo_texture = ExtResource("1_1vxi0")
|
||||
texture_filter = 0
|
||||
texture_repeat = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue