diff --git a/assets/Gardener/greenhouse.tres b/assets/Gardener/greenhouse.tres index 6f90d52..629eecc 100644 --- a/assets/Gardener/greenhouse.tres +++ b/assets/Gardener/greenhouse.tres @@ -82,12 +82,14 @@ metadata/class = "Greenhouse_LODVariant" [sub_resource type="Resource" id="Resource_n7bfa"] resource_name = "Greenhouse_LODVariant" script = ExtResource("1_bm2ld") +spawned_spatial = ExtResource("5_2jjj0") cast_shadow = 1 metadata/class = "Greenhouse_LODVariant" [sub_resource type="Resource" id="Resource_dwxoi"] resource_name = "Greenhouse_LODVariant" script = ExtResource("1_bm2ld") +spawned_spatial = ExtResource("5_2jjj0") cast_shadow = 1 metadata/class = "Greenhouse_LODVariant" @@ -95,7 +97,7 @@ metadata/class = "Greenhouse_LODVariant" resource_name = "Greenhouse_Plant" script = ExtResource("3_mbrvh") mesh/mesh_LOD_variants = [SubResource("Resource_0o4o0"), SubResource("Resource_n7bfa"), SubResource("Resource_dwxoi")] -mesh/selected_for_edit_resource = SubResource("Resource_0o4o0") +mesh/selected_for_edit_resource = SubResource("Resource_dwxoi") mesh/mesh_LOD_max_distance = 1000.0 mesh/mesh_LOD_kill_distance = -1.0 mesh/mesh_LOD_max_capacity = 75 @@ -104,7 +106,7 @@ octree/octree_reconfigure_button = false octree/octree_recenter_button = false density/density_per_units = 100.0 scale/scale_scaling_type = 4 -scale/scale_range = [Vector3(2, 2, 2), Vector3(3, 3, 3)] +scale/scale_range = [Vector3(2, 2, 2), Vector3(4, 4, 4)] up_vector/up_vector_primary_type = 2 up_vector/up_vector_primary = Vector3(0, 0, 0) up_vector/up_vector_secondary_type = 2 @@ -139,5 +141,5 @@ metadata/class = "Greenhouse_PlantState" resource_name = "Greenhouse" script = ExtResource("1_hmwua") plant_types/greenhouse_plant_states = [SubResource("Resource_8c4ux"), SubResource("Resource_1idl1")] -plant_types/selected_for_edit_resource = SubResource("Resource_8c4ux") +plant_types/selected_for_edit_resource = SubResource("Resource_1idl1") metadata/class = "Greenhouse" diff --git a/assets/Models/textures/tree1.bark.albedooverlay.001.png.import b/assets/Models/textures/tree1.bark.albedooverlay.001.png.import index a6dc7df..cd4e3c9 100644 --- a/assets/Models/textures/tree1.bark.albedooverlay.001.png.import +++ b/assets/Models/textures/tree1.bark.albedooverlay.001.png.import @@ -3,25 +3,26 @@ importer="texture" type="CompressedTexture2D" uid="uid://cuokbqee2ob4o" -path="res://.godot/imported/tree1.bark.albedooverlay.001.png-9bdcd1b172884ac9d4d73100a3661788.ctex" +path.s3tc="res://.godot/imported/tree1.bark.albedooverlay.001.png-9bdcd1b172884ac9d4d73100a3661788.s3tc.ctex" metadata={ -"vram_texture": false +"imported_formats": ["s3tc_bptc"], +"vram_texture": true } [deps] source_file="res://assets/Models/textures/tree1.bark.albedooverlay.001.png" -dest_files=["res://.godot/imported/tree1.bark.albedooverlay.001.png-9bdcd1b172884ac9d4d73100a3661788.ctex"] +dest_files=["res://.godot/imported/tree1.bark.albedooverlay.001.png-9bdcd1b172884ac9d4d73100a3661788.s3tc.ctex"] [params] -compress/mode=0 +compress/mode=2 compress/high_quality=false compress/lossy_quality=0.7 compress/hdr_compression=1 compress/normal_map=0 compress/channel_pack=0 -mipmaps/generate=false +mipmaps/generate=true mipmaps/limit=-1 roughness/mode=0 roughness/src_normal="" @@ -31,4 +32,4 @@ process/normal_map_invert_y=false process/hdr_as_srgb=false process/hdr_clamp_exposure=false process/size_limit=0 -detect_3d/compress_to=1 +detect_3d/compress_to=0 diff --git a/blunderbus.tscn b/blunderbus.tscn index 9cb0195..e3a4d0c 100644 --- a/blunderbus.tscn +++ b/blunderbus.tscn @@ -16,6 +16,7 @@ [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hc8kj"] resource_name = "blunderbus.stock" cull_mode = 2 +diffuse_mode = 3 albedo_texture = ExtResource("3_4fcbv") roughness_texture = ExtResource("5_adrdr") roughness_texture_channel = 1 @@ -27,8 +28,9 @@ texture_filter = 2 [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_211mx"] resource_name = "blunderbus.metal" cull_mode = 2 +diffuse_mode = 3 albedo_texture = ExtResource("3_5l523") -metallic = 1.0 +metallic = 0.9 roughness_texture = ExtResource("6_x42cq") roughness_texture_channel = 4 normal_enabled = true diff --git a/project.godot b/project.godot index ffbe6c6..f11b987 100644 --- a/project.godot +++ b/project.godot @@ -35,7 +35,7 @@ version_control/autoload_on_startup=true [editor_plugins] -enabled=PackedStringArray("res://addons/dreadpon.spatial_gardener/plugin.cfg", "res://addons/terrain_3d/plugin.cfg") +enabled=PackedStringArray("res://addons/dreadpon.spatial_gardener/plugin.cfg") [global_group] diff --git a/scenes/asset_checker.tscn b/scenes/asset_checker.tscn index 10e3251..5ed674c 100644 --- a/scenes/asset_checker.tscn +++ b/scenes/asset_checker.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=115 format=4 uid="uid://f7e0v1r6ra6c"] +[gd_scene load_steps=43 format=4 uid="uid://f7e0v1r6ra6c"] [ext_resource type="Script" path="res://scripts/LevelManager.gd" id="1_saj4q"] [ext_resource type="PackedScene" uid="uid://b5eclfg0cmmal" path="res://assets/revolver_1.tscn" id="2_ntm2q"] @@ -22,13 +22,7 @@ [ext_resource type="Texture2D" uid="uid://caboww85wl3r3" path="res://assets/Models/rat1.roughness.png" id="20_p1ixv"] [ext_resource type="Texture2D" uid="uid://ch863c8gv6ec5" path="res://assets/Models/rat1.normal.png" id="21_1uqck"] [ext_resource type="Texture2D" uid="uid://4hcotl7lxuph" path="res://assets/Models/rat1.skin.albedo.png" id="22_e4prk"] -[ext_resource type="Script" path="res://addons/dreadpon.spatial_gardener/gardener/gardener.gd" id="23_fmbc6"] -[ext_resource type="Script" path="res://addons/dreadpon.spatial_gardener/arborist/arborist.gd" id="24_175yh"] -[ext_resource type="Script" path="res://addons/dreadpon.spatial_gardener/greenhouse/greenhouse_LOD_variant.gd" id="25_loccy"] [ext_resource type="PackedScene" uid="uid://dnp82dlhlnj6i" path="res://assets/grass_1.tscn" id="26_mh2xu"] -[ext_resource type="ArrayMesh" uid="uid://tdlko6ar1uhq" path="res://assets/Models/Foliage/Grass/grass1_lod0.mesh" id="26_o4ua8"] -[ext_resource type="Script" path="res://addons/dreadpon.spatial_gardener/arborist/mmi_octree/mmi_octree_node.gd" id="27_p5odv"] -[ext_resource type="Script" path="res://addons/dreadpon.spatial_gardener/arborist/mmi_octree/mmi_octree_manager.gd" id="28_2hhn4"] [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_py8au"] @@ -302,1059 +296,6 @@ _surfaces = [{ blend_shape_mode = 0 shadow_mesh = SubResource("ArrayMesh_7g1e1") -[sub_resource type="Resource" id="Resource_kp7vx"] -resource_name = "Greenhouse_LODVariant" -script = ExtResource("25_loccy") -mesh = ExtResource("26_o4ua8") -spawned_spatial = ExtResource("26_mh2xu") -cast_shadow = 1 -metadata/class = "Greenhouse_LODVariant" - -[sub_resource type="Resource" id="Resource_oinnt"] -resource_name = "Greenhouse_LODVariant" -script = ExtResource("25_loccy") -cast_shadow = 1 -metadata/class = "Greenhouse_LODVariant" - -[sub_resource type="Resource" id="Resource_3ie2a"] -resource_name = "Greenhouse_LODVariant" -script = ExtResource("25_loccy") -cast_shadow = 1 -metadata/class = "Greenhouse_LODVariant" - -[sub_resource type="Resource" id="Resource_7gkas"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 0 -is_leaf = true -center_pos = Vector3(13.3373, -13.46, -27.67) -extent = 4.59739 -bounds = AABB(8.73986, -18.0574, -32.2674, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_6vox1"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 1 -is_leaf = true -center_pos = Vector3(13.3373, -13.46, -18.4753) -extent = 4.59739 -bounds = AABB(8.73986, -18.0574, -23.0727, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D10" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_k2lyv"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AgYHAwYCBwMHAwYGBgcHAgcHBwMCBgYGBgcHBwcHBgcHBgcH") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 2 -is_leaf = true -center_pos = Vector3(13.3373, -4.26526, -27.67) -extent = 4.59739 -bounds = AABB(8.73986, -8.86265, -32.2674, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D11" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_enpqf"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AgIGBgYGBgcGBwMDBgIGAgMHAwcHAwcGBgYHBwcHBgcH") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 3 -is_leaf = true -center_pos = Vector3(13.3373, -4.26526, -18.4753) -extent = 4.59739 -bounds = AABB(8.73986, -8.86265, -23.0727, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D12" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_p6p1m"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 4 -is_leaf = true -center_pos = Vector3(22.532, -13.46, -27.67) -extent = 4.59739 -bounds = AABB(17.9346, -18.0574, -32.2674, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D13" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_gbu4a"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 5 -is_leaf = true -center_pos = Vector3(22.532, -13.46, -18.4753) -extent = 4.59739 -bounds = AABB(17.9346, -18.0574, -23.0727, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D14" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_1tte1"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AgICAgICAgcCAwIDAgMDAwMDAwIDAwMGBgYGBgcHBwcHBwcHBgcGBw==") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 6 -is_leaf = true -center_pos = Vector3(22.532, -4.26526, -27.67) -extent = 4.59739 -bounds = AABB(17.9346, -8.86265, -32.2674, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D15" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_m5wg7"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AgICAgIGBgYGBgYDAgMDAwMDAgIDAwMCBgMGAwMDAwMGBwcGBwcHBgcHBwYGBgcHBwc=") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 7 -is_leaf = true -center_pos = Vector3(22.532, -4.26526, -18.4753) -extent = 4.59739 -bounds = AABB(17.9346, -8.86265, -23.0727, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D16" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_noojc"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [SubResource("Resource_7gkas"), SubResource("Resource_6vox1"), SubResource("Resource_k2lyv"), SubResource("Resource_enpqf"), SubResource("Resource_p6p1m"), SubResource("Resource_gbu4a"), SubResource("Resource_1tte1"), SubResource("Resource_m5wg7")] -max_members = 75 -min_leaf_extent = 1.0 -octant = 0 -is_leaf = false -center_pos = Vector3(17.9346, -8.86265, -23.0727) -extent = 9.19479 -bounds = AABB(8.73986, -18.0574, -32.2674, 18.3896, 18.3896, 18.3896) -max_bounds_to_center_dist = 15.9258 -min_bounds_to_center_dist = 9.19479 -active_LOD_index = 0 -MMI_name = "" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_u5vba"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 0 -is_leaf = true -center_pos = Vector3(13.3373, -13.46, -9.28047) -extent = 4.59739 -bounds = AABB(8.73986, -18.0574, -13.8779, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D2" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_yj8o0"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 1 -is_leaf = true -center_pos = Vector3(13.3373, -13.46, -0.0856891) -extent = 4.59739 -bounds = AABB(8.73986, -18.0574, -4.68308, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D17" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_bvbs1"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("BwcHAwYCAwIGAwYDBgMHBwYGBgYGBgYGBgYHBwcHBw==") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 2 -is_leaf = true -center_pos = Vector3(13.3373, -4.26526, -9.28047) -extent = 4.59739 -bounds = AABB(8.73986, -8.86265, -13.8779, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D19" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_t1gkp"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("BwMHBgYHBgMHBgYGBwMGBgYGBwYHBwcHBwc=") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 3 -is_leaf = true -center_pos = Vector3(13.3373, -4.26526, -0.0856891) -extent = 4.59739 -bounds = AABB(8.73986, -8.86265, -4.68308, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D20" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_5gcsb"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 4 -is_leaf = true -center_pos = Vector3(22.532, -13.46, -9.28047) -extent = 4.59739 -bounds = AABB(17.9346, -18.0574, -13.8779, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D21" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_qcipv"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 5 -is_leaf = true -center_pos = Vector3(22.532, -13.46, -0.0856891) -extent = 4.59739 -bounds = AABB(17.9346, -18.0574, -4.68308, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D22" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_475ss"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AgIDAwIDAwICBgICAgMCBgMDAgICAwMDAwMDAwMDAwYGBgYHBwYHBwYHBgYGBwcHBwcH") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 6 -is_leaf = true -center_pos = Vector3(22.532, -4.26526, -9.28047) -extent = 4.59739 -bounds = AABB(17.9346, -8.86265, -13.8779, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D23" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_lbcmd"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AgYCAgICAgMCAgICAgMDAgIGBwICAgMDAwMDAwMDAwMGBgYGBgYGBgYGBgYGBwcHBwcHBwcHBwc=") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 7 -is_leaf = true -center_pos = Vector3(22.532, -4.26526, -0.0856891) -extent = 4.59739 -bounds = AABB(17.9346, -8.86265, -4.68308, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D24" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_orurv"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [SubResource("Resource_u5vba"), SubResource("Resource_yj8o0"), SubResource("Resource_bvbs1"), SubResource("Resource_t1gkp"), SubResource("Resource_5gcsb"), SubResource("Resource_qcipv"), SubResource("Resource_475ss"), SubResource("Resource_lbcmd")] -max_members = 75 -min_leaf_extent = 1.0 -octant = 1 -is_leaf = false -center_pos = Vector3(17.9346, -8.86265, -4.68308) -extent = 9.19479 -bounds = AABB(8.73986, -18.0574, -13.8779, 18.3896, 18.3896, 18.3896) -max_bounds_to_center_dist = 15.9258 -min_bounds_to_center_dist = 9.19479 -active_LOD_index = 0 -MMI_name = "" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_f7wm3"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 2 -is_leaf = true -center_pos = Vector3(17.9346, 9.52692, -23.0727) -extent = 9.19479 -bounds = AABB(8.73986, 0.332137, -32.2674, 18.3896, 18.3896, 18.3896) -max_bounds_to_center_dist = 15.9258 -min_bounds_to_center_dist = 9.19479 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D4" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_b4mv6"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 3 -is_leaf = true -center_pos = Vector3(17.9346, 9.52692, -4.68308) -extent = 9.19479 -bounds = AABB(8.73986, 0.332137, -13.8779, 18.3896, 18.3896, 18.3896) -max_bounds_to_center_dist = 15.9258 -min_bounds_to_center_dist = 9.19479 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D5" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_n32v8"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 0 -is_leaf = true -center_pos = Vector3(31.7268, -13.46, -27.67) -extent = 4.59739 -bounds = AABB(27.1294, -18.0574, -32.2674, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D3" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_k6ggr"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 1 -is_leaf = true -center_pos = Vector3(31.7268, -13.46, -18.4753) -extent = 4.59739 -bounds = AABB(27.1294, -18.0574, -23.0727, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D25" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_jjvwb"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AgICAgICAgICAgIDAwMDAwMDAwMGBgYCBgYCBgYGBgYGBgcGAgcHBwcHBwcHAwcHBwcHBwY=") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 2 -is_leaf = true -center_pos = Vector3(31.7268, -4.26526, -27.67) -extent = 4.59739 -bounds = AABB(27.1294, -8.86265, -32.2674, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D26" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_tllys"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AgICAgICAgYGBgYGBgMDAwMDAgIDAwMCAgIDAwMDBwcGBgcHBwcGBgcHBgYGBgYHBwcH") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 3 -is_leaf = true -center_pos = Vector3(31.7268, -4.26526, -18.4753) -extent = 4.59739 -bounds = AABB(27.1294, -8.86265, -23.0727, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D27" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_ke447"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 4 -is_leaf = true -center_pos = Vector3(40.9216, -13.46, -27.67) -extent = 4.59739 -bounds = AABB(36.3242, -18.0574, -32.2674, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D28" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_towbt"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 5 -is_leaf = true -center_pos = Vector3(40.9216, -13.46, -18.4753) -extent = 4.59739 -bounds = AABB(36.3242, -18.0574, -23.0727, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D29" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_utvkl"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AgICAgICAgMCAwMDAgMDAwMCAgIGBgYCAgICBwMHBwMDBgcCAwMC") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 6 -is_leaf = true -center_pos = Vector3(40.9216, -4.26526, -27.67) -extent = 4.59739 -bounds = AABB(36.3242, -8.86265, -32.2674, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D30" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_3c65d"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AgICAgICAwMDAgIHAwcGAwIHAgMDBwY=") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 7 -is_leaf = true -center_pos = Vector3(40.9216, -4.26526, -18.4753) -extent = 4.59739 -bounds = AABB(36.3242, -8.86265, -23.0727, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D31" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_r0faa"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [SubResource("Resource_n32v8"), SubResource("Resource_k6ggr"), SubResource("Resource_jjvwb"), SubResource("Resource_tllys"), SubResource("Resource_ke447"), SubResource("Resource_towbt"), SubResource("Resource_utvkl"), SubResource("Resource_3c65d")] -max_members = 75 -min_leaf_extent = 1.0 -octant = 4 -is_leaf = false -center_pos = Vector3(36.3242, -8.86265, -23.0727) -extent = 9.19479 -bounds = AABB(27.1294, -18.0574, -32.2674, 18.3896, 18.3896, 18.3896) -max_bounds_to_center_dist = 15.9258 -min_bounds_to_center_dist = 9.19479 -active_LOD_index = 0 -MMI_name = "" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_2jpb4"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 0 -is_leaf = true -center_pos = Vector3(31.7268, -13.46, -9.28047) -extent = 4.59739 -bounds = AABB(27.1294, -18.0574, -13.8779, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D6" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_wv3ke"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 1 -is_leaf = true -center_pos = Vector3(31.7268, -13.46, -0.0856891) -extent = 4.59739 -bounds = AABB(27.1294, -18.0574, -4.68308, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D32" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_5kyef"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AgICAwMDAwICAgICAgIDAwMDAwMDAwYGBwcHBwcGBgIGBwYHBwcGBgcDBwcGBgYGBwcC") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 2 -is_leaf = true -center_pos = Vector3(31.7268, -4.26526, -9.28047) -extent = 4.59739 -bounds = AABB(27.1294, -8.86265, -13.8779, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D33" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_h3hmu"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AwICAgICAgIDAwICAwICAgMDAwMDAwMHBwcHBwcHBwcDBgYGBgYGBwcCBgYGBgYGBgYGBgI=") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 3 -is_leaf = true -center_pos = Vector3(31.7268, -4.26526, -0.0856891) -extent = 4.59739 -bounds = AABB(27.1294, -8.86265, -4.68308, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D34" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_sqhj0"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 4 -is_leaf = true -center_pos = Vector3(40.9216, -13.46, -9.28047) -extent = 4.59739 -bounds = AABB(36.3242, -18.0574, -13.8779, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D35" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_1vy0e"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 5 -is_leaf = true -center_pos = Vector3(40.9216, -13.46, -0.0856891) -extent = 4.59739 -bounds = AABB(36.3242, -18.0574, -4.68308, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D36" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_wsl5i"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AgIDAwMDAwICAwMCAgMCAgcDBwMGAwcHBgIHAwIGAgM=") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 6 -is_leaf = true -center_pos = Vector3(40.9216, -4.26526, -9.28047) -extent = 4.59739 -bounds = AABB(36.3242, -8.86265, -13.8779, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D37" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_8u6p2"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AwMDAwMHBwMDAwYDAwMGBgIGAgIGAgIDAgICAgICAg==") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 7 -is_leaf = true -center_pos = Vector3(40.9216, -4.26526, -0.0856891) -extent = 4.59739 -bounds = AABB(36.3242, -8.86265, -4.68308, 9.19479, 9.19479, 9.19479) -max_bounds_to_center_dist = 7.96292 -min_bounds_to_center_dist = 4.59739 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D38" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_hysaf"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [SubResource("Resource_2jpb4"), SubResource("Resource_wv3ke"), SubResource("Resource_5kyef"), SubResource("Resource_h3hmu"), SubResource("Resource_sqhj0"), SubResource("Resource_1vy0e"), SubResource("Resource_wsl5i"), SubResource("Resource_8u6p2")] -max_members = 75 -min_leaf_extent = 1.0 -octant = 5 -is_leaf = false -center_pos = Vector3(36.3242, -8.86265, -4.68308) -extent = 9.19479 -bounds = AABB(27.1294, -18.0574, -13.8779, 18.3896, 18.3896, 18.3896) -max_bounds_to_center_dist = 15.9258 -min_bounds_to_center_dist = 9.19479 -active_LOD_index = 0 -MMI_name = "" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_fcj7d"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 6 -is_leaf = true -center_pos = Vector3(36.3242, 9.52692, -23.0727) -extent = 9.19479 -bounds = AABB(27.1294, 0.332137, -32.2674, 18.3896, 18.3896, 18.3896) -max_bounds_to_center_dist = 15.9258 -min_bounds_to_center_dist = 9.19479 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D8" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_37tqu"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = 7 -is_leaf = true -center_pos = Vector3(36.3242, 9.52692, -4.68308) -extent = 9.19479 -bounds = AABB(27.1294, 0.332137, -13.8779, 18.3896, 18.3896, 18.3896) -max_bounds_to_center_dist = 15.9258 -min_bounds_to_center_dist = 9.19479 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D9" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_fqvbu"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array() -member_surface_normals = PackedVector3Array() -member_octants = PackedByteArray() -child_nodes = [SubResource("Resource_noojc"), SubResource("Resource_orurv"), SubResource("Resource_f7wm3"), SubResource("Resource_b4mv6"), SubResource("Resource_r0faa"), SubResource("Resource_hysaf"), SubResource("Resource_fcj7d"), SubResource("Resource_37tqu")] -max_members = 75 -min_leaf_extent = 1.0 -octant = -1 -is_leaf = false -center_pos = Vector3(27.1294, 0.332137, -13.8779) -extent = 18.3896 -bounds = AABB(8.73986, -18.0574, -32.2674, 36.7791, 36.7791, 36.7791) -max_bounds_to_center_dist = 31.8517 -min_bounds_to_center_dist = 18.3896 -active_LOD_index = 0 -MMI_name = "" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_egex3"] -resource_local_to_scene = true -resource_name = "MMIOctreeManager" -script = ExtResource("28_2hhn4") -root_octree_node = SubResource("Resource_fqvbu") -LOD_variants = Array[ExtResource("25_loccy")]([SubResource("Resource_kp7vx"), SubResource("Resource_oinnt"), SubResource("Resource_3ie2a")]) -LOD_max_distance = 1000.0 -LOD_kill_distance = -1.0 -metadata/class = "MMIOctreeManager" - -[sub_resource type="Resource" id="Resource_0o4o0"] -resource_name = "Greenhouse_LODVariant" -script = ExtResource("25_loccy") -spawned_spatial = ExtResource("9_ol3is") -cast_shadow = 1 -metadata/class = "Greenhouse_LODVariant" - -[sub_resource type="Resource" id="Resource_n7bfa"] -resource_name = "Greenhouse_LODVariant" -script = ExtResource("25_loccy") -cast_shadow = 1 -metadata/class = "Greenhouse_LODVariant" - -[sub_resource type="Resource" id="Resource_dwxoi"] -resource_name = "Greenhouse_LODVariant" -script = ExtResource("25_loccy") -cast_shadow = 1 -metadata/class = "Greenhouse_LODVariant" - -[sub_resource type="Resource" id="Resource_gufa1"] -resource_local_to_scene = true -resource_name = "MMIOctreeNode" -script = ExtResource("27_p5odv") -member_origin_offsets = PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) -member_surface_normals = PackedVector3Array(0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0) -member_octants = PackedByteArray("AAACBgAGAAYFBwEDAwEGBQQHBQE=") -child_nodes = [] -max_members = 75 -min_leaf_extent = 1.0 -octant = -1 -is_leaf = true -center_pos = Vector3(25.6546, 0.332136, -14.833) -extent = 16.7397 -bounds = AABB(8.91492, -16.4076, -31.5727, 33.4794, 33.4794, 33.4794) -max_bounds_to_center_dist = 28.994 -min_bounds_to_center_dist = 16.7397 -active_LOD_index = 0 -MMI_name = "MultiMeshInstance3D18" -metadata/class = "MMIOctreeNode" - -[sub_resource type="Resource" id="Resource_5t6ew"] -resource_local_to_scene = true -resource_name = "MMIOctreeManager" -script = ExtResource("28_2hhn4") -root_octree_node = SubResource("Resource_gufa1") -LOD_variants = Array[ExtResource("25_loccy")]([SubResource("Resource_0o4o0"), SubResource("Resource_n7bfa"), SubResource("Resource_dwxoi")]) -LOD_max_distance = 1000.0 -LOD_kill_distance = -1.0 -metadata/class = "MMIOctreeManager" - -[sub_resource type="MultiMesh" id="MultiMesh_p1sgm"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 36 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(-0.708637, 0, -0.705573, 11.9899, 0, 1, 0, 0.332136, 0.705573, 0, -0.708637, -31.8121, -0.26476, 0, -0.964314, 13.6645, 0, 1, 0, 0.332136, 0.964314, 0, -0.26476, -31.1124, 0.914323, 0, -0.404985, 13.4926, 0, 1, 0, 0.332136, 0.404985, 0, 0.914323, -23.9525, 0.461145, 0, -0.887325, 12.1187, 0, 1, 0, 0.332136, 0.887325, 0, 0.461145, -23.5902, 0.986516, 0, -0.163668, 13.6924, 0, 1, 0, 0.332136, 0.163668, 0, 0.986516, -28.5227, 0.0745331, 0, 0.997219, 11.9868, 0, 1, 0, 0.332136, -0.997219, 0, 0.0745331, -28.9154, -0.426669, 0, -0.904408, 13.753, 0, 1, 0, 0.332136, 0.904408, 0, -0.426669, -27.1062, 0.703019, 0, 0.711171, 12.3022, 0, 1, 0, 0.332136, -0.711171, 0, 0.703019, -27.5075, -0.999424, 0, -0.0339448, 13.5202, 0, 1, 0, 0.332136, 0.0339448, 0, -0.999424, -25.2478, 0.179243, 0, 0.983805, 12.1815, 0, 1, 0, 0.332136, -0.983805, 0, 0.179243, -25.541, 0.408273, 0, 0.91286, 14.9006, 0, 1, 0, 0.332136, -0.91286, 0, 0.408273, -30.8546, 0.175303, 0, 0.984515, 14.0438, 0, 1, 0, 0.332136, -0.984515, 0, 0.175303, -30.3814, -0.0934294, 0, 0.995626, 14.8529, 0, 1, 0, 0.332136, -0.995626, 0, -0.0934294, -29.5734, 0.705453, 0, 0.708757, 13.7075, 0, 1, 0, 0.332136, -0.708757, 0, 0.705453, -26.0234, 0.880494, 0, -0.474057, 13.8514, 0, 1, 0, 0.332136, 0.474057, 0, 0.880494, -24.2835, -0.591241, 0, -0.806495, 12.2826, 0, 1, 0, 0.332136, 0.806495, 0, -0.591241, -29.4542, -0.498278, 0, -0.867017, 14.4852, 0, 1, 0, 0.332136, 0.867017, 0, -0.498278, -26.2966, -0.905976, 0, 0.423329, 14.4575, 0, 1, 0, 0.332136, -0.423329, 0, -0.905976, -25.2314, -0.964304, 0, 0.264799, 14.0515, 0, 1, 0, 0.332136, -0.264799, 0, -0.964304, -23.9571, 0.193636, 0, -0.981073, 12.0518, 0, 1, 0, 0.332136, 0.981073, 0, 0.193636, -24.0478, -0.85706, 0, 0.515216, 13.0808, 0, 1, 0, 0.332136, -0.515216, 0, -0.85706, -29.6188, 0.831657, 0, -0.55529, 17.3528, 0, 1, 0, 0.332136, 0.55529, 0, 0.831657, -31.8974, -0.709525, 0, -0.70468, 15.1652, 0, 1, 0, 0.332136, 0.70468, 0, -0.709525, -32.2587, -0.298283, 0, -0.954477, 16.648, 0, 1, 0, 0.332136, 0.954477, 0, -0.298283, -30.1499, -0.828569, 0, -0.559888, 17.083, 0, 1, 0, 0.332136, 0.559888, 0, -0.828569, -29.7813, 0.999757, 0, -0.0220661, 15.0145, 0, 1, 0, 0.332136, 0.0220661, 0, 0.999757, -26.2947, -0.959992, 0, 0.280029, 15.1301, 0, 1, 0, 0.332136, -0.280029, 0, -0.959992, -27.206, 0.910214, 0, 0.414139, 17.1192, 0, 1, 0, 0.332136, -0.414139, 0, 0.910214, -25.5428, -0.911253, 0, -0.411847, 17.2812, 0, 1, 0, 0.332136, 0.411847, 0, -0.911253, -23.985, -0.798589, 0, 0.601877, 15.5313, 0, 1, 0, 0.332136, -0.601877, 0, -0.798589, -24.022, -0.221775, 0, 0.975098, 16.6556, 0, 1, 0, 0.332136, -0.975098, 0, -0.221775, -28.8459, -0.723284, 0, 0.690551, 16.5626, 0, 1, 0, 0.332136, -0.690551, 0, -0.723284, -27.3525, -0.99708, 0, 0.0763683, 16.9576, 0, 1, 0, 0.332136, -0.0763683, 0, -0.99708, -24.5487, -0.945997, 0, -0.324175, 15.1929, 0, 1, 0, 0.332136, 0.324175, 0, -0.945997, -28.4193, -0.517754, 0, -0.855529, 17.2265, 0, 1, 0, 0.332135, 0.855529, 0, -0.517754, -26.2435, -0.131126, 0, 0.991366, 15.6889, 0, 1, 0, 0.332136, -0.991366, 0, -0.131126, -25.123) - -[sub_resource type="MultiMesh" id="MultiMesh_v1wpc"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 33 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(-0.00291533, 0, 0.999996, 13.2897, 0, 1, 0, 0.332136, -0.999996, 0, -0.00291533, -22.137, 0.660691, 0, -0.750658, 12.1112, 0, 1, 0, 0.332135, 0.750658, 0, 0.660691, -22.0762, -0.298784, 0, -0.954321, 14.9034, 0, 1, 0, 0.332136, 0.954321, 0, -0.298784, -22.8418, 0.306316, 0, 0.95193, 14.0938, 0, 1, 0, 0.332136, -0.95193, 0, 0.306316, -22.7022, -0.847767, 0, 0.530369, 15.5052, 0, 1, 0, 0.332136, -0.530369, 0, -0.847767, -22.4275, -0.107117, 0, 0.994246, 17.0244, 0, 1, 0, 0.332136, -0.994246, 0, -0.107117, -22.0747, 0.724863, 0, -0.688893, 15.9818, 0, 1, 0, 0.332136, 0.688893, 0, 0.724863, -21.6245, 0.785859, 0, 0.618406, 14.3969, 0, 1, 0, 0.332136, -0.618406, 0, 0.785859, -15.6211, 0.998533, 0, -0.054155, 14.789, 0, 1, 0, 0.332137, 0.054155, 0, 0.998533, -20.4529, 0.979594, 0, -0.200984, 14.6532, 0, 1, 0, 0.332136, 0.200984, 0, 0.979594, -17.5964, -0.988001, 0, -0.15445, 11.9703, 0, 1, 0, 0.332136, 0.15445, 0, -0.988001, -17.7607, 0.998472, 0, 0.0552689, 12.7263, 0, 1, 0, 0.332136, -0.0552689, 0, 0.998472, -15.8167, -0.994579, 0, 0.103981, 13.5341, 0, 1, 0, 0.332136, -0.103981, 0, -0.994579, -20.9752, 0.999896, 0, 0.0144395, 11.9339, 0, 1, 0, 0.332136, -0.0144395, 0, 0.999896, -20.2946, -0.880818, 0, 0.473455, 13.6297, 0, 1, 0, 0.332136, -0.473455, 0, -0.880818, -19.3791, -0.83924, 0, -0.54376, 11.9019, 0, 1, 0, 0.332137, 0.54376, 0, -0.83924, -19.1235, 0.333034, 0, 0.942915, 13.278, 0, 1, 0, 0.332135, -0.942915, 0, 0.333034, -17.9569, -0.640172, 0, 0.768231, 14.783, 0, 1, 0, 0.332136, -0.768231, 0, -0.640172, -16.7264, 0.991516, 0, 0.129985, 12.532, 0, 1, 0, 0.332136, -0.129985, 0, 0.991516, -17.0859, 0.765872, 0, 0.642994, 13.5038, 0, 1, 0, 0.332136, -0.642994, 0, 0.765872, -16.3283, 0.665911, 0, 0.746032, 14.3776, 0, 1, 0, 0.332136, -0.746032, 0, 0.665911, -14.7529, 0.276707, 0, 0.960954, 12.5553, 0, 1, 0, 0.332136, -0.960954, 0, 0.276707, -14.2705, 0.664123, 0, 0.747624, 15.8553, 0, 1, 0, 0.332136, -0.747624, 0, 0.664123, -16.0325, -0.116974, 0, -0.993135, 16.8052, 0, 1, 0, 0.332136, 0.993135, 0, -0.116974, -20.933, 0.713379, 0, -0.700779, 17.1342, 0, 1, 0, 0.332136, 0.700779, 0, 0.713379, -19.3006, 0.767117, 0, 0.641507, 15.0552, 0, 1, 0, 0.332136, -0.641507, 0, 0.767117, -19.5212, 0.602932, 0, 0.797793, 16.565, 0, 1, 0, 0.332136, -0.797793, 0, 0.602932, -17.2799, -0.0815451, 0, 0.99667, 17.32, 0, 1, 0, 0.332136, -0.99667, 0, -0.0815451, -18.09, -0.653423, 0, -0.756993, 17.3275, 0, 1, 0, 0.332136, 0.756993, 0, -0.653423, -16.9301, -0.825947, 0, 0.563748, 15.7481, 0, 1, 0, 0.332136, -0.563748, 0, -0.825947, -18.0536, -0.170418, 0, -0.985372, 16.4986, 0, 1, 0, 0.332136, 0.985372, 0, -0.170418, -19.421, 0.513822, 0, -0.857897, 17.8402, 0, 1, 0, 0.332136, 0.857897, 0, 0.513822, -14.3778, -0.689317, 0, -0.72446, 16.6098, 0, 1, 0, 0.332136, 0.72446, 0, -0.689317, -14.542) - -[sub_resource type="MultiMesh" id="MultiMesh_exgf6"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 40 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(0.9966, 0, -0.0823902, 18.3346, 0, 1, 0, 0.332136, 0.0823902, 0, 0.9966, -31.0573, -0.962217, 0, 0.272285, 20.0655, 0, 1, 0, 0.332135, -0.272285, 0, -0.962217, -30.2551, 0.55114, 0, -0.834413, 18.328, 0, 1, 0, 0.332136, 0.834413, 0, 0.55114, -29.0077, -0.950658, 0, 0.31024, 18.481, 0, 1, 0, 0.332136, -0.31024, 0, -0.950658, -30.3657, 0.312474, 0, 0.949926, 20.5644, 0, 1, 0, 0.332136, -0.949926, 0, 0.312474, -29.8035, -0.366005, 0, -0.930613, 19.1905, 0, 1, 0, 0.332136, 0.930613, 0, -0.366005, -29.3807, 0.991343, 0, 0.131296, 21.8782, 0, 1, 0, 0.332135, -0.131296, 0, 0.991343, -29.7278, -0.173665, 0, -0.984805, 22.7159, 0, 1, 0, 0.332136, 0.984805, 0, -0.173665, -24.4101, 0.994442, 0, 0.105289, 18.4057, 0, 1, 0, 0.332136, -0.105289, 0, 0.994442, -28.0569, -0.31574, 0, -0.948846, 18.4363, 0, 1, 0, 0.332136, 0.948846, 0, -0.31574, -26.4819, 0.699528, 0, -0.714605, 20.2738, 0, 1, 0, 0.332136, 0.714605, 0, 0.699528, -28.5678, 0.393973, 0, 0.919122, 19.7362, 0, 1, 0, 0.332136, -0.919122, 0, 0.393973, -27.3209, 0.774601, 0, -0.63245, 21.7353, 0, 1, 0, 0.332136, 0.63245, 0, 0.774601, -28.6395, 0.493734, 0, -0.869613, 21.741, 0, 1, 0, 0.332136, 0.869613, 0, 0.493734, -27.1565, -0.576418, 0, -0.817155, 18.8774, 0, 1, 0, 0.332136, 0.817155, 0, -0.576418, -25.1966, 0.961121, 0, 0.276128, 18.6765, 0, 1, 0, 0.332136, -0.276128, 0, 0.961121, -23.5997, 0.223468, 0, -0.974711, 20.3501, 0, 1, 0, 0.332136, 0.974711, 0, 0.223468, -25.5565, 0.91889, 0, 0.394513, 21.9463, 0, 1, 0, 0.332136, -0.394513, 0, 0.91889, -23.9915, -0.439378, 0, 0.898302, 20.7243, 0, 1, 0, 0.332136, -0.898302, 0, -0.439378, -26.3585, 0.74518, 0, 0.666863, 18.9446, 0, 1, 0, 0.332136, -0.666863, 0, 0.74518, -28.3981, 0.481194, 0, 0.876614, 19.7785, 0, 1, 0, 0.332137, -0.876614, 0, 0.481194, -23.4503, 0.00942995, 0, 0.999956, 19.0536, 0, 1, 0, 0.332136, -0.999956, 0, 0.00942995, -25.2596, -0.915635, 0, -0.402012, 17.9603, 0, 1, 0, 0.332136, 0.402012, 0, -0.915635, -26.5799, -0.411182, 0, 0.911554, 26.9725, 0, 1, 0, 0.332136, -0.911554, 0, -0.411182, -31.5365, -0.197434, 0, 0.980316, 26.0664, 0, 1, 0, 0.332136, -0.980316, 0, -0.197434, -31.0722, 0.917041, 0, -0.398794, 23.0583, 0, 1, 0, 0.332136, 0.398794, 0, 0.917041, -29.6693, -0.968882, 0, 0.247525, 25.4244, 0, 1, 0, 0.332136, -0.247525, 0, -0.968882, -30.2516, 0.990957, 0, -0.134182, 24.5218, 0, 1, 0, 0.332136, 0.134182, 0, 0.990957, -30.3631, -0.682217, 0, 0.73115, 25.4339, 0, 1, 0, 0.332136, -0.73115, 0, -0.682217, -23.8797, -0.875764, 0, -0.482739, 25.9526, 0, 1, 0, 0.332136, 0.482739, 0, -0.875764, -27.5104, 0.34215, 0, 0.939645, 26.1763, 0, 1, 0, 0.332136, -0.939645, 0, 0.34215, -26.1819, -0.285573, 0, -0.958357, 24.3056, 0, 1, 0, 0.332136, 0.958357, 0, -0.285573, -26.2708, 0.14763, 0, 0.989043, 23.9379, 0, 1, 0, 0.332136, -0.989043, 0, 0.14763, -24.8831, -0.303034, 0, -0.95298, 26.8513, 0, 1, 0, 0.332136, 0.95298, 0, -0.303034, -27.5015, -0.404467, 0, -0.914552, 23.8277, 0, 1, 0, 0.332136, 0.914552, 0, -0.404467, -25.5672, 0.991741, 0, 0.128261, 23.5317, 0, 1, 0, 0.332136, -0.128261, 0, 0.991741, -23.3599, 0.521673, 0, 0.853146, 23.1294, 0, 1, 0, 0.332137, -0.853146, 0, 0.521673, -28.836, 0.748996, 0, 0.662574, 23.3804, 0, 1, 0, 0.332135, -0.662574, 0, 0.748996, -27.0868, -0.473665, 0, 0.880705, 25.6548, 0, 1, 0, 0.332136, -0.880705, 0, -0.473665, -28.3899, -0.99026, 0, -0.139228, 25.3343, 0, 1, 0, 0.332135, 0.139228, 0, -0.99026, -24.8198) - -[sub_resource type="MultiMesh" id="MultiMesh_11g4j"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 50 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(-0.706859, 0, -0.707354, 20.7413, 0, 1, 0, 0.332136, 0.707354, 0, -0.706859, -22.7557, -0.987754, 0, 0.15602, 22.1683, 0, 1, 0, 0.332136, -0.15602, 0, -0.987754, -21.2998, 0.438312, 0, 0.898823, 20.3322, 0, 1, 0, 0.332136, -0.898823, 0, 0.438312, -21.2142, -0.994268, 0, 0.106921, 19.3174, 0, 1, 0, 0.332136, -0.106921, 0, -0.994268, -21.4429, -0.298729, 0, 0.954338, 18.558, 0, 1, 0, 0.332136, -0.954338, 0, -0.298729, -21.8487, -0.978387, 0, 0.206783, 24.146, 0, 1, 0, 0.332136, -0.206783, 0, -0.978387, -23.0147, 0.986964, 0, -0.160942, 27.0534, 0, 1, 0, 0.332136, 0.160942, 0, 0.986964, -22.8956, -0.603194, 0, 0.797595, 25.3317, 0, 1, 0, 0.332136, -0.797595, 0, -0.603194, -22.5585, 0.991582, 0, -0.129484, 26.7123, 0, 1, 0, 0.332136, 0.129484, 0, 0.991582, -21.2213, -0.455632, 0, -0.890168, 25.2357, 0, 1, 0, 0.332136, 0.890168, 0, -0.455632, -21.2126, 0.817297, 0, -0.576217, 24.309, 0, 1, 0, 0.332136, 0.576217, 0, 0.817297, -22.8208, 0.996714, 0, -0.0809991, 20.1948, 0, 1, 0, 0.332136, 0.0809991, 0, 0.996714, -17.1077, -0.989915, 0, -0.141664, 22.4897, 0, 1, 0, 0.332136, 0.141664, 0, -0.989915, -18.6797, -0.577422, 0, -0.816446, 20.4541, 0, 1, 0, 0.332136, 0.816446, 0, -0.577422, -15.1293, -0.778603, 0, 0.627517, 22.0066, 0, 1, 0, 0.332136, -0.627517, 0, -0.778603, -16.5363, 0.899947, 0, 0.435999, 21.0671, 0, 1, 0, 0.332136, -0.435999, 0, 0.899947, -16.401, -0.894282, 0, -0.447503, 19.8438, 0, 1, 0, 0.332136, 0.447503, 0, -0.894282, -15.6875, -0.49123, 0, 0.87103, 21.6146, 0, 1, 0, 0.332136, -0.87103, 0, -0.49123, -16.2097, 0.562002, 0, 0.827136, 22.4868, 0, 1, 0, 0.332137, -0.827136, 0, 0.562002, -19.154, -0.447216, 0, -0.894426, 20.4543, 0, 1, 0, 0.332136, 0.894426, 0, -0.447216, -19.7484, 0.836342, 0, -0.548208, 20.4576, 0, 1, 0, 0.332136, 0.548208, 0, 0.836342, -18.0497, -0.853755, 0, -0.520675, 19.0968, 0, 1, 0, 0.332136, 0.520675, 0, -0.853755, -18.3785, -0.773738, 0, 0.633505, 22.3477, 0, 1, 0, 0.332136, -0.633505, 0, -0.773738, -15.0566, -0.878539, 0, 0.477671, 18.7404, 0, 1, 0, 0.332136, -0.477671, 0, -0.878539, -20.1169, -0.619103, 0, -0.78531, 22.5798, 0, 1, 0, 0.332136, 0.78531, 0, -0.619103, -20.2205, -0.962776, 0, 0.270301, 18.9163, 0, 1, 0, 0.332136, -0.270301, 0, -0.962776, -16.916, -0.99742, 0, 0.0717851, 22.9003, 0, 1, 0, 0.332136, -0.0717851, 0, -0.99742, -20.3268, -0.975213, 0, 0.221271, 22.4765, 0, 1, 0, 0.332136, -0.221271, 0, -0.975213, -14.6401, 0.997409, 0, 0.0719344, 19.065, 0, 1, 0, 0.332135, -0.0719344, 0, 0.997409, -14.1876, -0.313663, 0, -0.949534, 21.1563, 0, 1, 0, 0.332136, 0.949534, 0, -0.313663, -14.1905, 0.323604, 0, 0.946193, 19.7485, 0, 1, 0, 0.332136, -0.946193, 0, 0.323604, -14.1949, -0.198641, 0, 0.980072, 18.1882, 0, 1, 0, 0.332136, -0.980072, 0, -0.198641, -14.8492, 0.804363, 0, 0.594138, 25.632, 0, 1, 0, 0.332136, -0.594138, 0, 0.804363, -20.2084, 0.349693, 0, 0.936864, 23.9361, 0, 1, 0, 0.332136, -0.936864, 0, 0.349693, -16.2474, 0.969693, 0, -0.244328, 25.0662, 0, 1, 0, 0.332136, 0.244328, 0, 0.969693, -16.1498, -0.823947, 0, -0.566667, 24.4799, 0, 1, 0, 0.332136, 0.566667, 0, -0.823947, -18.9931, 0.128747, 0, -0.991678, 24.37, 0, 1, 0, 0.332136, 0.991678, 0, 0.128747, -17.8452, -0.187492, 0, -0.982266, 23.1242, 0, 1, 0, 0.332136, 0.982266, 0, -0.187492, -17.0515, -0.61915, 0, 0.785273, 25.4893, 0, 1, 0, 0.332136, -0.785273, 0, -0.61915, -16.1968, 0.00782891, 0, 0.999969, 26.6667, 0, 1, 0, 0.332136, -0.999969, 0, 0.00782891, -19.2605, -0.999688, 0, -0.0249673, 26.3661, 0, 1, 0, 0.332136, 0.0249673, 0, -0.999688, -15.1151, 0.469778, 0, 0.882785, 25.8065, 0, 1, 0, 0.332136, -0.882785, 0, 0.469778, -18.3226, 0.630308, 0, 0.776345, 23.5919, 0, 1, 0, 0.332136, -0.776345, 0, 0.630308, -15.0507, 0.918925, 0, 0.394431, 23.9892, 0, 1, 0, 0.332136, -0.394431, 0, 0.918925, -19.5823, -0.98599, 0, 0.166802, 23.7583, 0, 1, 0, 0.332136, -0.166802, 0, -0.98599, -19.6899, -0.056753, 0, -0.998388, 24.3601, 0, 1, 0, 0.332136, 0.998388, 0, -0.056753, -20.2029, -0.301761, 0, -0.953384, 24.9515, 0, 1, 0, 0.332136, 0.953384, 0, -0.301761, -14.143, -0.94305, 0, 0.33265, 23.34, 0, 1, 0, 0.332136, -0.33265, 0, -0.94305, -14.4636, -0.519149, 0, 0.854684, 25.4603, 0, 1, 0, 0.332136, -0.854684, 0, -0.519149, -14.4857, -0.896755, 0, 0.442528, 25.5619, 0, 1, 0, 0.332136, -0.442528, 0, -0.896755, -14.8424) - -[sub_resource type="MultiMesh" id="MultiMesh_8gpie"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 31 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(0.96976, 0, -0.24406, 14.3286, 0, 1, 0, 0.332136, 0.24406, 0, 0.96976, -8.48485, 0.999092, 0, -0.0426153, 14.0554, 0, 1, 0, 0.332136, 0.0426153, 0, 0.999092, -6.49892, 0.970324, 0, -0.241808, 14.1102, 0, 1, 0, 0.332136, 0.241808, 0, 0.970324, -5.2171, 0.825858, 0, 0.563878, 12.0326, 0, 1, 0, 0.332136, -0.563878, 0, 0.825858, -7.64921, 0.327378, 0, 0.944893, 13.8136, 0, 1, 0, 0.332136, -0.944893, 0, 0.327378, -12.4539, -0.209311, 0, -0.977849, 12.3256, 0, 1, 0, 0.332136, 0.977849, 0, -0.209311, -10.539, 0.979695, 0, -0.200491, 12.0324, 0, 1, 0, 0.332136, 0.200491, 0, 0.979695, -6.3135, 0.62927, 0, 0.777187, 12.2584, 0, 1, 0, 0.332136, -0.777187, 0, 0.62927, -12.6821, 0.774643, 0, 0.632399, 14.7722, 0, 1, 0, 0.332136, -0.632399, 0, 0.774643, -11.7377, 0.715448, 0, 0.698666, 13.144, 0, 1, 0, 0.332136, -0.698666, 0, 0.715448, -5.27605, 0.964289, 0, -0.264852, 14.9167, 0, 1, 0, 0.332136, 0.264852, 0, 0.964289, -9.40938, 0.838017, 0, 0.545644, 12.8559, 0, 1, 0, 0.332136, -0.545644, 0, 0.838017, -8.44202, -0.876407, 0, 0.48157, 13.7928, 0, 1, 0, 0.332136, -0.48157, 0, -0.876407, -11.1045, -0.652543, 0, 0.757752, 12.1902, 0, 1, 0, 0.332136, -0.757752, 0, -0.652543, -4.76578, 0.674558, 0, -0.738222, 17.6655, 0, 1, 0, 0.332136, 0.738222, 0, 0.674558, -8.23096, 0.878965, 0, -0.476887, 16.1067, 0, 1, 0, 0.332136, 0.476887, 0, 0.878965, -7.42876, 0.999977, 0, -0.00673805, 17.8754, 0, 1, 0, 0.332136, 0.00673805, 0, 0.999977, -10.9524, 0.901059, 0, 0.433697, 16.0885, 0, 1, 0, 0.332136, -0.433697, 0, 0.901059, -9.52189, 0.520154, 0, 0.854073, 16.6946, 0, 1, 0, 0.332136, -0.854073, 0, 0.520154, -11.4301, -0.508984, 0, 0.860776, 16.9256, 0, 1, 0, 0.332136, -0.860776, 0, -0.508984, -10.699, -0.916859, 0, 0.399211, 17.347, 0, 1, 0, 0.332136, -0.399211, 0, -0.916859, -9.78303, -0.386965, 0, -0.922095, 17.1373, 0, 1, 0, 0.332136, 0.922095, 0, -0.386965, -12.5067, 0.893164, 0, 0.449731, 15.1885, 0, 1, 0, 0.332136, -0.449731, 0, 0.893164, -12.6557, 0.467655, 0, 0.883911, 16.1996, 0, 1, 0, 0.332136, -0.883911, 0, 0.467655, -11.4372, 0.977536, 0, 0.210767, 16.4061, 0, 1, 0, 0.332136, -0.210767, 0, 0.977536, -12.889, -0.894862, 0, -0.446343, 17.4177, 0, 1, 0, 0.332136, 0.446343, 0, -0.894862, -11.2343, 0.624838, 0, -0.780754, 17.3231, 0, 1, 0, 0.332136, 0.780754, 0, 0.624838, -5.04677, 0.909423, 0, 0.415873, 17.5941, 0, 1, 0, 0.332135, -0.415873, 0, 0.909423, -6.1558, 0.624153, 0, 0.781302, 15.7227, 0, 1, 0, 0.332136, -0.781302, 0, 0.624153, -6.38189, -0.744769, 0, 0.667323, 15.9475, 0, 1, 0, 0.332136, -0.667323, 0, -0.744769, -5.03937, -0.979892, 0, 0.199528, 15.6491, 0, 1, 0, 0.332136, -0.199528, 0, -0.979892, -4.86815) - -[sub_resource type="MultiMesh" id="MultiMesh_sld30"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 26 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(-0.951805, 0, 0.306703, 14.6712, 0, 1, 0, 0.332136, -0.306703, 0, -0.951805, 2.76111, 0.6875, 0, -0.726185, 12.7615, 0, 1, 0, 0.332136, 0.726185, 0, 0.6875, 1.74853, -0.607691, 0, 0.794174, 14.8737, 0, 1, 0, 0.332136, -0.794174, 0, -0.607691, 1.01004, 0.778711, 0, 0.627383, 13.4002, 0, 1, 0, 0.332136, -0.627383, 0, 0.778711, -4.15215, -0.762252, 0, -0.64728, 14.9825, 0, 1, 0, 0.332136, 0.64728, 0, -0.762252, -4.11404, -0.926949, 0, -0.375188, 14.8012, 0, 1, 0, 0.332136, 0.375188, 0, -0.926949, 0.364627, 0.998394, 0, 0.0566569, 13.4366, 0, 1, 0, 0.332136, -0.0566569, 0, 0.998394, -2.86438, 0.550084, 0, -0.835109, 12.3412, 0, 1, 0, 0.332136, 0.835109, 0, 0.550084, 0.412742, 0.930424, 0, -0.366486, 13.7772, 0, 1, 0, 0.332136, 0.366486, 0, 0.930424, 0.81553, 0.874822, 0, -0.484445, 14.4878, 0, 1, 0, 0.332136, 0.484445, 0, 0.874822, -2.62703, 0.728405, 0, -0.685147, 14.9483, 0, 1, 0, 0.332136, 0.685147, 0, 0.728405, -2.21081, 0.85138, 0, -0.524549, 14.4168, 0, 1, 0, 0.332136, 0.524549, 0, 0.85138, -3.29828, 0.90673, 0, 0.421711, 13.7482, 0, 1, 0, 0.332136, -0.421711, 0, 0.90673, 3.29122, -0.962864, 0, 0.269988, 12.6498, 0, 1, 0, 0.332136, -0.269988, 0, -0.962864, 3.00297, -0.99554, 0, -0.0943372, 16.5802, 0, 1, 0, 0.332136, 0.0943372, 0, -0.99554, -3.7755, -0.0398125, 0, 0.999207, 16.8003, 0, 1, 0, 0.332136, -0.999207, 0, -0.0398125, -2.54132, 0.272364, 0, 0.962194, 16.5938, 0, 1, 0, 0.332136, -0.962194, 0, 0.272364, -0.66977, -0.412215, 0, -0.911087, 15.6327, 0, 1, 0, 0.332136, 0.911087, 0, -0.412215, -1.76039, -0.998492, 0, 0.0548924, 16.6694, 0, 1, 0, 0.332136, -0.0548924, 0, -0.998492, 0.843144, 0.419083, 0, 0.907948, 16.2098, 0, 1, 0, 0.332136, -0.907948, 0, 0.419083, -1.54479, -0.67348, 0, 0.739206, 17.8722, 0, 1, 0, 0.332136, -0.739206, 0, -0.67348, 2.33004, 0.708807, 0, -0.705402, 16.2091, 0, 1, 0, 0.332136, 0.705402, 0, 0.708807, 1.98898, 0.207653, 0, -0.978203, 15.6785, 0, 1, 0, 0.332136, 0.978203, 0, 0.207653, 2.98929, -0.426941, 0, 0.904279, 16.3262, 0, 1, 0, 0.332135, -0.904279, 0, -0.426941, 2.9294, -0.520365, 0, 0.853944, 16.8784, 0, 1, 0, 0.332136, -0.853944, 0, -0.520365, 3.76894, -0.223297, 0, -0.974751, 15.2946, 0, 1, 0, 0.332136, 0.974751, 0, -0.223297, 3.60295) - -[sub_resource type="MultiMesh" id="MultiMesh_stmuy"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 51 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(-0.246853, 0, -0.969053, 21.303, 0, 1, 0, 0.332136, 0.969053, 0, -0.246853, -13.2886, 0.629319, 0, 0.777147, 17.9732, 0, 1, 0, 0.332136, -0.777147, 0, 0.629319, -13.4161, -0.999136, 0, -0.0415714, 22.4039, 0, 1, 0, 0.332136, 0.0415714, 0, -0.999136, -9.14379, 0.0712454, 0, -0.997459, 20.4999, 0, 1, 0, 0.332136, 0.997459, 0, 0.0712454, -7.17631, -0.951988, 0, 0.306135, 20.4148, 0, 1, 0, 0.332136, -0.306135, 0, -0.951988, -9.64277, -0.509252, 0, 0.860618, 21.7979, 0, 1, 0, 0.332136, -0.860618, 0, -0.509252, -7.56885, -0.486202, 0, -0.873846, 19.1669, 0, 1, 0, 0.332136, 0.873846, 0, -0.486202, -8.03241, -0.0334741, 0, 0.99944, 21.8913, 0, 1, 0, 0.332136, -0.99944, 0, -0.0334741, -10.1621, -0.95261, 0, 0.304194, 18.5151, 0, 1, 0, 0.332136, -0.304194, 0, -0.95261, -10.5297, 0.0483136, 0, 0.998832, 22.9948, 0, 1, 0, 0.332136, -0.998832, 0, 0.0483136, -12.0917, -0.641513, 0, 0.767113, 21.2338, 0, 1, 0, 0.332136, -0.767113, 0, -0.641513, -11.783, 0.905282, 0, -0.424812, 19.977, 0, 1, 0, 0.332136, 0.424812, 0, 0.905282, -10.1599, 0.995784, 0, -0.0917318, 19.1736, 0, 1, 0, 0.332136, 0.0917318, 0, 0.995784, -9.35277, -0.6197, 0, 0.784839, 18.271, 0, 1, 0, 0.332136, -0.784839, 0, -0.6197, -9.07998, -0.251302, 0, -0.967909, 18.9137, 0, 1, 0, 0.332136, 0.967909, 0, -0.251302, -12.689, 0.54586, 0, 0.837876, 22.6956, 0, 1, 0, 0.332135, -0.837876, 0, 0.54586, -11.4791, -0.836075, 0, -0.548615, 20.9099, 0, 1, 0, 0.332136, 0.548615, 0, -0.836075, -8.49558, 0.500259, 0, -0.865876, 20.1797, 0, 1, 0, 0.332136, 0.865876, 0, 0.500259, -8.37783, -0.413862, 0, 0.91034, 18.9464, 0, 1, 0, 0.332136, -0.91034, 0, -0.413862, -11.4349, -0.0318363, 0, -0.999493, 20.6372, 0, 1, 0, 0.332136, 0.999493, 0, -0.0318363, -12.7081, 0.562973, 0, 0.826476, 19.9673, 0, 1, 0, 0.332135, -0.826476, 0, 0.562973, -11.3039, -0.998363, 0, 0.0571873, 21.7371, 0, 1, 0, 0.332136, -0.0571873, 0, -0.998363, -8.24304, -0.559455, 0, 0.828861, 19.0528, 0, 1, 0, 0.332136, -0.828861, 0, -0.559455, -8.39233, 0.918475, 0, -0.39548, 22.398, 0, 1, 0, 0.332136, 0.39548, 0, 0.918475, -6.8456, 0.999426, 0, 0.0338644, 22.366, 0, 1, 0, 0.332136, -0.0338644, 0, 0.999426, -5.48801, 0.85021, 0, -0.526443, 20.4205, 0, 1, 0, 0.332136, 0.526443, 0, 0.85021, -5.50235, 0.999441, 0, 0.0334278, 20.3554, 0, 1, 0, 0.332136, -0.0334278, 0, 0.999441, -6.00397, 0.875622, 0, 0.482997, 18.8126, 0, 1, 0, 0.332136, -0.482997, 0, 0.875622, -6.7473, -0.525436, 0, -0.850833, 18.7339, 0, 1, 0, 0.332136, 0.850833, 0, -0.525436, -5.6359, 0.738767, 0, -0.673961, 18.2032, 0, 1, 0, 0.332136, 0.673961, 0, 0.738767, -5.63041, 0.886363, 0, -0.462991, 21.2842, 0, 1, 0, 0.332136, 0.462991, 0, 0.886363, -6.14173, -0.120333, 0, 0.992734, 23.1974, 0, 1, 0, 0.332137, -0.992734, 0, -0.120333, -13.1527, 0.84971, 0, -0.527251, 25.7182, 0, 1, 0, 0.332136, 0.527251, 0, 0.84971, -13.1536, 0.968683, 0, 0.2483, 26.9463, 0, 1, 0, 0.332136, -0.2483, 0, 0.968683, -10.1189, -0.424082, 0, -0.905624, 25.871, 0, 1, 0, 0.332136, 0.905624, 0, -0.424082, -9.97047, -0.344292, 0, 0.938863, 25.9533, 0, 1, 0, 0.332136, -0.938863, 0, -0.344292, -8.21362, -0.294627, 0, 0.955612, 24.0318, 0, 1, 0, 0.332136, -0.955612, 0, -0.294627, -8.0257, 0.536054, 0, -0.844183, 23.8502, 0, 1, 0, 0.332136, 0.844183, 0, 0.536054, -10.4557, -0.310276, 0, -0.950647, 24.0226, 0, 1, 0, 0.332136, 0.950647, 0, -0.310276, -9.16668, 0.804759, 0, -0.593601, 25.1698, 0, 1, 0, 0.332136, 0.593601, 0, 0.804759, -7.38937, 0.721041, 0, -0.692892, 24.9411, 0, 1, 0, 0.332136, 0.692892, 0, 0.721041, -11.1175, 0.398837, 0, -0.917022, 25.414, 0, 1, 0, 0.332136, 0.917022, 0, 0.398837, -9.14157, 0.972567, 0, -0.232625, 25.0656, 0, 1, 0, 0.332136, 0.232625, 0, 0.972567, -12.9636, -0.130014, 0, 0.991512, 27.002, 0, 1, 0, 0.332136, -0.991512, 0, -0.130014, -11.5141, -0.999871, 0, -0.0160821, 26.786, 0, 1, 0, 0.332136, 0.0160821, 0, -0.999871, -12.7734, -0.48595, 0, 0.873987, 26.1075, 0, 1, 0, 0.332136, -0.873987, 0, -0.48595, -6.77398, -0.819477, 0, -0.573112, 23.6031, 0, 1, 0, 0.332136, 0.573112, 0, -0.819477, -6.37108, -0.765037, 0, 0.643986, 24.0285, 0, 1, 0, 0.332136, -0.643986, 0, -0.765037, -5.52223, -0.300916, 0, 0.953651, 24.7904, 0, 1, 0, 0.332135, -0.953651, 0, -0.300916, -5.66702, -0.979498, 0, -0.201455, 26.7436, 0, 1, 0, 0.332136, 0.201455, 0, -0.979498, -5.73679, -0.844001, 0, 0.536342, 23.9352, 0, 1, 0, 0.332136, -0.536342, 0, -0.844001, -6.84644) - -[sub_resource type="MultiMesh" id="MultiMesh_n76w4"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 56 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(-0.555787, 0, 0.831325, 20.2111, 0, 1, 0, 0.332136, -0.831325, 0, -0.555787, -2.8101, -0.996449, 0, 0.0842045, 22.5859, 0, 1, 0, 0.332136, -0.0842045, 0, -0.996449, -3.30332, -0.0877997, 0, -0.996138, 20.9335, 0, 1, 0, 0.332136, 0.996138, 0, -0.0877997, -4.12303, 0.9107, 0, -0.413068, 22.3427, 0, 1, 0, 0.332136, 0.413068, 0, 0.9107, -2.06788, -0.988951, 0, -0.148241, 21.462, 0, 1, 0, 0.332136, 0.148241, 0, -0.988951, -2.89554, 0.696284, 0, -0.717766, 19.4596, 0, 1, 0, 0.332136, 0.717766, 0, 0.696284, -3.53232, -0.983126, 0, 0.18293, 19.8958, 0, 1, 0, 0.332136, -0.18293, 0, -0.983126, -0.757173, 0.458051, 0, -0.888926, 22.009, 0, 1, 0, 0.332136, 0.888926, 0, 0.458051, 0.647148, 0.40934, 0, -0.912382, 21.1942, 0, 1, 0, 0.332136, 0.912382, 0, 0.40934, -1.21199, 0.59331, 0, -0.804974, 18.1011, 0, 1, 0, 0.332136, 0.804974, 0, 0.59331, -0.40081, 0.305069, 0, 0.95233, 18.0552, 0, 1, 0, 0.332137, -0.95233, 0, 0.305069, -4.52869, 0.977201, 0, -0.212319, 17.9493, 0, 1, 0, 0.332136, 0.212319, 0, 0.977201, -1.43097, -0.138462, 0, 0.990368, 21.3828, 0, 1, 0, 0.332136, -0.990368, 0, -0.138462, -4.00153, 0.492436, 0, 0.870349, 19.6413, 0, 1, 0, 0.332135, -0.870349, 0, 0.492436, 0.664333, -0.765322, 0, -0.643648, 18.1805, 0, 1, 0, 0.332135, 0.643648, 0, -0.765322, 0.702267, -0.693125, 0, -0.720818, 20.0116, 0, 1, 0, 0.332136, 0.720818, 0, -0.693125, -2.03321, -0.999998, 0, -0.00192721, 18.4525, 0, 1, 0, 0.332136, 0.00192721, 0, -0.999998, -1.95246, -0.5129, 0, 0.858448, 22.825, 0, 1, 0, 0.332136, -0.858448, 0, -0.5129, -0.851335, 0.749518, 0, -0.661984, 22.6541, 0, 1, 0, 0.332136, 0.661984, 0, 0.749518, 0.530886, 0.479921, 0, 0.877312, 18.7396, 0, 1, 0, 0.332136, -0.877312, 0, 0.479921, -1.87207, -0.978076, 0, -0.208249, 19.6641, 0, 1, 0, 0.332136, 0.208249, 0, -0.978076, -0.75646, -0.813299, 0, 0.581847, 19.4643, 0, 1, 0, 0.332136, -0.581847, 0, -0.813299, -0.78337, -0.618067, 0, -0.786125, 20.9579, 0, 1, 0, 0.332136, 0.786125, 0, -0.618067, 1.13779, -0.796905, 0, -0.604105, 21.1374, 0, 1, 0, 0.332136, 0.604105, 0, -0.796905, 2.04113, -0.885745, 0, 0.464171, 21.3953, 0, 1, 0, 0.332136, -0.464171, 0, -0.885745, 2.71989, -0.969148, 0, 0.24648, 19.6347, 0, 1, 0, 0.332137, -0.24648, 0, -0.969148, 2.96368, 0.0580822, 0, -0.998312, 20.5646, 0, 1, 0, 0.332136, 0.998312, 0, 0.0580822, 1.02375, 0.81554, 0, 0.5787, 20.4606, 0, 1, 0, 0.332136, -0.5787, 0, 0.81554, 2.67719, 0.386863, 0, -0.922137, 19.3377, 0, 1, 0, 0.332136, 0.922137, 0, 0.386863, 2.37941, 0.469631, 0, 0.882863, 22.253, 0, 1, 0, 0.332136, -0.882863, 0, 0.469631, 3.35064, -0.159711, 0, 0.987164, 21.1115, 0, 1, 0, 0.332136, -0.987164, 0, -0.159711, 3.68524, -0.585937, 0, 0.810356, 18.1535, 0, 1, 0, 0.332136, -0.810356, 0, -0.585937, 3.7293, 0.788214, 0, -0.615401, 26.1655, 0, 1, 0, 0.332136, 0.615401, 0, 0.788214, -4.29384, -0.861368, 0, -0.507981, 25.8203, 0, 1, 0, 0.332136, 0.507981, 0, -0.861368, -2.41862, 0.70698, 0, -0.707234, 26.065, 0, 1, 0, 0.332136, 0.707234, 0, 0.70698, -0.923575, -0.979636, 0, 0.200782, 23.9217, 0, 1, 0, 0.332136, -0.200782, 0, -0.979636, -3.98958, 0.766292, 0, 0.642493, 25.2387, 0, 1, 0, 0.332136, -0.642493, 0, 0.766292, -0.828536, -0.635626, 0, -0.771997, 23.9416, 0, 1, 0, 0.332136, 0.771997, 0, -0.635626, -0.867532, 0.0133081, 0, -0.999911, 25.379, 0, 1, 0, 0.332137, 0.999911, 0, 0.0133081, -4.37231, 0.358399, 0, -0.933568, 24.7348, 0, 1, 0, 0.332136, 0.933568, 0, 0.358399, -3.50152, 0.883943, 0, -0.467594, 23.3452, 0, 1, 0, 0.332137, 0.467594, 0, 0.883943, -3.44213, -0.183654, 0, 0.982991, 25.3215, 0, 1, 0, 0.332136, -0.982991, 0, -0.183654, -1.93359, 0.540425, 0, 0.841392, 23.2313, 0, 1, 0, 0.332136, -0.841392, 0, 0.540425, -1.36054, 0.0495771, 0, -0.99877, 23.7843, 0, 1, 0, 0.332136, 0.99877, 0, 0.0495771, -2.29085, -0.993357, 0, -0.115073, 23.0807, 0, 1, 0, 0.332136, 0.115073, 0, -0.993357, -4.67635, 0.586037, 0, -0.810285, 23.6812, 0, 1, 0, 0.332136, 0.810285, 0, 0.586037, 0.711949, 0.601429, 0, 0.798926, 25.8433, 0, 1, 0, 0.332136, -0.798926, 0, 0.601429, -0.0549051, 0.646523, 0, 0.762894, 26.0396, 0, 1, 0, 0.332136, -0.762894, 0, 0.646523, 0.525828, 0.977956, 0, -0.208811, 26.1911, 0, 1, 0, 0.332136, 0.208811, 0, 0.977956, 0.229346, -0.998318, 0, -0.0579812, 25.7127, 0, 1, 0, 0.332136, 0.0579812, 0, -0.998318, 1.19117, -0.998213, 0, 0.0597522, 26.632, 0, 1, 0, 0.332136, -0.0597522, 0, -0.998213, 2.12691, 0.908795, 0, 0.417244, 25.8465, 0, 1, 0, 0.332136, -0.417244, 0, 0.908795, 2.84407, -0.999834, 0, -0.0182382, 24.3181, 0, 1, 0, 0.332136, 0.0182382, 0, -0.999834, 2.31268, -0.509805, 0, 0.86029, 23.0009, 0, 1, 0, 0.332136, -0.86029, 0, -0.509805, 1.9335, 0.478497, 0, 0.878089, 26.7598, 0, 1, 0, 0.332136, -0.878089, 0, 0.478497, 3.66953, -0.954596, 0, 0.297905, 25.5665, 0, 1, 0, 0.332136, -0.297905, 0, -0.954596, 3.5261) - -[sub_resource type="MultiMesh" id="MultiMesh_vo2qt"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 53 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(0.255672, 0, -0.966764, 30.7326, 0, 1, 0, 0.332137, 0.966764, 0, 0.255672, -31.6341, 0.286255, 0, 0.958154, 30.3204, 0, 1, 0, 0.332136, -0.958154, 0, 0.286255, -32.0574, 0.202817, 0, 0.979217, 29.0704, 0, 1, 0, 0.332135, -0.979217, 0, 0.202817, -31.2043, -0.732865, 0, 0.680374, 28.7636, 0, 1, 0, 0.332136, -0.680374, 0, -0.732865, -29.0098, 0.980059, 0, 0.198707, 27.5808, 0, 1, 0, 0.332136, -0.198707, 0, 0.980059, -29.3267, -0.908763, 0, -0.417313, 29.5704, 0, 1, 0, 0.332136, 0.417313, 0, -0.908763, -29.3016, -0.270288, 0, 0.96278, 30.8768, 0, 1, 0, 0.332136, -0.96278, 0, -0.270288, -29.704, -0.240438, 0, 0.970665, 30.4124, 0, 1, 0, 0.332136, -0.970665, 0, -0.240438, -28.8509, 0.123863, 0, 0.992299, 30.9488, 0, 1, 0, 0.332136, -0.992299, 0, 0.123863, -27.8128, 0.932622, 0, 0.360856, 29.3151, 0, 1, 0, 0.332136, -0.360856, 0, 0.932622, -27.6863, -0.98197, 0, -0.189036, 27.6424, 0, 1, 0, 0.332136, 0.189036, 0, -0.98197, -27.7241, -0.415818, 0, -0.909448, 30.585, 0, 1, 0, 0.332136, 0.909448, 0, -0.415818, -26.2321, -0.0775745, 0, -0.996987, 28.6739, 0, 1, 0, 0.332136, 0.996987, 0, -0.0775745, -26.2562, 0.929521, 0, 0.36877, 27.4183, 0, 1, 0, 0.332136, -0.36877, 0, 0.929521, -25.7492, -0.993174, 0, -0.116642, 30.3404, 0, 1, 0, 0.332135, 0.116642, 0, -0.993174, -24.9227, 0.540163, 0, -0.84156, 28.4562, 0, 1, 0, 0.332137, 0.84156, 0, 0.540163, -24.185, 0.0528543, 0, 0.998602, 27.3213, 0, 1, 0, 0.332136, -0.998602, 0, 0.0528543, -24.3546, -0.998499, 0, 0.0547766, 29.7863, 0, 1, 0, 0.332136, -0.0547766, 0, -0.998499, -26.0432, 0.986528, 0, 0.163593, 29.303, 0, 1, 0, 0.332136, -0.163593, 0, 0.986528, -24.537, 0.965583, 0, -0.260094, 30.6929, 0, 1, 0, 0.332136, 0.260094, 0, 0.965583, -24.2377, 0.286733, 0, 0.95801, 34.494, 0, 1, 0, 0.332135, -0.95801, 0, 0.286733, -31.0213, 0.0588772, 0, 0.998265, 33.1739, 0, 1, 0, 0.332136, -0.998265, 0, 0.0588772, -31.0062, -0.956491, 0, 0.291763, 32.9064, 0, 1, 0, 0.332136, -0.291763, 0, -0.956491, -32.1247, 0.00688456, 0, -0.999976, 31.5658, 0, 1, 0, 0.332136, 0.999976, 0, 0.00688456, -31.3202, -0.491049, 0, -0.871132, 35.4961, 0, 1, 0, 0.332136, 0.871132, 0, -0.491049, -32.2674, -0.920056, 0, -0.391786, 33.0069, 0, 1, 0, 0.332136, 0.391786, 0, -0.920056, -29.9878, 0.910344, 0, -0.413852, 31.7166, 0, 1, 0, 0.332136, 0.413852, 0, 0.910344, -30.6511, -0.988323, 0, -0.152374, 32.62, 0, 1, 0, 0.332136, 0.152374, 0, -0.988323, -29.0959, 0.561005, 0, 0.827812, 33.9881, 0, 1, 0, 0.332136, -0.827812, 0, 0.561005, -29.2661, 0.983855, 0, 0.178968, 35.8328, 0, 1, 0, 0.332136, -0.178968, 0, 0.983855, -29.3915, -0.1698, 0, -0.985479, 34.6908, 0, 1, 0, 0.332136, 0.985479, 0, -0.1698, -29.7501, 0.267444, 0, -0.963573, 32.1419, 0, 1, 0, 0.332136, 0.963573, 0, 0.267444, -29.4283, -0.580333, 0, 0.814379, 35.1954, 0, 1, 0, 0.332136, -0.814379, 0, -0.580333, -30.5248, 0.543814, 0, -0.839206, 35.4504, 0, 1, 0, 0.332136, 0.839206, 0, 0.543814, -30.8963, -0.422027, 0, -0.906583, 32.5628, 0, 1, 0, 0.332136, 0.906583, 0, -0.422027, -23.5005, 0.200546, 0, 0.979684, 35.2943, 0, 1, 0, 0.332136, -0.979684, 0, 0.200546, -28.4722, -0.718869, 0, 0.695146, 31.7045, 0, 1, 0, 0.332136, -0.695146, 0, -0.718869, -27.7753, -0.987637, 0, -0.156759, 33.5966, 0, 1, 0, 0.332136, 0.156759, 0, -0.987637, -26.2673, -0.999099, 0, 0.0424459, 32.396, 0, 1, 0, 0.332136, -0.0424459, 0, -0.999099, -26.3284, 0.964957, 0, -0.262409, 33.8941, 0, 1, 0, 0.332136, 0.262409, 0, 0.964957, -24.9627, -0.116388, 0, 0.993204, 31.8843, 0, 1, 0, 0.332136, -0.993204, 0, -0.116388, -24.4874, 0.373696, 0, -0.927551, 33.7537, 0, 1, 0, 0.332136, 0.927551, 0, 0.373696, -23.258, 0.704865, 0, 0.709342, 36.149, 0, 1, 0, 0.332136, -0.709342, 0, 0.704865, -27.4744, 0.651142, 0, -0.758956, 34.8845, 0, 1, 0, 0.332136, 0.758956, 0, 0.651142, -26.8414, -0.688224, 0, 0.725498, 32.8159, 0, 1, 0, 0.332136, -0.725498, 0, -0.688224, -27.5336, -0.519332, 0, 0.854572, 31.4528, 0, 1, 0, 0.332136, -0.854572, 0, -0.519332, -25.934, 0.989211, 0, 0.146501, 36.3047, 0, 1, 0, 0.332136, -0.146501, 0, 0.989211, -24.3138, -0.966946, 0, -0.254982, 34.5366, 0, 1, 0, 0.332136, 0.254982, 0, -0.966946, -23.9745, 0.61284, 0, 0.790207, 35.2454, 0, 1, 0, 0.332136, -0.790207, 0, 0.61284, -25.0793, 0.671217, 0, -0.741261, 34.3706, 0, 1, 0, 0.332136, 0.741261, 0, 0.671217, -27.4014, -0.128981, 0, 0.991647, 32.5627, 0, 1, 0, 0.332136, -0.991647, 0, -0.128981, -25.101, -0.999095, 0, -0.0425229, 36.2643, 0, 1, 0, 0.332136, 0.0425229, 0, -0.999095, -25.1401, 0.536944, 0, 0.843618, 35.6832, 0, 1, 0, 0.332136, -0.843618, 0, 0.536944, -27.8365) - -[sub_resource type="MultiMesh" id="MultiMesh_vxv70"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 51 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(-0.441757, 0, -0.897135, 28.7042, 0, 1, 0, 0.332136, 0.897135, 0, -0.441757, -21.0947, 0.775309, 0, 0.631582, 30.7051, 0, 1, 0, 0.332136, -0.631582, 0, 0.775309, -22.6281, -0.896381, 0, -0.443284, 28.643, 0, 1, 0, 0.332136, 0.443284, 0, -0.896381, -22.5979, -0.652448, 0, 0.757834, 30.9513, 0, 1, 0, 0.332136, -0.757834, 0, -0.652448, -21.3953, -0.788782, 0, -0.614673, 30.1359, 0, 1, 0, 0.332136, 0.614673, 0, -0.788782, -22.4415, -0.893508, 0, 0.449048, 29.5712, 0, 1, 0, 0.332136, -0.449048, 0, -0.893508, -21.3108, 0.999855, 0, -0.0170272, 27.8349, 0, 1, 0, 0.332136, 0.0170272, 0, 0.999855, -21.3657, 0.870742, 0, 0.491741, 32.1915, 0, 1, 0, 0.332136, -0.491741, 0, 0.870742, -21.0375, 0.227279, 0, -0.97383, 34.1907, 0, 1, 0, 0.332136, 0.97383, 0, 0.227279, -22.1018, 0.360267, 0, -0.932849, 33.2503, 0, 1, 0, 0.332136, 0.932849, 0, 0.360267, -21.057, -0.137526, 0, 0.990498, 35.462, 0, 1, 0, 0.332136, -0.990498, 0, -0.137526, -22.8578, -0.45863, 0, -0.888627, 35.4152, 0, 1, 0, 0.332136, 0.888627, 0, -0.45863, -21.4208, -0.972151, 0, 0.234357, 36.2764, 0, 1, 0, 0.332136, -0.234357, 0, -0.972151, -21.9736, -0.95908, 0, 0.283137, 28.9953, 0, 1, 0, 0.332136, -0.283137, 0, -0.95908, -17.2222, 0.968552, 0, 0.24881, 27.6257, 0, 1, 0, 0.332135, -0.24881, 0, 0.968552, -17.659, 0.838191, 0, 0.545376, 30.5097, 0, 1, 0, 0.332136, -0.545376, 0, 0.838191, -15.5152, -0.37204, 0, 0.928217, 29.3706, 0, 1, 0, 0.332136, -0.928217, 0, -0.37204, -15.7963, -0.41478, 0, -0.909922, 27.8809, 0, 1, 0, 0.332136, 0.909922, 0, -0.41478, -15.9295, -0.916314, 0, -0.400461, 29.0415, 0, 1, 0, 0.332136, 0.400461, 0, -0.916314, -19.5098, 0.892071, 0, 0.451896, 27.6859, 0, 1, 0, 0.332136, -0.451896, 0, 0.892071, -19.6006, 0.320004, 0, -0.947416, 30.9227, 0, 1, 0, 0.332136, 0.947416, 0, 0.320004, -17.1872, -0.22056, 0, 0.975374, 27.9807, 0, 1, 0, 0.332136, -0.975374, 0, -0.22056, -17.4046, -0.00153394, 0, 0.999999, 27.239, 0, 1, 0, 0.332136, -0.999999, 0, -0.00153394, -16.5005, -0.283601, 0, -0.958942, 30.1271, 0, 1, 0, 0.332136, 0.958942, 0, -0.283601, -19.949, 0.930473, 0, -0.366361, 29.0051, 0, 1, 0, 0.332136, 0.366361, 0, 0.930473, -20.1375, -0.866043, 0, 0.49997, 27.2059, 0, 1, 0, 0.332136, -0.49997, 0, -0.866043, -19.8224, -0.995189, 0, -0.0979776, 29.3034, 0, 1, 0, 0.332136, 0.0979776, 0, -0.995189, -18.2307, 0.601051, 0, -0.799211, 30.2488, 0, 1, 0, 0.332136, 0.799211, 0, 0.601051, -14.6198, 0.570596, 0, 0.821231, 29.3897, 0, 1, 0, 0.332136, -0.821231, 0, 0.570596, -14.4546, 0.517806, 0, 0.855498, 30.7515, 0, 1, 0, 0.332136, -0.855498, 0, 0.517806, -14.5078, 0.559815, 0, -0.828617, 34.2331, 0, 1, 0, 0.332136, 0.828617, 0, 0.559815, -14.1514, 0.991076, 0, -0.133295, 32.6206, 0, 1, 0, 0.332136, 0.133295, 0, 0.991076, -14.5226, 0.989795, 0, 0.142499, 34.5451, 0, 1, 0, 0.332136, -0.142499, 0, 0.989795, -19.9445, -0.322905, 0, -0.946431, 34.5504, 0, 1, 0, 0.332136, 0.946431, 0, -0.322905, -20.9439, -0.26143, 0, -0.965222, 33.3755, 0, 1, 0, 0.332136, 0.965222, 0, -0.26143, -15.5567, -0.982863, 0, 0.184337, 36.2576, 0, 1, 0, 0.332136, -0.184337, 0, -0.982863, -16.4505, 0.960897, 0, 0.276907, 34.4036, 0, 1, 0, 0.332136, -0.276907, 0, 0.960897, -17.8096, 0.99701, 0, -0.077277, 36.1269, 0, 1, 0, 0.332136, 0.077277, 0, 0.99701, -17.4095, -0.988035, 0, -0.15423, 33.1274, 0, 1, 0, 0.332136, 0.15423, 0, -0.988035, -19.6531, 0.998741, 0, 0.0501676, 35.3814, 0, 1, 0, 0.332136, -0.0501676, 0, 0.998741, -20.3764, -0.47662, 0, 0.879109, 31.9201, 0, 1, 0, 0.332136, -0.879109, 0, -0.47662, -15.3686, 0.584567, 0, -0.811346, 33.9686, 0, 1, 0, 0.332136, 0.811346, 0, 0.584567, -15.2116, -0.219119, 0, -0.975698, 32.139, 0, 1, 0, 0.332136, 0.975698, 0, -0.219119, -18.5294, 0.794706, 0, -0.606994, 33.7655, 0, 1, 0, 0.332136, 0.606994, 0, 0.794706, -18.6319, -0.250954, 0, -0.967999, 32.4226, 0, 1, 0, 0.332136, 0.967999, 0, -0.250954, -19.9737, -0.554833, 0, 0.831962, 35.9437, 0, 1, 0, 0.332136, -0.831962, 0, -0.554833, -19.7827, -0.975403, 0, -0.220431, 34.0294, 0, 1, 0, 0.332136, 0.220431, 0, -0.975403, -19.971, -0.841164, 0, -0.54078, 34.7186, 0, 1, 0, 0.332136, 0.54078, 0, -0.841164, -15.4783, 0.2009, 0, -0.979612, 33.1584, 0, 1, 0, 0.332136, 0.979612, 0, 0.2009, -17.4679, -0.74692, 0, 0.664914, 34.5008, 0, 1, 0, 0.332136, -0.664914, 0, -0.74692, -16.7155, -0.506161, 0, -0.862439, 32.7005, 0, 1, 0, 0.332136, 0.862439, 0, -0.506161, -16.1309) - -[sub_resource type="MultiMesh" id="MultiMesh_m7tw1"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 39 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(-0.96278, 0, -0.270286, 36.6126, 0, 1, 0, 0.332136, 0.270286, 0, -0.96278, -31.7443, -0.418879, 0, -0.908042, 38.2865, 0, 1, 0, 0.332135, 0.908042, 0, -0.418879, -31.1921, 0.614186, 0, -0.789161, 36.6877, 0, 1, 0, 0.332136, 0.789161, 0, 0.614186, -31.113, 0.99016, 0, -0.139937, 37.5795, 0, 1, 0, 0.332136, 0.139937, 0, 0.99016, -32.0443, -0.908457, 0, 0.417979, 38.3837, 0, 1, 0, 0.332135, -0.417979, 0, -0.908457, -29.0524, 0.803058, 0, 0.595901, 37.3737, 0, 1, 0, 0.332136, -0.595901, 0, 0.803058, -29.8456, -0.852225, 0, -0.523175, 36.5314, 0, 1, 0, 0.332136, 0.523175, 0, -0.852225, -30.1632, 0.750891, 0, -0.660426, 36.6381, 0, 1, 0, 0.332136, 0.660426, 0, 0.750891, -25.9536, 0.170868, 0, 0.985294, 38.0894, 0, 1, 0, 0.332136, -0.985294, 0, 0.170868, -28.156, -0.681367, 0, 0.731942, 38.2697, 0, 1, 0, 0.332136, -0.731942, 0, -0.681367, -26.6657, -0.554253, 0, 0.832348, 38.4932, 0, 1, 0, 0.332136, -0.832348, 0, -0.554253, -24.568, -0.534867, 0, -0.844936, 38.2304, 0, 1, 0, 0.332136, 0.844936, 0, -0.534867, -23.2106, -0.696094, 0, -0.717951, 37.1337, 0, 1, 0, 0.332136, 0.717951, 0, -0.696094, -28.4031, 0.313535, 0, 0.949577, 38.2581, 0, 1, 0, 0.332136, -0.949577, 0, 0.313535, -27.3587, -0.934438, 0, 0.356126, 38.9482, 0, 1, 0, 0.332136, -0.356126, 0, -0.934438, -27.1547, -0.274624, 0, -0.961552, 37.7576, 0, 1, 0, 0.332136, 0.961552, 0, -0.274624, -25.8545, -0.967691, 0, 0.252141, 37.1315, 0, 1, 0, 0.332136, -0.252141, 0, -0.967691, -26.6078, -0.419434, 0, 0.907786, 39.692, 0, 1, 0, 0.332136, -0.907786, 0, -0.419434, -31.3357, -0.678605, 0, 0.734503, 39.4275, 0, 1, 0, 0.332136, -0.734503, 0, -0.678605, -32.1406, -0.267678, 0, -0.963508, 40.8105, 0, 1, 0, 0.332136, 0.963508, 0, -0.267678, -32.1413, 0.945594, 0, -0.325349, 42.0321, 0, 1, 0, 0.332136, 0.325349, 0, 0.945594, -31.7714, -0.793595, 0, 0.608446, 41.4759, 0, 1, 0, 0.332136, -0.608446, 0, -0.793595, -30.5522, -0.0362212, 0, -0.999344, 41.6378, 0, 1, 0, 0.332136, 0.999344, 0, -0.0362212, -29.0491, -0.999231, 0, 0.0392134, 39.2735, 0, 1, 0, 0.332136, -0.0392134, 0, -0.999231, -29.6604, 0.42018, 0, 0.907441, 39.9097, 0, 1, 0, 0.332136, -0.907441, 0, 0.42018, -30.7845, 0.101927, 0, 0.994792, 40.1014, 0, 1, 0, 0.332136, -0.994792, 0, 0.101927, -29.9777, -0.289329, 0, 0.95723, 40.0993, 0, 1, 0, 0.332136, -0.95723, 0, -0.289329, -27.9417, 0.991736, 0, -0.128299, 41.5637, 0, 1, 0, 0.332136, 0.128299, 0, 0.991736, -26.6961, 0.998327, 0, -0.057819, 40.2422, 0, 1, 0, 0.332136, 0.057819, 0, 0.998327, -26.4184, -0.813557, 0, 0.581485, 41.4233, 0, 1, 0, 0.332136, -0.581485, 0, -0.813557, -25.3502, 0.526298, 0, -0.8503, 41.7156, 0, 1, 0, 0.332136, 0.8503, 0, 0.526298, -23.5169, 0.981862, 0, 0.189594, 39.528, 0, 1, 0, 0.332136, -0.189594, 0, 0.981862, -25.3962, 0.793138, 0, 0.609042, 40.4444, 0, 1, 0, 0.332136, -0.609042, 0, 0.793138, -23.5707, 0.578757, 0, -0.8155, 41.7741, 0, 1, 0, 0.332136, 0.8155, 0, 0.578757, -28.069, -0.86174, 0, 0.50735, 41.3835, 0, 1, 0, 0.332136, -0.50735, 0, -0.86174, -27.6016, -0.816369, 0, 0.57753, 40.881, 0, 1, 0, 0.332136, -0.57753, 0, -0.816369, -28.519, -0.0646515, 0, 0.997908, 39.1874, 0, 1, 0, 0.332136, -0.997908, 0, -0.0646515, -27.2411, 0.0460371, 0, 0.99894, 39.8261, 0, 1, 0, 0.332136, -0.99894, 0, 0.0460371, -24.4563, 0.998456, 0, 0.0555541, 40.3456, 0, 1, 0, 0.332136, -0.0555541, 0, 0.998456, -28.4741) - -[sub_resource type="MultiMesh" id="MultiMesh_txjxl"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 23 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(-0.927221, 0, -0.374514, 37.435, 0, 1, 0, 0.332136, 0.374514, 0, -0.927221, -23.0524, -0.690819, 0, 0.723028, 37.056, 0, 1, 0, 0.332136, -0.723028, 0, -0.690819, -21.2656, 0.997283, 0, 0.0736667, 38.4408, 0, 1, 0, 0.332136, -0.0736667, 0, 0.997283, -21.6735, -0.692785, 0, -0.721144, 38.929, 0, 1, 0, 0.332136, 0.721144, 0, -0.692785, -22.1028, 0.991273, 0, 0.131825, 39.689, 0, 1, 0, 0.332136, -0.131825, 0, 0.991273, -21.3651, -0.725514, 0, 0.688208, 40.4954, 0, 1, 0, 0.332136, -0.688208, 0, -0.725514, -21.12, 0.0511207, 0, 0.998693, 36.7873, 0, 1, 0, 0.332136, -0.998693, 0, 0.0511207, -14.1149, -0.999362, 0, -0.0357234, 38.0698, 0, 1, 0, 0.332136, 0.0357234, 0, -0.999362, -16.3915, -0.92274, 0, 0.385423, 37.4314, 0, 1, 0, 0.332136, -0.385423, 0, -0.92274, -18.0384, 0.283569, 0, -0.958952, 37.1758, 0, 1, 0, 0.332136, 0.958952, 0, 0.283569, -20.2156, 0.675175, 0, 0.737658, 38.6882, 0, 1, 0, 0.332136, -0.737658, 0, 0.675175, -20.271, -0.91875, 0, -0.39484, 41.0845, 0, 1, 0, 0.332136, 0.39484, 0, -0.91875, -14.2307, -0.940703, 0, 0.339232, 39.3142, 0, 1, 0, 0.332136, -0.339232, 0, -0.940703, -14.3846, -0.62629, 0, 0.77959, 41.8811, 0, 1, 0, 0.332136, -0.77959, 0, -0.62629, -16.1739, -0.683113, 0, 0.730312, 41.6456, 0, 1, 0, 0.332136, -0.730312, 0, -0.683113, -19.6878, -0.050907, 0, 0.998703, 40.3319, 0, 1, 0, 0.332136, -0.998703, 0, -0.050907, -17.7136, 0.510481, 0, 0.859889, 39.8714, 0, 1, 0, 0.332136, -0.859889, 0, 0.510481, -19.2985, -0.8116, 0, -0.584214, 40.9235, 0, 1, 0, 0.332136, 0.584214, 0, -0.8116, -16.314, 0.680282, 0, -0.73295, 39.3326, 0, 1, 0, 0.332136, 0.73295, 0, 0.680282, -19.1522, -0.251498, 0, -0.967858, 39.334, 0, 1, 0, 0.332136, 0.967858, 0, -0.251498, -16.0529, -0.871338, 0, -0.490683, 39.2968, 0, 1, 0, 0.332136, 0.490683, 0, -0.871338, -17.4725, -0.535843, 0, 0.844317, 41.2636, 0, 1, 0, 0.332136, -0.844317, 0, -0.535843, -18.0074, -0.90387, 0, 0.427807, 42.0344, 0, 1, 0, 0.332136, -0.427807, 0, -0.90387, -20.589) - -[sub_resource type="MultiMesh" id="MultiMesh_lcrfj"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 51 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(-0.838893, 0, -0.544297, 30.4605, 0, 1, 0, 0.332136, 0.544297, 0, -0.838893, -13.0181, 0.278217, 0, -0.960518, 27.6399, 0, 1, 0, 0.332136, 0.960518, 0, 0.278217, -13.6246, -0.622012, 0, -0.783008, 27.2883, 0, 1, 0, 0.332136, 0.783008, 0, -0.622012, -11.5086, 0.981151, 0, -0.193242, 29.6083, 0, 1, 0, 0.332136, 0.193242, 0, 0.981151, -7.28121, -0.98352, 0, -0.180802, 29.1564, 0, 1, 0, 0.332136, 0.180802, 0, -0.98352, -7.12557, 0.881523, 0, 0.47214, 29.4945, 0, 1, 0, 0.332136, -0.47214, 0, 0.881523, -8.41521, -0.588299, 0, 0.808644, 28.3767, 0, 1, 0, 0.332136, -0.808644, 0, -0.588299, -8.56536, -0.970702, 0, 0.240288, 27.9785, 0, 1, 0, 0.332136, -0.240288, 0, -0.970702, -12.8337, 0.77167, 0, 0.636023, 27.8474, 0, 1, 0, 0.332136, -0.636023, 0, 0.77167, -11.0475, 0.983013, 0, -0.183535, 29.4718, 0, 1, 0, 0.332136, 0.183535, 0, 0.983013, -10.7423, -0.562754, 0, 0.826625, 29.28, 0, 1, 0, 0.332136, -0.826625, 0, -0.562754, -12.673, -0.999739, 0, 0.0228549, 29.0906, 0, 1, 0, 0.332136, -0.0228549, 0, -0.999739, -9.8214, 0.302088, 0, 0.95328, 27.5353, 0, 1, 0, 0.332136, -0.95328, 0, 0.302088, -10.3459, -0.458747, 0, 0.888567, 27.9877, 0, 1, 0, 0.332136, -0.888567, 0, -0.458747, -11.5168, 0.882958, 0, -0.469451, 30.6333, 0, 1, 0, 0.332136, 0.469451, 0, 0.882958, -6.86594, 0.158346, 0, 0.987384, 30.9179, 0, 1, 0, 0.332136, -0.987384, 0, 0.158346, -6.06683, 0.997092, 0, 0.0762108, 29.0187, 0, 1, 0, 0.332136, -0.0762108, 0, 0.997092, -5.32738, -0.905663, 0, 0.423997, 27.2989, 0, 1, 0, 0.332136, -0.423997, 0, -0.905663, -5.93613, -0.861981, 0, 0.506941, 30.9686, 0, 1, 0, 0.332136, -0.506941, 0, -0.861981, -5.32944, 0.874677, 0, -0.484707, 29.4315, 0, 1, 0, 0.332136, 0.484707, 0, 0.874677, -5.16762, -0.946599, 0, 0.322413, 27.4221, 0, 1, 0, 0.332137, -0.322413, 0, -0.946599, -5.58617, 0.912905, 0, 0.408171, 27.1457, 0, 1, 0, 0.332136, -0.408171, 0, 0.912905, -5.45223, -0.998572, 0, -0.0534306, 32.5435, 0, 1, 0, 0.332136, 0.0534306, 0, -0.998572, -13.2044, 0.985556, 0, -0.169348, 35.2776, 0, 1, 0, 0.332136, 0.169348, 0, 0.985556, -13.7631, 0.545695, 0, 0.837984, 31.8376, 0, 1, 0, 0.332137, -0.837984, 0, 0.545695, -5.99369, -0.807269, 0, 0.590183, 35.4278, 0, 1, 0, 0.332136, -0.590183, 0, -0.807269, -5.55665, -0.591997, 0, -0.80594, 34.8801, 0, 1, 0, 0.332136, 0.80594, 0, -0.591997, -6.75417, 0.97689, 0, 0.213742, 32.7503, 0, 1, 0, 0.332136, -0.213742, 0, 0.97689, -5.29941, 0.796398, 0, 0.604773, 33.9265, 0, 1, 0, 0.332136, -0.604773, 0, 0.796398, -5.43442, 0.580818, 0, -0.814033, 32.8261, 0, 1, 0, 0.332135, 0.814033, 0, 0.580818, -12.4342, -0.551469, 0, 0.834195, 35.7283, 0, 1, 0, 0.332136, -0.834195, 0, -0.551469, -11.9564, -0.455327, 0, -0.890324, 31.3158, 0, 1, 0, 0.332136, 0.890324, 0, -0.455327, -11.2917, -0.902168, 0, 0.431384, 36.1219, 0, 1, 0, 0.332136, -0.431384, 0, -0.902168, -11.3245, 0.778388, 0, -0.627783, 32.4309, 0, 1, 0, 0.332136, 0.627783, 0, 0.778388, -7.46429, 0.962551, 0, 0.2711, 32.4316, 0, 1, 0, 0.332136, -0.2711, 0, 0.962551, -10.8077, 0.687385, 0, 0.726293, 33.2325, 0, 1, 0, 0.332136, -0.726293, 0, 0.687385, -7.14831, 0.157766, 0, -0.987477, 32.2476, 0, 1, 0, 0.332136, 0.987477, 0, 0.157766, -9.03007, 0.84369, 0, -0.536831, 36.2971, 0, 1, 0, 0.332136, 0.536831, 0, 0.84369, -9.24333, -0.931216, 0, 0.364469, 32.0711, 0, 1, 0, 0.332136, -0.364469, 0, -0.931216, -10.1518, -0.583489, 0, 0.812121, 33.7701, 0, 1, 0, 0.332136, -0.812121, 0, -0.583489, -11.7599, 0.65365, 0, -0.756797, 35.3493, 0, 1, 0, 0.332136, 0.756797, 0, 0.65365, -7.17301, 0.611684, 0, -0.791102, 31.071, 0, 1, 0, 0.332136, 0.791102, 0, 0.611684, -7.98478, -0.289141, 0, 0.957287, 34.6346, 0, 1, 0, 0.332136, -0.957287, 0, -0.289141, -8.6281, 0.135443, 0, -0.990785, 35.7285, 0, 1, 0, 0.332136, 0.990785, 0, 0.135443, -7.85404, -0.190412, 0, -0.981704, 32.6568, 0, 1, 0, 0.332136, 0.981704, 0, -0.190412, -9.81109, -0.254172, 0, -0.967159, 33.9783, 0, 1, 0, 0.332136, 0.967159, 0, -0.254172, -9.64423, 0.113861, 0, 0.993497, 35.373, 0, 1, 0, 0.332136, -0.993497, 0, 0.113861, -9.74908, -0.688111, 0, -0.725606, 34.2603, 0, 1, 0, 0.332136, 0.725606, 0, -0.688111, -11.1358, -0.891892, 0, -0.452249, 33.1737, 0, 1, 0, 0.332136, 0.452249, 0, -0.891892, -8.65225, 0.945985, 0, -0.324211, 32.4553, 0, 1, 0, 0.332136, 0.324211, 0, 0.945985, -7.18656, -0.0389539, 0, -0.999241, 31.5125, 0, 1, 0, 0.332137, 0.999241, 0, -0.0389539, -9.88539) - -[sub_resource type="MultiMesh" id="MultiMesh_rif6r"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 53 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(-0.757306, 0, 0.653061, 29.6579, 0, 1, 0, 0.332136, -0.653061, 0, -0.757306, 0.752465, -0.955364, 0, -0.29543, 29.0623, 0, 1, 0, 0.332135, 0.29543, 0, -0.955364, -3.90527, -0.902935, 0, -0.429778, 27.5675, 0, 1, 0, 0.332136, 0.429778, 0, -0.902935, -4.08511, -0.999994, 0, 0.00340333, 30.8231, 0, 1, 0, 0.332137, -0.00340333, 0, -0.999994, -2.17552, -0.990383, 0, -0.138351, 28.784, 0, 1, 0, 0.332135, 0.138351, 0, -0.990383, -2.82066, -0.696623, 0, -0.717437, 27.2758, 0, 1, 0, 0.332136, 0.717437, 0, -0.696623, -2.56529, 0.995919, 0, 0.0902559, 29.4584, 0, 1, 0, 0.332136, -0.0902559, 0, 0.995919, -0.740562, -0.0941623, 0, -0.995557, 27.656, 0, 1, 0, 0.332136, 0.995557, 0, -0.0941623, -1.35029, -0.999977, 0, 0.00680586, 30.8615, 0, 1, 0, 0.332136, -0.00680586, 0, -0.999977, 0.667016, -0.0907688, 0, -0.995872, 27.2492, 0, 1, 0, 0.332136, 0.995872, 0, -0.0907688, 0.73744, -0.739127, 0, 0.673567, 30.344, 0, 1, 0, 0.332136, -0.673567, 0, -0.739127, -0.417684, -0.319346, 0, 0.947638, 30.1598, 0, 1, 0, 0.332135, -0.947638, 0, -0.319346, -3.95327, -0.507597, 0, 0.861594, 28.4128, 0, 1, 0, 0.332136, -0.861594, 0, -0.507597, 0.731402, -0.876165, 0, 0.482011, 28.8336, 0, 1, 0, 0.332136, -0.482011, 0, -0.876165, -0.632859, -0.985514, 0, 0.169595, 28.7975, 0, 1, 0, 0.332136, -0.169595, 0, -0.985514, -2.19146, 0.896722, 0, 0.442594, 30.6704, 0, 1, 0, 0.332136, -0.442594, 0, 0.896722, -3.32314, -0.395289, 0, -0.918557, 28.9033, 0, 1, 0, 0.332136, 0.918557, 0, -0.395289, 2.14613, -0.447143, 0, -0.894463, 29.3212, 0, 1, 0, 0.332136, 0.894463, 0, -0.447143, 1.17399, -0.959285, 0, -0.28244, 27.5651, 0, 1, 0, 0.332136, 0.28244, 0, -0.959285, 1.37371, 0.0332294, 0, 0.999448, 29.7186, 0, 1, 0, 0.332136, -0.999448, 0, 0.0332294, 2.73779, 0.578508, 0, 0.815677, 27.7842, 0, 1, 0, 0.332136, -0.815677, 0, 0.578508, 2.20964, 0.645652, 0, -0.763632, 29.0608, 0, 1, 0, 0.332137, 0.763632, 0, 0.645652, 3.63042, 0.917563, 0, 0.397589, 27.6778, 0, 1, 0, 0.332136, -0.397589, 0, 0.917563, 3.5804, -0.999645, 0, 0.0266327, 35.3285, 0, 1, 0, 0.332136, -0.0266327, 0, -0.999645, 2.43749, 0.781695, 0, -0.623661, 34.0692, 0, 1, 0, 0.332136, 0.623661, 0, 0.781695, 2.47479, 0.0868288, 0, 0.996223, 32.5105, 0, 1, 0, 0.332136, -0.996223, 0, 0.0868288, 1.671, 0.758636, 0, -0.651514, 33.6385, 0, 1, 0, 0.332136, 0.651514, 0, 0.758636, 3.7645, 0.894232, 0, -0.447603, 32.4317, 0, 1, 0, 0.332136, 0.447603, 0, 0.894232, 3.44906, 0.994361, 0, 0.106051, 34.1272, 0, 1, 0, 0.332136, -0.106051, 0, 0.994361, 1.198, -0.870503, 0, -0.492164, 35.2063, 0, 1, 0, 0.332136, 0.492164, 0, -0.870503, 2.07289, -0.826824, 0, -0.56246, 34.9349, 0, 1, 0, 0.332136, 0.56246, 0, -0.826824, 2.70328, 0.347375, 0, -0.937726, 32.5163, 0, 1, 0, 0.332136, 0.937726, 0, 0.347375, 2.22782, -0.523226, 0, -0.852194, 31.0929, 0, 1, 0, 0.332136, 0.852194, 0, -0.523226, 2.37332, -0.67987, 0, -0.733333, 35.9067, 0, 1, 0, 0.332136, 0.733333, 0, -0.67987, -1.96674, -0.452218, 0, -0.891907, 36.0554, 0, 1, 0, 0.332136, 0.891907, 0, -0.452218, -0.878272, 0.0116143, 0, -0.999933, 32.6896, 0, 1, 0, 0.332136, 0.999933, 0, 0.0116143, -0.831958, 0.997697, 0, 0.0678313, 34.538, 0, 1, 0, 0.332136, -0.0678313, 0, 0.997697, -2.28253, 0.108691, 0, -0.994076, 32.3016, 0, 1, 0, 0.332136, 0.994076, 0, 0.108691, -3.13215, -0.944496, 0, -0.328522, 36.2009, 0, 1, 0, 0.332136, 0.328522, 0, -0.944496, -3.67326, 0.856949, 0, 0.515401, 32.4595, 0, 1, 0, 0.332136, -0.515401, 0, 0.856949, 0.643464, 0.76164, 0, 0.648, 34.0636, 0, 1, 0, 0.332136, -0.648, 0, 0.76164, 0.608759, -0.887512, 0, 0.460785, 31.2825, 0, 1, 0, 0.332136, -0.460785, 0, -0.887512, -0.447475, -0.547754, 0, 0.836639, 32.1945, 0, 1, 0, 0.332135, -0.836639, 0, -0.547754, -1.23265, 0.218083, 0, 0.97593, 33.7287, 0, 1, 0, 0.332135, -0.97593, 0, 0.218083, -0.773523, 0.6954, 0, 0.718623, 35.1813, 0, 1, 0, 0.332136, -0.718623, 0, 0.6954, -0.753051, -0.93643, 0, 0.350856, 32.5282, 0, 1, 0, 0.332137, -0.350856, 0, -0.93643, -2.13599, 0.126859, 0, -0.991921, 34.0703, 0, 1, 0, 0.332136, 0.991921, 0, 0.126859, -2.79551, -0.0583504, 0, 0.998296, 35.5899, 0, 1, 0, 0.332136, -0.998296, 0, -0.0583504, -2.70826, -0.245955, 0, 0.969281, 31.9491, 0, 1, 0, 0.332136, -0.969281, 0, -0.245955, -4.38947, -0.656636, 0, -0.754208, 34.1842, 0, 1, 0, 0.332136, 0.754208, 0, -0.656636, -4.01509, 0.907933, 0, 0.419115, 35.4609, 0, 1, 0, 0.332136, -0.419115, 0, 0.907933, -4.30334, -0.838283, 0, -0.545236, 35.6159, 0, 1, 0, 0.332136, 0.545236, 0, -0.838283, -0.459133, -0.909977, 0, 0.41466, 31.309, 0, 1, 0, 0.332136, -0.41466, 0, -0.909977, -4.10378) - -[sub_resource type="MultiMesh" id="MultiMesh_40tgy"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 32 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(-0.636147, 0, -0.771568, 37.4468, 0, 1, 0, 0.332136, 0.771568, 0, -0.636147, -13.187, -0.71895, 0, -0.695062, 38.1842, 0, 1, 0, 0.332136, 0.695062, 0, -0.71895, -13.6759, -0.571254, 0, 0.820773, 36.5355, 0, 1, 0, 0.332136, -0.820773, 0, -0.571254, -5.06686, 0.107927, 0, -0.994159, 38.1805, 0, 1, 0, 0.332136, 0.994159, 0, 0.107927, -5.45733, -0.294614, 0, -0.955616, 37.687, 0, 1, 0, 0.332136, 0.955616, 0, -0.294614, -6.6998, 0.998031, 0, 0.0627146, 36.5985, 0, 1, 0, 0.332136, -0.0627146, 0, 0.998031, -5.62139, 0.697246, 0, -0.716832, 37.663, 0, 1, 0, 0.332136, 0.716832, 0, 0.697246, -8.69247, -0.448835, 0, -0.893614, 36.6338, 0, 1, 0, 0.332136, 0.893614, 0, -0.448835, -12.7648, -0.652941, 0, -0.757409, 36.6223, 0, 1, 0, 0.332135, 0.757409, 0, -0.652941, -12.5049, -0.0954441, 0, -0.995435, 38.3824, 0, 1, 0, 0.332136, 0.995435, 0, -0.0954441, -8.85301, -0.180535, 0, -0.983569, 36.7527, 0, 1, 0, 0.332136, 0.983569, 0, -0.180535, -7.75558, -0.976654, 0, -0.214818, 38.0854, 0, 1, 0, 0.332136, 0.214818, 0, -0.976654, -10.8622, 0.121175, 0, -0.992631, 38.6026, 0, 1, 0, 0.332136, 0.992631, 0, 0.121175, -12.3872, -0.782282, 0, 0.622925, 38.9239, 0, 1, 0, 0.332136, -0.622925, 0, -0.782282, -8.28083, 0.52996, 0, -0.848023, 37.3512, 0, 1, 0, 0.332136, 0.848023, 0, 0.52996, -10.2217, 0.236836, 0, -0.97155, 39.8651, 0, 1, 0, 0.332136, 0.97155, 0, 0.236836, -13.0925, -0.55876, 0, -0.829329, 41.7199, 0, 1, 0, 0.332136, 0.829329, 0, -0.55876, -5.90015, -0.538315, 0, 0.842744, 39.8388, 0, 1, 0, 0.332136, -0.842744, 0, -0.538315, -5.25086, 0.360645, 0, 0.932703, 41.0812, 0, 1, 0, 0.332136, -0.932703, 0, 0.360645, -6.80212, 0.4724, 0, -0.881384, 39.1781, 0, 1, 0, 0.332136, 0.881384, 0, 0.4724, -6.85965, -0.504372, 0, 0.863487, 41.7651, 0, 1, 0, 0.332136, -0.863487, 0, -0.504372, -9.89768, -0.973227, 0, -0.229847, 39.267, 0, 1, 0, 0.332136, 0.229847, 0, -0.973227, -7.81702, 0.780265, 0, 0.625449, 41.5271, 0, 1, 0, 0.332136, -0.625449, 0, 0.780265, -7.22521, 0.566967, 0, -0.823741, 41.9717, 0, 1, 0, 0.332136, 0.823741, 0, 0.566967, -7.96635, -0.95834, 0, -0.285629, 40.9479, 0, 1, 0, 0.332136, 0.285629, 0, -0.95834, -11.6611, 0.177095, 0, 0.984194, 39.8506, 0, 1, 0, 0.332136, -0.984194, 0, 0.177095, -9.4212, -0.985533, 0, 0.169486, 41.4605, 0, 1, 0, 0.332136, -0.169486, 0, -0.985533, -7.84468, 0.533111, 0, -0.846045, 40.8968, 0, 1, 0, 0.332136, 0.846045, 0, 0.533111, -8.49453, -0.819229, 0, 0.573466, 40.189, 0, 1, 0, 0.332136, -0.573466, 0, -0.819229, -10.2116, -0.645262, 0, 0.763961, 41.1516, 0, 1, 0, 0.332136, -0.763961, 0, -0.645262, -10.0938, -0.890145, 0, -0.455678, 40.0336, 0, 1, 0, 0.332136, 0.455678, 0, -0.890145, -11.8563, -0.981917, 0, 0.189313, 39.1098, 0, 1, 0, 0.332136, -0.189313, 0, -0.981917, -8.2438) - -[sub_resource type="MultiMesh" id="MultiMesh_hboax"] -resource_local_to_scene = true -transform_format = 1 -instance_count = 31 -mesh = ExtResource("26_o4ua8") -buffer = PackedFloat32Array(-0.441124, 0, 0.897446, 36.9072, 0, 1, 0, 0.332135, -0.897446, 0, -0.441124, 3.89343, 0.716534, 0, -0.697553, 39.4012, 0, 1, 0, 0.332136, 0.697553, 0, 0.716534, 3.87425, -0.893846, 0, 0.448375, 38.2897, 0, 1, 0, 0.332136, -0.448375, 0, -0.893846, 2.98967, -0.954383, 0, -0.298584, 38.8716, 0, 1, 0, 0.332136, 0.298584, 0, -0.954383, 2.04869, 0.325878, 0, -0.945412, 40.5069, 0, 1, 0, 0.332136, 0.945412, 0, 0.325878, 2.61292, 0.71137, 0, 0.702818, 41.8779, 0, 1, 0, 0.332136, -0.702818, 0, 0.71137, 1.96864, 0.812199, 0, 0.583381, 41.5942, 0, 1, 0, 0.332136, -0.583381, 0, 0.812199, 1.0775, -0.965532, 0, -0.260284, 36.858, 0, 1, 0, 0.332136, 0.260284, 0, -0.965532, 2.42505, 0.73245, 0, 0.68082, 37.2795, 0, 1, 0, 0.332136, -0.68082, 0, 0.73245, 1.91733, 0.975472, 0, -0.220124, 36.9227, 0, 1, 0, 0.332136, 0.220124, 0, 0.975472, 1.02164, -0.350865, 0, -0.936426, 41.1547, 0, 1, 0, 0.332136, 0.936426, 0, -0.350865, -0.907791, -0.413537, 0, 0.910487, 40.1586, 0, 1, 0, 0.332136, -0.910487, 0, -0.413537, 0.935294, -0.994975, 0, -0.100124, 39.002, 0, 1, 0, 0.332135, 0.100124, 0, -0.994975, -0.0124359, -0.588943, 0, -0.808174, 40.5774, 0, 1, 0, 0.332136, 0.808174, 0, -0.588943, 0.370746, -0.831548, 0, -0.555452, 41.6456, 0, 1, 0, 0.332136, 0.555452, 0, -0.831548, -1.13887, -0.999978, 0, 0.0065982, 41.5221, 0, 1, 0, 0.332137, -0.0065982, 0, -0.999978, -2.39784, 0.549859, 0, 0.835257, 40.5436, 0, 1, 0, 0.332136, -0.835257, 0, 0.549859, -0.444862, 0.793947, 0, -0.607987, 41.7445, 0, 1, 0, 0.332136, 0.607987, 0, 0.793947, -3.89395, 0.919518, 0, -0.393048, 40.5967, 0, 1, 0, 0.332136, 0.393048, 0, 0.919518, -1.70859, -0.530632, 0, -0.847602, 40.6612, 0, 1, 0, 0.332136, 0.847602, 0, -0.530632, -3.45895, 0.937301, 0, -0.348521, 41.9683, 0, 1, 0, 0.332136, 0.348521, 0, 0.937301, -4.4267, 0.533104, 0, 0.84605, 37.2942, 0, 1, 0, 0.332136, -0.84605, 0, 0.533104, -0.887124, 0.975018, 0, 0.222126, 38.3525, 0, 1, 0, 0.332136, -0.222126, 0, 0.975018, -1.30784, 0.103894, 0, -0.994588, 38.6061, 0, 1, 0, 0.332136, 0.994588, 0, 0.103894, 0.925615, -0.202756, 0, -0.979229, 37.2107, 0, 1, 0, 0.332137, 0.979229, 0, -0.202756, -1.71497, -0.999973, 0, 0.00740394, 37.094, 0, 1, 0, 0.332136, -0.00740394, 0, -0.999973, -3.01808, 0.926202, 0, -0.377028, 38.7907, 0, 1, 0, 0.332136, 0.377028, 0, 0.926202, -2.06743, 0.9965, 0, 0.0835972, 38.9777, 0, 1, 0, 0.332136, -0.0835972, 0, 0.9965, -2.80168, -0.0934826, 0, -0.995621, 36.7343, 0, 1, 0, 0.332136, 0.995621, 0, -0.0934826, -4.28724, 0.31384, 0, -0.949476, 38.5225, 0, 1, 0, 0.332136, 0.949476, 0, 0.31384, -4.33788, 0.194637, 0, 0.980875, 36.4985, 0, 1, 0, 0.332136, -0.980875, 0, 0.194637, -2.08954) - [node name="AssetChecker" type="Node3D" node_paths=PackedStringArray("player")] script = ExtResource("1_saj4q") player = NodePath("Player") @@ -1474,6 +415,78 @@ light_specular = 0.0 shadow_enabled = true spot_angle = 69.19 +[node name="Grass1" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 26.4864, 0.332135, 1.58797) + +[node name="Grass2" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 28.0925, 0.332135, 1.67437) + +[node name="Grass3" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 24.9946, 0.332134, 1.9081) + +[node name="Grass4" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(1, 0, -2.98023e-08, 0, 1, 0, 2.98023e-08, 0, 1, 23.2335, 0.332134, 1.4069) + +[node name="Grass5" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(1, 0, -5.96046e-08, 0, 1, 0, 5.96046e-08, 0, 1, 20.7577, 0.332135, 1.83699) + +[node name="Grass6" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(1, 0, -5.96046e-08, 0, 1, 0, 5.96046e-08, 0, 1, 22.6021, 0.332135, 2.4248) + +[node name="Grass7" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(1, 0, -5.96046e-08, 0, 1, 0, 5.96046e-08, 0, 1, 24.4018, 0.332135, 2.65975) + +[node name="Grass8" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(1, 0, -5.96046e-08, 0, 1, 0, 5.96046e-08, 0, 1, 26.0753, 0.332135, 2.74762) + +[node name="Grass9" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(1, 0, -5.96046e-08, 0, 1, 0, 5.96046e-08, 0, 1, 27.3419, 0.332135, 2.62452) + +[node name="Grass10" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(1, 0, -5.96046e-08, 0, 1, 0, 5.96046e-08, 0, 1, 28.57, 0.332135, 2.536) + +[node name="Grass11" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(1, 0, -5.96046e-08, 0, 1, 0, 5.96046e-08, 0, 1, 26.2288, 0.332135, 0.577453) + +[node name="Grass12" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(1, 0, -5.96046e-08, 0, 1, 0, 5.96046e-08, 0, 1, 27.5685, 0.332135, 0.689408) + +[node name="Grass13" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(-0.98536, 0, -0.170485, 0, 1, 0, 0.170485, 0, -0.98536, 20.4974, 0.332136, 0.131429) + +[node name="Grass14" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(-0.985361, 0, -0.170485, 0, 1, 0, 0.170485, 0, -0.985361, 18.9, 0.332136, 0.320125) + +[node name="Grass15" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(-0.985361, 0, -0.170485, 0, 1, 0, 0.170485, 0, -0.985361, 21.9128, 0.332135, -0.438344) + +[node name="Grass16" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(-0.985361, 0, -0.170485, 0, 1, 0, 0.170485, 0, -0.985361, 23.7335, 0.332135, -0.244718) + +[node name="Grass17" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(-0.985361, 0, -0.170485, 0, 1, 0, 0.170485, 0, -0.985361, 26.0997, 0.332136, -1.09059) + +[node name="Grass18" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(-0.985361, 0, -0.170485, 0, 1, 0, 0.170485, 0, -0.985361, 24.1821, 0.332136, -1.35535) + +[node name="Grass19" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(-0.985361, 0, -0.170485, 0, 1, 0, 0.170485, 0, -0.985361, 22.3687, 0.332136, -1.28003) + +[node name="Grass20" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(-0.985361, 0, -0.170485, 0, 1, 0, 0.170485, 0, -0.985361, 20.7047, 0.332136, -1.08131) + +[node name="Grass21" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(-0.985361, 0, -0.170485, 0, 1, 0, 0.170485, 0, -0.985361, 19.4777, 0.332136, -0.744095) + +[node name="Grass22" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(-0.985361, 0, -0.170485, 0, 1, 0, 0.170485, 0, -0.985361, 18.2827, 0.332136, -0.4475) + +[node name="Grass23" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(-0.985361, 0, -0.170485, 0, 1, 0, 0.170485, 0, -0.985361, 20.9234, 0.332136, 1.08325) + +[node name="Grass24" parent="." instance=ExtResource("26_mh2xu")] +transform = Transform3D(-0.985361, 0, -0.170485, 0, 1, 0, 0.170485, 0, -0.985361, 19.5842, 0.332136, 1.20133) + [node name="rat2" type="MeshInstance3D" parent="."] transform = Transform3D(-0.944445, 0, 0.328669, 0, 1, 0, -0.328669, 0, -0.944445, -6.5786, 0.429791, 0.715305) mesh = SubResource("ArrayMesh_y6dw0") @@ -1504,2135 +517,26 @@ transform = Transform3D(-0.00100191, -8.43273e-09, -0.000556161, 0.000555167, -0 mesh = SubResource("ArrayMesh_3u1hx") skeleton = NodePath("") -[node name="Gardener" type="Node3D" parent="."] -script = ExtResource("23_fmbc6") -file_management/garden_work_directory = "res://assets/Gardener/" -gardening/gardening_collision_mask = 256.0 -plugin_version = "1.3.3" -storage_version = 3 -metadata/class = "Gardener" +[node name="Tree2" parent="." instance=ExtResource("9_ol3is")] +transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 19.7828, 0.356438, -8.45519) -[node name="Arborist" type="Node3D" parent="Gardener"] -script = ExtResource("24_175yh") -octree_managers = [SubResource("Resource_egex3"), SubResource("Resource_5t6ew")] -metadata/class = "Arborist" +[node name="Tree3" parent="." instance=ExtResource("9_ol3is")] +transform = Transform3D(0.509542, 0, 1.934, 0, 2, 0, -1.934, 0, 0.509542, 18.8544, 0.332136, -0.820143) -[node name="MMI_container" type="Node3D" parent="Gardener/Arborist"] +[node name="Tree4" parent="." instance=ExtResource("9_ol3is")] +transform = Transform3D(-1.34961, 0, 1.47599, 0, 2, 0, -1.47599, 0, -1.34961, 22.2177, 0.332138, 0.327899) -[node name="MultiMeshInstance3D18" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] +[node name="Tree5" parent="." instance=ExtResource("9_ol3is")] +transform = Transform3D(-0.968886, 0, -1.74965, 0, 2, 0, 1.74965, 0, -0.968886, 22.0428, 0.332136, -4.12903) -[node name="Tree1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(-1.80479, 0, -1.72085, 0, 2.05736, 0, 1.72085, 0, -1.80479, 12.2534, 0.332136, -26.8805) +[node name="Tree6" parent="." instance=ExtResource("9_ol3is")] +transform = Transform3D(1.24353, 0, -1.56641, 0, 2, 0, 1.56641, 0, 1.24353, 26.5224, 0.332136, -1.82973) -[node name="@Node3D@45340" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(-0.190326, 0, -2.98414, 0, 2.57498, 0, 2.98414, 0, -0.190326, 21.9717, 0.332136, -28.7221) +[node name="Tree7" parent="." instance=ExtResource("9_ol3is")] +transform = Transform3D(1.83154, 0, 0.803416, 0, 2, 0, -0.803416, 0, 1.83154, 28.5441, 0.332136, 2.06441) -[node name="@Node3D@45341" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(1.78957, 0, -1.82302, 0, 2.53783, 0, 1.82302, 0, 1.78957, 21.6571, 0.332137, -18.321) +[node name="Tree8" parent="." instance=ExtResource("9_ol3is")] +transform = Transform3D(-1.94321, 0, 0.473202, 0, 2, 0, -0.473202, 0, -1.94321, 30.7109, 0.332136, -1.20367) -[node name="@Node3D@45342" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(-1.51208, 0, 1.85799, 0, 2.65917, 0, -1.85799, 0, -1.51208, 28.1313, 0.332137, -29.1941) - -[node name="@Node3D@45343" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(-2.60815, 0, 1.22762, 0, 2.94554, 0, -1.22762, 0, -2.60815, 18.0361, 0.332135, -23.4976) - -[node name="@Node3D@45344" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(-0.512854, 0, 2.81978, 0, 2.6203, 0, -2.81978, 0, -0.512854, 28.7925, 0.332136, -24.1749) - -[node name="@Node3D@45345" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(0.35619, 0, 2.10549, 0, 2.14219, 0, -2.10549, 0, 0.35619, 15.1794, 0.332136, -29.1178) - -[node name="@Node3D@45346" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(1.73546, 0, -1.73479, 0, 2.27995, 0, 1.73479, 0, 1.73546, 27.1738, 0.332137, -16.0126) - -[node name="@Node3D@45347" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(0.967295, 0, 2.25515, 0, 2.62165, 0, -2.25515, 0, 0.967295, 26.1797, 0.332135, 0.819272) - -[node name="@Node3D@45348" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(-1.9101, 0, 0.700226, 0, 2.19324, 0, -0.700226, 0, -1.9101, 30.5975, 0.332136, -0.764177) - -[node name="@Node3D@45349" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(0.0629234, 0, 2.53412, 0, 2.09888, 0, -2.53412, 0, 0.0629234, 15.5992, 0.332135, -1.26039) - -[node name="@Node3D@45350" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(-0.660758, 0, 2.04859, 0, 2.74509, 0, -2.04859, 0, -0.660758, 18.8056, 0.332137, -10.4147) - -[node name="@Node3D@45351" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(0.947613, 0, -2.07746, 0, 2.05262, 0, 2.07746, 0, 0.947613, 16.9594, 0.332137, -14.6505) - -[node name="@Node3D@45352" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(-2.71739, 0, -0.531182, 0, 2.72902, 0, 0.531182, 0, -2.71739, 23.9524, 0.332135, -6.09095) - -[node name="@Node3D@45353" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(0.676974, 0, -2.02492, 0, 2.75067, 0, 2.02492, 0, 0.676974, 39.2491, 0.332136, -30.2158) - -[node name="@Node3D@45354" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(-1.56802, 0, -2.16865, 0, 2.6258, 0, 2.16865, 0, -1.56802, 40.8718, 0.332136, -14.4029) - -[node name="@Node3D@45355" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(-1.06, 0, -2.33094, 0, 2.75007, 0, 2.33094, 0, -1.06, 33.8402, 0.332135, -26.2134) - -[node name="@Node3D@45356" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(1.51982, 0, 1.91055, 0, 2.66918, 0, -1.91055, 0, 1.51982, 40.5898, 0.332136, 0.503141) - -[node name="@Node3D@45357" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(-0.395502, 0, 2.46891, 0, 2.51663, 0, -2.46891, 0, -0.395502, 33.9993, 0.332135, 0.0448188) - -[node name="@Node3D@45358" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D18" instance=ExtResource("9_ol3is")] -transform = Transform3D(-1.40155, 0, -1.7957, 0, 2.60681, 0, 1.7957, 0, -1.40155, 19.2531, 0.332135, 1.90675) - -[node name="MultiMeshInstance3D4" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D5" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D8" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D9" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D10" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D11" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_p1sgm") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.708637, 0, -0.705573, 0, 1, 0, 0.705573, 0, -0.708637, 11.9899, 0.332136, -31.8121) - -[node name="@Node3D@46576" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.26476, 0, -0.964314, 0, 1, 0, 0.964314, 0, -0.26476, 13.6645, 0.332136, -31.1124) - -[node name="@Node3D@46577" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.914323, 0, -0.404985, 0, 1, 0, 0.404985, 0, 0.914323, 13.4926, 0.332136, -23.9525) - -[node name="@Node3D@46578" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.461145, 0, -0.887325, 0, 1, 0, 0.887325, 0, 0.461145, 12.1187, 0.332136, -23.5902) - -[node name="@Node3D@46579" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.986516, 0, -0.163668, 0, 1, 0, 0.163668, 0, 0.986516, 13.6924, 0.332136, -28.5227) - -[node name="@Node3D@46580" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.0745331, 0, 0.997219, 0, 1, 0, -0.997219, 0, 0.0745331, 11.9868, 0.332136, -28.9154) - -[node name="@Node3D@46581" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.426669, 0, -0.904408, 0, 1, 0, 0.904408, 0, -0.426669, 13.753, 0.332136, -27.1062) - -[node name="@Node3D@46582" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.703019, 0, 0.711171, 0, 1, 0, -0.711171, 0, 0.703019, 12.3022, 0.332136, -27.5075) - -[node name="@Node3D@46583" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999424, 0, -0.0339448, 0, 1, 0, 0.0339448, 0, -0.999424, 13.5202, 0.332136, -25.2478) - -[node name="@Node3D@46584" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.179243, 0, 0.983805, 0, 1, 0, -0.983805, 0, 0.179243, 12.1815, 0.332136, -25.541) - -[node name="@Node3D@46585" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.408273, 0, 0.91286, 0, 1, 0, -0.91286, 0, 0.408273, 14.9006, 0.332136, -30.8546) - -[node name="@Node3D@46586" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.175303, 0, 0.984515, 0, 1, 0, -0.984515, 0, 0.175303, 14.0438, 0.332136, -30.3814) - -[node name="@Node3D@46587" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0934294, 0, 0.995626, 0, 1, 0, -0.995626, 0, -0.0934294, 14.8529, 0.332136, -29.5734) - -[node name="@Node3D@46588" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.705453, 0, 0.708757, 0, 1, 0, -0.708757, 0, 0.705453, 13.7075, 0.332136, -26.0234) - -[node name="@Node3D@46589" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.880494, 0, -0.474057, 0, 1, 0, 0.474057, 0, 0.880494, 13.8514, 0.332136, -24.2835) - -[node name="@Node3D@46590" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.591241, 0, -0.806495, 0, 1, 0, 0.806495, 0, -0.591241, 12.2826, 0.332136, -29.4542) - -[node name="@Node3D@46591" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.498278, 0, -0.867017, 0, 1, 0, 0.867017, 0, -0.498278, 14.4852, 0.332136, -26.2966) - -[node name="@Node3D@46592" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.905976, 0, 0.423329, 0, 1, 0, -0.423329, 0, -0.905976, 14.4575, 0.332136, -25.2314) - -[node name="@Node3D@46593" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.964304, 0, 0.264799, 0, 1, 0, -0.264799, 0, -0.964304, 14.0515, 0.332136, -23.9571) - -[node name="@Node3D@46594" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.193636, 0, -0.981073, 0, 1, 0, 0.981073, 0, 0.193636, 12.0518, 0.332136, -24.0478) - -[node name="@Node3D@46595" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.85706, 0, 0.515216, 0, 1, 0, -0.515216, 0, -0.85706, 13.0808, 0.332136, -29.6188) - -[node name="@Node3D@46596" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.831657, 0, -0.55529, 0, 1, 0, 0.55529, 0, 0.831657, 17.3528, 0.332136, -31.8974) - -[node name="@Node3D@46597" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.709525, 0, -0.70468, 0, 1, 0, 0.70468, 0, -0.709525, 15.1652, 0.332136, -32.2587) - -[node name="@Node3D@46598" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.298283, 0, -0.954477, 0, 1, 0, 0.954477, 0, -0.298283, 16.648, 0.332136, -30.1499) - -[node name="@Node3D@46599" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.828569, 0, -0.559888, 0, 1, 0, 0.559888, 0, -0.828569, 17.083, 0.332136, -29.7813) - -[node name="@Node3D@46600" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.999757, 0, -0.0220661, 0, 1, 0, 0.0220661, 0, 0.999757, 15.0145, 0.332136, -26.2947) - -[node name="@Node3D@46601" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.959992, 0, 0.280029, 0, 1, 0, -0.280029, 0, -0.959992, 15.1301, 0.332136, -27.206) - -[node name="@Node3D@46602" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.910214, 0, 0.414139, 0, 1, 0, -0.414139, 0, 0.910214, 17.1192, 0.332136, -25.5428) - -[node name="@Node3D@46603" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.911253, 0, -0.411847, 0, 1, 0, 0.411847, 0, -0.911253, 17.2812, 0.332136, -23.985) - -[node name="@Node3D@46604" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.798589, 0, 0.601877, 0, 1, 0, -0.601877, 0, -0.798589, 15.5313, 0.332136, -24.022) - -[node name="@Node3D@46605" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.221775, 0, 0.975098, 0, 1, 0, -0.975098, 0, -0.221775, 16.6556, 0.332136, -28.8459) - -[node name="@Node3D@46606" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.723284, 0, 0.690551, 0, 1, 0, -0.690551, 0, -0.723284, 16.5626, 0.332136, -27.3525) - -[node name="@Node3D@46607" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.99708, 0, 0.0763683, 0, 1, 0, -0.0763683, 0, -0.99708, 16.9576, 0.332136, -24.5487) - -[node name="@Node3D@46608" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.945997, 0, -0.324175, 0, 1, 0, 0.324175, 0, -0.945997, 15.1929, 0.332136, -28.4193) - -[node name="@Node3D@46609" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.517754, 0, -0.855529, 0, 1, 0, 0.855529, 0, -0.517754, 17.2265, 0.332135, -26.2435) - -[node name="@Node3D@46610" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D11" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.131126, 0, 0.991366, 0, 1, 0, -0.991366, 0, -0.131126, 15.6889, 0.332136, -25.123) - -[node name="MultiMeshInstance3D12" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_v1wpc") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.00291533, 0, 0.999996, 0, 1, 0, -0.999996, 0, -0.00291533, 13.2897, 0.332136, -22.137) - -[node name="@Node3D@46611" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.660691, 0, -0.750658, 0, 1, 0, 0.750658, 0, 0.660691, 12.1112, 0.332135, -22.0762) - -[node name="@Node3D@46612" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.298784, 0, -0.954321, 0, 1, 0, 0.954321, 0, -0.298784, 14.9034, 0.332136, -22.8418) - -[node name="@Node3D@46613" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.306316, 0, 0.95193, 0, 1, 0, -0.95193, 0, 0.306316, 14.0938, 0.332136, -22.7022) - -[node name="@Node3D@46614" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.847767, 0, 0.530369, 0, 1, 0, -0.530369, 0, -0.847767, 15.5052, 0.332136, -22.4275) - -[node name="@Node3D@46615" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.107117, 0, 0.994246, 0, 1, 0, -0.994246, 0, -0.107117, 17.0244, 0.332136, -22.0747) - -[node name="@Node3D@46616" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.724863, 0, -0.688893, 0, 1, 0, 0.688893, 0, 0.724863, 15.9818, 0.332136, -21.6245) - -[node name="@Node3D@46617" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.785859, 0, 0.618406, 0, 1, 0, -0.618406, 0, 0.785859, 14.3969, 0.332136, -15.6211) - -[node name="@Node3D@46618" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.998533, 0, -0.054155, 0, 1, 0, 0.054155, 0, 0.998533, 14.789, 0.332137, -20.4529) - -[node name="@Node3D@46619" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.979594, 0, -0.200984, 0, 1, 0, 0.200984, 0, 0.979594, 14.6532, 0.332136, -17.5964) - -[node name="@Node3D@46620" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.988001, 0, -0.15445, 0, 1, 0, 0.15445, 0, -0.988001, 11.9703, 0.332136, -17.7607) - -[node name="@Node3D@46621" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.998472, 0, 0.0552689, 0, 1, 0, -0.0552689, 0, 0.998472, 12.7263, 0.332136, -15.8167) - -[node name="@Node3D@46622" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.994579, 0, 0.103981, 0, 1, 0, -0.103981, 0, -0.994579, 13.5341, 0.332136, -20.9752) - -[node name="@Node3D@46623" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.999896, 0, 0.0144395, 0, 1, 0, -0.0144395, 0, 0.999896, 11.9339, 0.332136, -20.2946) - -[node name="@Node3D@46624" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.880818, 0, 0.473455, 0, 1, 0, -0.473455, 0, -0.880818, 13.6297, 0.332136, -19.3791) - -[node name="@Node3D@46625" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.83924, 0, -0.54376, 0, 1, 0, 0.54376, 0, -0.83924, 11.9019, 0.332137, -19.1235) - -[node name="@Node3D@46626" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.333034, 0, 0.942915, 0, 1, 0, -0.942915, 0, 0.333034, 13.278, 0.332135, -17.9569) - -[node name="@Node3D@46627" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.640172, 0, 0.768231, 0, 1, 0, -0.768231, 0, -0.640172, 14.783, 0.332136, -16.7264) - -[node name="@Node3D@46628" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.991516, 0, 0.129985, 0, 1, 0, -0.129985, 0, 0.991516, 12.532, 0.332136, -17.0859) - -[node name="@Node3D@46629" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.765872, 0, 0.642994, 0, 1, 0, -0.642994, 0, 0.765872, 13.5038, 0.332136, -16.3283) - -[node name="@Node3D@46630" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.665911, 0, 0.746032, 0, 1, 0, -0.746032, 0, 0.665911, 14.3776, 0.332136, -14.7529) - -[node name="@Node3D@46631" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.276707, 0, 0.960954, 0, 1, 0, -0.960954, 0, 0.276707, 12.5553, 0.332136, -14.2705) - -[node name="@Node3D@46632" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.664123, 0, 0.747624, 0, 1, 0, -0.747624, 0, 0.664123, 15.8553, 0.332136, -16.0325) - -[node name="@Node3D@46633" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.116974, 0, -0.993135, 0, 1, 0, 0.993135, 0, -0.116974, 16.8052, 0.332136, -20.933) - -[node name="@Node3D@46634" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.713379, 0, -0.700779, 0, 1, 0, 0.700779, 0, 0.713379, 17.1342, 0.332136, -19.3006) - -[node name="@Node3D@46635" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.767117, 0, 0.641507, 0, 1, 0, -0.641507, 0, 0.767117, 15.0552, 0.332136, -19.5212) - -[node name="@Node3D@46636" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.602932, 0, 0.797793, 0, 1, 0, -0.797793, 0, 0.602932, 16.565, 0.332136, -17.2799) - -[node name="@Node3D@46637" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0815451, 0, 0.99667, 0, 1, 0, -0.99667, 0, -0.0815451, 17.32, 0.332136, -18.09) - -[node name="@Node3D@46638" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.653423, 0, -0.756993, 0, 1, 0, 0.756993, 0, -0.653423, 17.3275, 0.332136, -16.9301) - -[node name="@Node3D@46639" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.825947, 0, 0.563748, 0, 1, 0, -0.563748, 0, -0.825947, 15.7481, 0.332136, -18.0536) - -[node name="@Node3D@46640" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.170418, 0, -0.985372, 0, 1, 0, 0.985372, 0, -0.170418, 16.4986, 0.332136, -19.421) - -[node name="@Node3D@46641" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.513822, 0, -0.857897, 0, 1, 0, 0.857897, 0, 0.513822, 17.8402, 0.332136, -14.3778) - -[node name="@Node3D@46642" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D12" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.689317, 0, -0.72446, 0, 1, 0, 0.72446, 0, -0.689317, 16.6098, 0.332136, -14.542) - -[node name="MultiMeshInstance3D13" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D14" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D15" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_exgf6") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.9966, 0, -0.0823902, 0, 1, 0, 0.0823902, 0, 0.9966, 18.3346, 0.332136, -31.0573) - -[node name="@Node3D@46643" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.962217, 0, 0.272285, 0, 1, 0, -0.272285, 0, -0.962217, 20.0655, 0.332135, -30.2551) - -[node name="@Node3D@46644" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.55114, 0, -0.834413, 0, 1, 0, 0.834413, 0, 0.55114, 18.328, 0.332136, -29.0077) - -[node name="@Node3D@46645" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.950658, 0, 0.31024, 0, 1, 0, -0.31024, 0, -0.950658, 18.481, 0.332136, -30.3657) - -[node name="@Node3D@46646" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.312474, 0, 0.949926, 0, 1, 0, -0.949926, 0, 0.312474, 20.5644, 0.332136, -29.8035) - -[node name="@Node3D@46647" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.366005, 0, -0.930613, 0, 1, 0, 0.930613, 0, -0.366005, 19.1905, 0.332136, -29.3807) - -[node name="@Node3D@46648" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.991343, 0, 0.131296, 0, 1, 0, -0.131296, 0, 0.991343, 21.8782, 0.332135, -29.7278) - -[node name="@Node3D@46649" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.173665, 0, -0.984805, 0, 1, 0, 0.984805, 0, -0.173665, 22.7159, 0.332136, -24.4101) - -[node name="@Node3D@46650" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.994442, 0, 0.105289, 0, 1, 0, -0.105289, 0, 0.994442, 18.4057, 0.332136, -28.0569) - -[node name="@Node3D@46651" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.31574, 0, -0.948846, 0, 1, 0, 0.948846, 0, -0.31574, 18.4363, 0.332136, -26.4819) - -[node name="@Node3D@46652" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.699528, 0, -0.714605, 0, 1, 0, 0.714605, 0, 0.699528, 20.2738, 0.332136, -28.5678) - -[node name="@Node3D@46653" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.393973, 0, 0.919122, 0, 1, 0, -0.919122, 0, 0.393973, 19.7362, 0.332136, -27.3209) - -[node name="@Node3D@46654" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.774601, 0, -0.63245, 0, 1, 0, 0.63245, 0, 0.774601, 21.7353, 0.332136, -28.6395) - -[node name="@Node3D@46655" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.493734, 0, -0.869613, 0, 1, 0, 0.869613, 0, 0.493734, 21.741, 0.332136, -27.1565) - -[node name="@Node3D@46656" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.576418, 0, -0.817155, 0, 1, 0, 0.817155, 0, -0.576418, 18.8774, 0.332136, -25.1966) - -[node name="@Node3D@46657" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.961121, 0, 0.276128, 0, 1, 0, -0.276128, 0, 0.961121, 18.6765, 0.332136, -23.5997) - -[node name="@Node3D@46658" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.223468, 0, -0.974711, 0, 1, 0, 0.974711, 0, 0.223468, 20.3501, 0.332136, -25.5565) - -[node name="@Node3D@46659" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.91889, 0, 0.394513, 0, 1, 0, -0.394513, 0, 0.91889, 21.9463, 0.332136, -23.9915) - -[node name="@Node3D@46660" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.439378, 0, 0.898302, 0, 1, 0, -0.898302, 0, -0.439378, 20.7243, 0.332136, -26.3585) - -[node name="@Node3D@46661" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.74518, 0, 0.666863, 0, 1, 0, -0.666863, 0, 0.74518, 18.9446, 0.332136, -28.3981) - -[node name="@Node3D@46662" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.481194, 0, 0.876614, 0, 1, 0, -0.876614, 0, 0.481194, 19.7785, 0.332137, -23.4503) - -[node name="@Node3D@46663" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.00942995, 0, 0.999956, 0, 1, 0, -0.999956, 0, 0.00942995, 19.0536, 0.332136, -25.2596) - -[node name="@Node3D@46664" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.915635, 0, -0.402012, 0, 1, 0, 0.402012, 0, -0.915635, 17.9603, 0.332136, -26.5799) - -[node name="@Node3D@46665" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.411182, 0, 0.911554, 0, 1, 0, -0.911554, 0, -0.411182, 26.9725, 0.332136, -31.5365) - -[node name="@Node3D@46666" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.197434, 0, 0.980316, 0, 1, 0, -0.980316, 0, -0.197434, 26.0664, 0.332136, -31.0722) - -[node name="@Node3D@46667" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.917041, 0, -0.398794, 0, 1, 0, 0.398794, 0, 0.917041, 23.0583, 0.332136, -29.6693) - -[node name="@Node3D@46668" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.968882, 0, 0.247525, 0, 1, 0, -0.247525, 0, -0.968882, 25.4244, 0.332136, -30.2516) - -[node name="@Node3D@46669" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.990957, 0, -0.134182, 0, 1, 0, 0.134182, 0, 0.990957, 24.5218, 0.332136, -30.3631) - -[node name="@Node3D@46670" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.682217, 0, 0.73115, 0, 1, 0, -0.73115, 0, -0.682217, 25.4339, 0.332136, -23.8797) - -[node name="@Node3D@46671" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.875764, 0, -0.482739, 0, 1, 0, 0.482739, 0, -0.875764, 25.9526, 0.332136, -27.5104) - -[node name="@Node3D@46672" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.34215, 0, 0.939645, 0, 1, 0, -0.939645, 0, 0.34215, 26.1763, 0.332136, -26.1819) - -[node name="@Node3D@46673" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.285573, 0, -0.958357, 0, 1, 0, 0.958357, 0, -0.285573, 24.3056, 0.332136, -26.2708) - -[node name="@Node3D@46674" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.14763, 0, 0.989043, 0, 1, 0, -0.989043, 0, 0.14763, 23.9379, 0.332136, -24.8831) - -[node name="@Node3D@46675" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.303034, 0, -0.95298, 0, 1, 0, 0.95298, 0, -0.303034, 26.8513, 0.332136, -27.5015) - -[node name="@Node3D@46676" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.404467, 0, -0.914552, 0, 1, 0, 0.914552, 0, -0.404467, 23.8277, 0.332136, -25.5672) - -[node name="@Node3D@46677" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.991741, 0, 0.128261, 0, 1, 0, -0.128261, 0, 0.991741, 23.5317, 0.332136, -23.3599) - -[node name="@Node3D@46678" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.521673, 0, 0.853146, 0, 1, 0, -0.853146, 0, 0.521673, 23.1294, 0.332137, -28.836) - -[node name="@Node3D@46679" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.748996, 0, 0.662574, 0, 1, 0, -0.662574, 0, 0.748996, 23.3804, 0.332135, -27.0868) - -[node name="@Node3D@46680" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.473665, 0, 0.880705, 0, 1, 0, -0.880705, 0, -0.473665, 25.6548, 0.332136, -28.3899) - -[node name="@Node3D@46681" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D15" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.99026, 0, -0.139228, 0, 1, 0, 0.139228, 0, -0.99026, 25.3343, 0.332135, -24.8198) - -[node name="MultiMeshInstance3D16" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_11g4j") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.706859, 0, -0.707354, 0, 1, 0, 0.707354, 0, -0.706859, 20.7413, 0.332136, -22.7557) - -[node name="@Node3D@46682" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.987754, 0, 0.15602, 0, 1, 0, -0.15602, 0, -0.987754, 22.1683, 0.332136, -21.2998) - -[node name="@Node3D@46683" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.438312, 0, 0.898823, 0, 1, 0, -0.898823, 0, 0.438312, 20.3322, 0.332136, -21.2142) - -[node name="@Node3D@46684" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.994268, 0, 0.106921, 0, 1, 0, -0.106921, 0, -0.994268, 19.3174, 0.332136, -21.4429) - -[node name="@Node3D@46685" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.298729, 0, 0.954338, 0, 1, 0, -0.954338, 0, -0.298729, 18.558, 0.332136, -21.8487) - -[node name="@Node3D@46686" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.978387, 0, 0.206783, 0, 1, 0, -0.206783, 0, -0.978387, 24.146, 0.332136, -23.0147) - -[node name="@Node3D@46687" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.986964, 0, -0.160942, 0, 1, 0, 0.160942, 0, 0.986964, 27.0534, 0.332136, -22.8956) - -[node name="@Node3D@46688" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.603194, 0, 0.797595, 0, 1, 0, -0.797595, 0, -0.603194, 25.3317, 0.332136, -22.5585) - -[node name="@Node3D@46689" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.991582, 0, -0.129484, 0, 1, 0, 0.129484, 0, 0.991582, 26.7123, 0.332136, -21.2213) - -[node name="@Node3D@46690" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.455632, 0, -0.890168, 0, 1, 0, 0.890168, 0, -0.455632, 25.2357, 0.332136, -21.2126) - -[node name="@Node3D@46691" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.817297, 0, -0.576217, 0, 1, 0, 0.576217, 0, 0.817297, 24.309, 0.332136, -22.8208) - -[node name="@Node3D@46692" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.996714, 0, -0.0809991, 0, 1, 0, 0.0809991, 0, 0.996714, 20.1948, 0.332136, -17.1077) - -[node name="@Node3D@46693" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.989915, 0, -0.141664, 0, 1, 0, 0.141664, 0, -0.989915, 22.4897, 0.332136, -18.6797) - -[node name="@Node3D@46694" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.577422, 0, -0.816446, 0, 1, 0, 0.816446, 0, -0.577422, 20.4541, 0.332136, -15.1293) - -[node name="@Node3D@46695" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.778603, 0, 0.627517, 0, 1, 0, -0.627517, 0, -0.778603, 22.0066, 0.332136, -16.5363) - -[node name="@Node3D@46696" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.899947, 0, 0.435999, 0, 1, 0, -0.435999, 0, 0.899947, 21.0671, 0.332136, -16.401) - -[node name="@Node3D@46697" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.894282, 0, -0.447503, 0, 1, 0, 0.447503, 0, -0.894282, 19.8438, 0.332136, -15.6875) - -[node name="@Node3D@46698" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.49123, 0, 0.87103, 0, 1, 0, -0.87103, 0, -0.49123, 21.6146, 0.332136, -16.2097) - -[node name="@Node3D@46699" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.562002, 0, 0.827136, 0, 1, 0, -0.827136, 0, 0.562002, 22.4868, 0.332137, -19.154) - -[node name="@Node3D@46700" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.447216, 0, -0.894426, 0, 1, 0, 0.894426, 0, -0.447216, 20.4543, 0.332136, -19.7484) - -[node name="@Node3D@46701" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.836342, 0, -0.548208, 0, 1, 0, 0.548208, 0, 0.836342, 20.4576, 0.332136, -18.0497) - -[node name="@Node3D@46702" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.853755, 0, -0.520675, 0, 1, 0, 0.520675, 0, -0.853755, 19.0968, 0.332136, -18.3785) - -[node name="@Node3D@46703" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.773738, 0, 0.633505, 0, 1, 0, -0.633505, 0, -0.773738, 22.3477, 0.332136, -15.0566) - -[node name="@Node3D@46704" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.878539, 0, 0.477671, 0, 1, 0, -0.477671, 0, -0.878539, 18.7404, 0.332136, -20.1169) - -[node name="@Node3D@46705" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.619103, 0, -0.78531, 0, 1, 0, 0.78531, 0, -0.619103, 22.5798, 0.332136, -20.2205) - -[node name="@Node3D@46706" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.962776, 0, 0.270301, 0, 1, 0, -0.270301, 0, -0.962776, 18.9163, 0.332136, -16.916) - -[node name="@Node3D@46707" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.99742, 0, 0.0717851, 0, 1, 0, -0.0717851, 0, -0.99742, 22.9003, 0.332136, -20.3268) - -[node name="@Node3D@46708" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.975213, 0, 0.221271, 0, 1, 0, -0.221271, 0, -0.975213, 22.4765, 0.332136, -14.6401) - -[node name="@Node3D@46709" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.997409, 0, 0.0719344, 0, 1, 0, -0.0719344, 0, 0.997409, 19.065, 0.332135, -14.1876) - -[node name="@Node3D@46710" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.313663, 0, -0.949534, 0, 1, 0, 0.949534, 0, -0.313663, 21.1563, 0.332136, -14.1905) - -[node name="@Node3D@46711" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.323604, 0, 0.946193, 0, 1, 0, -0.946193, 0, 0.323604, 19.7485, 0.332136, -14.1949) - -[node name="@Node3D@46712" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.198641, 0, 0.980072, 0, 1, 0, -0.980072, 0, -0.198641, 18.1882, 0.332136, -14.8492) - -[node name="@Node3D@46713" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.804363, 0, 0.594138, 0, 1, 0, -0.594138, 0, 0.804363, 25.632, 0.332136, -20.2084) - -[node name="@Node3D@46714" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.349693, 0, 0.936864, 0, 1, 0, -0.936864, 0, 0.349693, 23.9361, 0.332136, -16.2474) - -[node name="@Node3D@46715" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.969693, 0, -0.244328, 0, 1, 0, 0.244328, 0, 0.969693, 25.0662, 0.332136, -16.1498) - -[node name="@Node3D@46716" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.823947, 0, -0.566667, 0, 1, 0, 0.566667, 0, -0.823947, 24.4799, 0.332136, -18.9931) - -[node name="@Node3D@46717" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.128747, 0, -0.991678, 0, 1, 0, 0.991678, 0, 0.128747, 24.37, 0.332136, -17.8452) - -[node name="@Node3D@46718" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.187492, 0, -0.982266, 0, 1, 0, 0.982266, 0, -0.187492, 23.1242, 0.332136, -17.0515) - -[node name="@Node3D@46719" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.61915, 0, 0.785273, 0, 1, 0, -0.785273, 0, -0.61915, 25.4893, 0.332136, -16.1968) - -[node name="@Node3D@46720" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.00782891, 0, 0.999969, 0, 1, 0, -0.999969, 0, 0.00782891, 26.6667, 0.332136, -19.2605) - -[node name="@Node3D@46721" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999688, 0, -0.0249673, 0, 1, 0, 0.0249673, 0, -0.999688, 26.3661, 0.332136, -15.1151) - -[node name="@Node3D@46722" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.469778, 0, 0.882785, 0, 1, 0, -0.882785, 0, 0.469778, 25.8065, 0.332136, -18.3226) - -[node name="@Node3D@46723" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.630308, 0, 0.776345, 0, 1, 0, -0.776345, 0, 0.630308, 23.5919, 0.332136, -15.0507) - -[node name="@Node3D@46724" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.918925, 0, 0.394431, 0, 1, 0, -0.394431, 0, 0.918925, 23.9892, 0.332136, -19.5823) - -[node name="@Node3D@46725" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.98599, 0, 0.166802, 0, 1, 0, -0.166802, 0, -0.98599, 23.7583, 0.332136, -19.6899) - -[node name="@Node3D@46726" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.056753, 0, -0.998388, 0, 1, 0, 0.998388, 0, -0.056753, 24.3601, 0.332136, -20.2029) - -[node name="@Node3D@46727" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.301761, 0, -0.953384, 0, 1, 0, 0.953384, 0, -0.301761, 24.9515, 0.332136, -14.143) - -[node name="@Node3D@46728" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.94305, 0, 0.33265, 0, 1, 0, -0.33265, 0, -0.94305, 23.34, 0.332136, -14.4636) - -[node name="@Node3D@46729" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.519149, 0, 0.854684, 0, 1, 0, -0.854684, 0, -0.519149, 25.4603, 0.332136, -14.4857) - -[node name="@Node3D@46730" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D16" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.896755, 0, 0.442528, 0, 1, 0, -0.442528, 0, -0.896755, 25.5619, 0.332136, -14.8424) - -[node name="MultiMeshInstance3D2" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D17" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D19" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_8gpie") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.96976, 0, -0.24406, 0, 1, 0, 0.24406, 0, 0.96976, 14.3286, 0.332136, -8.48485) - -[node name="@Node3D@46731" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.999092, 0, -0.0426153, 0, 1, 0, 0.0426153, 0, 0.999092, 14.0554, 0.332136, -6.49892) - -[node name="@Node3D@46732" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.970324, 0, -0.241808, 0, 1, 0, 0.241808, 0, 0.970324, 14.1102, 0.332136, -5.2171) - -[node name="@Node3D@46733" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.825858, 0, 0.563878, 0, 1, 0, -0.563878, 0, 0.825858, 12.0326, 0.332136, -7.64921) - -[node name="@Node3D@46734" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.327378, 0, 0.944893, 0, 1, 0, -0.944893, 0, 0.327378, 13.8136, 0.332136, -12.4539) - -[node name="@Node3D@46735" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.209311, 0, -0.977849, 0, 1, 0, 0.977849, 0, -0.209311, 12.3256, 0.332136, -10.539) - -[node name="@Node3D@46736" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.979695, 0, -0.200491, 0, 1, 0, 0.200491, 0, 0.979695, 12.0324, 0.332136, -6.3135) - -[node name="@Node3D@46737" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.62927, 0, 0.777187, 0, 1, 0, -0.777187, 0, 0.62927, 12.2584, 0.332136, -12.6821) - -[node name="@Node3D@46738" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.774643, 0, 0.632399, 0, 1, 0, -0.632399, 0, 0.774643, 14.7722, 0.332136, -11.7377) - -[node name="@Node3D@46739" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.715448, 0, 0.698666, 0, 1, 0, -0.698666, 0, 0.715448, 13.144, 0.332136, -5.27605) - -[node name="@Node3D@46740" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.964289, 0, -0.264852, 0, 1, 0, 0.264852, 0, 0.964289, 14.9167, 0.332136, -9.40938) - -[node name="@Node3D@46741" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.838017, 0, 0.545644, 0, 1, 0, -0.545644, 0, 0.838017, 12.8559, 0.332136, -8.44202) - -[node name="@Node3D@46742" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.876407, 0, 0.48157, 0, 1, 0, -0.48157, 0, -0.876407, 13.7928, 0.332136, -11.1045) - -[node name="@Node3D@46743" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.652543, 0, 0.757752, 0, 1, 0, -0.757752, 0, -0.652543, 12.1902, 0.332136, -4.76578) - -[node name="@Node3D@46744" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.674558, 0, -0.738222, 0, 1, 0, 0.738222, 0, 0.674558, 17.6655, 0.332136, -8.23096) - -[node name="@Node3D@46745" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.878965, 0, -0.476887, 0, 1, 0, 0.476887, 0, 0.878965, 16.1067, 0.332136, -7.42876) - -[node name="@Node3D@46746" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.999977, 0, -0.00673805, 0, 1, 0, 0.00673805, 0, 0.999977, 17.8754, 0.332136, -10.9524) - -[node name="@Node3D@46747" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.901059, 0, 0.433697, 0, 1, 0, -0.433697, 0, 0.901059, 16.0885, 0.332136, -9.52189) - -[node name="@Node3D@46748" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.520154, 0, 0.854073, 0, 1, 0, -0.854073, 0, 0.520154, 16.6946, 0.332136, -11.4301) - -[node name="@Node3D@46749" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.508984, 0, 0.860776, 0, 1, 0, -0.860776, 0, -0.508984, 16.9256, 0.332136, -10.699) - -[node name="@Node3D@46750" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.916859, 0, 0.399211, 0, 1, 0, -0.399211, 0, -0.916859, 17.347, 0.332136, -9.78303) - -[node name="@Node3D@46751" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.386965, 0, -0.922095, 0, 1, 0, 0.922095, 0, -0.386965, 17.1373, 0.332136, -12.5067) - -[node name="@Node3D@46752" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.893164, 0, 0.449731, 0, 1, 0, -0.449731, 0, 0.893164, 15.1885, 0.332136, -12.6557) - -[node name="@Node3D@46753" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.467655, 0, 0.883911, 0, 1, 0, -0.883911, 0, 0.467655, 16.1996, 0.332136, -11.4372) - -[node name="@Node3D@46754" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.977536, 0, 0.210767, 0, 1, 0, -0.210767, 0, 0.977536, 16.4061, 0.332136, -12.889) - -[node name="@Node3D@46755" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.894862, 0, -0.446343, 0, 1, 0, 0.446343, 0, -0.894862, 17.4177, 0.332136, -11.2343) - -[node name="@Node3D@46756" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.624838, 0, -0.780754, 0, 1, 0, 0.780754, 0, 0.624838, 17.3231, 0.332136, -5.04677) - -[node name="@Node3D@46757" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.909423, 0, 0.415873, 0, 1, 0, -0.415873, 0, 0.909423, 17.5941, 0.332135, -6.1558) - -[node name="@Node3D@46758" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.624153, 0, 0.781302, 0, 1, 0, -0.781302, 0, 0.624153, 15.7227, 0.332136, -6.38189) - -[node name="@Node3D@46759" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.744769, 0, 0.667323, 0, 1, 0, -0.667323, 0, -0.744769, 15.9475, 0.332136, -5.03937) - -[node name="@Node3D@46760" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D19" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.979892, 0, 0.199528, 0, 1, 0, -0.199528, 0, -0.979892, 15.6491, 0.332136, -4.86815) - -[node name="MultiMeshInstance3D20" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_sld30") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.951805, 0, 0.306703, 0, 1, 0, -0.306703, 0, -0.951805, 14.6712, 0.332136, 2.76111) - -[node name="@Node3D@46761" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.6875, 0, -0.726185, 0, 1, 0, 0.726185, 0, 0.6875, 12.7615, 0.332136, 1.74853) - -[node name="@Node3D@46762" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.607691, 0, 0.794174, 0, 1, 0, -0.794174, 0, -0.607691, 14.8737, 0.332136, 1.01004) - -[node name="@Node3D@46763" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.778711, 0, 0.627383, 0, 1, 0, -0.627383, 0, 0.778711, 13.4002, 0.332136, -4.15215) - -[node name="@Node3D@46764" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.762252, 0, -0.64728, 0, 1, 0, 0.64728, 0, -0.762252, 14.9825, 0.332136, -4.11404) - -[node name="@Node3D@46765" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.926949, 0, -0.375188, 0, 1, 0, 0.375188, 0, -0.926949, 14.8012, 0.332136, 0.364627) - -[node name="@Node3D@46766" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.998394, 0, 0.0566569, 0, 1, 0, -0.0566569, 0, 0.998394, 13.4366, 0.332136, -2.86438) - -[node name="@Node3D@46767" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.550084, 0, -0.835109, 0, 1, 0, 0.835109, 0, 0.550084, 12.3412, 0.332136, 0.412742) - -[node name="@Node3D@46768" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.930424, 0, -0.366486, 0, 1, 0, 0.366486, 0, 0.930424, 13.7772, 0.332136, 0.81553) - -[node name="@Node3D@46769" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.874822, 0, -0.484445, 0, 1, 0, 0.484445, 0, 0.874822, 14.4878, 0.332136, -2.62703) - -[node name="@Node3D@46770" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.728405, 0, -0.685147, 0, 1, 0, 0.685147, 0, 0.728405, 14.9483, 0.332136, -2.21081) - -[node name="@Node3D@46771" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.85138, 0, -0.524549, 0, 1, 0, 0.524549, 0, 0.85138, 14.4168, 0.332136, -3.29828) - -[node name="@Node3D@46772" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.90673, 0, 0.421711, 0, 1, 0, -0.421711, 0, 0.90673, 13.7482, 0.332136, 3.29122) - -[node name="@Node3D@46773" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.962864, 0, 0.269988, 0, 1, 0, -0.269988, 0, -0.962864, 12.6498, 0.332136, 3.00297) - -[node name="@Node3D@46774" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.99554, 0, -0.0943372, 0, 1, 0, 0.0943372, 0, -0.99554, 16.5802, 0.332136, -3.7755) - -[node name="@Node3D@46775" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0398125, 0, 0.999207, 0, 1, 0, -0.999207, 0, -0.0398125, 16.8003, 0.332136, -2.54132) - -[node name="@Node3D@46776" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.272364, 0, 0.962194, 0, 1, 0, -0.962194, 0, 0.272364, 16.5938, 0.332136, -0.66977) - -[node name="@Node3D@46777" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.412215, 0, -0.911087, 0, 1, 0, 0.911087, 0, -0.412215, 15.6327, 0.332136, -1.76039) - -[node name="@Node3D@46778" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.998492, 0, 0.0548924, 0, 1, 0, -0.0548924, 0, -0.998492, 16.6694, 0.332136, 0.843144) - -[node name="@Node3D@46779" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.419083, 0, 0.907948, 0, 1, 0, -0.907948, 0, 0.419083, 16.2098, 0.332136, -1.54479) - -[node name="@Node3D@46780" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.67348, 0, 0.739206, 0, 1, 0, -0.739206, 0, -0.67348, 17.8722, 0.332136, 2.33004) - -[node name="@Node3D@46781" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.708807, 0, -0.705402, 0, 1, 0, 0.705402, 0, 0.708807, 16.2091, 0.332136, 1.98898) - -[node name="@Node3D@46782" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.207653, 0, -0.978203, 0, 1, 0, 0.978203, 0, 0.207653, 15.6785, 0.332136, 2.98929) - -[node name="@Node3D@46783" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.426941, 0, 0.904279, 0, 1, 0, -0.904279, 0, -0.426941, 16.3262, 0.332135, 2.9294) - -[node name="@Node3D@46784" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.520365, 0, 0.853944, 0, 1, 0, -0.853944, 0, -0.520365, 16.8784, 0.332136, 3.76894) - -[node name="@Node3D@46785" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D20" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.223297, 0, -0.974751, 0, 1, 0, 0.974751, 0, -0.223297, 15.2946, 0.332136, 3.60295) - -[node name="MultiMeshInstance3D21" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D22" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D23" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_stmuy") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.246853, 0, -0.969053, 0, 1, 0, 0.969053, 0, -0.246853, 21.303, 0.332136, -13.2886) - -[node name="@Node3D@46786" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.629319, 0, 0.777147, 0, 1, 0, -0.777147, 0, 0.629319, 17.9732, 0.332136, -13.4161) - -[node name="@Node3D@46787" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999136, 0, -0.0415714, 0, 1, 0, 0.0415714, 0, -0.999136, 22.4039, 0.332136, -9.14379) - -[node name="@Node3D@46788" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.0712454, 0, -0.997459, 0, 1, 0, 0.997459, 0, 0.0712454, 20.4999, 0.332136, -7.17631) - -[node name="@Node3D@46789" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.951988, 0, 0.306135, 0, 1, 0, -0.306135, 0, -0.951988, 20.4148, 0.332136, -9.64277) - -[node name="@Node3D@46790" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.509252, 0, 0.860618, 0, 1, 0, -0.860618, 0, -0.509252, 21.7979, 0.332136, -7.56885) - -[node name="@Node3D@46791" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.486202, 0, -0.873846, 0, 1, 0, 0.873846, 0, -0.486202, 19.1669, 0.332136, -8.03241) - -[node name="@Node3D@46792" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0334741, 0, 0.99944, 0, 1, 0, -0.99944, 0, -0.0334741, 21.8913, 0.332136, -10.1621) - -[node name="@Node3D@46793" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.95261, 0, 0.304194, 0, 1, 0, -0.304194, 0, -0.95261, 18.5151, 0.332136, -10.5297) - -[node name="@Node3D@46794" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.0483136, 0, 0.998832, 0, 1, 0, -0.998832, 0, 0.0483136, 22.9948, 0.332136, -12.0917) - -[node name="@Node3D@46795" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.641513, 0, 0.767113, 0, 1, 0, -0.767113, 0, -0.641513, 21.2338, 0.332136, -11.783) - -[node name="@Node3D@46796" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.905282, 0, -0.424812, 0, 1, 0, 0.424812, 0, 0.905282, 19.977, 0.332136, -10.1599) - -[node name="@Node3D@46797" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.995784, 0, -0.0917318, 0, 1, 0, 0.0917318, 0, 0.995784, 19.1736, 0.332136, -9.35277) - -[node name="@Node3D@46798" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.6197, 0, 0.784839, 0, 1, 0, -0.784839, 0, -0.6197, 18.271, 0.332136, -9.07998) - -[node name="@Node3D@46799" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.251302, 0, -0.967909, 0, 1, 0, 0.967909, 0, -0.251302, 18.9137, 0.332136, -12.689) - -[node name="@Node3D@46800" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.54586, 0, 0.837876, 0, 1, 0, -0.837876, 0, 0.54586, 22.6956, 0.332135, -11.4791) - -[node name="@Node3D@46801" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.836075, 0, -0.548615, 0, 1, 0, 0.548615, 0, -0.836075, 20.9099, 0.332136, -8.49558) - -[node name="@Node3D@46802" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.500259, 0, -0.865876, 0, 1, 0, 0.865876, 0, 0.500259, 20.1797, 0.332136, -8.37783) - -[node name="@Node3D@46803" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.413862, 0, 0.91034, 0, 1, 0, -0.91034, 0, -0.413862, 18.9464, 0.332136, -11.4349) - -[node name="@Node3D@46804" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0318363, 0, -0.999493, 0, 1, 0, 0.999493, 0, -0.0318363, 20.6372, 0.332136, -12.7081) - -[node name="@Node3D@46805" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.562973, 0, 0.826476, 0, 1, 0, -0.826476, 0, 0.562973, 19.9673, 0.332135, -11.3039) - -[node name="@Node3D@46806" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.998363, 0, 0.0571873, 0, 1, 0, -0.0571873, 0, -0.998363, 21.7371, 0.332136, -8.24304) - -[node name="@Node3D@46807" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.559455, 0, 0.828861, 0, 1, 0, -0.828861, 0, -0.559455, 19.0528, 0.332136, -8.39233) - -[node name="@Node3D@46808" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.918475, 0, -0.39548, 0, 1, 0, 0.39548, 0, 0.918475, 22.398, 0.332136, -6.8456) - -[node name="@Node3D@46809" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.999426, 0, 0.0338644, 0, 1, 0, -0.0338644, 0, 0.999426, 22.366, 0.332136, -5.48801) - -[node name="@Node3D@46810" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.85021, 0, -0.526443, 0, 1, 0, 0.526443, 0, 0.85021, 20.4205, 0.332136, -5.50235) - -[node name="@Node3D@46811" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.999441, 0, 0.0334278, 0, 1, 0, -0.0334278, 0, 0.999441, 20.3554, 0.332136, -6.00397) - -[node name="@Node3D@46812" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.875622, 0, 0.482997, 0, 1, 0, -0.482997, 0, 0.875622, 18.8126, 0.332136, -6.7473) - -[node name="@Node3D@46813" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.525436, 0, -0.850833, 0, 1, 0, 0.850833, 0, -0.525436, 18.7339, 0.332136, -5.6359) - -[node name="@Node3D@46814" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.738767, 0, -0.673961, 0, 1, 0, 0.673961, 0, 0.738767, 18.2032, 0.332136, -5.63041) - -[node name="@Node3D@46815" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.886363, 0, -0.462991, 0, 1, 0, 0.462991, 0, 0.886363, 21.2842, 0.332136, -6.14173) - -[node name="@Node3D@46816" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.120333, 0, 0.992734, 0, 1, 0, -0.992734, 0, -0.120333, 23.1974, 0.332137, -13.1527) - -[node name="@Node3D@46817" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.84971, 0, -0.527251, 0, 1, 0, 0.527251, 0, 0.84971, 25.7182, 0.332136, -13.1536) - -[node name="@Node3D@46818" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.968683, 0, 0.2483, 0, 1, 0, -0.2483, 0, 0.968683, 26.9463, 0.332136, -10.1189) - -[node name="@Node3D@46819" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.424082, 0, -0.905624, 0, 1, 0, 0.905624, 0, -0.424082, 25.871, 0.332136, -9.97047) - -[node name="@Node3D@46820" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.344292, 0, 0.938863, 0, 1, 0, -0.938863, 0, -0.344292, 25.9533, 0.332136, -8.21362) - -[node name="@Node3D@46821" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.294627, 0, 0.955612, 0, 1, 0, -0.955612, 0, -0.294627, 24.0318, 0.332136, -8.0257) - -[node name="@Node3D@46822" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.536054, 0, -0.844183, 0, 1, 0, 0.844183, 0, 0.536054, 23.8502, 0.332136, -10.4557) - -[node name="@Node3D@46823" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.310276, 0, -0.950647, 0, 1, 0, 0.950647, 0, -0.310276, 24.0226, 0.332136, -9.16668) - -[node name="@Node3D@46824" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.804759, 0, -0.593601, 0, 1, 0, 0.593601, 0, 0.804759, 25.1698, 0.332136, -7.38937) - -[node name="@Node3D@46825" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.721041, 0, -0.692892, 0, 1, 0, 0.692892, 0, 0.721041, 24.9411, 0.332136, -11.1175) - -[node name="@Node3D@46826" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.398837, 0, -0.917022, 0, 1, 0, 0.917022, 0, 0.398837, 25.414, 0.332136, -9.14157) - -[node name="@Node3D@46827" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.972567, 0, -0.232625, 0, 1, 0, 0.232625, 0, 0.972567, 25.0656, 0.332136, -12.9636) - -[node name="@Node3D@46828" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.130014, 0, 0.991512, 0, 1, 0, -0.991512, 0, -0.130014, 27.002, 0.332136, -11.5141) - -[node name="@Node3D@46829" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999871, 0, -0.0160821, 0, 1, 0, 0.0160821, 0, -0.999871, 26.786, 0.332136, -12.7734) - -[node name="@Node3D@46830" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.48595, 0, 0.873987, 0, 1, 0, -0.873987, 0, -0.48595, 26.1075, 0.332136, -6.77398) - -[node name="@Node3D@46831" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.819477, 0, -0.573112, 0, 1, 0, 0.573112, 0, -0.819477, 23.6031, 0.332136, -6.37108) - -[node name="@Node3D@46832" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.765037, 0, 0.643986, 0, 1, 0, -0.643986, 0, -0.765037, 24.0285, 0.332136, -5.52223) - -[node name="@Node3D@46833" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.300916, 0, 0.953651, 0, 1, 0, -0.953651, 0, -0.300916, 24.7904, 0.332135, -5.66702) - -[node name="@Node3D@46834" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.979498, 0, -0.201455, 0, 1, 0, 0.201455, 0, -0.979498, 26.7436, 0.332136, -5.73679) - -[node name="@Node3D@46835" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D23" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.844001, 0, 0.536342, 0, 1, 0, -0.536342, 0, -0.844001, 23.9352, 0.332136, -6.84644) - -[node name="MultiMeshInstance3D24" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_n76w4") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.555787, 0, 0.831325, 0, 1, 0, -0.831325, 0, -0.555787, 20.2111, 0.332136, -2.8101) - -[node name="@Node3D@46836" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.996449, 0, 0.0842045, 0, 1, 0, -0.0842045, 0, -0.996449, 22.5859, 0.332136, -3.30332) - -[node name="@Node3D@46837" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0877997, 0, -0.996138, 0, 1, 0, 0.996138, 0, -0.0877997, 20.9335, 0.332136, -4.12303) - -[node name="@Node3D@46838" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.9107, 0, -0.413068, 0, 1, 0, 0.413068, 0, 0.9107, 22.3427, 0.332136, -2.06788) - -[node name="@Node3D@46839" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.988951, 0, -0.148241, 0, 1, 0, 0.148241, 0, -0.988951, 21.462, 0.332136, -2.89554) - -[node name="@Node3D@46840" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.696284, 0, -0.717766, 0, 1, 0, 0.717766, 0, 0.696284, 19.4596, 0.332136, -3.53232) - -[node name="@Node3D@46841" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.983126, 0, 0.18293, 0, 1, 0, -0.18293, 0, -0.983126, 19.8958, 0.332136, -0.757173) - -[node name="@Node3D@46842" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.458051, 0, -0.888926, 0, 1, 0, 0.888926, 0, 0.458051, 22.009, 0.332136, 0.647148) - -[node name="@Node3D@46843" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.40934, 0, -0.912382, 0, 1, 0, 0.912382, 0, 0.40934, 21.1942, 0.332136, -1.21199) - -[node name="@Node3D@46844" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.59331, 0, -0.804974, 0, 1, 0, 0.804974, 0, 0.59331, 18.1011, 0.332136, -0.40081) - -[node name="@Node3D@46845" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.305069, 0, 0.95233, 0, 1, 0, -0.95233, 0, 0.305069, 18.0552, 0.332137, -4.52869) - -[node name="@Node3D@46846" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.977201, 0, -0.212319, 0, 1, 0, 0.212319, 0, 0.977201, 17.9493, 0.332136, -1.43097) - -[node name="@Node3D@46847" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.138462, 0, 0.990368, 0, 1, 0, -0.990368, 0, -0.138462, 21.3828, 0.332136, -4.00153) - -[node name="@Node3D@46848" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.492436, 0, 0.870349, 0, 1, 0, -0.870349, 0, 0.492436, 19.6413, 0.332135, 0.664333) - -[node name="@Node3D@46849" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.765322, 0, -0.643648, 0, 1, 0, 0.643648, 0, -0.765322, 18.1805, 0.332135, 0.702267) - -[node name="@Node3D@46850" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.693125, 0, -0.720818, 0, 1, 0, 0.720818, 0, -0.693125, 20.0116, 0.332136, -2.03321) - -[node name="@Node3D@46851" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999998, 0, -0.00192721, 0, 1, 0, 0.00192721, 0, -0.999998, 18.4525, 0.332136, -1.95246) - -[node name="@Node3D@46852" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.5129, 0, 0.858448, 0, 1, 0, -0.858448, 0, -0.5129, 22.825, 0.332136, -0.851335) - -[node name="@Node3D@46853" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.749518, 0, -0.661984, 0, 1, 0, 0.661984, 0, 0.749518, 22.6541, 0.332136, 0.530886) - -[node name="@Node3D@46854" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.479921, 0, 0.877312, 0, 1, 0, -0.877312, 0, 0.479921, 18.7396, 0.332136, -1.87207) - -[node name="@Node3D@46855" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.978076, 0, -0.208249, 0, 1, 0, 0.208249, 0, -0.978076, 19.6641, 0.332136, -0.75646) - -[node name="@Node3D@46856" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.813299, 0, 0.581847, 0, 1, 0, -0.581847, 0, -0.813299, 19.4643, 0.332136, -0.78337) - -[node name="@Node3D@46857" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.618067, 0, -0.786125, 0, 1, 0, 0.786125, 0, -0.618067, 20.9579, 0.332136, 1.13779) - -[node name="@Node3D@46858" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.796905, 0, -0.604105, 0, 1, 0, 0.604105, 0, -0.796905, 21.1374, 0.332136, 2.04113) - -[node name="@Node3D@46859" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.885745, 0, 0.464171, 0, 1, 0, -0.464171, 0, -0.885745, 21.3953, 0.332136, 2.71989) - -[node name="@Node3D@46860" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.969148, 0, 0.24648, 0, 1, 0, -0.24648, 0, -0.969148, 19.6347, 0.332137, 2.96368) - -[node name="@Node3D@46861" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.0580822, 0, -0.998312, 0, 1, 0, 0.998312, 0, 0.0580822, 20.5646, 0.332136, 1.02375) - -[node name="@Node3D@46862" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.81554, 0, 0.5787, 0, 1, 0, -0.5787, 0, 0.81554, 20.4606, 0.332136, 2.67719) - -[node name="@Node3D@46863" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.386863, 0, -0.922137, 0, 1, 0, 0.922137, 0, 0.386863, 19.3377, 0.332136, 2.37941) - -[node name="@Node3D@46864" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.469631, 0, 0.882863, 0, 1, 0, -0.882863, 0, 0.469631, 22.253, 0.332136, 3.35064) - -[node name="@Node3D@46865" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.159711, 0, 0.987164, 0, 1, 0, -0.987164, 0, -0.159711, 21.1115, 0.332136, 3.68524) - -[node name="@Node3D@46866" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.585937, 0, 0.810356, 0, 1, 0, -0.810356, 0, -0.585937, 18.1535, 0.332136, 3.7293) - -[node name="@Node3D@46867" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.788214, 0, -0.615401, 0, 1, 0, 0.615401, 0, 0.788214, 26.1655, 0.332136, -4.29384) - -[node name="@Node3D@46868" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.861368, 0, -0.507981, 0, 1, 0, 0.507981, 0, -0.861368, 25.8203, 0.332136, -2.41862) - -[node name="@Node3D@46869" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.70698, 0, -0.707234, 0, 1, 0, 0.707234, 0, 0.70698, 26.065, 0.332136, -0.923575) - -[node name="@Node3D@46870" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.979636, 0, 0.200782, 0, 1, 0, -0.200782, 0, -0.979636, 23.9217, 0.332136, -3.98958) - -[node name="@Node3D@46871" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.766292, 0, 0.642493, 0, 1, 0, -0.642493, 0, 0.766292, 25.2387, 0.332136, -0.828536) - -[node name="@Node3D@46872" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.635626, 0, -0.771997, 0, 1, 0, 0.771997, 0, -0.635626, 23.9416, 0.332136, -0.867532) - -[node name="@Node3D@46873" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.0133081, 0, -0.999911, 0, 1, 0, 0.999911, 0, 0.0133081, 25.379, 0.332137, -4.37231) - -[node name="@Node3D@46874" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.358399, 0, -0.933568, 0, 1, 0, 0.933568, 0, 0.358399, 24.7348, 0.332136, -3.50152) - -[node name="@Node3D@46875" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.883943, 0, -0.467594, 0, 1, 0, 0.467594, 0, 0.883943, 23.3452, 0.332137, -3.44213) - -[node name="@Node3D@46876" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.183654, 0, 0.982991, 0, 1, 0, -0.982991, 0, -0.183654, 25.3215, 0.332136, -1.93359) - -[node name="@Node3D@46877" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.540425, 0, 0.841392, 0, 1, 0, -0.841392, 0, 0.540425, 23.2313, 0.332136, -1.36054) - -[node name="@Node3D@46878" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.0495771, 0, -0.99877, 0, 1, 0, 0.99877, 0, 0.0495771, 23.7843, 0.332136, -2.29085) - -[node name="@Node3D@46879" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.993357, 0, -0.115073, 0, 1, 0, 0.115073, 0, -0.993357, 23.0807, 0.332136, -4.67635) - -[node name="@Node3D@46880" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.586037, 0, -0.810285, 0, 1, 0, 0.810285, 0, 0.586037, 23.6812, 0.332136, 0.711949) - -[node name="@Node3D@46881" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.601429, 0, 0.798926, 0, 1, 0, -0.798926, 0, 0.601429, 25.8433, 0.332136, -0.0549051) - -[node name="@Node3D@46882" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.646523, 0, 0.762894, 0, 1, 0, -0.762894, 0, 0.646523, 26.0396, 0.332136, 0.525828) - -[node name="@Node3D@46883" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.977956, 0, -0.208811, 0, 1, 0, 0.208811, 0, 0.977956, 26.1911, 0.332136, 0.229346) - -[node name="@Node3D@46884" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.998318, 0, -0.0579812, 0, 1, 0, 0.0579812, 0, -0.998318, 25.7127, 0.332136, 1.19117) - -[node name="@Node3D@46885" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.998213, 0, 0.0597522, 0, 1, 0, -0.0597522, 0, -0.998213, 26.632, 0.332136, 2.12691) - -[node name="@Node3D@46886" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.908795, 0, 0.417244, 0, 1, 0, -0.417244, 0, 0.908795, 25.8465, 0.332136, 2.84407) - -[node name="@Node3D@46887" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999834, 0, -0.0182382, 0, 1, 0, 0.0182382, 0, -0.999834, 24.3181, 0.332136, 2.31268) - -[node name="@Node3D@46888" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.509805, 0, 0.86029, 0, 1, 0, -0.86029, 0, -0.509805, 23.0009, 0.332136, 1.9335) - -[node name="@Node3D@46889" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.478497, 0, 0.878089, 0, 1, 0, -0.878089, 0, 0.478497, 26.7598, 0.332136, 3.66953) - -[node name="@Node3D@46890" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D24" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.954596, 0, 0.297905, 0, 1, 0, -0.297905, 0, -0.954596, 25.5665, 0.332136, 3.5261) - -[node name="MultiMeshInstance3D3" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D25" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D26" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_vo2qt") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.255672, 0, -0.966764, 0, 1, 0, 0.966764, 0, 0.255672, 30.7326, 0.332137, -31.6341) - -[node name="@Node3D@46891" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.286255, 0, 0.958154, 0, 1, 0, -0.958154, 0, 0.286255, 30.3204, 0.332136, -32.0574) - -[node name="@Node3D@46892" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.202817, 0, 0.979217, 0, 1, 0, -0.979217, 0, 0.202817, 29.0704, 0.332135, -31.2043) - -[node name="@Node3D@46893" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.732865, 0, 0.680374, 0, 1, 0, -0.680374, 0, -0.732865, 28.7636, 0.332136, -29.0098) - -[node name="@Node3D@46894" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.980059, 0, 0.198707, 0, 1, 0, -0.198707, 0, 0.980059, 27.5808, 0.332136, -29.3267) - -[node name="@Node3D@46895" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.908763, 0, -0.417313, 0, 1, 0, 0.417313, 0, -0.908763, 29.5704, 0.332136, -29.3016) - -[node name="@Node3D@46896" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.270288, 0, 0.96278, 0, 1, 0, -0.96278, 0, -0.270288, 30.8768, 0.332136, -29.704) - -[node name="@Node3D@46897" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.240438, 0, 0.970665, 0, 1, 0, -0.970665, 0, -0.240438, 30.4124, 0.332136, -28.8509) - -[node name="@Node3D@46898" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.123863, 0, 0.992299, 0, 1, 0, -0.992299, 0, 0.123863, 30.9488, 0.332136, -27.8128) - -[node name="@Node3D@46899" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.932622, 0, 0.360856, 0, 1, 0, -0.360856, 0, 0.932622, 29.3151, 0.332136, -27.6863) - -[node name="@Node3D@46900" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.98197, 0, -0.189036, 0, 1, 0, 0.189036, 0, -0.98197, 27.6424, 0.332136, -27.7241) - -[node name="@Node3D@46901" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.415818, 0, -0.909448, 0, 1, 0, 0.909448, 0, -0.415818, 30.585, 0.332136, -26.2321) - -[node name="@Node3D@46902" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0775745, 0, -0.996987, 0, 1, 0, 0.996987, 0, -0.0775745, 28.6739, 0.332136, -26.2562) - -[node name="@Node3D@46903" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.929521, 0, 0.36877, 0, 1, 0, -0.36877, 0, 0.929521, 27.4183, 0.332136, -25.7492) - -[node name="@Node3D@46904" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.993174, 0, -0.116642, 0, 1, 0, 0.116642, 0, -0.993174, 30.3404, 0.332135, -24.9227) - -[node name="@Node3D@46905" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.540163, 0, -0.84156, 0, 1, 0, 0.84156, 0, 0.540163, 28.4562, 0.332137, -24.185) - -[node name="@Node3D@46906" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.0528543, 0, 0.998602, 0, 1, 0, -0.998602, 0, 0.0528543, 27.3213, 0.332136, -24.3546) - -[node name="@Node3D@46907" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.998499, 0, 0.0547766, 0, 1, 0, -0.0547766, 0, -0.998499, 29.7863, 0.332136, -26.0432) - -[node name="@Node3D@46908" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.986528, 0, 0.163593, 0, 1, 0, -0.163593, 0, 0.986528, 29.303, 0.332136, -24.537) - -[node name="@Node3D@46909" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.965583, 0, -0.260094, 0, 1, 0, 0.260094, 0, 0.965583, 30.6929, 0.332136, -24.2377) - -[node name="@Node3D@46910" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.286733, 0, 0.95801, 0, 1, 0, -0.95801, 0, 0.286733, 34.494, 0.332135, -31.0213) - -[node name="@Node3D@46911" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.0588772, 0, 0.998265, 0, 1, 0, -0.998265, 0, 0.0588772, 33.1739, 0.332136, -31.0062) - -[node name="@Node3D@46912" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.956491, 0, 0.291763, 0, 1, 0, -0.291763, 0, -0.956491, 32.9064, 0.332136, -32.1247) - -[node name="@Node3D@46913" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.00688456, 0, -0.999976, 0, 1, 0, 0.999976, 0, 0.00688456, 31.5658, 0.332136, -31.3202) - -[node name="@Node3D@46914" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.491049, 0, -0.871132, 0, 1, 0, 0.871132, 0, -0.491049, 35.4961, 0.332136, -32.2674) - -[node name="@Node3D@46915" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.920056, 0, -0.391786, 0, 1, 0, 0.391786, 0, -0.920056, 33.0069, 0.332136, -29.9878) - -[node name="@Node3D@46916" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.910344, 0, -0.413852, 0, 1, 0, 0.413852, 0, 0.910344, 31.7166, 0.332136, -30.6511) - -[node name="@Node3D@46917" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.988323, 0, -0.152374, 0, 1, 0, 0.152374, 0, -0.988323, 32.62, 0.332136, -29.0959) - -[node name="@Node3D@46918" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.561005, 0, 0.827812, 0, 1, 0, -0.827812, 0, 0.561005, 33.9881, 0.332136, -29.2661) - -[node name="@Node3D@46919" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.983855, 0, 0.178968, 0, 1, 0, -0.178968, 0, 0.983855, 35.8328, 0.332136, -29.3915) - -[node name="@Node3D@46920" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.1698, 0, -0.985479, 0, 1, 0, 0.985479, 0, -0.1698, 34.6908, 0.332136, -29.7501) - -[node name="@Node3D@46921" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.267444, 0, -0.963573, 0, 1, 0, 0.963573, 0, 0.267444, 32.1419, 0.332136, -29.4283) - -[node name="@Node3D@46922" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.580333, 0, 0.814379, 0, 1, 0, -0.814379, 0, -0.580333, 35.1954, 0.332136, -30.5248) - -[node name="@Node3D@46923" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.543814, 0, -0.839206, 0, 1, 0, 0.839206, 0, 0.543814, 35.4504, 0.332136, -30.8963) - -[node name="@Node3D@46924" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.422027, 0, -0.906583, 0, 1, 0, 0.906583, 0, -0.422027, 32.5628, 0.332136, -23.5005) - -[node name="@Node3D@46925" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.200546, 0, 0.979684, 0, 1, 0, -0.979684, 0, 0.200546, 35.2943, 0.332136, -28.4722) - -[node name="@Node3D@46926" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.718869, 0, 0.695146, 0, 1, 0, -0.695146, 0, -0.718869, 31.7045, 0.332136, -27.7753) - -[node name="@Node3D@46927" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.987637, 0, -0.156759, 0, 1, 0, 0.156759, 0, -0.987637, 33.5966, 0.332136, -26.2673) - -[node name="@Node3D@46928" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999099, 0, 0.0424459, 0, 1, 0, -0.0424459, 0, -0.999099, 32.396, 0.332136, -26.3284) - -[node name="@Node3D@46929" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.964957, 0, -0.262409, 0, 1, 0, 0.262409, 0, 0.964957, 33.8941, 0.332136, -24.9627) - -[node name="@Node3D@46930" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.116388, 0, 0.993204, 0, 1, 0, -0.993204, 0, -0.116388, 31.8843, 0.332136, -24.4874) - -[node name="@Node3D@46931" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.373696, 0, -0.927551, 0, 1, 0, 0.927551, 0, 0.373696, 33.7537, 0.332136, -23.258) - -[node name="@Node3D@46932" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.704865, 0, 0.709342, 0, 1, 0, -0.709342, 0, 0.704865, 36.149, 0.332136, -27.4744) - -[node name="@Node3D@46933" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.651142, 0, -0.758956, 0, 1, 0, 0.758956, 0, 0.651142, 34.8845, 0.332136, -26.8414) - -[node name="@Node3D@46934" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.688224, 0, 0.725498, 0, 1, 0, -0.725498, 0, -0.688224, 32.8159, 0.332136, -27.5336) - -[node name="@Node3D@46935" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.519332, 0, 0.854572, 0, 1, 0, -0.854572, 0, -0.519332, 31.4528, 0.332136, -25.934) - -[node name="@Node3D@46936" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.989211, 0, 0.146501, 0, 1, 0, -0.146501, 0, 0.989211, 36.3047, 0.332136, -24.3138) - -[node name="@Node3D@46937" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.966946, 0, -0.254982, 0, 1, 0, 0.254982, 0, -0.966946, 34.5366, 0.332136, -23.9745) - -[node name="@Node3D@46938" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.61284, 0, 0.790207, 0, 1, 0, -0.790207, 0, 0.61284, 35.2454, 0.332136, -25.0793) - -[node name="@Node3D@46939" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.671217, 0, -0.741261, 0, 1, 0, 0.741261, 0, 0.671217, 34.3706, 0.332136, -27.4014) - -[node name="@Node3D@46940" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.128981, 0, 0.991647, 0, 1, 0, -0.991647, 0, -0.128981, 32.5627, 0.332136, -25.101) - -[node name="@Node3D@46941" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999095, 0, -0.0425229, 0, 1, 0, 0.0425229, 0, -0.999095, 36.2643, 0.332136, -25.1401) - -[node name="@Node3D@46942" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D26" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.536944, 0, 0.843618, 0, 1, 0, -0.843618, 0, 0.536944, 35.6832, 0.332136, -27.8365) - -[node name="MultiMeshInstance3D27" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_vxv70") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.441757, 0, -0.897135, 0, 1, 0, 0.897135, 0, -0.441757, 28.7042, 0.332136, -21.0947) - -[node name="@Node3D@46943" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.775309, 0, 0.631582, 0, 1, 0, -0.631582, 0, 0.775309, 30.7051, 0.332136, -22.6281) - -[node name="@Node3D@46944" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.896381, 0, -0.443284, 0, 1, 0, 0.443284, 0, -0.896381, 28.643, 0.332136, -22.5979) - -[node name="@Node3D@46945" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.652448, 0, 0.757834, 0, 1, 0, -0.757834, 0, -0.652448, 30.9513, 0.332136, -21.3953) - -[node name="@Node3D@46946" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.788782, 0, -0.614673, 0, 1, 0, 0.614673, 0, -0.788782, 30.1359, 0.332136, -22.4415) - -[node name="@Node3D@46947" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.893508, 0, 0.449048, 0, 1, 0, -0.449048, 0, -0.893508, 29.5712, 0.332136, -21.3108) - -[node name="@Node3D@46948" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.999855, 0, -0.0170272, 0, 1, 0, 0.0170272, 0, 0.999855, 27.8349, 0.332136, -21.3657) - -[node name="@Node3D@46949" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.870742, 0, 0.491741, 0, 1, 0, -0.491741, 0, 0.870742, 32.1915, 0.332136, -21.0375) - -[node name="@Node3D@46950" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.227279, 0, -0.97383, 0, 1, 0, 0.97383, 0, 0.227279, 34.1907, 0.332136, -22.1018) - -[node name="@Node3D@46951" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.360267, 0, -0.932849, 0, 1, 0, 0.932849, 0, 0.360267, 33.2503, 0.332136, -21.057) - -[node name="@Node3D@46952" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.137526, 0, 0.990498, 0, 1, 0, -0.990498, 0, -0.137526, 35.462, 0.332136, -22.8578) - -[node name="@Node3D@46953" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.45863, 0, -0.888627, 0, 1, 0, 0.888627, 0, -0.45863, 35.4152, 0.332136, -21.4208) - -[node name="@Node3D@46954" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.972151, 0, 0.234357, 0, 1, 0, -0.234357, 0, -0.972151, 36.2764, 0.332136, -21.9736) - -[node name="@Node3D@46955" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.95908, 0, 0.283137, 0, 1, 0, -0.283137, 0, -0.95908, 28.9953, 0.332136, -17.2222) - -[node name="@Node3D@46956" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.968552, 0, 0.24881, 0, 1, 0, -0.24881, 0, 0.968552, 27.6257, 0.332135, -17.659) - -[node name="@Node3D@46957" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.838191, 0, 0.545376, 0, 1, 0, -0.545376, 0, 0.838191, 30.5097, 0.332136, -15.5152) - -[node name="@Node3D@46958" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.37204, 0, 0.928217, 0, 1, 0, -0.928217, 0, -0.37204, 29.3706, 0.332136, -15.7963) - -[node name="@Node3D@46959" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.41478, 0, -0.909922, 0, 1, 0, 0.909922, 0, -0.41478, 27.8809, 0.332136, -15.9295) - -[node name="@Node3D@46960" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.916314, 0, -0.400461, 0, 1, 0, 0.400461, 0, -0.916314, 29.0415, 0.332136, -19.5098) - -[node name="@Node3D@46961" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.892071, 0, 0.451896, 0, 1, 0, -0.451896, 0, 0.892071, 27.6859, 0.332136, -19.6006) - -[node name="@Node3D@46962" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.320004, 0, -0.947416, 0, 1, 0, 0.947416, 0, 0.320004, 30.9227, 0.332136, -17.1872) - -[node name="@Node3D@46963" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.22056, 0, 0.975374, 0, 1, 0, -0.975374, 0, -0.22056, 27.9807, 0.332136, -17.4046) - -[node name="@Node3D@46964" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.00153394, 0, 0.999999, 0, 1, 0, -0.999999, 0, -0.00153394, 27.239, 0.332136, -16.5005) - -[node name="@Node3D@46965" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.283601, 0, -0.958942, 0, 1, 0, 0.958942, 0, -0.283601, 30.1271, 0.332136, -19.949) - -[node name="@Node3D@46966" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.930473, 0, -0.366361, 0, 1, 0, 0.366361, 0, 0.930473, 29.0051, 0.332136, -20.1375) - -[node name="@Node3D@46967" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.866043, 0, 0.49997, 0, 1, 0, -0.49997, 0, -0.866043, 27.2059, 0.332136, -19.8224) - -[node name="@Node3D@46968" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.995189, 0, -0.0979776, 0, 1, 0, 0.0979776, 0, -0.995189, 29.3034, 0.332136, -18.2307) - -[node name="@Node3D@46969" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.601051, 0, -0.799211, 0, 1, 0, 0.799211, 0, 0.601051, 30.2488, 0.332136, -14.6198) - -[node name="@Node3D@46970" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.570596, 0, 0.821231, 0, 1, 0, -0.821231, 0, 0.570596, 29.3897, 0.332136, -14.4546) - -[node name="@Node3D@46971" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.517806, 0, 0.855498, 0, 1, 0, -0.855498, 0, 0.517806, 30.7515, 0.332136, -14.5078) - -[node name="@Node3D@46972" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.559815, 0, -0.828617, 0, 1, 0, 0.828617, 0, 0.559815, 34.2331, 0.332136, -14.1514) - -[node name="@Node3D@46973" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.991076, 0, -0.133295, 0, 1, 0, 0.133295, 0, 0.991076, 32.6206, 0.332136, -14.5226) - -[node name="@Node3D@46974" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.989795, 0, 0.142499, 0, 1, 0, -0.142499, 0, 0.989795, 34.5451, 0.332136, -19.9445) - -[node name="@Node3D@46975" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.322905, 0, -0.946431, 0, 1, 0, 0.946431, 0, -0.322905, 34.5504, 0.332136, -20.9439) - -[node name="@Node3D@46976" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.26143, 0, -0.965222, 0, 1, 0, 0.965222, 0, -0.26143, 33.3755, 0.332136, -15.5567) - -[node name="@Node3D@46977" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.982863, 0, 0.184337, 0, 1, 0, -0.184337, 0, -0.982863, 36.2576, 0.332136, -16.4505) - -[node name="@Node3D@46978" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.960897, 0, 0.276907, 0, 1, 0, -0.276907, 0, 0.960897, 34.4036, 0.332136, -17.8096) - -[node name="@Node3D@46979" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.99701, 0, -0.077277, 0, 1, 0, 0.077277, 0, 0.99701, 36.1269, 0.332136, -17.4095) - -[node name="@Node3D@46980" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.988035, 0, -0.15423, 0, 1, 0, 0.15423, 0, -0.988035, 33.1274, 0.332136, -19.6531) - -[node name="@Node3D@46981" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.998741, 0, 0.0501676, 0, 1, 0, -0.0501676, 0, 0.998741, 35.3814, 0.332136, -20.3764) - -[node name="@Node3D@46982" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.47662, 0, 0.879109, 0, 1, 0, -0.879109, 0, -0.47662, 31.9201, 0.332136, -15.3686) - -[node name="@Node3D@46983" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.584567, 0, -0.811346, 0, 1, 0, 0.811346, 0, 0.584567, 33.9686, 0.332136, -15.2116) - -[node name="@Node3D@46984" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.219119, 0, -0.975698, 0, 1, 0, 0.975698, 0, -0.219119, 32.139, 0.332136, -18.5294) - -[node name="@Node3D@46985" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.794706, 0, -0.606994, 0, 1, 0, 0.606994, 0, 0.794706, 33.7655, 0.332136, -18.6319) - -[node name="@Node3D@46986" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.250954, 0, -0.967999, 0, 1, 0, 0.967999, 0, -0.250954, 32.4226, 0.332136, -19.9737) - -[node name="@Node3D@46987" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.554833, 0, 0.831962, 0, 1, 0, -0.831962, 0, -0.554833, 35.9437, 0.332136, -19.7827) - -[node name="@Node3D@46988" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.975403, 0, -0.220431, 0, 1, 0, 0.220431, 0, -0.975403, 34.0294, 0.332136, -19.971) - -[node name="@Node3D@46989" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.841164, 0, -0.54078, 0, 1, 0, 0.54078, 0, -0.841164, 34.7186, 0.332136, -15.4783) - -[node name="@Node3D@46990" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.2009, 0, -0.979612, 0, 1, 0, 0.979612, 0, 0.2009, 33.1584, 0.332136, -17.4679) - -[node name="@Node3D@46991" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.74692, 0, 0.664914, 0, 1, 0, -0.664914, 0, -0.74692, 34.5008, 0.332136, -16.7155) - -[node name="@Node3D@46992" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D27" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.506161, 0, -0.862439, 0, 1, 0, 0.862439, 0, -0.506161, 32.7005, 0.332136, -16.1309) - -[node name="MultiMeshInstance3D28" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D29" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D30" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_m7tw1") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.96278, 0, -0.270286, 0, 1, 0, 0.270286, 0, -0.96278, 36.6126, 0.332136, -31.7443) - -[node name="@Node3D@46993" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.418879, 0, -0.908042, 0, 1, 0, 0.908042, 0, -0.418879, 38.2865, 0.332135, -31.1921) - -[node name="@Node3D@46994" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.614186, 0, -0.789161, 0, 1, 0, 0.789161, 0, 0.614186, 36.6877, 0.332136, -31.113) - -[node name="@Node3D@46995" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.99016, 0, -0.139937, 0, 1, 0, 0.139937, 0, 0.99016, 37.5795, 0.332136, -32.0443) - -[node name="@Node3D@46996" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.908457, 0, 0.417979, 0, 1, 0, -0.417979, 0, -0.908457, 38.3837, 0.332135, -29.0524) - -[node name="@Node3D@46997" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.803058, 0, 0.595901, 0, 1, 0, -0.595901, 0, 0.803058, 37.3737, 0.332136, -29.8456) - -[node name="@Node3D@46998" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.852225, 0, -0.523175, 0, 1, 0, 0.523175, 0, -0.852225, 36.5314, 0.332136, -30.1632) - -[node name="@Node3D@46999" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.750891, 0, -0.660426, 0, 1, 0, 0.660426, 0, 0.750891, 36.6381, 0.332136, -25.9536) - -[node name="@Node3D@47000" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.170868, 0, 0.985294, 0, 1, 0, -0.985294, 0, 0.170868, 38.0894, 0.332136, -28.156) - -[node name="@Node3D@47001" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.681367, 0, 0.731942, 0, 1, 0, -0.731942, 0, -0.681367, 38.2697, 0.332136, -26.6657) - -[node name="@Node3D@47002" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.554253, 0, 0.832348, 0, 1, 0, -0.832348, 0, -0.554253, 38.4932, 0.332136, -24.568) - -[node name="@Node3D@47003" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.534867, 0, -0.844936, 0, 1, 0, 0.844936, 0, -0.534867, 38.2304, 0.332136, -23.2106) - -[node name="@Node3D@47004" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.696094, 0, -0.717951, 0, 1, 0, 0.717951, 0, -0.696094, 37.1337, 0.332136, -28.4031) - -[node name="@Node3D@47005" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.313535, 0, 0.949577, 0, 1, 0, -0.949577, 0, 0.313535, 38.2581, 0.332136, -27.3587) - -[node name="@Node3D@47006" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.934438, 0, 0.356126, 0, 1, 0, -0.356126, 0, -0.934438, 38.9482, 0.332136, -27.1547) - -[node name="@Node3D@47007" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.274624, 0, -0.961552, 0, 1, 0, 0.961552, 0, -0.274624, 37.7576, 0.332136, -25.8545) - -[node name="@Node3D@47008" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.967691, 0, 0.252141, 0, 1, 0, -0.252141, 0, -0.967691, 37.1315, 0.332136, -26.6078) - -[node name="@Node3D@47009" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.419434, 0, 0.907786, 0, 1, 0, -0.907786, 0, -0.419434, 39.692, 0.332136, -31.3357) - -[node name="@Node3D@47010" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.678605, 0, 0.734503, 0, 1, 0, -0.734503, 0, -0.678605, 39.4275, 0.332136, -32.1406) - -[node name="@Node3D@47011" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.267678, 0, -0.963508, 0, 1, 0, 0.963508, 0, -0.267678, 40.8105, 0.332136, -32.1413) - -[node name="@Node3D@47012" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.945594, 0, -0.325349, 0, 1, 0, 0.325349, 0, 0.945594, 42.0321, 0.332136, -31.7714) - -[node name="@Node3D@47013" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.793595, 0, 0.608446, 0, 1, 0, -0.608446, 0, -0.793595, 41.4759, 0.332136, -30.5522) - -[node name="@Node3D@47014" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0362212, 0, -0.999344, 0, 1, 0, 0.999344, 0, -0.0362212, 41.6378, 0.332136, -29.0491) - -[node name="@Node3D@47015" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999231, 0, 0.0392134, 0, 1, 0, -0.0392134, 0, -0.999231, 39.2735, 0.332136, -29.6604) - -[node name="@Node3D@47016" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.42018, 0, 0.907441, 0, 1, 0, -0.907441, 0, 0.42018, 39.9097, 0.332136, -30.7845) - -[node name="@Node3D@47017" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.101927, 0, 0.994792, 0, 1, 0, -0.994792, 0, 0.101927, 40.1014, 0.332136, -29.9777) - -[node name="@Node3D@47018" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.289329, 0, 0.95723, 0, 1, 0, -0.95723, 0, -0.289329, 40.0993, 0.332136, -27.9417) - -[node name="@Node3D@47019" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.991736, 0, -0.128299, 0, 1, 0, 0.128299, 0, 0.991736, 41.5637, 0.332136, -26.6961) - -[node name="@Node3D@47020" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.998327, 0, -0.057819, 0, 1, 0, 0.057819, 0, 0.998327, 40.2422, 0.332136, -26.4184) - -[node name="@Node3D@47021" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.813557, 0, 0.581485, 0, 1, 0, -0.581485, 0, -0.813557, 41.4233, 0.332136, -25.3502) - -[node name="@Node3D@47022" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.526298, 0, -0.8503, 0, 1, 0, 0.8503, 0, 0.526298, 41.7156, 0.332136, -23.5169) - -[node name="@Node3D@47023" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.981862, 0, 0.189594, 0, 1, 0, -0.189594, 0, 0.981862, 39.528, 0.332136, -25.3962) - -[node name="@Node3D@47024" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.793138, 0, 0.609042, 0, 1, 0, -0.609042, 0, 0.793138, 40.4444, 0.332136, -23.5707) - -[node name="@Node3D@47025" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.578757, 0, -0.8155, 0, 1, 0, 0.8155, 0, 0.578757, 41.7741, 0.332136, -28.069) - -[node name="@Node3D@47026" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.86174, 0, 0.50735, 0, 1, 0, -0.50735, 0, -0.86174, 41.3835, 0.332136, -27.6016) - -[node name="@Node3D@47027" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.816369, 0, 0.57753, 0, 1, 0, -0.57753, 0, -0.816369, 40.881, 0.332136, -28.519) - -[node name="@Node3D@47028" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0646515, 0, 0.997908, 0, 1, 0, -0.997908, 0, -0.0646515, 39.1874, 0.332136, -27.2411) - -[node name="@Node3D@47029" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.0460371, 0, 0.99894, 0, 1, 0, -0.99894, 0, 0.0460371, 39.8261, 0.332136, -24.4563) - -[node name="@Node3D@47030" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D30" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.998456, 0, 0.0555541, 0, 1, 0, -0.0555541, 0, 0.998456, 40.3456, 0.332136, -28.4741) - -[node name="MultiMeshInstance3D31" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_txjxl") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.927221, 0, -0.374514, 0, 1, 0, 0.374514, 0, -0.927221, 37.435, 0.332136, -23.0524) - -[node name="@Node3D@47031" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.690819, 0, 0.723028, 0, 1, 0, -0.723028, 0, -0.690819, 37.056, 0.332136, -21.2656) - -[node name="@Node3D@47032" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.997283, 0, 0.0736667, 0, 1, 0, -0.0736667, 0, 0.997283, 38.4408, 0.332136, -21.6735) - -[node name="@Node3D@47033" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.692785, 0, -0.721144, 0, 1, 0, 0.721144, 0, -0.692785, 38.929, 0.332136, -22.1028) - -[node name="@Node3D@47034" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.991273, 0, 0.131825, 0, 1, 0, -0.131825, 0, 0.991273, 39.689, 0.332136, -21.3651) - -[node name="@Node3D@47035" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.725514, 0, 0.688208, 0, 1, 0, -0.688208, 0, -0.725514, 40.4954, 0.332136, -21.12) - -[node name="@Node3D@47036" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.0511207, 0, 0.998693, 0, 1, 0, -0.998693, 0, 0.0511207, 36.7873, 0.332136, -14.1149) - -[node name="@Node3D@47037" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999362, 0, -0.0357234, 0, 1, 0, 0.0357234, 0, -0.999362, 38.0698, 0.332136, -16.3915) - -[node name="@Node3D@47038" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.92274, 0, 0.385423, 0, 1, 0, -0.385423, 0, -0.92274, 37.4314, 0.332136, -18.0384) - -[node name="@Node3D@47039" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.283569, 0, -0.958952, 0, 1, 0, 0.958952, 0, 0.283569, 37.1758, 0.332136, -20.2156) - -[node name="@Node3D@47040" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.675175, 0, 0.737658, 0, 1, 0, -0.737658, 0, 0.675175, 38.6882, 0.332136, -20.271) - -[node name="@Node3D@47041" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.91875, 0, -0.39484, 0, 1, 0, 0.39484, 0, -0.91875, 41.0845, 0.332136, -14.2307) - -[node name="@Node3D@47042" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.940703, 0, 0.339232, 0, 1, 0, -0.339232, 0, -0.940703, 39.3142, 0.332136, -14.3846) - -[node name="@Node3D@47043" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.62629, 0, 0.77959, 0, 1, 0, -0.77959, 0, -0.62629, 41.8811, 0.332136, -16.1739) - -[node name="@Node3D@47044" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.683113, 0, 0.730312, 0, 1, 0, -0.730312, 0, -0.683113, 41.6456, 0.332136, -19.6878) - -[node name="@Node3D@47045" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.050907, 0, 0.998703, 0, 1, 0, -0.998703, 0, -0.050907, 40.3319, 0.332136, -17.7136) - -[node name="@Node3D@47046" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.510481, 0, 0.859889, 0, 1, 0, -0.859889, 0, 0.510481, 39.8714, 0.332136, -19.2985) - -[node name="@Node3D@47047" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.8116, 0, -0.584214, 0, 1, 0, 0.584214, 0, -0.8116, 40.9235, 0.332136, -16.314) - -[node name="@Node3D@47048" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.680282, 0, -0.73295, 0, 1, 0, 0.73295, 0, 0.680282, 39.3326, 0.332136, -19.1522) - -[node name="@Node3D@47049" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.251498, 0, -0.967858, 0, 1, 0, 0.967858, 0, -0.251498, 39.334, 0.332136, -16.0529) - -[node name="@Node3D@47050" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.871338, 0, -0.490683, 0, 1, 0, 0.490683, 0, -0.871338, 39.2968, 0.332136, -17.4725) - -[node name="@Node3D@47051" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.535843, 0, 0.844317, 0, 1, 0, -0.844317, 0, -0.535843, 41.2636, 0.332136, -18.0074) - -[node name="@Node3D@47052" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D31" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.90387, 0, 0.427807, 0, 1, 0, -0.427807, 0, -0.90387, 42.0344, 0.332136, -20.589) - -[node name="MultiMeshInstance3D6" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D32" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D33" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_lcrfj") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.838893, 0, -0.544297, 0, 1, 0, 0.544297, 0, -0.838893, 30.4605, 0.332136, -13.0181) - -[node name="@Node3D@47053" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.278217, 0, -0.960518, 0, 1, 0, 0.960518, 0, 0.278217, 27.6399, 0.332136, -13.6246) - -[node name="@Node3D@47054" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.622012, 0, -0.783008, 0, 1, 0, 0.783008, 0, -0.622012, 27.2883, 0.332136, -11.5086) - -[node name="@Node3D@47055" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.981151, 0, -0.193242, 0, 1, 0, 0.193242, 0, 0.981151, 29.6083, 0.332136, -7.28121) - -[node name="@Node3D@47056" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.98352, 0, -0.180802, 0, 1, 0, 0.180802, 0, -0.98352, 29.1564, 0.332136, -7.12557) - -[node name="@Node3D@47057" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.881523, 0, 0.47214, 0, 1, 0, -0.47214, 0, 0.881523, 29.4945, 0.332136, -8.41521) - -[node name="@Node3D@47058" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.588299, 0, 0.808644, 0, 1, 0, -0.808644, 0, -0.588299, 28.3767, 0.332136, -8.56536) - -[node name="@Node3D@47059" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.970702, 0, 0.240288, 0, 1, 0, -0.240288, 0, -0.970702, 27.9785, 0.332136, -12.8337) - -[node name="@Node3D@47060" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.77167, 0, 0.636023, 0, 1, 0, -0.636023, 0, 0.77167, 27.8474, 0.332136, -11.0475) - -[node name="@Node3D@47061" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.983013, 0, -0.183535, 0, 1, 0, 0.183535, 0, 0.983013, 29.4718, 0.332136, -10.7423) - -[node name="@Node3D@47062" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.562754, 0, 0.826625, 0, 1, 0, -0.826625, 0, -0.562754, 29.28, 0.332136, -12.673) - -[node name="@Node3D@47063" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999739, 0, 0.0228549, 0, 1, 0, -0.0228549, 0, -0.999739, 29.0906, 0.332136, -9.8214) - -[node name="@Node3D@47064" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.302088, 0, 0.95328, 0, 1, 0, -0.95328, 0, 0.302088, 27.5353, 0.332136, -10.3459) - -[node name="@Node3D@47065" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.458747, 0, 0.888567, 0, 1, 0, -0.888567, 0, -0.458747, 27.9877, 0.332136, -11.5168) - -[node name="@Node3D@47066" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.882958, 0, -0.469451, 0, 1, 0, 0.469451, 0, 0.882958, 30.6333, 0.332136, -6.86594) - -[node name="@Node3D@47067" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.158346, 0, 0.987384, 0, 1, 0, -0.987384, 0, 0.158346, 30.9179, 0.332136, -6.06683) - -[node name="@Node3D@47068" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.997092, 0, 0.0762108, 0, 1, 0, -0.0762108, 0, 0.997092, 29.0187, 0.332136, -5.32738) - -[node name="@Node3D@47069" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.905663, 0, 0.423997, 0, 1, 0, -0.423997, 0, -0.905663, 27.2989, 0.332136, -5.93613) - -[node name="@Node3D@47070" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.861981, 0, 0.506941, 0, 1, 0, -0.506941, 0, -0.861981, 30.9686, 0.332136, -5.32944) - -[node name="@Node3D@47071" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.874677, 0, -0.484707, 0, 1, 0, 0.484707, 0, 0.874677, 29.4315, 0.332136, -5.16762) - -[node name="@Node3D@47072" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.946599, 0, 0.322413, 0, 1, 0, -0.322413, 0, -0.946599, 27.4221, 0.332137, -5.58617) - -[node name="@Node3D@47073" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.912905, 0, 0.408171, 0, 1, 0, -0.408171, 0, 0.912905, 27.1457, 0.332136, -5.45223) - -[node name="@Node3D@47074" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.998572, 0, -0.0534306, 0, 1, 0, 0.0534306, 0, -0.998572, 32.5435, 0.332136, -13.2044) - -[node name="@Node3D@47075" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.985556, 0, -0.169348, 0, 1, 0, 0.169348, 0, 0.985556, 35.2776, 0.332136, -13.7631) - -[node name="@Node3D@47076" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.545695, 0, 0.837984, 0, 1, 0, -0.837984, 0, 0.545695, 31.8376, 0.332137, -5.99369) - -[node name="@Node3D@47077" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.807269, 0, 0.590183, 0, 1, 0, -0.590183, 0, -0.807269, 35.4278, 0.332136, -5.55665) - -[node name="@Node3D@47078" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.591997, 0, -0.80594, 0, 1, 0, 0.80594, 0, -0.591997, 34.8801, 0.332136, -6.75417) - -[node name="@Node3D@47079" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.97689, 0, 0.213742, 0, 1, 0, -0.213742, 0, 0.97689, 32.7503, 0.332136, -5.29941) - -[node name="@Node3D@47080" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.796398, 0, 0.604773, 0, 1, 0, -0.604773, 0, 0.796398, 33.9265, 0.332136, -5.43442) - -[node name="@Node3D@47081" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.580818, 0, -0.814033, 0, 1, 0, 0.814033, 0, 0.580818, 32.8261, 0.332135, -12.4342) - -[node name="@Node3D@47082" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.551469, 0, 0.834195, 0, 1, 0, -0.834195, 0, -0.551469, 35.7283, 0.332136, -11.9564) - -[node name="@Node3D@47083" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.455327, 0, -0.890324, 0, 1, 0, 0.890324, 0, -0.455327, 31.3158, 0.332136, -11.2917) - -[node name="@Node3D@47084" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.902168, 0, 0.431384, 0, 1, 0, -0.431384, 0, -0.902168, 36.1219, 0.332136, -11.3245) - -[node name="@Node3D@47085" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.778388, 0, -0.627783, 0, 1, 0, 0.627783, 0, 0.778388, 32.4309, 0.332136, -7.46429) - -[node name="@Node3D@47086" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.962551, 0, 0.2711, 0, 1, 0, -0.2711, 0, 0.962551, 32.4316, 0.332136, -10.8077) - -[node name="@Node3D@47087" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.687385, 0, 0.726293, 0, 1, 0, -0.726293, 0, 0.687385, 33.2325, 0.332136, -7.14831) - -[node name="@Node3D@47088" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.157766, 0, -0.987477, 0, 1, 0, 0.987477, 0, 0.157766, 32.2476, 0.332136, -9.03007) - -[node name="@Node3D@47089" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.84369, 0, -0.536831, 0, 1, 0, 0.536831, 0, 0.84369, 36.2971, 0.332136, -9.24333) - -[node name="@Node3D@47090" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.931216, 0, 0.364469, 0, 1, 0, -0.364469, 0, -0.931216, 32.0711, 0.332136, -10.1518) - -[node name="@Node3D@47091" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.583489, 0, 0.812121, 0, 1, 0, -0.812121, 0, -0.583489, 33.7701, 0.332136, -11.7599) - -[node name="@Node3D@47092" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.65365, 0, -0.756797, 0, 1, 0, 0.756797, 0, 0.65365, 35.3493, 0.332136, -7.17301) - -[node name="@Node3D@47093" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.611684, 0, -0.791102, 0, 1, 0, 0.791102, 0, 0.611684, 31.071, 0.332136, -7.98478) - -[node name="@Node3D@47094" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.289141, 0, 0.957287, 0, 1, 0, -0.957287, 0, -0.289141, 34.6346, 0.332136, -8.6281) - -[node name="@Node3D@47095" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.135443, 0, -0.990785, 0, 1, 0, 0.990785, 0, 0.135443, 35.7285, 0.332136, -7.85404) - -[node name="@Node3D@47096" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.190412, 0, -0.981704, 0, 1, 0, 0.981704, 0, -0.190412, 32.6568, 0.332136, -9.81109) - -[node name="@Node3D@47097" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.254172, 0, -0.967159, 0, 1, 0, 0.967159, 0, -0.254172, 33.9783, 0.332136, -9.64423) - -[node name="@Node3D@47098" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.113861, 0, 0.993497, 0, 1, 0, -0.993497, 0, 0.113861, 35.373, 0.332136, -9.74908) - -[node name="@Node3D@47099" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.688111, 0, -0.725606, 0, 1, 0, 0.725606, 0, -0.688111, 34.2603, 0.332136, -11.1358) - -[node name="@Node3D@47100" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.891892, 0, -0.452249, 0, 1, 0, 0.452249, 0, -0.891892, 33.1737, 0.332136, -8.65225) - -[node name="@Node3D@47101" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.945985, 0, -0.324211, 0, 1, 0, 0.324211, 0, 0.945985, 32.4553, 0.332136, -7.18656) - -[node name="@Node3D@47102" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D33" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0389539, 0, -0.999241, 0, 1, 0, 0.999241, 0, -0.0389539, 31.5125, 0.332137, -9.88539) - -[node name="MultiMeshInstance3D34" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_rif6r") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.757306, 0, 0.653061, 0, 1, 0, -0.653061, 0, -0.757306, 29.6579, 0.332136, 0.752465) - -[node name="@Node3D@47103" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.955364, 0, -0.29543, 0, 1, 0, 0.29543, 0, -0.955364, 29.0623, 0.332135, -3.90527) - -[node name="@Node3D@47104" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.902935, 0, -0.429778, 0, 1, 0, 0.429778, 0, -0.902935, 27.5675, 0.332136, -4.08511) - -[node name="@Node3D@47105" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999994, 0, 0.00340333, 0, 1, 0, -0.00340333, 0, -0.999994, 30.8231, 0.332137, -2.17552) - -[node name="@Node3D@47106" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.990383, 0, -0.138351, 0, 1, 0, 0.138351, 0, -0.990383, 28.784, 0.332135, -2.82066) - -[node name="@Node3D@47107" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.696623, 0, -0.717437, 0, 1, 0, 0.717437, 0, -0.696623, 27.2758, 0.332136, -2.56529) - -[node name="@Node3D@47108" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.995919, 0, 0.0902559, 0, 1, 0, -0.0902559, 0, 0.995919, 29.4584, 0.332136, -0.740562) - -[node name="@Node3D@47109" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0941623, 0, -0.995557, 0, 1, 0, 0.995557, 0, -0.0941623, 27.656, 0.332136, -1.35029) - -[node name="@Node3D@47110" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999977, 0, 0.00680586, 0, 1, 0, -0.00680586, 0, -0.999977, 30.8615, 0.332136, 0.667016) - -[node name="@Node3D@47111" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0907688, 0, -0.995872, 0, 1, 0, 0.995872, 0, -0.0907688, 27.2492, 0.332136, 0.73744) - -[node name="@Node3D@47112" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.739127, 0, 0.673567, 0, 1, 0, -0.673567, 0, -0.739127, 30.344, 0.332136, -0.417684) - -[node name="@Node3D@47113" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.319346, 0, 0.947638, 0, 1, 0, -0.947638, 0, -0.319346, 30.1598, 0.332135, -3.95327) - -[node name="@Node3D@47114" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.507597, 0, 0.861594, 0, 1, 0, -0.861594, 0, -0.507597, 28.4128, 0.332136, 0.731402) - -[node name="@Node3D@47115" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.876165, 0, 0.482011, 0, 1, 0, -0.482011, 0, -0.876165, 28.8336, 0.332136, -0.632859) - -[node name="@Node3D@47116" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.985514, 0, 0.169595, 0, 1, 0, -0.169595, 0, -0.985514, 28.7975, 0.332136, -2.19146) - -[node name="@Node3D@47117" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.896722, 0, 0.442594, 0, 1, 0, -0.442594, 0, 0.896722, 30.6704, 0.332136, -3.32314) - -[node name="@Node3D@47118" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.395289, 0, -0.918557, 0, 1, 0, 0.918557, 0, -0.395289, 28.9033, 0.332136, 2.14613) - -[node name="@Node3D@47119" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.447143, 0, -0.894463, 0, 1, 0, 0.894463, 0, -0.447143, 29.3212, 0.332136, 1.17399) - -[node name="@Node3D@47120" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.959285, 0, -0.28244, 0, 1, 0, 0.28244, 0, -0.959285, 27.5651, 0.332136, 1.37371) - -[node name="@Node3D@47121" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.0332294, 0, 0.999448, 0, 1, 0, -0.999448, 0, 0.0332294, 29.7186, 0.332136, 2.73779) - -[node name="@Node3D@47122" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.578508, 0, 0.815677, 0, 1, 0, -0.815677, 0, 0.578508, 27.7842, 0.332136, 2.20964) - -[node name="@Node3D@47123" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.645652, 0, -0.763632, 0, 1, 0, 0.763632, 0, 0.645652, 29.0608, 0.332137, 3.63042) - -[node name="@Node3D@47124" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.917563, 0, 0.397589, 0, 1, 0, -0.397589, 0, 0.917563, 27.6778, 0.332136, 3.5804) - -[node name="@Node3D@47125" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999645, 0, 0.0266327, 0, 1, 0, -0.0266327, 0, -0.999645, 35.3285, 0.332136, 2.43749) - -[node name="@Node3D@47126" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.781695, 0, -0.623661, 0, 1, 0, 0.623661, 0, 0.781695, 34.0692, 0.332136, 2.47479) - -[node name="@Node3D@47127" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.0868288, 0, 0.996223, 0, 1, 0, -0.996223, 0, 0.0868288, 32.5105, 0.332136, 1.671) - -[node name="@Node3D@47128" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.758636, 0, -0.651514, 0, 1, 0, 0.651514, 0, 0.758636, 33.6385, 0.332136, 3.7645) - -[node name="@Node3D@47129" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.894232, 0, -0.447603, 0, 1, 0, 0.447603, 0, 0.894232, 32.4317, 0.332136, 3.44906) - -[node name="@Node3D@47130" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.994361, 0, 0.106051, 0, 1, 0, -0.106051, 0, 0.994361, 34.1272, 0.332136, 1.198) - -[node name="@Node3D@47131" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.870503, 0, -0.492164, 0, 1, 0, 0.492164, 0, -0.870503, 35.2063, 0.332136, 2.07289) - -[node name="@Node3D@47132" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.826824, 0, -0.56246, 0, 1, 0, 0.56246, 0, -0.826824, 34.9349, 0.332136, 2.70328) - -[node name="@Node3D@47133" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.347375, 0, -0.937726, 0, 1, 0, 0.937726, 0, 0.347375, 32.5163, 0.332136, 2.22782) - -[node name="@Node3D@47134" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.523226, 0, -0.852194, 0, 1, 0, 0.852194, 0, -0.523226, 31.0929, 0.332136, 2.37332) - -[node name="@Node3D@47135" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.67987, 0, -0.733333, 0, 1, 0, 0.733333, 0, -0.67987, 35.9067, 0.332136, -1.96674) - -[node name="@Node3D@47136" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.452218, 0, -0.891907, 0, 1, 0, 0.891907, 0, -0.452218, 36.0554, 0.332136, -0.878272) - -[node name="@Node3D@47137" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.0116143, 0, -0.999933, 0, 1, 0, 0.999933, 0, 0.0116143, 32.6896, 0.332136, -0.831958) - -[node name="@Node3D@47138" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.997697, 0, 0.0678313, 0, 1, 0, -0.0678313, 0, 0.997697, 34.538, 0.332136, -2.28253) - -[node name="@Node3D@47139" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.108691, 0, -0.994076, 0, 1, 0, 0.994076, 0, 0.108691, 32.3016, 0.332136, -3.13215) - -[node name="@Node3D@47140" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.944496, 0, -0.328522, 0, 1, 0, 0.328522, 0, -0.944496, 36.2009, 0.332136, -3.67326) - -[node name="@Node3D@47141" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.856949, 0, 0.515401, 0, 1, 0, -0.515401, 0, 0.856949, 32.4595, 0.332136, 0.643464) - -[node name="@Node3D@47142" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.76164, 0, 0.648, 0, 1, 0, -0.648, 0, 0.76164, 34.0636, 0.332136, 0.608759) - -[node name="@Node3D@47143" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.887512, 0, 0.460785, 0, 1, 0, -0.460785, 0, -0.887512, 31.2825, 0.332136, -0.447475) - -[node name="@Node3D@47144" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.547754, 0, 0.836639, 0, 1, 0, -0.836639, 0, -0.547754, 32.1945, 0.332135, -1.23265) - -[node name="@Node3D@47145" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.218083, 0, 0.97593, 0, 1, 0, -0.97593, 0, 0.218083, 33.7287, 0.332135, -0.773523) - -[node name="@Node3D@47146" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.6954, 0, 0.718623, 0, 1, 0, -0.718623, 0, 0.6954, 35.1813, 0.332136, -0.753051) - -[node name="@Node3D@47147" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.93643, 0, 0.350856, 0, 1, 0, -0.350856, 0, -0.93643, 32.5282, 0.332137, -2.13599) - -[node name="@Node3D@47148" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.126859, 0, -0.991921, 0, 1, 0, 0.991921, 0, 0.126859, 34.0703, 0.332136, -2.79551) - -[node name="@Node3D@47149" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0583504, 0, 0.998296, 0, 1, 0, -0.998296, 0, -0.0583504, 35.5899, 0.332136, -2.70826) - -[node name="@Node3D@47150" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.245955, 0, 0.969281, 0, 1, 0, -0.969281, 0, -0.245955, 31.9491, 0.332136, -4.38947) - -[node name="@Node3D@47151" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.656636, 0, -0.754208, 0, 1, 0, 0.754208, 0, -0.656636, 34.1842, 0.332136, -4.01509) - -[node name="@Node3D@47152" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.907933, 0, 0.419115, 0, 1, 0, -0.419115, 0, 0.907933, 35.4609, 0.332136, -4.30334) - -[node name="@Node3D@47153" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.838283, 0, -0.545236, 0, 1, 0, 0.545236, 0, -0.838283, 35.6159, 0.332136, -0.459133) - -[node name="@Node3D@47154" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D34" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.909977, 0, 0.41466, 0, 1, 0, -0.41466, 0, -0.909977, 31.309, 0.332136, -4.10378) - -[node name="MultiMeshInstance3D35" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D36" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] - -[node name="MultiMeshInstance3D37" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_40tgy") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.636147, 0, -0.771568, 0, 1, 0, 0.771568, 0, -0.636147, 37.4468, 0.332136, -13.187) - -[node name="@Node3D@47155" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.71895, 0, -0.695062, 0, 1, 0, 0.695062, 0, -0.71895, 38.1842, 0.332136, -13.6759) - -[node name="@Node3D@47156" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.571254, 0, 0.820773, 0, 1, 0, -0.820773, 0, -0.571254, 36.5355, 0.332136, -5.06686) - -[node name="@Node3D@47157" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.107927, 0, -0.994159, 0, 1, 0, 0.994159, 0, 0.107927, 38.1805, 0.332136, -5.45733) - -[node name="@Node3D@47158" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.294614, 0, -0.955616, 0, 1, 0, 0.955616, 0, -0.294614, 37.687, 0.332136, -6.6998) - -[node name="@Node3D@47159" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.998031, 0, 0.0627146, 0, 1, 0, -0.0627146, 0, 0.998031, 36.5985, 0.332136, -5.62139) - -[node name="@Node3D@47160" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.697246, 0, -0.716832, 0, 1, 0, 0.716832, 0, 0.697246, 37.663, 0.332136, -8.69247) - -[node name="@Node3D@47161" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.448835, 0, -0.893614, 0, 1, 0, 0.893614, 0, -0.448835, 36.6338, 0.332136, -12.7648) - -[node name="@Node3D@47162" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.652941, 0, -0.757409, 0, 1, 0, 0.757409, 0, -0.652941, 36.6223, 0.332135, -12.5049) - -[node name="@Node3D@47163" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0954441, 0, -0.995435, 0, 1, 0, 0.995435, 0, -0.0954441, 38.3824, 0.332136, -8.85301) - -[node name="@Node3D@47164" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.180535, 0, -0.983569, 0, 1, 0, 0.983569, 0, -0.180535, 36.7527, 0.332136, -7.75558) - -[node name="@Node3D@47165" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.976654, 0, -0.214818, 0, 1, 0, 0.214818, 0, -0.976654, 38.0854, 0.332136, -10.8622) - -[node name="@Node3D@47166" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.121175, 0, -0.992631, 0, 1, 0, 0.992631, 0, 0.121175, 38.6026, 0.332136, -12.3872) - -[node name="@Node3D@47167" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.782282, 0, 0.622925, 0, 1, 0, -0.622925, 0, -0.782282, 38.9239, 0.332136, -8.28083) - -[node name="@Node3D@47168" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.52996, 0, -0.848023, 0, 1, 0, 0.848023, 0, 0.52996, 37.3512, 0.332136, -10.2217) - -[node name="@Node3D@47169" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.236836, 0, -0.97155, 0, 1, 0, 0.97155, 0, 0.236836, 39.8651, 0.332136, -13.0925) - -[node name="@Node3D@47170" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.55876, 0, -0.829329, 0, 1, 0, 0.829329, 0, -0.55876, 41.7199, 0.332136, -5.90015) - -[node name="@Node3D@47171" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.538315, 0, 0.842744, 0, 1, 0, -0.842744, 0, -0.538315, 39.8388, 0.332136, -5.25086) - -[node name="@Node3D@47172" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.360645, 0, 0.932703, 0, 1, 0, -0.932703, 0, 0.360645, 41.0812, 0.332136, -6.80212) - -[node name="@Node3D@47173" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.4724, 0, -0.881384, 0, 1, 0, 0.881384, 0, 0.4724, 39.1781, 0.332136, -6.85965) - -[node name="@Node3D@47174" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.504372, 0, 0.863487, 0, 1, 0, -0.863487, 0, -0.504372, 41.7651, 0.332136, -9.89768) - -[node name="@Node3D@47175" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.973227, 0, -0.229847, 0, 1, 0, 0.229847, 0, -0.973227, 39.267, 0.332136, -7.81702) - -[node name="@Node3D@47176" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.780265, 0, 0.625449, 0, 1, 0, -0.625449, 0, 0.780265, 41.5271, 0.332136, -7.22521) - -[node name="@Node3D@47177" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.566967, 0, -0.823741, 0, 1, 0, 0.823741, 0, 0.566967, 41.9717, 0.332136, -7.96635) - -[node name="@Node3D@47178" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.95834, 0, -0.285629, 0, 1, 0, 0.285629, 0, -0.95834, 40.9479, 0.332136, -11.6611) - -[node name="@Node3D@47179" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.177095, 0, 0.984194, 0, 1, 0, -0.984194, 0, 0.177095, 39.8506, 0.332136, -9.4212) - -[node name="@Node3D@47180" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.985533, 0, 0.169486, 0, 1, 0, -0.169486, 0, -0.985533, 41.4605, 0.332136, -7.84468) - -[node name="@Node3D@47181" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.533111, 0, -0.846045, 0, 1, 0, 0.846045, 0, 0.533111, 40.8968, 0.332136, -8.49453) - -[node name="@Node3D@47182" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.819229, 0, 0.573466, 0, 1, 0, -0.573466, 0, -0.819229, 40.189, 0.332136, -10.2116) - -[node name="@Node3D@47183" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.645262, 0, 0.763961, 0, 1, 0, -0.763961, 0, -0.645262, 41.1516, 0.332136, -10.0938) - -[node name="@Node3D@47184" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.890145, 0, -0.455678, 0, 1, 0, 0.455678, 0, -0.890145, 40.0336, 0.332136, -11.8563) - -[node name="@Node3D@47185" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D37" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.981917, 0, 0.189313, 0, 1, 0, -0.189313, 0, -0.981917, 39.1098, 0.332136, -8.2438) - -[node name="MultiMeshInstance3D38" type="MultiMeshInstance3D" parent="Gardener/Arborist/MMI_container"] -multimesh = SubResource("MultiMesh_hboax") - -[node name="Grass1" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.441124, 0, 0.897446, 0, 1, 0, -0.897446, 0, -0.441124, 36.9072, 0.332135, 3.89343) - -[node name="@Node3D@47186" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.716534, 0, -0.697553, 0, 1, 0, 0.697553, 0, 0.716534, 39.4012, 0.332136, 3.87425) - -[node name="@Node3D@47187" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.893846, 0, 0.448375, 0, 1, 0, -0.448375, 0, -0.893846, 38.2897, 0.332136, 2.98967) - -[node name="@Node3D@47188" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.954383, 0, -0.298584, 0, 1, 0, 0.298584, 0, -0.954383, 38.8716, 0.332136, 2.04869) - -[node name="@Node3D@47189" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.325878, 0, -0.945412, 0, 1, 0, 0.945412, 0, 0.325878, 40.5069, 0.332136, 2.61292) - -[node name="@Node3D@47190" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.71137, 0, 0.702818, 0, 1, 0, -0.702818, 0, 0.71137, 41.8779, 0.332136, 1.96864) - -[node name="@Node3D@47191" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.812199, 0, 0.583381, 0, 1, 0, -0.583381, 0, 0.812199, 41.5942, 0.332136, 1.0775) - -[node name="@Node3D@47192" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.965532, 0, -0.260284, 0, 1, 0, 0.260284, 0, -0.965532, 36.858, 0.332136, 2.42505) - -[node name="@Node3D@47193" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.73245, 0, 0.68082, 0, 1, 0, -0.68082, 0, 0.73245, 37.2795, 0.332136, 1.91733) - -[node name="@Node3D@47194" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.975472, 0, -0.220124, 0, 1, 0, 0.220124, 0, 0.975472, 36.9227, 0.332136, 1.02164) - -[node name="@Node3D@47195" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.350865, 0, -0.936426, 0, 1, 0, 0.936426, 0, -0.350865, 41.1547, 0.332136, -0.907791) - -[node name="@Node3D@47196" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.413537, 0, 0.910487, 0, 1, 0, -0.910487, 0, -0.413537, 40.1586, 0.332136, 0.935294) - -[node name="@Node3D@47197" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.994975, 0, -0.100124, 0, 1, 0, 0.100124, 0, -0.994975, 39.002, 0.332135, -0.0124359) - -[node name="@Node3D@47198" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.588943, 0, -0.808174, 0, 1, 0, 0.808174, 0, -0.588943, 40.5774, 0.332136, 0.370746) - -[node name="@Node3D@47199" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.831548, 0, -0.555452, 0, 1, 0, 0.555452, 0, -0.831548, 41.6456, 0.332136, -1.13887) - -[node name="@Node3D@47200" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999978, 0, 0.0065982, 0, 1, 0, -0.0065982, 0, -0.999978, 41.5221, 0.332137, -2.39784) - -[node name="@Node3D@47201" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.549859, 0, 0.835257, 0, 1, 0, -0.835257, 0, 0.549859, 40.5436, 0.332136, -0.444862) - -[node name="@Node3D@47202" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.793947, 0, -0.607987, 0, 1, 0, 0.607987, 0, 0.793947, 41.7445, 0.332136, -3.89395) - -[node name="@Node3D@47203" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.919518, 0, -0.393048, 0, 1, 0, 0.393048, 0, 0.919518, 40.5967, 0.332136, -1.70859) - -[node name="@Node3D@47204" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.530632, 0, -0.847602, 0, 1, 0, 0.847602, 0, -0.530632, 40.6612, 0.332136, -3.45895) - -[node name="@Node3D@47205" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.937301, 0, -0.348521, 0, 1, 0, 0.348521, 0, 0.937301, 41.9683, 0.332136, -4.4267) - -[node name="@Node3D@47206" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.533104, 0, 0.84605, 0, 1, 0, -0.84605, 0, 0.533104, 37.2942, 0.332136, -0.887124) - -[node name="@Node3D@47207" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.975018, 0, 0.222126, 0, 1, 0, -0.222126, 0, 0.975018, 38.3525, 0.332136, -1.30784) - -[node name="@Node3D@47208" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.103894, 0, -0.994588, 0, 1, 0, 0.994588, 0, 0.103894, 38.6061, 0.332136, 0.925615) - -[node name="@Node3D@47209" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.202756, 0, -0.979229, 0, 1, 0, 0.979229, 0, -0.202756, 37.2107, 0.332137, -1.71497) - -[node name="@Node3D@47210" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.999973, 0, 0.00740394, 0, 1, 0, -0.00740394, 0, -0.999973, 37.094, 0.332136, -3.01808) - -[node name="@Node3D@47211" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.926202, 0, -0.377028, 0, 1, 0, 0.377028, 0, 0.926202, 38.7907, 0.332136, -2.06743) - -[node name="@Node3D@47212" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.9965, 0, 0.0835972, 0, 1, 0, -0.0835972, 0, 0.9965, 38.9777, 0.332136, -2.80168) - -[node name="@Node3D@47213" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(-0.0934826, 0, -0.995621, 0, 1, 0, 0.995621, 0, -0.0934826, 36.7343, 0.332136, -4.28724) - -[node name="@Node3D@47214" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.31384, 0, -0.949476, 0, 1, 0, 0.949476, 0, 0.31384, 38.5225, 0.332136, -4.33788) - -[node name="@Node3D@47215" type="Node3D" parent="Gardener/Arborist/MMI_container/MultiMeshInstance3D38" instance=ExtResource("26_mh2xu")] -transform = Transform3D(0.194637, 0, 0.980875, 0, 1, 0, -0.980875, 0, 0.194637, 36.4985, 0.332136, -2.08954) +[node name="Tree9" parent="." instance=ExtResource("9_ol3is")] +transform = Transform3D(-1.97275, 0, -0.329027, 0, 2, 0, 0.329027, 0, -1.97275, 27.9857, 0.332136, -2.10976) diff --git a/scripts/LevelManager.gd b/scripts/LevelManager.gd index b28a39b..113814e 100644 --- a/scripts/LevelManager.gd +++ b/scripts/LevelManager.gd @@ -1,6 +1,6 @@ extends Node3D - +@export var load_save : = true @export var player : Node @export var money = 250 @export var start_health = 3 @@ -46,12 +46,10 @@ func _ready(): #connect to signals SignalBus.enemy_count_changed.connect(enemy_count) - #refresh_scene() - #LOAD DATA SaveLoad.load_persistent_data() - #refresh_scene() - if SaveLoad.data_cleared: + + if SaveLoad.data_cleared or !load_save: refresh_scene() GameGlobals.game_loaded = true SignalBus.emit_signal("game_loaded") @@ -59,8 +57,8 @@ func _ready(): SaveLoad.load_save_game_data() #Spawn Crown - var crown_spawn = crown.instantiate() if SaveLoad.last_hit_path: + var crown_spawn = crown.instantiate() var crown_target = get_node(SaveLoad.last_hit_path) if crown_target: crown_target.add_child(crown_spawn) diff --git a/scripts/player.gd b/scripts/player.gd index ed55a5b..55a20bf 100644 --- a/scripts/player.gd +++ b/scripts/player.gd @@ -239,7 +239,7 @@ func _physics_process(delta): var recoil_amount = Vector3(-.3,0,0) land_sound.volume_db = land_volume land_sound.play() - recoil.add_recoil(recoil_amount,10,2) + recoil.add_recoil(recoil_amount,10,10) moving_fast_top_speed = 0.0 moving_fast = false