interaction base
This commit is contained in:
parent
3a6da57079
commit
2f559639fb
21 changed files with 134 additions and 49 deletions
|
|
@ -1,7 +0,0 @@
|
|||
[gd_resource type="ORMMaterial3D" format=3 uid="uid://glk2rfkn4vcu"]
|
||||
|
||||
[resource]
|
||||
transparency = 4
|
||||
cull_mode = 2
|
||||
albedo_color = Color(1, 1, 1, 0.3882353)
|
||||
clearcoat_enabled = true
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://be2l68by8md8t"]
|
||||
|
||||
[resource]
|
||||
transparency = 4
|
||||
cull_mode = 2
|
||||
albedo_color = Color(1, 1, 1, 0.2784314)
|
||||
clearcoat_enabled = true
|
||||
8
assets/materials/mat_glass.tres
Normal file
8
assets/materials/mat_glass.tres
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://64m17act0kwu"]
|
||||
|
||||
[resource]
|
||||
resource_name = "mat_glass"
|
||||
transparency = 4
|
||||
cull_mode = 2
|
||||
albedo_color = Color(0.9063318, 0.9063318, 0.9063318, 0.25)
|
||||
roughness = 0.0
|
||||
Binary file not shown.
|
|
@ -3,13 +3,13 @@
|
|||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://cybcaqajfr5jx"
|
||||
path="res://.godot/imported/flask.glb-2126b3646c073a6ae7a51eae46cf2a4b.scn"
|
||||
uid="uid://b6ydpkle2ol20"
|
||||
path="res://.godot/imported/FlaskNew.glb-8b6f6d6281f698dfdf4a2cc330807ea4.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/models/flask.glb"
|
||||
dest_files=["res://.godot/imported/flask.glb-2126b3646c073a6ae7a51eae46cf2a4b.scn"]
|
||||
source_file="res://assets/models/FlaskNew.glb"
|
||||
dest_files=["res://.godot/imported/FlaskNew.glb-8b6f6d6281f698dfdf4a2cc330807ea4.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
@ -39,9 +39,10 @@ materials/extract_format=0
|
|||
materials/extract_path=""
|
||||
_subresources={
|
||||
"materials": {
|
||||
"@MATERIAL:0": {
|
||||
"mat_glass": {
|
||||
"use_external/enabled": true,
|
||||
"use_external/path": "uid://glk2rfkn4vcu"
|
||||
"use_external/fallback_path": "res://assets/materials/mat_glass.tres",
|
||||
"use_external/path": "uid://64m17act0kwu"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue