72 lines
3.2 KiB
Plaintext
72 lines
3.2 KiB
Plaintext
[gd_scene load_steps=13 format=3 uid="uid://0ammn4ociseh"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c7epqfbtlldeq" path="res://assets/picture/freepik_snake_plant_painting_trans_back.png" id="1_tbikp"]
|
|
[ext_resource type="Texture2D" uid="uid://ue5eee631uic" path="res://assets/textures/stone_rocks/ambeintCG_Clay001_1K-PNG/Clay001_1K-PNG_Color.png" id="2_c12b8"]
|
|
[ext_resource type="Texture2D" uid="uid://gat7htvdapsp" path="res://assets/textures/ground/Ground048/Ground048_1K-PNG_Color.png" id="2_ovd88"]
|
|
[ext_resource type="Texture2D" uid="uid://6uiw2k5ucl1h" path="res://assets/textures/stone_rocks/ambeintCG_Clay001_1K-PNG/Clay001_1K-PNG_NormalGL.png" id="3_naptl"]
|
|
[ext_resource type="Texture2D" uid="uid://ryaim1unb321" path="res://assets/textures/ground/Ground048/Ground048_1K-PNG_AmbientOcclusion.png" id="3_xlnh7"]
|
|
[ext_resource type="Texture2D" uid="uid://ddkfxln16wgur" path="res://assets/textures/ground/Ground048/Ground048_1K-PNG_NormalGL.png" id="4_e2yb3"]
|
|
[ext_resource type="Texture2D" uid="uid://urtllcvum86g" path="res://assets/textures/stone_rocks/ambeintCG_Clay001_1K-PNG/Clay001_1K-PNG_Roughness.png" id="4_nlixk"]
|
|
[ext_resource type="Texture2D" uid="uid://bcl0sorkyxttg" path="res://assets/textures/ground/Ground048/Ground048_1K-PNG_Roughness.png" id="5_c12b8"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hki3c"]
|
|
transparency = 1
|
|
albedo_texture = ExtResource("1_tbikp")
|
|
billboard_mode = 2
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_p0oth"]
|
|
material = SubResource("StandardMaterial3D_hki3c")
|
|
size = Vector2(4, 4)
|
|
center_offset = Vector3(0.2, 1.7, 0)
|
|
orientation = 2
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lfy4t"]
|
|
albedo_texture = ExtResource("2_c12b8")
|
|
roughness_texture = ExtResource("4_nlixk")
|
|
normal_enabled = true
|
|
normal_texture = ExtResource("3_naptl")
|
|
uv1_triplanar = true
|
|
uv1_world_triplanar = true
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_p0oth"]
|
|
albedo_texture = ExtResource("2_ovd88")
|
|
roughness_texture = ExtResource("5_c12b8")
|
|
normal_enabled = true
|
|
normal_texture = ExtResource("4_e2yb3")
|
|
ao_enabled = true
|
|
ao_texture = ExtResource("3_xlnh7")
|
|
uv1_triplanar = true
|
|
uv1_world_triplanar = true
|
|
|
|
[node name="Snake_Plant" type="MeshInstance3D"]
|
|
mesh = SubResource("PlaneMesh_p0oth")
|
|
|
|
[node name="Pot" type="CSGCylinder3D" parent="."]
|
|
transform = Transform3D(2, 0, 0, 0, -2, -1.7484555e-07, 0, 1.7484555e-07, -2, 0, -0.8525221, 0)
|
|
use_collision = true
|
|
radius = 0.3
|
|
height = 1.0
|
|
sides = 64
|
|
cone = true
|
|
material = SubResource("StandardMaterial3D_lfy4t")
|
|
|
|
[node name="Pot_Bottom_Shaper" type="CSGBox3D" parent="Pot"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1454834, -2.0721949e-09)
|
|
operation = 2
|
|
size = Vector3(1, 0.66162694, 1)
|
|
material = SubResource("StandardMaterial3D_lfy4t")
|
|
|
|
[node name="Dirt" type="CSGCylinder3D" parent="Pot"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.451436, -3.946579e-08)
|
|
radius = 0.25
|
|
height = 0.1
|
|
sides = 64
|
|
material = SubResource("StandardMaterial3D_p0oth")
|
|
|
|
[node name="Pot_lip" type="CSGCylinder3D" parent="Pot"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.47308648, -1.12121384e-07)
|
|
radius = 0.32
|
|
height = 0.052703857
|
|
sides = 64
|
|
material = SubResource("StandardMaterial3D_lfy4t")
|