mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-29 18:21:15 +00:00
Models
This commit is contained in:
parent
52756defba
commit
c0a1853468
39 changed files with 1100 additions and 521 deletions
18
3D/BlockbenchModels/Furniture/material_0.tres
Normal file
18
3D/BlockbenchModels/Furniture/material_0.tres
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://dkm63lbd1l15a"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://diiwt6bwwy3fq" path="res://3D/BlockbenchModels/Furniture/Computer_Tower_0.png" id="1_3pa6k"]
|
||||
[ext_resource type="Texture2D" uid="uid://m7w6m3v8tw3c" path="res://3D/BlockbenchModels/Furniture/Computer_Tower_Texture_emission.png" id="2_j7llm"]
|
||||
|
||||
[resource]
|
||||
resource_name = "material_0"
|
||||
transparency = 2
|
||||
alpha_scissor_threshold = 0.05
|
||||
alpha_antialiasing_mode = 0
|
||||
cull_mode = 2
|
||||
albedo_texture = ExtResource("1_3pa6k")
|
||||
emission_enabled = true
|
||||
emission = Color(0.221902, 0.221902, 0.221902, 1)
|
||||
emission_operator = 1
|
||||
emission_texture = ExtResource("2_j7llm")
|
||||
texture_filter = 0
|
||||
texture_repeat = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue