From cfe4ce0fb4705a6c231528d60e4833c4dc2ec68f Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 23 Apr 2017 16:31:27 +0200 Subject: Add a bunch of stuff --- ...inator.dae-c2e42d69a734eec01b3e4caac3929cd7.scn | Bin 9447 -> 9281 bytes .../cover.dae-7839b9724b1d7ebe038c3323b97cd240.scn | Bin 0 -> 2615 bytes ..._other.dae-8b301f851e2ca6e433d0ab11a96906d5.scn | Bin 0 -> 3658 bytes .../cube.dae-8dcb9af004f5b3c1e6a0f8dcbd4194bf.scn | Bin 3692 -> 1813 bytes .../cube.obj-dc137dcfeb81552fdf948f7c136300af.msh | Bin 0 -> 964 bytes ...y_tex.png-d83549d58cc0df98891261e5a7599858.stex | Bin 148 -> 152 bytes ...ubator.dae-2e04073c4fc20dcee8f5f14ec9979ed0.scn | Bin 37945 -> 36295 bytes ...orage.png-2117570ae7865fe22d823222d213cbbd.stex | Bin 0 -> 1591 bytes assets/combinator.blend | Bin 435816 -> 494056 bytes assets/combinator.blend1 | Bin 435816 -> 0 bytes assets/cover.blend | Bin 0 -> 461468 bytes assets/cover_other.blend | Bin 0 -> 464124 bytes assets/cube.blend | Bin 0 -> 453344 bytes assets/gray_tex.aseprite | Bin 1469 -> 795 bytes assets/gray_tex.png | Bin 804 -> 448 bytes assets/incubator.blend | Bin 558300 -> 513364 bytes assets/incubator.blend1 | Bin 558300 -> 0 bytes assets/shop.json | 5 +- assets/storage.png | Bin 0 -> 1175 bytes assets/storage.png.import | 20 + base.tscn | 43 +- combinator.tscn | 39 +- combinator_panel.tscn | 26 +- cover.tscn | 12 + cover_other.tscn | 12 + glass.tres | 39 + gray_mat.tres | 7 +- hud.tscn | 4 +- incubator.tscn | 550 +++++++++- ld38.godot | 4 +- mesh/combinator.dae | 219 ++-- mesh/combinator.dae.import | 2 +- mesh/cover.dae | 59 ++ mesh/cover.dae.import | 1049 ++++++++++++++++++++ mesh/cover_other.dae | 59 ++ mesh/cover_other.dae.import | 1049 ++++++++++++++++++++ mesh/cube.dae | 87 +- mesh/cube.dae.import | 4 +- mesh/cube.mtl | 2 + mesh/cube.obj | 32 + mesh/cube.obj.import | 14 + mesh/incubator.dae | 16 +- mesh/incubator.dae.import | 4 +- scripts/base.gd | 32 +- scripts/camera.gd | 4 - scripts/combinator.gd | 11 +- scripts/combinator_panel.gd | 26 +- scripts/hud.gd | 31 +- scripts/incubator.gd | 25 +- scripts/items.gd | 17 + scripts/multiverse_shop.gd | 19 +- scripts/player.gd | 28 +- scripts/storage.gd | 61 ++ scripts/world.gd | 55 +- world.tscn | 52 +- 55 files changed, 3408 insertions(+), 310 deletions(-) create mode 100644 .import/cover.dae-7839b9724b1d7ebe038c3323b97cd240.scn create mode 100644 .import/cover_other.dae-8b301f851e2ca6e433d0ab11a96906d5.scn create mode 100644 .import/cube.obj-dc137dcfeb81552fdf948f7c136300af.msh create mode 100644 .import/storage.png-2117570ae7865fe22d823222d213cbbd.stex delete mode 100644 assets/combinator.blend1 create mode 100644 assets/cover.blend create mode 100644 assets/cover_other.blend create mode 100644 assets/cube.blend delete mode 100644 assets/incubator.blend1 create mode 100644 assets/storage.png create mode 100644 assets/storage.png.import create mode 100644 cover.tscn create mode 100644 cover_other.tscn create mode 100644 glass.tres create mode 100644 mesh/cover.dae create mode 100644 mesh/cover.dae.import create mode 100644 mesh/cover_other.dae create mode 100644 mesh/cover_other.dae.import create mode 100644 mesh/cube.mtl create mode 100644 mesh/cube.obj create mode 100644 mesh/cube.obj.import create mode 100644 scripts/items.gd create mode 100644 scripts/storage.gd diff --git a/.import/combinator.dae-c2e42d69a734eec01b3e4caac3929cd7.scn b/.import/combinator.dae-c2e42d69a734eec01b3e4caac3929cd7.scn index 6f92adf..866c91a 100644 Binary files a/.import/combinator.dae-c2e42d69a734eec01b3e4caac3929cd7.scn and b/.import/combinator.dae-c2e42d69a734eec01b3e4caac3929cd7.scn differ diff --git a/.import/cover.dae-7839b9724b1d7ebe038c3323b97cd240.scn b/.import/cover.dae-7839b9724b1d7ebe038c3323b97cd240.scn new file mode 100644 index 0000000..2196f30 Binary files /dev/null and b/.import/cover.dae-7839b9724b1d7ebe038c3323b97cd240.scn differ diff --git a/.import/cover_other.dae-8b301f851e2ca6e433d0ab11a96906d5.scn b/.import/cover_other.dae-8b301f851e2ca6e433d0ab11a96906d5.scn new file mode 100644 index 0000000..9cfe27f Binary files /dev/null and b/.import/cover_other.dae-8b301f851e2ca6e433d0ab11a96906d5.scn differ diff --git a/.import/cube.dae-8dcb9af004f5b3c1e6a0f8dcbd4194bf.scn b/.import/cube.dae-8dcb9af004f5b3c1e6a0f8dcbd4194bf.scn index d8e71f4..0eb383c 100644 Binary files a/.import/cube.dae-8dcb9af004f5b3c1e6a0f8dcbd4194bf.scn and b/.import/cube.dae-8dcb9af004f5b3c1e6a0f8dcbd4194bf.scn differ diff --git a/.import/cube.obj-dc137dcfeb81552fdf948f7c136300af.msh b/.import/cube.obj-dc137dcfeb81552fdf948f7c136300af.msh new file mode 100644 index 0000000..d5af87c Binary files /dev/null and b/.import/cube.obj-dc137dcfeb81552fdf948f7c136300af.msh differ diff --git a/.import/gray_tex.png-d83549d58cc0df98891261e5a7599858.stex b/.import/gray_tex.png-d83549d58cc0df98891261e5a7599858.stex index af818e7..e3614c4 100644 Binary files a/.import/gray_tex.png-d83549d58cc0df98891261e5a7599858.stex and b/.import/gray_tex.png-d83549d58cc0df98891261e5a7599858.stex differ diff --git a/.import/incubator.dae-2e04073c4fc20dcee8f5f14ec9979ed0.scn b/.import/incubator.dae-2e04073c4fc20dcee8f5f14ec9979ed0.scn index aff9ce5..d3a9f8d 100644 Binary files a/.import/incubator.dae-2e04073c4fc20dcee8f5f14ec9979ed0.scn and b/.import/incubator.dae-2e04073c4fc20dcee8f5f14ec9979ed0.scn differ diff --git a/.import/storage.png-2117570ae7865fe22d823222d213cbbd.stex b/.import/storage.png-2117570ae7865fe22d823222d213cbbd.stex new file mode 100644 index 0000000..80f586d Binary files /dev/null and b/.import/storage.png-2117570ae7865fe22d823222d213cbbd.stex differ diff --git a/assets/combinator.blend b/assets/combinator.blend index 79f3ec3..c14124c 100644 Binary files a/assets/combinator.blend and b/assets/combinator.blend differ diff --git a/assets/combinator.blend1 b/assets/combinator.blend1 deleted file mode 100644 index c927124..0000000 Binary files a/assets/combinator.blend1 and /dev/null differ diff --git a/assets/cover.blend b/assets/cover.blend new file mode 100644 index 0000000..f208890 Binary files /dev/null and b/assets/cover.blend differ diff --git a/assets/cover_other.blend b/assets/cover_other.blend new file mode 100644 index 0000000..0b97db0 Binary files /dev/null and b/assets/cover_other.blend differ diff --git a/assets/cube.blend b/assets/cube.blend new file mode 100644 index 0000000..725773f Binary files /dev/null and b/assets/cube.blend differ diff --git a/assets/gray_tex.aseprite b/assets/gray_tex.aseprite index 4c329ee..784c284 100644 Binary files a/assets/gray_tex.aseprite and b/assets/gray_tex.aseprite differ diff --git a/assets/gray_tex.png b/assets/gray_tex.png index 084a929..5245f1d 100644 Binary files a/assets/gray_tex.png and b/assets/gray_tex.png differ diff --git a/assets/incubator.blend b/assets/incubator.blend index 694be13..6db83fe 100644 Binary files a/assets/incubator.blend and b/assets/incubator.blend differ diff --git a/assets/incubator.blend1 b/assets/incubator.blend1 deleted file mode 100644 index 27ea1c1..0000000 Binary files a/assets/incubator.blend1 and /dev/null differ diff --git a/assets/shop.json b/assets/shop.json index f7c2d83..b50ee24 100644 --- a/assets/shop.json +++ b/assets/shop.json @@ -42,7 +42,7 @@ "name": "Nucleotids", "desc": "Bunch of nucleotids will step up your life game. These are building blocks of nucleic acids.", "cost": 300}, - {"id": "nucleic_acid", + {"id": "nucleic_acid", "name": "Nucleic acids", "desc": "", "cost": 400}, @@ -77,5 +77,4 @@ "cost": 5} ] } - - + diff --git a/assets/storage.png b/assets/storage.png new file mode 100644 index 0000000..e280369 Binary files /dev/null and b/assets/storage.png differ diff --git a/assets/storage.png.import b/assets/storage.png.import new file mode 100644 index 0000000..8adceb0 --- /dev/null +++ b/assets/storage.png.import @@ -0,0 +1,20 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/storage.png-2117570ae7865fe22d823222d213cbbd.stex" + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=true +stream=false +size_limit=0 +detect_3d=true diff --git a/base.tscn b/base.tscn index 4b53780..14c7fd8 100644 --- a/base.tscn +++ b/base.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=8 format=2] +[gd_scene load_steps=9 format=2] [ext_resource path="res://scripts/base.gd" type="Script" id=1] [ext_resource path="res://scripts/camera.gd" type="Script" id=2] @@ -8,6 +8,24 @@ [ext_resource path="res://hud.tscn" type="PackedScene" id=6] [ext_resource path="res://player.tscn" type="PackedScene" id=7] +[sub_resource type="Animation" id=1] + +resource_name = "cmb2inc" +length = 2.0 +loop = false +step = 0.1 +tracks/0/type = "value" +tracks/0/path = NodePath("cmb2inc:translation") +tracks/0/interp = 2 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/keys = { +"times": PoolFloatArray( 0, 1, 2 ), +"transitions": PoolFloatArray( 1, 1, 1 ), +"update": 0, +"values": [ Vector3( -5.81117, 1.66142, -1.3469 ), Vector3( -5.25375, 1.66142, -5.2241 ), Vector3( -1.43185, 1.66142, -5.74397 ) ] +} + [node name="Game" type="Spatial"] script = ExtResource( 1 ) @@ -52,11 +70,7 @@ omni_shadow_detail = 1 [node name="World" parent="." instance=ExtResource( 3 )] -transform = Transform( 0.05, 0, 0, 0, 0.05, 0, 0, 0, 0.05, 0, 0, -3.35552 ) - -[node name="World2" parent="." instance=ExtResource( 3 )] - -transform = Transform( 0.05, 0, 0, 0, 0.05, 0, 0, 0, 0.05, -2.29277, 0, -3.35552 ) +transform = Transform( 0.02, 0, 0, 0, 0.02, 0, 0, 0, 0.02, 0, 0, -2.81418 ) [node name="Incubator" parent="." instance=ExtResource( 4 )] @@ -86,4 +100,21 @@ v_offset = 0.0 [node name="Player" parent="." instance=ExtResource( 7 )] +[node name="cmb2inc" type="Position3D" parent="."] + +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.43185, 1.66142, -5.74397 ) + +[node name="AnimationPlayer" type="AnimationPlayer" parent="."] + +playback_process_mode = 1 +playback_default_blend_time = 0.0 +root_node = NodePath("..") +anims/cmb2inc = SubResource( 1 ) +playback/active = true +playback/speed = 1.0 +blend_times = [ ] +autoplay = "" + +[connection signal="animation_finished" from="AnimationPlayer" to="." method="_on_AnimationPlayer_animation_finished"] + diff --git a/combinator.tscn b/combinator.tscn index 15bd457..fb29e59 100644 --- a/combinator.tscn +++ b/combinator.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=9 format=2] +[gd_scene load_steps=10 format=2] [ext_resource path="res://mesh/combinator.dae" type="PackedScene" id=1] [ext_resource path="res://scripts/combinator.gd" type="Script" id=2] @@ -53,14 +53,28 @@ uv1_offset = Vector2( 0, 0 ) uv2_scale = Vector2( 1, 1 ) uv2_offset = Vector2( 0, 0 ) +[sub_resource type="Animation" id=5] + +resource_name = "click" +length = 0.5 +loop = false +step = 0.1 +tracks/0/type = "value" +tracks/0/path = NodePath("Cube.1:translation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/keys = { +"times": PoolFloatArray( 0, 0.2, 0.5 ), +"transitions": PoolFloatArray( 1, 1, 1 ), +"update": 0, +"values": [ Vector3( 1.086, 1.15185, -1.42215 ), Vector3( 1.086, 1.01428, -1.42215 ), Vector3( 1.086, 1.15185, -1.42215 ) ] +} + [node name="Combinator" instance=ExtResource( 1 )] script = ExtResource( 2 ) -[node name="Cube" parent="."] - -material_override = ExtResource( 3 ) - [node name="StaticBody" type="StaticBody" parent="Cube"] input_ray_pickable = true @@ -141,7 +155,7 @@ shadow_atlas_quad_3 = 4 [node name="Area" type="Area" parent="."] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.434383, 0.698751 ) +transform = Transform( 1.05, 0, 0, 0, 1, 0, 0, 0, 1.05, 0.0714184, 0.355354, 0.670982 ) input_ray_pickable = true input_capture_on_drag = false shape_count = 1 @@ -203,7 +217,7 @@ environment = null h_offset = 0.0 v_offset = 0.0 -[node name="OmniLight" type="OmniLight" parent="."] +[node name="bulb" type="OmniLight" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.17673, 2.26107, 1.77229 ) layers = 1 @@ -223,6 +237,17 @@ omni_attenuation = 1.0 omni_shadow_mode = 0 omni_shadow_detail = 1 +[node name="animation" type="AnimationPlayer" parent="."] + +playback_process_mode = 1 +playback_default_blend_time = 0.0 +root_node = NodePath("..") +anims/click = SubResource( 5 ) +playback/active = true +playback/speed = 1.0 +blend_times = [ ] +autoplay = "" + [connection signal="input_event" from="Cube/StaticBody" to="." method="_on_body_input_event"] [connection signal="input_event" from="Cube.1/StaticBody" to="." method="_on_panel_input_event"] diff --git a/combinator_panel.tscn b/combinator_panel.tscn index 0ea5aa0..f7a46d7 100644 --- a/combinator_panel.tscn +++ b/combinator_panel.tscn @@ -1,8 +1,9 @@ -[gd_scene load_steps=4 format=2] +[gd_scene load_steps=5 format=2] [ext_resource path="res://scripts/combinator_panel.gd" type="Script" id=1] [ext_resource path="res://assets/plus.png" type="Texture" id=2] [ext_resource path="res://assets/minus.png" type="Texture" id=3] +[ext_resource path="res://assets/storage.png" type="Texture" id=4] [node name="CombinatorPanel" type="Panel"] @@ -50,8 +51,29 @@ group = null icon = ExtResource( 3 ) flat = false +[node name="storage" type="Button" parent="."] + +margin_left = 350.0 +margin_top = 20.0 +margin_right = 394.0 +margin_bottom = 193.0 +rect_clip_content = false +mouse_filter = 0 +toggle_mode = false +enabled_focus_mode = 2 +shortcut = null +group = null +text = "Storage" +icon = ExtResource( 4 ) +flat = false +clip_text = true + [connection signal="gui_input" from="Tree" to="." method="_on_Tree_gui_input"] -[connection signal="mouse_entered" from="Tree" to="." method="_on_Tree_mouse_entered"] +[connection signal="pressed" from="add" to="." method="_on_add_pressed"] + +[connection signal="pressed" from="remove" to="." method="_on_remove_pressed"] + +[connection signal="pressed" from="storage" to="." method="_on_storage_pressed"] diff --git a/cover.tscn b/cover.tscn new file mode 100644 index 0000000..321fbeb --- /dev/null +++ b/cover.tscn @@ -0,0 +1,12 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://mesh/cover.dae" type="PackedScene" id=1] +[ext_resource path="res://glass.tres" type="Material" id=2] + +[node name="Cover" instance=ExtResource( 1 )] + +[node name="Icosphere" parent="."] + +material_override = ExtResource( 2 ) + + diff --git a/cover_other.tscn b/cover_other.tscn new file mode 100644 index 0000000..ae1211c --- /dev/null +++ b/cover_other.tscn @@ -0,0 +1,12 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://mesh/cover_other.dae" type="PackedScene" id=1] +[ext_resource path="res://glass.tres" type="Material" id=2] + +[node name="CoverOther" instance=ExtResource( 1 )] + +[node name="Icosphere" parent="."] + +material_override = ExtResource( 2 ) + + diff --git a/glass.tres b/glass.tres new file mode 100644 index 0000000..2796c9c --- /dev/null +++ b/glass.tres @@ -0,0 +1,39 @@ +[gd_resource type="SpatialMaterial" format=2] + +[resource] + +resource_name = "glass" +flags_transparent = true +flags_unshaded = false +flags_on_top = false +flags_use_point_size = false +flags_fixed_size = false +vertex_color_use_as_albedo = false +vertex_color_is_srgb = false +params_diffuse_mode = 0 +params_blend_mode = 1 +params_cull_mode = 0 +params_depth_draw_mode = 0 +params_line_width = 1.0 +params_point_size = 1.0 +params_billboard_mode = 0 +albedo_color = Color( 0.491638, 0.509477, 0.699219, 0.294706 ) +specular_mode = 1 +specular_color = Color( 0.491638, 0.509477, 0.699219, 1 ) +specular_metalness = 0.1 +specular_roughness = 0.0 +emission_enabled = false +normal_enabled = false +rim_enabled = false +clearcoat_enabled = false +anisotropy_enabled = false +ao_enabled = false +height_enabled = false +subsurf_scatter_enabled = false +refraction_enabled = false +detail_enabled = false +uv1_scale = Vector2( 1, 1 ) +uv1_offset = Vector2( 0, 0 ) +uv2_scale = Vector2( 1, 1 ) +uv2_offset = Vector2( 0, 0 ) + diff --git a/gray_mat.tres b/gray_mat.tres index fcdb8fd..88420a6 100644 --- a/gray_mat.tres +++ b/gray_mat.tres @@ -1,4 +1,6 @@ -[gd_resource type="SpatialMaterial" format=2] +[gd_resource type="SpatialMaterial" load_steps=2 format=2] + +[ext_resource path="res://assets/gray_tex.png" type="Texture" id=1] [resource] @@ -17,7 +19,8 @@ params_depth_draw_mode = 0 params_line_width = 1.0 params_point_size = 1.0 params_billboard_mode = 0 -albedo_color = Color( 0.196078, 0.196078, 0.196078, 1 ) +albedo_color = Color( 0.507812, 0.474091, 0.474091, 1 ) +albedo_texture = ExtResource( 1 ) specular_mode = 0 specular_color = Color( 0.0736863, 0, 0.0736863, 1 ) specular_metalness = 0.1 diff --git a/hud.tscn b/hud.tscn index 0972314..f76ca3f 100644 --- a/hud.tscn +++ b/hud.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=4 format=2] [ext_resource path="res://scripts/hud.gd" type="Script" id=1] [ext_resource path="res://scripts/multiverse_shop.gd" type="Script" id=2] +[ext_resource path="res://scripts/storage.gd" type="Script" id=3] [node name="HUD" type="Node"] @@ -177,6 +178,7 @@ flat = false visible = false rect_clip_content = false mouse_filter = 0 +script = ExtResource( 3 ) [node name="panel" type="Panel" parent="storage"] diff --git a/incubator.tscn b/incubator.tscn index 3f5d131..59f2e9d 100644 --- a/incubator.tscn +++ b/incubator.tscn @@ -1,8 +1,10 @@ -[gd_scene load_steps=7 format=2] +[gd_scene load_steps=25 format=2] [ext_resource path="res://mesh/incubator.dae" type="PackedScene" id=1] [ext_resource path="res://scripts/incubator.gd" type="Script" id=2] [ext_resource path="res://gray_mat.tres" type="Material" id=3] +[ext_resource path="res://assets/gray_tex.png" type="Texture" id=4] +[ext_resource path="res://glass.tres" type="Material" id=5] [sub_resource type="ConvexPolygonShape" id=1] @@ -14,7 +16,8 @@ points = PoolVector3Array( -1, 1, 2.81836, -1, -1, -1, -1, -1, 2.81836, -1, 1, - [sub_resource type="SpatialMaterial" id=3] -flags_transparent = true +resource_name = "gray_mat" +flags_transparent = false flags_unshaded = false flags_on_top = false flags_use_point_size = false @@ -22,17 +25,18 @@ flags_fixed_size = false vertex_color_use_as_albedo = false vertex_color_is_srgb = false params_diffuse_mode = 0 -params_blend_mode = 1 +params_blend_mode = 0 params_cull_mode = 0 params_depth_draw_mode = 0 params_line_width = 1.0 params_point_size = 1.0 params_billboard_mode = 0 -albedo_color = Color( 0.491638, 0.509477, 0.699219, 0.294706 ) -specular_mode = 1 -specular_color = Color( 0.491638, 0.509477, 0.699219, 1 ) +albedo_color = Color( 0.507812, 0.474091, 0.474091, 1 ) +albedo_texture = ExtResource( 4 ) +specular_mode = 0 +specular_color = Color( 0.0736863, 0, 0.0736863, 1 ) specular_metalness = 0.1 -specular_roughness = 0.0 +specular_roughness = 0.8 emission_enabled = false normal_enabled = false rim_enabled = false @@ -48,6 +52,322 @@ uv1_offset = Vector2( 0, 0 ) uv2_scale = Vector2( 1, 1 ) uv2_offset = Vector2( 0, 0 ) +[sub_resource type="ConvexPolygonShape" id=4] + +points = PoolVector3Array( 0, 1, -1, 0.195068, -1, -0.980469, 0, -1, -1, 0.195068, 1, -0.980469, 0.382568, -1, -0.923828, 0.195068, -1, -0.980469, 0.382568, 1, -0.923828, 0.555176, -1, -0.831055, 0.382568, -1, -0.923828, 0.555176, 1, -0.831055, 0.707031, -1, -0.707031, 0.555176, -1, -0.831055, 0.707031, 1, -0.707031, 0.831055, -1, -0.555176, 0.707031, -1, -0.707031, 0.831055, 1, -0.555176, 0.923828, -1, -0.382568, 0.831055, -1, -0.555176, 0.923828, 1, -0.382568, 0.980469, -1, -0.195068, 0.923828, -1, -0.382568, 0.980469, 1, -0.195068, 1, -1, 0, 0.980469, -1, -0.195068, 1, 1, 0, 0.980469, -1, 0.195068, 1, -1, 0, 0.980469, 1, 0.195068, 0.923828, -1, 0.382568, 0.980469, -1, 0.195068, 0.923828, 1, 0.382568, 0.831055, -1, 0.555176, 0.923828, -1, 0.382568, 0.831055, 1, 0.555176, 0.707031, -1, 0.707031, 0.831055, -1, 0.555176, 0.707031, 1, 0.707031, 0.555176, -1, 0.831055, 0.707031, -1, 0.707031, 0.555176, 1, 0.831055, 0.382568, -1, 0.923828, 0.555176, -1, 0.831055, 0.382568, 1, 0.923828, 0.195068, -1, 0.980469, 0.382568, -1, 0.923828, 0.195068, 1, 0.980469, 0, -1, 1, 0.195068, -1, 0.980469, 0, 1, 1, -0.195068, -1, 0.980469, 0, -1, 1, -0.195068, 1, 0.980469, -0.382568, -1, 0.923828, -0.195068, -1, 0.980469, -0.382568, 1, 0.923828, -0.555176, -1, 0.831055, -0.382568, -1, 0.923828, -0.555176, 1, 0.831055, -0.707031, -1, 0.707031, -0.555176, -1, 0.831055, -0.707031, 1, 0.707031, -0.831055, -1, 0.555176, -0.707031, -1, 0.707031, -0.831055, 1, 0.555176, -0.923828, -1, 0.382568, -0.831055, -1, 0.555176, -0.923828, 1, 0.382568, -0.980469, -1, 0.195068, -0.923828, -1, 0.382568, -0.980469, 1, 0.195068, -1, -1, 0, -0.980469, -1, 0.195068, -1, 1, 0, -0.980469, -1, -0.195068, -1, -1, 0, -0.980469, 1, -0.195068, -0.923828, -1, -0.382568, -0.980469, -1, -0.195068, -0.923828, 1, -0.382568, -0.831055, -1, -0.555176, -0.923828, -1, -0.382568, -0.831055, 1, -0.555176, -0.707031, -1, -0.707031, -0.831055, -1, -0.555176, -0.707031, 1, -0.707031, -0.555176, -1, -0.831055, -0.707031, -1, -0.707031, -0.555176, 1, -0.831055, -0.382568, -1, -0.923828, -0.555176, -1, -0.831055, -0.382568, 1, 0.923828, 0.923828, 1, 0.382568, -0.923828, 1, -0.382568, -0.382568, 1, -0.923828, -0.195068, -1, -0.980469, -0.382568, -1, -0.923828, -0.195068, 1, -0.980469, 0, -1, -1, -0.195068, -1, -0.980469, 0.195068, -1, 0.980469, -0.980469, -1, 0.195068, 0.980469, -1, -0.195068, 0.195068, 1, -0.980469, 0.382568, 1, -0.923828, 0.555176, 1, -0.831055, 0.707031, 1, -0.707031, 0.831055, 1, -0.555176, 0.923828, 1, -0.382568, 0.980469, 1, -0.195068, 1, 1, 0, 0.980469, 1, 0.195068, 0.923828, 1, 0.382568, 0.831055, 1, 0.555176, 0.707031, 1, 0.707031, 0.555176, 1, 0.831055, 0.382568, 1, 0.923828, 0.195068, 1, 0.980469, 0, 1, 1, -0.195068, 1, 0.980469, -0.382568, 1, 0.923828, -0.555176, 1, 0.831055, -0.707031, 1, 0.707031, -0.831055, 1, 0.555176, -0.923828, 1, 0.382568, -0.980469, 1, 0.195068, -1, 1, 0, -0.980469, 1, -0.195068, -0.923828, 1, -0.382568, -0.831055, 1, -0.555176, -0.707031, 1, -0.707031, -0.555176, 1, -0.831055, -0.382568, 1, -0.923828, 0.382568, 1, -0.923828, 0.195068, 1, -0.980469, 0, 1, -1, -0.195068, 1, -0.980469, -0.382568, 1, -0.923828, -0.555176, 1, -0.831055, -0.707031, 1, -0.707031, -0.831055, 1, -0.555176, -0.980469, 1, -0.195068, -1, 1, 0, -0.980469, 1, 0.195068, -0.923828, 1, 0.382568, -0.831055, 1, 0.555176, -0.707031, 1, 0.707031, -0.555176, 1, 0.831055, -0.195068, 1, 0.980469, 0, 1, 1, 0.195068, 1, 0.980469, 0.382568, 1, 0.923828, 0.555176, 1, 0.831055, 0.707031, 1, 0.707031, 0.831055, 1, 0.555176, 0.980469, 1, 0.195068, 1, 1, 0, 0.980469, 1, -0.195068, 0.923828, 1, -0.382568, 0.831055, 1, -0.555176, 0.707031, 1, -0.707031, 0.555176, 1, -0.831055, -0.195068, 1, -0.980469, 0, 1, -1, -0.195068, -1, -0.980469, 0, -1, -1, 0.195068, -1, -0.980469, 0.382568, -1, -0.923828, 0.555176, -1, -0.831055, 0.707031, -1, -0.707031, 0.831055, -1, -0.555176, 0.923828, -1, -0.382568, 1, -1, 0, 0.980469, -1, 0.195068, 0.923828, -1, 0.382568, 0.831055, -1, 0.555176, 0.707031, -1, 0.707031, 0.555176, -1, 0.831055, 0.382568, -1, 0.923828, 0, -1, 1, -0.195068, -1, 0.980469, -0.382568, -1, 0.923828, -0.555176, -1, 0.831055, -0.707031, -1, 0.707031, -0.831055, -1, 0.555176, -0.923828, -1, 0.382568, -1, -1, 0, -0.980469, -1, -0.195068, -0.923828, -1, -0.382568, -0.831055, -1, -0.555176, -0.707031, -1, -0.707031, -0.555176, -1, -0.831055, -0.382568, -1, -0.923828 ) + +[sub_resource type="SpatialMaterial" id=5] + +resource_name = "gray_mat" +flags_transparent = false +flags_unshaded = false +flags_on_top = false +flags_use_point_size = false +flags_fixed_size = false +vertex_color_use_as_albedo = false +vertex_color_is_srgb = false +params_diffuse_mode = 0 +params_blend_mode = 0 +params_cull_mode = 0 +params_depth_draw_mode = 0 +params_line_width = 1.0 +params_point_size = 1.0 +params_billboard_mode = 0 +albedo_color = Color( 0.507812, 0.474091, 0.474091, 1 ) +albedo_texture = ExtResource( 4 ) +specular_mode = 0 +specular_color = Color( 0.0736863, 0, 0.0736863, 1 ) +specular_metalness = 0.1 +specular_roughness = 0.8 +emission_enabled = false +normal_enabled = false +rim_enabled = false +clearcoat_enabled = false +anisotropy_enabled = false +ao_enabled = false +height_enabled = false +subsurf_scatter_enabled = false +refraction_enabled = false +detail_enabled = false +uv1_scale = Vector2( 1, 1 ) +uv1_offset = Vector2( 0, 0 ) +uv2_scale = Vector2( 1, 1 ) +uv2_offset = Vector2( 0, 0 ) + +[sub_resource type="ConvexPolygonShape" id=6] + +points = PoolVector3Array( 0, 1, -1, 0.195068, -1, -0.980469, 0, -1, -1, 0.195068, 1, -0.980469, 0.382568, -1, -0.923828, 0.195068, -1, -0.980469, 0.382568, 1, -0.923828, 0.555176, -1, -0.831055, 0.382568, -1, -0.923828, 0.555176, 1, -0.831055, 0.707031, -1, -0.707031, 0.555176, -1, -0.831055, 0.707031, 1, -0.707031, 0.831055, -1, -0.555176, 0.707031, -1, -0.707031, 0.831055, 1, -0.555176, 0.923828, -1, -0.382568, 0.831055, -1, -0.555176, 0.923828, 1, -0.382568, 0.980469, -1, -0.195068, 0.923828, -1, -0.382568, 0.980469, 1, -0.195068, 1, -1, 0, 0.980469, -1, -0.195068, 1, 1, 0, 0.980469, -1, 0.195068, 1, -1, 0, 0.980469, 1, 0.195068, 0.923828, -1, 0.382568, 0.980469, -1, 0.195068, 0.923828, 1, 0.382568, 0.831055, -1, 0.555176, 0.923828, -1, 0.382568, 0.831055, 1, 0.555176, 0.707031, -1, 0.707031, 0.831055, -1, 0.555176, 0.707031, 1, 0.707031, 0.555176, -1, 0.831055, 0.707031, -1, 0.707031, 0.555176, 1, 0.831055, 0.382568, -1, 0.923828, 0.555176, -1, 0.831055, 0.382568, 1, 0.923828, 0.195068, -1, 0.980469, 0.382568, -1, 0.923828, 0.195068, 1, 0.980469, 0, -1, 1, 0.195068, -1, 0.980469, 0, 1, 1, -0.195068, -1, 0.980469, 0, -1, 1, -0.195068, 1, 0.980469, -0.382568, -1, 0.923828, -0.195068, -1, 0.980469, -0.382568, 1, 0.923828, -0.555176, -1, 0.831055, -0.382568, -1, 0.923828, -0.555176, 1, 0.831055, -0.707031, -1, 0.707031, -0.555176, -1, 0.831055, -0.707031, 1, 0.707031, -0.831055, -1, 0.555176, -0.707031, -1, 0.707031, -0.831055, 1, 0.555176, -0.923828, -1, 0.382568, -0.831055, -1, 0.555176, -0.923828, 1, 0.382568, -0.980469, -1, 0.195068, -0.923828, -1, 0.382568, -0.980469, 1, 0.195068, -1, -1, 0, -0.980469, -1, 0.195068, -1, 1, 0, -0.980469, -1, -0.195068, -1, -1, 0, -0.980469, 1, -0.195068, -0.923828, -1, -0.382568, -0.980469, -1, -0.195068, -0.923828, 1, -0.382568, -0.831055, -1, -0.555176, -0.923828, -1, -0.382568, -0.831055, 1, -0.555176, -0.707031, -1, -0.707031, -0.831055, -1, -0.555176, -0.707031, 1, -0.707031, -0.555176, -1, -0.831055, -0.707031, -1, -0.707031, -0.555176, 1, -0.831055, -0.382568, -1, -0.923828, -0.555176, -1, -0.831055, -0.382568, 1, 0.923828, 0.923828, 1, 0.382568, -0.923828, 1, -0.382568, -0.382568, 1, -0.923828, -0.195068, -1, -0.980469, -0.382568, -1, -0.923828, -0.195068, 1, -0.980469, 0, -1, -1, -0.195068, -1, -0.980469, 0.195068, -1, 0.980469, -0.980469, -1, 0.195068, 0.980469, -1, -0.195068, 0.195068, 1, -0.980469, 0.382568, 1, -0.923828, 0.555176, 1, -0.831055, 0.707031, 1, -0.707031, 0.831055, 1, -0.555176, 0.923828, 1, -0.382568, 0.980469, 1, -0.195068, 1, 1, 0, 0.980469, 1, 0.195068, 0.923828, 1, 0.382568, 0.831055, 1, 0.555176, 0.707031, 1, 0.707031, 0.555176, 1, 0.831055, 0.382568, 1, 0.923828, 0.195068, 1, 0.980469, 0, 1, 1, -0.195068, 1, 0.980469, -0.382568, 1, 0.923828, -0.555176, 1, 0.831055, -0.707031, 1, 0.707031, -0.831055, 1, 0.555176, -0.923828, 1, 0.382568, -0.980469, 1, 0.195068, -1, 1, 0, -0.980469, 1, -0.195068, -0.923828, 1, -0.382568, -0.831055, 1, -0.555176, -0.707031, 1, -0.707031, -0.555176, 1, -0.831055, -0.382568, 1, -0.923828, 0.382568, 1, -0.923828, 0.195068, 1, -0.980469, 0, 1, -1, -0.195068, 1, -0.980469, -0.382568, 1, -0.923828, -0.555176, 1, -0.831055, -0.707031, 1, -0.707031, -0.831055, 1, -0.555176, -0.980469, 1, -0.195068, -1, 1, 0, -0.980469, 1, 0.195068, -0.923828, 1, 0.382568, -0.831055, 1, 0.555176, -0.707031, 1, 0.707031, -0.555176, 1, 0.831055, -0.195068, 1, 0.980469, 0, 1, 1, 0.195068, 1, 0.980469, 0.382568, 1, 0.923828, 0.555176, 1, 0.831055, 0.707031, 1, 0.707031, 0.831055, 1, 0.555176, 0.980469, 1, 0.195068, 1, 1, 0, 0.980469, 1, -0.195068, 0.923828, 1, -0.382568, 0.831055, 1, -0.555176, 0.707031, 1, -0.707031, 0.555176, 1, -0.831055, -0.195068, 1, -0.980469, 0, 1, -1, -0.195068, -1, -0.980469, 0, -1, -1, 0.195068, -1, -0.980469, 0.382568, -1, -0.923828, 0.555176, -1, -0.831055, 0.707031, -1, -0.707031, 0.831055, -1, -0.555176, 0.923828, -1, -0.382568, 1, -1, 0, 0.980469, -1, 0.195068, 0.923828, -1, 0.382568, 0.831055, -1, 0.555176, 0.707031, -1, 0.707031, 0.555176, -1, 0.831055, 0.382568, -1, 0.923828, 0, -1, 1, -0.195068, -1, 0.980469, -0.382568, -1, 0.923828, -0.555176, -1, 0.831055, -0.707031, -1, 0.707031, -0.831055, -1, 0.555176, -0.923828, -1, 0.382568, -1, -1, 0, -0.980469, -1, -0.195068, -0.923828, -1, -0.382568, -0.831055, -1, -0.555176, -0.707031, -1, -0.707031, -0.555176, -1, -0.831055, -0.382568, -1, -0.923828 ) + +[sub_resource type="SpatialMaterial" id=7] + +resource_name = "gray_mat" +flags_transparent = false +flags_unshaded = false +flags_on_top = false +flags_use_point_size = false +flags_fixed_size = false +vertex_color_use_as_albedo = false +vertex_color_is_srgb = false +params_diffuse_mode = 0 +params_blend_mode = 0 +params_cull_mode = 0 +params_depth_draw_mode = 0 +params_line_width = 1.0 +params_point_size = 1.0 +params_billboard_mode = 0 +albedo_color = Color( 0.507812, 0.474091, 0.474091, 1 ) +albedo_texture = ExtResource( 4 ) +specular_mode = 0 +specular_color = Color( 0.0736863, 0, 0.0736863, 1 ) +specular_metalness = 0.1 +specular_roughness = 0.8 +emission_enabled = false +normal_enabled = false +rim_enabled = false +clearcoat_enabled = false +anisotropy_enabled = false +ao_enabled = false +height_enabled = false +subsurf_scatter_enabled = false +refraction_enabled = false +detail_enabled = false +uv1_scale = Vector2( 1, 1 ) +uv1_offset = Vector2( 0, 0 ) +uv2_scale = Vector2( 1, 1 ) +uv2_offset = Vector2( 0, 0 ) + +[sub_resource type="ConvexPolygonShape" id=8] + +points = PoolVector3Array( 0, 1, -1, 0.195068, -1, -0.980469, 0, -1, -1, 0.195068, 1, -0.980469, 0.382568, -1, -0.923828, 0.195068, -1, -0.980469, 0.382568, 1, -0.923828, 0.555176, -1, -0.831055, 0.382568, -1, -0.923828, 0.555176, 1, -0.831055, 0.707031, -1, -0.707031, 0.555176, -1, -0.831055, 0.707031, 1, -0.707031, 0.831055, -1, -0.555176, 0.707031, -1, -0.707031, 0.831055, 1, -0.555176, 0.923828, -1, -0.382568, 0.831055, -1, -0.555176, 0.923828, 1, -0.382568, 0.980469, -1, -0.195068, 0.923828, -1, -0.382568, 0.980469, 1, -0.195068, 1, -1, 0, 0.980469, -1, -0.195068, 1, 1, 0, 0.980469, -1, 0.195068, 1, -1, 0, 0.980469, 1, 0.195068, 0.923828, -1, 0.382568, 0.980469, -1, 0.195068, 0.923828, 1, 0.382568, 0.831055, -1, 0.555176, 0.923828, -1, 0.382568, 0.831055, 1, 0.555176, 0.707031, -1, 0.707031, 0.831055, -1, 0.555176, 0.707031, 1, 0.707031, 0.555176, -1, 0.831055, 0.707031, -1, 0.707031, 0.555176, 1, 0.831055, 0.382568, -1, 0.923828, 0.555176, -1, 0.831055, 0.382568, 1, 0.923828, 0.195068, -1, 0.980469, 0.382568, -1, 0.923828, 0.195068, 1, 0.980469, 0, -1, 1, 0.195068, -1, 0.980469, 0, 1, 1, -0.195068, -1, 0.980469, 0, -1, 1, -0.195068, 1, 0.980469, -0.382568, -1, 0.923828, -0.195068, -1, 0.980469, -0.382568, 1, 0.923828, -0.555176, -1, 0.831055, -0.382568, -1, 0.923828, -0.555176, 1, 0.831055, -0.707031, -1, 0.707031, -0.555176, -1, 0.831055, -0.707031, 1, 0.707031, -0.831055, -1, 0.555176, -0.707031, -1, 0.707031, -0.831055, 1, 0.555176, -0.923828, -1, 0.382568, -0.831055, -1, 0.555176, -0.923828, 1, 0.382568, -0.980469, -1, 0.195068, -0.923828, -1, 0.382568, -0.980469, 1, 0.195068, -1, -1, 0, -0.980469, -1, 0.195068, -1, 1, 0, -0.980469, -1, -0.195068, -1, -1, 0, -0.980469, 1, -0.195068, -0.923828, -1, -0.382568, -0.980469, -1, -0.195068, -0.923828, 1, -0.382568, -0.831055, -1, -0.555176, -0.923828, -1, -0.382568, -0.831055, 1, -0.555176, -0.707031, -1, -0.707031, -0.831055, -1, -0.555176, -0.707031, 1, -0.707031, -0.555176, -1, -0.831055, -0.707031, -1, -0.707031, -0.555176, 1, -0.831055, -0.382568, -1, -0.923828, -0.555176, -1, -0.831055, -0.382568, 1, 0.923828, 0.923828, 1, 0.382568, -0.923828, 1, -0.382568, -0.382568, 1, -0.923828, -0.195068, -1, -0.980469, -0.382568, -1, -0.923828, -0.195068, 1, -0.980469, 0, -1, -1, -0.195068, -1, -0.980469, 0.195068, -1, 0.980469, -0.980469, -1, 0.195068, 0.980469, -1, -0.195068, 0.195068, 1, -0.980469, 0.382568, 1, -0.923828, 0.555176, 1, -0.831055, 0.707031, 1, -0.707031, 0.831055, 1, -0.555176, 0.923828, 1, -0.382568, 0.980469, 1, -0.195068, 1, 1, 0, 0.980469, 1, 0.195068, 0.923828, 1, 0.382568, 0.831055, 1, 0.555176, 0.707031, 1, 0.707031, 0.555176, 1, 0.831055, 0.382568, 1, 0.923828, 0.195068, 1, 0.980469, 0, 1, 1, -0.195068, 1, 0.980469, -0.382568, 1, 0.923828, -0.555176, 1, 0.831055, -0.707031, 1, 0.707031, -0.831055, 1, 0.555176, -0.923828, 1, 0.382568, -0.980469, 1, 0.195068, -1, 1, 0, -0.980469, 1, -0.195068, -0.923828, 1, -0.382568, -0.831055, 1, -0.555176, -0.707031, 1, -0.707031, -0.555176, 1, -0.831055, -0.382568, 1, -0.923828, 0.382568, 1, -0.923828, 0.195068, 1, -0.980469, 0, 1, -1, -0.195068, 1, -0.980469, -0.382568, 1, -0.923828, -0.555176, 1, -0.831055, -0.707031, 1, -0.707031, -0.831055, 1, -0.555176, -0.980469, 1, -0.195068, -1, 1, 0, -0.980469, 1, 0.195068, -0.923828, 1, 0.382568, -0.831055, 1, 0.555176, -0.707031, 1, 0.707031, -0.555176, 1, 0.831055, -0.195068, 1, 0.980469, 0, 1, 1, 0.195068, 1, 0.980469, 0.382568, 1, 0.923828, 0.555176, 1, 0.831055, 0.707031, 1, 0.707031, 0.831055, 1, 0.555176, 0.980469, 1, 0.195068, 1, 1, 0, 0.980469, 1, -0.195068, 0.923828, 1, -0.382568, 0.831055, 1, -0.555176, 0.707031, 1, -0.707031, 0.555176, 1, -0.831055, -0.195068, 1, -0.980469, 0, 1, -1, -0.195068, -1, -0.980469, 0, -1, -1, 0.195068, -1, -0.980469, 0.382568, -1, -0.923828, 0.555176, -1, -0.831055, 0.707031, -1, -0.707031, 0.831055, -1, -0.555176, 0.923828, -1, -0.382568, 1, -1, 0, 0.980469, -1, 0.195068, 0.923828, -1, 0.382568, 0.831055, -1, 0.555176, 0.707031, -1, 0.707031, 0.555176, -1, 0.831055, 0.382568, -1, 0.923828, 0, -1, 1, -0.195068, -1, 0.980469, -0.382568, -1, 0.923828, -0.555176, -1, 0.831055, -0.707031, -1, 0.707031, -0.831055, -1, 0.555176, -0.923828, -1, 0.382568, -1, -1, 0, -0.980469, -1, -0.195068, -0.923828, -1, -0.382568, -0.831055, -1, -0.555176, -0.707031, -1, -0.707031, -0.555176, -1, -0.831055, -0.382568, -1, -0.923828 ) + +[sub_resource type="SpatialMaterial" id=9] + +resource_name = "gray_mat" +flags_transparent = false +flags_unshaded = false +flags_on_top = false +flags_use_point_size = false +flags_fixed_size = false +vertex_color_use_as_albedo = false +vertex_color_is_srgb = false +params_diffuse_mode = 0 +params_blend_mode = 0 +params_cull_mode = 0 +params_depth_draw_mode = 0 +params_line_width = 1.0 +params_point_size = 1.0 +params_billboard_mode = 0 +albedo_color = Color( 0.507812, 0.474091, 0.474091, 1 ) +albedo_texture = ExtResource( 4 ) +specular_mode = 0 +specular_color = Color( 0.0736863, 0, 0.0736863, 1 ) +specular_metalness = 0.1 +specular_roughness = 0.8 +emission_enabled = false +normal_enabled = false +rim_enabled = false +clearcoat_enabled = false +anisotropy_enabled = false +ao_enabled = false +height_enabled = false +subsurf_scatter_enabled = false +refraction_enabled = false +detail_enabled = false +uv1_scale = Vector2( 1, 1 ) +uv1_offset = Vector2( 0, 0 ) +uv2_scale = Vector2( 1, 1 ) +uv2_offset = Vector2( 0, 0 ) + +[sub_resource type="ConvexPolygonShape" id=10] + +points = PoolVector3Array( 0, 1, -1, 0.195068, -1, -0.980469, 0, -1, -1, 0.195068, 1, -0.980469, 0.382568, -1, -0.923828, 0.195068, -1, -0.980469, 0.382568, 1, -0.923828, 0.555176, -1, -0.831055, 0.382568, -1, -0.923828, 0.555176, 1, -0.831055, 0.707031, -1, -0.707031, 0.555176, -1, -0.831055, 0.707031, 1, -0.707031, 0.831055, -1, -0.555176, 0.707031, -1, -0.707031, 0.831055, 1, -0.555176, 0.923828, -1, -0.382568, 0.831055, -1, -0.555176, 0.923828, 1, -0.382568, 0.980469, -1, -0.195068, 0.923828, -1, -0.382568, 0.980469, 1, -0.195068, 1, -1, 0, 0.980469, -1, -0.195068, 1, 1, 0, 0.980469, -1, 0.195068, 1, -1, 0, 0.980469, 1, 0.195068, 0.923828, -1, 0.382568, 0.980469, -1, 0.195068, 0.923828, 1, 0.382568, 0.831055, -1, 0.555176, 0.923828, -1, 0.382568, 0.831055, 1, 0.555176, 0.707031, -1, 0.707031, 0.831055, -1, 0.555176, 0.707031, 1, 0.707031, 0.555176, -1, 0.831055, 0.707031, -1, 0.707031, 0.555176, 1, 0.831055, 0.382568, -1, 0.923828, 0.555176, -1, 0.831055, 0.382568, 1, 0.923828, 0.195068, -1, 0.980469, 0.382568, -1, 0.923828, 0.195068, 1, 0.980469, 0, -1, 1, 0.195068, -1, 0.980469, 0, 1, 1, -0.195068, -1, 0.980469, 0, -1, 1, -0.195068, 1, 0.980469, -0.382568, -1, 0.923828, -0.195068, -1, 0.980469, -0.382568, 1, 0.923828, -0.555176, -1, 0.831055, -0.382568, -1, 0.923828, -0.555176, 1, 0.831055, -0.707031, -1, 0.707031, -0.555176, -1, 0.831055, -0.707031, 1, 0.707031, -0.831055, -1, 0.555176, -0.707031, -1, 0.707031, -0.831055, 1, 0.555176, -0.923828, -1, 0.382568, -0.831055, -1, 0.555176, -0.923828, 1, 0.382568, -0.980469, -1, 0.195068, -0.923828, -1, 0.382568, -0.980469, 1, 0.195068, -1, -1, 0, -0.980469, -1, 0.195068, -1, 1, 0, -0.980469, -1, -0.195068, -1, -1, 0, -0.980469, 1, -0.195068, -0.923828, -1, -0.382568, -0.980469, -1, -0.195068, -0.923828, 1, -0.382568, -0.831055, -1, -0.555176, -0.923828, -1, -0.382568, -0.831055, 1, -0.555176, -0.707031, -1, -0.707031, -0.831055, -1, -0.555176, -0.707031, 1, -0.707031, -0.555176, -1, -0.831055, -0.707031, -1, -0.707031, -0.555176, 1, -0.831055, -0.382568, -1, -0.923828, -0.555176, -1, -0.831055, -0.382568, 1, 0.923828, 0.923828, 1, 0.382568, -0.923828, 1, -0.382568, -0.382568, 1, -0.923828, -0.195068, -1, -0.980469, -0.382568, -1, -0.923828, -0.195068, 1, -0.980469, 0, -1, -1, -0.195068, -1, -0.980469, 0.195068, -1, 0.980469, -0.980469, -1, 0.195068, 0.980469, -1, -0.195068, 0.195068, 1, -0.980469, 0.382568, 1, -0.923828, 0.555176, 1, -0.831055, 0.707031, 1, -0.707031, 0.831055, 1, -0.555176, 0.923828, 1, -0.382568, 0.980469, 1, -0.195068, 1, 1, 0, 0.980469, 1, 0.195068, 0.923828, 1, 0.382568, 0.831055, 1, 0.555176, 0.707031, 1, 0.707031, 0.555176, 1, 0.831055, 0.382568, 1, 0.923828, 0.195068, 1, 0.980469, 0, 1, 1, -0.195068, 1, 0.980469, -0.382568, 1, 0.923828, -0.555176, 1, 0.831055, -0.707031, 1, 0.707031, -0.831055, 1, 0.555176, -0.923828, 1, 0.382568, -0.980469, 1, 0.195068, -1, 1, 0, -0.980469, 1, -0.195068, -0.923828, 1, -0.382568, -0.831055, 1, -0.555176, -0.707031, 1, -0.707031, -0.555176, 1, -0.831055, -0.382568, 1, -0.923828, 0.382568, 1, -0.923828, 0.195068, 1, -0.980469, 0, 1, -1, -0.195068, 1, -0.980469, -0.382568, 1, -0.923828, -0.555176, 1, -0.831055, -0.707031, 1, -0.707031, -0.831055, 1, -0.555176, -0.980469, 1, -0.195068, -1, 1, 0, -0.980469, 1, 0.195068, -0.923828, 1, 0.382568, -0.831055, 1, 0.555176, -0.707031, 1, 0.707031, -0.555176, 1, 0.831055, -0.195068, 1, 0.980469, 0, 1, 1, 0.195068, 1, 0.980469, 0.382568, 1, 0.923828, 0.555176, 1, 0.831055, 0.707031, 1, 0.707031, 0.831055, 1, 0.555176, 0.980469, 1, 0.195068, 1, 1, 0, 0.980469, 1, -0.195068, 0.923828, 1, -0.382568, 0.831055, 1, -0.555176, 0.707031, 1, -0.707031, 0.555176, 1, -0.831055, -0.195068, 1, -0.980469, 0, 1, -1, -0.195068, -1, -0.980469, 0, -1, -1, 0.195068, -1, -0.980469, 0.382568, -1, -0.923828, 0.555176, -1, -0.831055, 0.707031, -1, -0.707031, 0.831055, -1, -0.555176, 0.923828, -1, -0.382568, 1, -1, 0, 0.980469, -1, 0.195068, 0.923828, -1, 0.382568, 0.831055, -1, 0.555176, 0.707031, -1, 0.707031, 0.555176, -1, 0.831055, 0.382568, -1, 0.923828, 0, -1, 1, -0.195068, -1, 0.980469, -0.382568, -1, 0.923828, -0.555176, -1, 0.831055, -0.707031, -1, 0.707031, -0.831055, -1, 0.555176, -0.923828, -1, 0.382568, -1, -1, 0, -0.980469, -1, -0.195068, -0.923828, -1, -0.382568, -0.831055, -1, -0.555176, -0.707031, -1, -0.707031, -0.555176, -1, -0.831055, -0.382568, -1, -0.923828 ) + +[sub_resource type="SpatialMaterial" id=11] + +resource_name = "gray_mat" +flags_transparent = false +flags_unshaded = false +flags_on_top = false +flags_use_point_size = false +flags_fixed_size = false +vertex_color_use_as_albedo = false +vertex_color_is_srgb = false +params_diffuse_mode = 0 +params_blend_mode = 0 +params_cull_mode = 0 +params_depth_draw_mode = 0 +params_line_width = 1.0 +params_point_size = 1.0 +params_billboard_mode = 0 +albedo_color = Color( 0.507812, 0.474091, 0.474091, 1 ) +albedo_texture = ExtResource( 4 ) +specular_mode = 0 +specular_color = Color( 0.0736863, 0, 0.0736863, 1 ) +specular_metalness = 0.1 +specular_roughness = 0.8 +emission_enabled = false +normal_enabled = false +rim_enabled = false +clearcoat_enabled = false +anisotropy_enabled = false +ao_enabled = false +height_enabled = false +subsurf_scatter_enabled = false +refraction_enabled = false +detail_enabled = false +uv1_scale = Vector2( 1, 1 ) +uv1_offset = Vector2( 0, 0 ) +uv2_scale = Vector2( 1, 1 ) +uv2_offset = Vector2( 0, 0 ) + +[sub_resource type="ConvexPolygonShape" id=12] + +points = PoolVector3Array( 0, 1, -1, 0.195068, -1, -0.980469, 0, -1, -1, 0.195068, 1, -0.980469, 0.382568, -1, -0.923828, 0.195068, -1, -0.980469, 0.382568, 1, -0.923828, 0.555176, -1, -0.831055, 0.382568, -1, -0.923828, 0.555176, 1, -0.831055, 0.707031, -1, -0.707031, 0.555176, -1, -0.831055, 0.707031, 1, -0.707031, 0.831055, -1, -0.555176, 0.707031, -1, -0.707031, 0.831055, 1, -0.555176, 0.923828, -1, -0.382568, 0.831055, -1, -0.555176, 0.923828, 1, -0.382568, 0.980469, -1, -0.195068, 0.923828, -1, -0.382568, 0.980469, 1, -0.195068, 1, -1, 0, 0.980469, -1, -0.195068, 1, 1, 0, 0.980469, -1, 0.195068, 1, -1, 0, 0.980469, 1, 0.195068, 0.923828, -1, 0.382568, 0.980469, -1, 0.195068, 0.923828, 1, 0.382568, 0.831055, -1, 0.555176, 0.923828, -1, 0.382568, 0.831055, 1, 0.555176, 0.707031, -1, 0.707031, 0.831055, -1, 0.555176, 0.707031, 1, 0.707031, 0.555176, -1, 0.831055, 0.707031, -1, 0.707031, 0.555176, 1, 0.831055, 0.382568, -1, 0.923828, 0.555176, -1, 0.831055, 0.382568, 1, 0.923828, 0.195068, -1, 0.980469, 0.382568, -1, 0.923828, 0.195068, 1, 0.980469, 0, -1, 1, 0.195068, -1, 0.980469, 0, 1, 1, -0.195068, -1, 0.980469, 0, -1, 1, -0.195068, 1, 0.980469, -0.382568, -1, 0.923828, -0.195068, -1, 0.980469, -0.382568, 1, 0.923828, -0.555176, -1, 0.831055, -0.382568, -1, 0.923828, -0.555176, 1, 0.831055, -0.707031, -1, 0.707031, -0.555176, -1, 0.831055, -0.707031, 1, 0.707031, -0.831055, -1, 0.555176, -0.707031, -1, 0.707031, -0.831055, 1, 0.555176, -0.923828, -1, 0.382568, -0.831055, -1, 0.555176, -0.923828, 1, 0.382568, -0.980469, -1, 0.195068, -0.923828, -1, 0.382568, -0.980469, 1, 0.195068, -1, -1, 0, -0.980469, -1, 0.195068, -1, 1, 0, -0.980469, -1, -0.195068, -1, -1, 0, -0.980469, 1, -0.195068, -0.923828, -1, -0.382568, -0.980469, -1, -0.195068, -0.923828, 1, -0.382568, -0.831055, -1, -0.555176, -0.923828, -1, -0.382568, -0.831055, 1, -0.555176, -0.707031, -1, -0.707031, -0.831055, -1, -0.555176, -0.707031, 1, -0.707031, -0.555176, -1, -0.831055, -0.707031, -1, -0.707031, -0.555176, 1, -0.831055, -0.382568, -1, -0.923828, -0.555176, -1, -0.831055, -0.382568, 1, 0.923828, 0.923828, 1, 0.382568, -0.923828, 1, -0.382568, -0.382568, 1, -0.923828, -0.195068, -1, -0.980469, -0.382568, -1, -0.923828, -0.195068, 1, -0.980469, 0, -1, -1, -0.195068, -1, -0.980469, 0.195068, -1, 0.980469, -0.980469, -1, 0.195068, 0.980469, -1, -0.195068, 0.195068, 1, -0.980469, 0.382568, 1, -0.923828, 0.555176, 1, -0.831055, 0.707031, 1, -0.707031, 0.831055, 1, -0.555176, 0.923828, 1, -0.382568, 0.980469, 1, -0.195068, 1, 1, 0, 0.980469, 1, 0.195068, 0.923828, 1, 0.382568, 0.831055, 1, 0.555176, 0.707031, 1, 0.707031, 0.555176, 1, 0.831055, 0.382568, 1, 0.923828, 0.195068, 1, 0.980469, 0, 1, 1, -0.195068, 1, 0.980469, -0.382568, 1, 0.923828, -0.555176, 1, 0.831055, -0.707031, 1, 0.707031, -0.831055, 1, 0.555176, -0.923828, 1, 0.382568, -0.980469, 1, 0.195068, -1, 1, 0, -0.980469, 1, -0.195068, -0.923828, 1, -0.382568, -0.831055, 1, -0.555176, -0.707031, 1, -0.707031, -0.555176, 1, -0.831055, -0.382568, 1, -0.923828, 0.382568, 1, -0.923828, 0.195068, 1, -0.980469, 0, 1, -1, -0.195068, 1, -0.980469, -0.382568, 1, -0.923828, -0.555176, 1, -0.831055, -0.707031, 1, -0.707031, -0.831055, 1, -0.555176, -0.980469, 1, -0.195068, -1, 1, 0, -0.980469, 1, 0.195068, -0.923828, 1, 0.382568, -0.831055, 1, 0.555176, -0.707031, 1, 0.707031, -0.555176, 1, 0.831055, -0.195068, 1, 0.980469, 0, 1, 1, 0.195068, 1, 0.980469, 0.382568, 1, 0.923828, 0.555176, 1, 0.831055, 0.707031, 1, 0.707031, 0.831055, 1, 0.555176, 0.980469, 1, 0.195068, 1, 1, 0, 0.980469, 1, -0.195068, 0.923828, 1, -0.382568, 0.831055, 1, -0.555176, 0.707031, 1, -0.707031, 0.555176, 1, -0.831055, -0.195068, 1, -0.980469, 0, 1, -1, -0.195068, -1, -0.980469, 0, -1, -1, 0.195068, -1, -0.980469, 0.382568, -1, -0.923828, 0.555176, -1, -0.831055, 0.707031, -1, -0.707031, 0.831055, -1, -0.555176, 0.923828, -1, -0.382568, 1, -1, 0, 0.980469, -1, 0.195068, 0.923828, -1, 0.382568, 0.831055, -1, 0.555176, 0.707031, -1, 0.707031, 0.555176, -1, 0.831055, 0.382568, -1, 0.923828, 0, -1, 1, -0.195068, -1, 0.980469, -0.382568, -1, 0.923828, -0.555176, -1, 0.831055, -0.707031, -1, 0.707031, -0.831055, -1, 0.555176, -0.923828, -1, 0.382568, -1, -1, 0, -0.980469, -1, -0.195068, -0.923828, -1, -0.382568, -0.831055, -1, -0.555176, -0.707031, -1, -0.707031, -0.555176, -1, -0.831055, -0.382568, -1, -0.923828 ) + +[sub_resource type="SpatialMaterial" id=13] + +resource_name = "gray_mat" +flags_transparent = false +flags_unshaded = false +flags_on_top = false +flags_use_point_size = false +flags_fixed_size = false +vertex_color_use_as_albedo = false +vertex_color_is_srgb = false +params_diffuse_mode = 0 +params_blend_mode = 0 +params_cull_mode = 0 +params_depth_draw_mode = 0 +params_line_width = 1.0 +params_point_size = 1.0 +params_billboard_mode = 0 +albedo_color = Color( 0.507812, 0.474091, 0.474091, 1 ) +albedo_texture = ExtResource( 4 ) +specular_mode = 0 +specular_color = Color( 0.0736863, 0, 0.0736863, 1 ) +specular_metalness = 0.1 +specular_roughness = 0.8 +emission_enabled = false +normal_enabled = false +rim_enabled = false +clearcoat_enabled = false +anisotropy_enabled = false +ao_enabled = false +height_enabled = false +subsurf_scatter_enabled = false +refraction_enabled = false +detail_enabled = false +uv1_scale = Vector2( 1, 1 ) +uv1_offset = Vector2( 0, 0 ) +uv2_scale = Vector2( 1, 1 ) +uv2_offset = Vector2( 0, 0 ) + +[sub_resource type="ConvexPolygonShape" id=14] + +points = PoolVector3Array( 0, 1, -1, 0.195068, -1, -0.980469, 0, -1, -1, 0.195068, 1, -0.980469, 0.382568, -1, -0.923828, 0.195068, -1, -0.980469, 0.382568, 1, -0.923828, 0.555176, -1, -0.831055, 0.382568, -1, -0.923828, 0.555176, 1, -0.831055, 0.707031, -1, -0.707031, 0.555176, -1, -0.831055, 0.707031, 1, -0.707031, 0.831055, -1, -0.555176, 0.707031, -1, -0.707031, 0.831055, 1, -0.555176, 0.923828, -1, -0.382568, 0.831055, -1, -0.555176, 0.923828, 1, -0.382568, 0.980469, -1, -0.195068, 0.923828, -1, -0.382568, 0.980469, 1, -0.195068, 1, -1, 0, 0.980469, -1, -0.195068, 1, 1, 0, 0.980469, -1, 0.195068, 1, -1, 0, 0.980469, 1, 0.195068, 0.923828, -1, 0.382568, 0.980469, -1, 0.195068, 0.923828, 1, 0.382568, 0.831055, -1, 0.555176, 0.923828, -1, 0.382568, 0.831055, 1, 0.555176, 0.707031, -1, 0.707031, 0.831055, -1, 0.555176, 0.707031, 1, 0.707031, 0.555176, -1, 0.831055, 0.707031, -1, 0.707031, 0.555176, 1, 0.831055, 0.382568, -1, 0.923828, 0.555176, -1, 0.831055, 0.382568, 1, 0.923828, 0.195068, -1, 0.980469, 0.382568, -1, 0.923828, 0.195068, 1, 0.980469, 0, -1, 1, 0.195068, -1, 0.980469, 0, 1, 1, -0.195068, -1, 0.980469, 0, -1, 1, -0.195068, 1, 0.980469, -0.382568, -1, 0.923828, -0.195068, -1, 0.980469, -0.382568, 1, 0.923828, -0.555176, -1, 0.831055, -0.382568, -1, 0.923828, -0.555176, 1, 0.831055, -0.707031, -1, 0.707031, -0.555176, -1, 0.831055, -0.707031, 1, 0.707031, -0.831055, -1, 0.555176, -0.707031, -1, 0.707031, -0.831055, 1, 0.555176, -0.923828, -1, 0.382568, -0.831055, -1, 0.555176, -0.923828, 1, 0.382568, -0.980469, -1, 0.195068, -0.923828, -1, 0.382568, -0.980469, 1, 0.195068, -1, -1, 0, -0.980469, -1, 0.195068, -1, 1, 0, -0.980469, -1, -0.195068, -1, -1, 0, -0.980469, 1, -0.195068, -0.923828, -1, -0.382568, -0.980469, -1, -0.195068, -0.923828, 1, -0.382568, -0.831055, -1, -0.555176, -0.923828, -1, -0.382568, -0.831055, 1, -0.555176, -0.707031, -1, -0.707031, -0.831055, -1, -0.555176, -0.707031, 1, -0.707031, -0.555176, -1, -0.831055, -0.707031, -1, -0.707031, -0.555176, 1, -0.831055, -0.382568, -1, -0.923828, -0.555176, -1, -0.831055, -0.382568, 1, 0.923828, 0.923828, 1, 0.382568, -0.923828, 1, -0.382568, -0.382568, 1, -0.923828, -0.195068, -1, -0.980469, -0.382568, -1, -0.923828, -0.195068, 1, -0.980469, 0, -1, -1, -0.195068, -1, -0.980469, 0.195068, -1, 0.980469, -0.980469, -1, 0.195068, 0.980469, -1, -0.195068, 0.195068, 1, -0.980469, 0.382568, 1, -0.923828, 0.555176, 1, -0.831055, 0.707031, 1, -0.707031, 0.831055, 1, -0.555176, 0.923828, 1, -0.382568, 0.980469, 1, -0.195068, 1, 1, 0, 0.980469, 1, 0.195068, 0.923828, 1, 0.382568, 0.831055, 1, 0.555176, 0.707031, 1, 0.707031, 0.555176, 1, 0.831055, 0.382568, 1, 0.923828, 0.195068, 1, 0.980469, 0, 1, 1, -0.195068, 1, 0.980469, -0.382568, 1, 0.923828, -0.555176, 1, 0.831055, -0.707031, 1, 0.707031, -0.831055, 1, 0.555176, -0.923828, 1, 0.382568, -0.980469, 1, 0.195068, -1, 1, 0, -0.980469, 1, -0.195068, -0.923828, 1, -0.382568, -0.831055, 1, -0.555176, -0.707031, 1, -0.707031, -0.555176, 1, -0.831055, -0.382568, 1, -0.923828, 0.382568, 1, -0.923828, 0.195068, 1, -0.980469, 0, 1, -1, -0.195068, 1, -0.980469, -0.382568, 1, -0.923828, -0.555176, 1, -0.831055, -0.707031, 1, -0.707031, -0.831055, 1, -0.555176, -0.980469, 1, -0.195068, -1, 1, 0, -0.980469, 1, 0.195068, -0.923828, 1, 0.382568, -0.831055, 1, 0.555176, -0.707031, 1, 0.707031, -0.555176, 1, 0.831055, -0.195068, 1, 0.980469, 0, 1, 1, 0.195068, 1, 0.980469, 0.382568, 1, 0.923828, 0.555176, 1, 0.831055, 0.707031, 1, 0.707031, 0.831055, 1, 0.555176, 0.980469, 1, 0.195068, 1, 1, 0, 0.980469, 1, -0.195068, 0.923828, 1, -0.382568, 0.831055, 1, -0.555176, 0.707031, 1, -0.707031, 0.555176, 1, -0.831055, -0.195068, 1, -0.980469, 0, 1, -1, -0.195068, -1, -0.980469, 0, -1, -1, 0.195068, -1, -0.980469, 0.382568, -1, -0.923828, 0.555176, -1, -0.831055, 0.707031, -1, -0.707031, 0.831055, -1, -0.555176, 0.923828, -1, -0.382568, 1, -1, 0, 0.980469, -1, 0.195068, 0.923828, -1, 0.382568, 0.831055, -1, 0.555176, 0.707031, -1, 0.707031, 0.555176, -1, 0.831055, 0.382568, -1, 0.923828, 0, -1, 1, -0.195068, -1, 0.980469, -0.382568, -1, 0.923828, -0.555176, -1, 0.831055, -0.707031, -1, 0.707031, -0.831055, -1, 0.555176, -0.923828, -1, 0.382568, -1, -1, 0, -0.980469, -1, -0.195068, -0.923828, -1, -0.382568, -0.831055, -1, -0.555176, -0.707031, -1, -0.707031, -0.555176, -1, -0.831055, -0.382568, -1, -0.923828 ) + +[sub_resource type="SpatialMaterial" id=15] + +resource_name = "gray_mat" +flags_transparent = false +flags_unshaded = false +flags_on_top = false +flags_use_point_size = false +flags_fixed_size = false +vertex_color_use_as_albedo = false +vertex_color_is_srgb = false +params_diffuse_mode = 0 +params_blend_mode = 0 +params_cull_mode = 0 +params_depth_draw_mode = 0 +params_line_width = 1.0 +params_point_size = 1.0 +params_billboard_mode = 0 +albedo_color = Color( 0.507812, 0.474091, 0.474091, 1 ) +albedo_texture = ExtResource( 4 ) +specular_mode = 0 +specular_color = Color( 0.0736863, 0, 0.0736863, 1 ) +specular_metalness = 0.1 +specular_roughness = 0.8 +emission_enabled = false +normal_enabled = false +rim_enabled = false +clearcoat_enabled = false +anisotropy_enabled = false +ao_enabled = false +height_enabled = false +subsurf_scatter_enabled = false +refraction_enabled = false +detail_enabled = false +uv1_scale = Vector2( 1, 1 ) +uv1_offset = Vector2( 0, 0 ) +uv2_scale = Vector2( 1, 1 ) +uv2_offset = Vector2( 0, 0 ) + +[sub_resource type="ConvexPolygonShape" id=16] + +points = PoolVector3Array( 0, 1, -1, 0.195068, -1, -0.980469, 0, -1, -1, 0.195068, 1, -0.980469, 0.382568, -1, -0.923828, 0.195068, -1, -0.980469, 0.382568, 1, -0.923828, 0.555176, -1, -0.831055, 0.382568, -1, -0.923828, 0.555176, 1, -0.831055, 0.707031, -1, -0.707031, 0.555176, -1, -0.831055, 0.707031, 1, -0.707031, 0.831055, -1, -0.555176, 0.707031, -1, -0.707031, 0.831055, 1, -0.555176, 0.923828, -1, -0.382568, 0.831055, -1, -0.555176, 0.923828, 1, -0.382568, 0.980469, -1, -0.195068, 0.923828, -1, -0.382568, 0.980469, 1, -0.195068, 1, -1, 0, 0.980469, -1, -0.195068, 1, 1, 0, 0.980469, -1, 0.195068, 1, -1, 0, 0.980469, 1, 0.195068, 0.923828, -1, 0.382568, 0.980469, -1, 0.195068, 0.923828, 1, 0.382568, 0.831055, -1, 0.555176, 0.923828, -1, 0.382568, 0.831055, 1, 0.555176, 0.707031, -1, 0.707031, 0.831055, -1, 0.555176, 0.707031, 1, 0.707031, 0.555176, -1, 0.831055, 0.707031, -1, 0.707031, 0.555176, 1, 0.831055, 0.382568, -1, 0.923828, 0.555176, -1, 0.831055, 0.382568, 1, 0.923828, 0.195068, -1, 0.980469, 0.382568, -1, 0.923828, 0.195068, 1, 0.980469, 0, -1, 1, 0.195068, -1, 0.980469, 0, 1, 1, -0.195068, -1, 0.980469, 0, -1, 1, -0.195068, 1, 0.980469, -0.382568, -1, 0.923828, -0.195068, -1, 0.980469, -0.382568, 1, 0.923828, -0.555176, -1, 0.831055, -0.382568, -1, 0.923828, -0.555176, 1, 0.831055, -0.707031, -1, 0.707031, -0.555176, -1, 0.831055, -0.707031, 1, 0.707031, -0.831055, -1, 0.555176, -0.707031, -1, 0.707031, -0.831055, 1, 0.555176, -0.923828, -1, 0.382568, -0.831055, -1, 0.555176, -0.923828, 1, 0.382568, -0.980469, -1, 0.195068, -0.923828, -1, 0.382568, -0.980469, 1, 0.195068, -1, -1, 0, -0.980469, -1, 0.195068, -1, 1, 0, -0.980469, -1, -0.195068, -1, -1, 0, -0.980469, 1, -0.195068, -0.923828, -1, -0.382568, -0.980469, -1, -0.195068, -0.923828, 1, -0.382568, -0.831055, -1, -0.555176, -0.923828, -1, -0.382568, -0.831055, 1, -0.555176, -0.707031, -1, -0.707031, -0.831055, -1, -0.555176, -0.707031, 1, -0.707031, -0.555176, -1, -0.831055, -0.707031, -1, -0.707031, -0.555176, 1, -0.831055, -0.382568, -1, -0.923828, -0.555176, -1, -0.831055, -0.382568, 1, 0.923828, 0.923828, 1, 0.382568, -0.923828, 1, -0.382568, -0.382568, 1, -0.923828, -0.195068, -1, -0.980469, -0.382568, -1, -0.923828, -0.195068, 1, -0.980469, 0, -1, -1, -0.195068, -1, -0.980469, 0.195068, -1, 0.980469, -0.980469, -1, 0.195068, 0.980469, -1, -0.195068, 0.195068, 1, -0.980469, 0.382568, 1, -0.923828, 0.555176, 1, -0.831055, 0.707031, 1, -0.707031, 0.831055, 1, -0.555176, 0.923828, 1, -0.382568, 0.980469, 1, -0.195068, 1, 1, 0, 0.980469, 1, 0.195068, 0.923828, 1, 0.382568, 0.831055, 1, 0.555176, 0.707031, 1, 0.707031, 0.555176, 1, 0.831055, 0.382568, 1, 0.923828, 0.195068, 1, 0.980469, 0, 1, 1, -0.195068, 1, 0.980469, -0.382568, 1, 0.923828, -0.555176, 1, 0.831055, -0.707031, 1, 0.707031, -0.831055, 1, 0.555176, -0.923828, 1, 0.382568, -0.980469, 1, 0.195068, -1, 1, 0, -0.980469, 1, -0.195068, -0.923828, 1, -0.382568, -0.831055, 1, -0.555176, -0.707031, 1, -0.707031, -0.555176, 1, -0.831055, -0.382568, 1, -0.923828, 0.382568, 1, -0.923828, 0.195068, 1, -0.980469, 0, 1, -1, -0.195068, 1, -0.980469, -0.382568, 1, -0.923828, -0.555176, 1, -0.831055, -0.707031, 1, -0.707031, -0.831055, 1, -0.555176, -0.980469, 1, -0.195068, -1, 1, 0, -0.980469, 1, 0.195068, -0.923828, 1, 0.382568, -0.831055, 1, 0.555176, -0.707031, 1, 0.707031, -0.555176, 1, 0.831055, -0.195068, 1, 0.980469, 0, 1, 1, 0.195068, 1, 0.980469, 0.382568, 1, 0.923828, 0.555176, 1, 0.831055, 0.707031, 1, 0.707031, 0.831055, 1, 0.555176, 0.980469, 1, 0.195068, 1, 1, 0, 0.980469, 1, -0.195068, 0.923828, 1, -0.382568, 0.831055, 1, -0.555176, 0.707031, 1, -0.707031, 0.555176, 1, -0.831055, -0.195068, 1, -0.980469, 0, 1, -1, -0.195068, -1, -0.980469, 0, -1, -1, 0.195068, -1, -0.980469, 0.382568, -1, -0.923828, 0.555176, -1, -0.831055, 0.707031, -1, -0.707031, 0.831055, -1, -0.555176, 0.923828, -1, -0.382568, 1, -1, 0, 0.980469, -1, 0.195068, 0.923828, -1, 0.382568, 0.831055, -1, 0.555176, 0.707031, -1, 0.707031, 0.555176, -1, 0.831055, 0.382568, -1, 0.923828, 0, -1, 1, -0.195068, -1, 0.980469, -0.382568, -1, 0.923828, -0.555176, -1, 0.831055, -0.707031, -1, 0.707031, -0.831055, -1, 0.555176, -0.923828, -1, 0.382568, -1, -1, 0, -0.980469, -1, -0.195068, -0.923828, -1, -0.382568, -0.831055, -1, -0.555176, -0.707031, -1, -0.707031, -0.555176, -1, -0.831055, -0.382568, -1, -0.923828 ) + +[sub_resource type="SpatialMaterial" id=17] + +resource_name = "gray_mat" +flags_transparent = false +flags_unshaded = false +flags_on_top = false +flags_use_point_size = false +flags_fixed_size = false +vertex_color_use_as_albedo = false +vertex_color_is_srgb = false +params_diffuse_mode = 0 +params_blend_mode = 0 +params_cull_mode = 0 +params_depth_draw_mode = 0 +params_line_width = 1.0 +params_point_size = 1.0 +params_billboard_mode = 0 +albedo_color = Color( 0.507812, 0.474091, 0.474091, 1 ) +albedo_texture = ExtResource( 4 ) +specular_mode = 0 +specular_color = Color( 0.0736863, 0, 0.0736863, 1 ) +specular_metalness = 0.1 +specular_roughness = 0.8 +emission_enabled = false +normal_enabled = false +rim_enabled = false +clearcoat_enabled = false +anisotropy_enabled = false +ao_enabled = false +height_enabled = false +subsurf_scatter_enabled = false +refraction_enabled = false +detail_enabled = false +uv1_scale = Vector2( 1, 1 ) +uv1_offset = Vector2( 0, 0 ) +uv2_scale = Vector2( 1, 1 ) +uv2_offset = Vector2( 0, 0 ) + +[sub_resource type="ConvexPolygonShape" id=18] + +points = PoolVector3Array( 0, 1, -1, 0.195068, -1, -0.980469, 0, -1, -1, 0.195068, 1, -0.980469, 0.382568, -1, -0.923828, 0.195068, -1, -0.980469, 0.382568, 1, -0.923828, 0.555176, -1, -0.831055, 0.382568, -1, -0.923828, 0.555176, 1, -0.831055, 0.707031, -1, -0.707031, 0.555176, -1, -0.831055, 0.707031, 1, -0.707031, 0.831055, -1, -0.555176, 0.707031, -1, -0.707031, 0.831055, 1, -0.555176, 0.923828, -1, -0.382568, 0.831055, -1, -0.555176, 0.923828, 1, -0.382568, 0.980469, -1, -0.195068, 0.923828, -1, -0.382568, 0.980469, 1, -0.195068, 1, -1, 0, 0.980469, -1, -0.195068, 1, 1, 0, 0.980469, -1, 0.195068, 1, -1, 0, 0.980469, 1, 0.195068, 0.923828, -1, 0.382568, 0.980469, -1, 0.195068, 0.923828, 1, 0.382568, 0.831055, -1, 0.555176, 0.923828, -1, 0.382568, 0.831055, 1, 0.555176, 0.707031, -1, 0.707031, 0.831055, -1, 0.555176, 0.707031, 1, 0.707031, 0.555176, -1, 0.831055, 0.707031, -1, 0.707031, 0.555176, 1, 0.831055, 0.382568, -1, 0.923828, 0.555176, -1, 0.831055, 0.382568, 1, 0.923828, 0.195068, -1, 0.980469, 0.382568, -1, 0.923828, 0.195068, 1, 0.980469, 0, -1, 1, 0.195068, -1, 0.980469, 0, 1, 1, -0.195068, -1, 0.980469, 0, -1, 1, -0.195068, 1, 0.980469, -0.382568, -1, 0.923828, -0.195068, -1, 0.980469, -0.382568, 1, 0.923828, -0.555176, -1, 0.831055, -0.382568, -1, 0.923828, -0.555176, 1, 0.831055, -0.707031, -1, 0.707031, -0.555176, -1, 0.831055, -0.707031, 1, 0.707031, -0.831055, -1, 0.555176, -0.707031, -1, 0.707031, -0.831055, 1, 0.555176, -0.923828, -1, 0.382568, -0.831055, -1, 0.555176, -0.923828, 1, 0.382568, -0.980469, -1, 0.195068, -0.923828, -1, 0.382568, -0.980469, 1, 0.195068, -1, -1, 0, -0.980469, -1, 0.195068, -1, 1, 0, -0.980469, -1, -0.195068, -1, -1, 0, -0.980469, 1, -0.195068, -0.923828, -1, -0.382568, -0.980469, -1, -0.195068, -0.923828, 1, -0.382568, -0.831055, -1, -0.555176, -0.923828, -1, -0.382568, -0.831055, 1, -0.555176, -0.707031, -1, -0.707031, -0.831055, -1, -0.555176, -0.707031, 1, -0.707031, -0.555176, -1, -0.831055, -0.707031, -1, -0.707031, -0.555176, 1, -0.831055, -0.382568, -1, -0.923828, -0.555176, -1, -0.831055, -0.382568, 1, 0.923828, 0.923828, 1, 0.382568, -0.923828, 1, -0.382568, -0.382568, 1, -0.923828, -0.195068, -1, -0.980469, -0.382568, -1, -0.923828, -0.195068, 1, -0.980469, 0, -1, -1, -0.195068, -1, -0.980469, 0.195068, -1, 0.980469, -0.980469, -1, 0.195068, 0.980469, -1, -0.195068, 0.195068, 1, -0.980469, 0.382568, 1, -0.923828, 0.555176, 1, -0.831055, 0.707031, 1, -0.707031, 0.831055, 1, -0.555176, 0.923828, 1, -0.382568, 0.980469, 1, -0.195068, 1, 1, 0, 0.980469, 1, 0.195068, 0.923828, 1, 0.382568, 0.831055, 1, 0.555176, 0.707031, 1, 0.707031, 0.555176, 1, 0.831055, 0.382568, 1, 0.923828, 0.195068, 1, 0.980469, 0, 1, 1, -0.195068, 1, 0.980469, -0.382568, 1, 0.923828, -0.555176, 1, 0.831055, -0.707031, 1, 0.707031, -0.831055, 1, 0.555176, -0.923828, 1, 0.382568, -0.980469, 1, 0.195068, -1, 1, 0, -0.980469, 1, -0.195068, -0.923828, 1, -0.382568, -0.831055, 1, -0.555176, -0.707031, 1, -0.707031, -0.555176, 1, -0.831055, -0.382568, 1, -0.923828, 0.382568, 1, -0.923828, 0.195068, 1, -0.980469, 0, 1, -1, -0.195068, 1, -0.980469, -0.382568, 1, -0.923828, -0.555176, 1, -0.831055, -0.707031, 1, -0.707031, -0.831055, 1, -0.555176, -0.980469, 1, -0.195068, -1, 1, 0, -0.980469, 1, 0.195068, -0.923828, 1, 0.382568, -0.831055, 1, 0.555176, -0.707031, 1, 0.707031, -0.555176, 1, 0.831055, -0.195068, 1, 0.980469, 0, 1, 1, 0.195068, 1, 0.980469, 0.382568, 1, 0.923828, 0.555176, 1, 0.831055, 0.707031, 1, 0.707031, 0.831055, 1, 0.555176, 0.980469, 1, 0.195068, 1, 1, 0, 0.980469, 1, -0.195068, 0.923828, 1, -0.382568, 0.831055, 1, -0.555176, 0.707031, 1, -0.707031, 0.555176, 1, -0.831055, -0.195068, 1, -0.980469, 0, 1, -1, -0.195068, -1, -0.980469, 0, -1, -1, 0.195068, -1, -0.980469, 0.382568, -1, -0.923828, 0.555176, -1, -0.831055, 0.707031, -1, -0.707031, 0.831055, -1, -0.555176, 0.923828, -1, -0.382568, 1, -1, 0, 0.980469, -1, 0.195068, 0.923828, -1, 0.382568, 0.831055, -1, 0.555176, 0.707031, -1, 0.707031, 0.555176, -1, 0.831055, 0.382568, -1, 0.923828, 0, -1, 1, -0.195068, -1, 0.980469, -0.382568, -1, 0.923828, -0.555176, -1, 0.831055, -0.707031, -1, 0.707031, -0.831055, -1, 0.555176, -0.923828, -1, 0.382568, -1, -1, 0, -0.980469, -1, -0.195068, -0.923828, -1, -0.382568, -0.831055, -1, -0.555176, -0.707031, -1, -0.707031, -0.555176, -1, -0.831055, -0.382568, -1, -0.923828 ) + +[sub_resource type="Animation" id=19] + +resource_name = "click" +length = 0.5 +loop = false +step = 0.1 +tracks/0/type = "value" +tracks/0/path = NodePath("Cube.1:translation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/keys = { +"times": PoolFloatArray( 0, 0.2, 0.5 ), +"transitions": PoolFloatArray( 1, 1, 1 ), +"update": 0, +"values": [ Vector3( 1.086, 1.15185, -1.42215 ), Vector3( 1.086, 1.03361, -1.42215 ), Vector3( 1.086, 1.15185, -1.42215 ) ] +} + [node name="Incubator" instance=ExtResource( 1 )] script = ExtResource( 2 ) @@ -81,6 +401,7 @@ _update_shape_index = 0 [node name="Cube.1" parent="."] editor/display_folded = true +transform = Transform( 0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.5, 1.086, 1.15185, -1.42215 ) material_override = ExtResource( 3 ) [node name="StaticBody" type="StaticBody" parent="Cube.1"] @@ -106,39 +427,207 @@ _update_shape_index = 0 [node name="Cylinder" parent="."] -material_override = ExtResource( 3 ) +material_override = SubResource( 3 ) + +[node name="StaticBody" type="StaticBody" parent="Cylinder"] + +input_ray_pickable = true +input_capture_on_drag = false +shape_count = 1 +shapes/0/shape = SubResource( 4 ) +shapes/0/transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) +shapes/0/trigger = true +collision_layer = 1 +collision_mask = 1 +friction = 1.0 +bounce = 0.0 +constant_linear_velocity = Vector3( 0, 0, 0 ) +constant_angular_velocity = Vector3( 0, 0, 0 ) + +[node name="CollisionShape" type="CollisionShape" parent="Cylinder/StaticBody"] + +shape = SubResource( 4 ) +trigger = true +_update_shape_index = 0 [node name="Cylinder.1" parent="."] -material_override = ExtResource( 3 ) +material_override = SubResource( 5 ) + +[node name="StaticBody" type="StaticBody" parent="Cylinder.1"] + +input_ray_pickable = true +input_capture_on_drag = false +shape_count = 1 +shapes/0/shape = SubResource( 6 ) +shapes/0/transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) +shapes/0/trigger = true +collision_layer = 1 +collision_mask = 1 +friction = 1.0 +bounce = 0.0 +constant_linear_velocity = Vector3( 0, 0, 0 ) +constant_angular_velocity = Vector3( 0, 0, 0 ) + +[node name="CollisionShape" type="CollisionShape" parent="Cylinder.1/StaticBody"] + +shape = SubResource( 6 ) +trigger = true +_update_shape_index = 0 [node name="Cylinder.2" parent="."] -material_override = ExtResource( 3 ) +material_override = SubResource( 7 ) + +[node name="StaticBody" type="StaticBody" parent="Cylinder.2"] + +input_ray_pickable = true +input_capture_on_drag = false +shape_count = 1 +shapes/0/shape = SubResource( 8 ) +shapes/0/transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) +shapes/0/trigger = true +collision_layer = 1 +collision_mask = 1 +friction = 1.0 +bounce = 0.0 +constant_linear_velocity = Vector3( 0, 0, 0 ) +constant_angular_velocity = Vector3( 0, 0, 0 ) + +[node name="CollisionShape" type="CollisionShape" parent="Cylinder.2/StaticBody"] + +shape = SubResource( 8 ) +trigger = true +_update_shape_index = 0 [node name="Cylinder.3" parent="."] -material_override = ExtResource( 3 ) +material_override = SubResource( 9 ) + +[node name="StaticBody" type="StaticBody" parent="Cylinder.3"] + +input_ray_pickable = true +input_capture_on_drag = false +shape_count = 1 +shapes/0/shape = SubResource( 10 ) +shapes/0/transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) +shapes/0/trigger = true +collision_layer = 1 +collision_mask = 1 +friction = 1.0 +bounce = 0.0 +constant_linear_velocity = Vector3( 0, 0, 0 ) +constant_angular_velocity = Vector3( 0, 0, 0 ) + +[node name="CollisionShape" type="CollisionShape" parent="Cylinder.3/StaticBody"] + +shape = SubResource( 10 ) +trigger = true +_update_shape_index = 0 [node name="Cylinder.4" parent="."] -material_override = ExtResource( 3 ) +material_override = SubResource( 11 ) + +[node name="StaticBody" type="StaticBody" parent="Cylinder.4"] + +input_ray_pickable = true +input_capture_on_drag = false +shape_count = 1 +shapes/0/shape = SubResource( 12 ) +shapes/0/transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) +shapes/0/trigger = true +collision_layer = 1 +collision_mask = 1 +friction = 1.0 +bounce = 0.0 +constant_linear_velocity = Vector3( 0, 0, 0 ) +constant_angular_velocity = Vector3( 0, 0, 0 ) + +[node name="CollisionShape" type="CollisionShape" parent="Cylinder.4/StaticBody"] + +shape = SubResource( 12 ) +trigger = true +_update_shape_index = 0 [node name="Cylinder.5" parent="."] -material_override = ExtResource( 3 ) +material_override = SubResource( 13 ) + +[node name="StaticBody" type="StaticBody" parent="Cylinder.5"] + +input_ray_pickable = true +input_capture_on_drag = false +shape_count = 1 +shapes/0/shape = SubResource( 14 ) +shapes/0/transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) +shapes/0/trigger = true +collision_layer = 1 +collision_mask = 1 +friction = 1.0 +bounce = 0.0 +constant_linear_velocity = Vector3( 0, 0, 0 ) +constant_angular_velocity = Vector3( 0, 0, 0 ) + +[node name="CollisionShape" type="CollisionShape" parent="Cylinder.5/StaticBody"] + +shape = SubResource( 14 ) +trigger = true +_update_shape_index = 0 [node name="Cylinder.6" parent="."] -material_override = ExtResource( 3 ) +material_override = SubResource( 15 ) + +[node name="StaticBody" type="StaticBody" parent="Cylinder.6"] + +input_ray_pickable = true +input_capture_on_drag = false +shape_count = 1 +shapes/0/shape = SubResource( 16 ) +shapes/0/transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) +shapes/0/trigger = true +collision_layer = 1 +collision_mask = 1 +friction = 1.0 +bounce = 0.0 +constant_linear_velocity = Vector3( 0, 0, 0 ) +constant_angular_velocity = Vector3( 0, 0, 0 ) + +[node name="CollisionShape" type="CollisionShape" parent="Cylinder.6/StaticBody"] + +shape = SubResource( 16 ) +trigger = true +_update_shape_index = 0 [node name="Cylinder.7" parent="."] -material_override = ExtResource( 3 ) +material_override = SubResource( 17 ) + +[node name="StaticBody" type="StaticBody" parent="Cylinder.7"] + +input_ray_pickable = true +input_capture_on_drag = false +shape_count = 1 +shapes/0/shape = SubResource( 18 ) +shapes/0/transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) +shapes/0/trigger = true +collision_layer = 1 +collision_mask = 1 +friction = 1.0 +bounce = 0.0 +constant_linear_velocity = Vector3( 0, 0, 0 ) +constant_angular_velocity = Vector3( 0, 0, 0 ) + +[node name="CollisionShape" type="CollisionShape" parent="Cylinder.7/StaticBody"] + +shape = SubResource( 18 ) +trigger = true +_update_shape_index = 0 [node name="cover" parent="."] -material_override = SubResource( 3 ) +material_override = ExtResource( 5 ) material/0 = null [node name="spawns" type="Spatial" parent="."] @@ -192,7 +681,7 @@ environment = null h_offset = 0.0 v_offset = 0.0 -[node name="OmniLight" type="OmniLight" parent="."] +[node name="bulb" type="OmniLight" parent="."] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.05032, 2.05093, 1.5916 ) layers = 1 @@ -212,8 +701,35 @@ omni_attenuation = 1.0 omni_shadow_mode = 0 omni_shadow_detail = 1 +[node name="animation" type="AnimationPlayer" parent="."] + +playback_process_mode = 1 +playback_default_blend_time = 0.0 +root_node = NodePath("..") +anims/click = SubResource( 19 ) +playback/active = true +playback/speed = 1.0 +blend_times = [ ] +autoplay = "" + [connection signal="input_event" from="Cube/StaticBody" to="." method="_on_body_input_event"] [connection signal="input_event" from="Cube.1/StaticBody" to="." method="_on_panel_input_event"] +[connection signal="input_event" from="Cylinder/StaticBody" to="." method="_on_cylinder_input_event" binds= [ "Cylinder", Vector2( 0, 0 ) ]] + +[connection signal="input_event" from="Cylinder.1/StaticBody" to="." method="_on_cylinder_input_event" binds= [ "Cylinder.1", Vector2( 0, 1 ) ]] + +[connection signal="input_event" from="Cylinder.2/StaticBody" to="." method="_on_cylinder_input_event" binds= [ "Cylinder.2", Vector2( 1, 0 ) ]] + +[connection signal="input_event" from="Cylinder.3/StaticBody" to="." method="_on_cylinder_input_event" binds= [ "Cylinder.3", Vector2( 1, 1 ) ]] + +[connection signal="input_event" from="Cylinder.4/StaticBody" to="." method="_on_cylinder_input_event" binds= [ "Cylinder.4", Vector2( 2, 0 ) ]] + +[connection signal="input_event" from="Cylinder.5/StaticBody" to="." method="_on_cylinder_input_event" binds= [ "Cylinder.5", Vector2( 2, 1 ) ]] + +[connection signal="input_event" from="Cylinder.6/StaticBody" to="." method="_on_cylinder_input_event" binds= [ "Cylinder.6", Vector2( 3, 0 ) ]] + +[connection signal="input_event" from="Cylinder.7/StaticBody" to="." method="_on_cylinder_input_event" binds= [ "Cylinder.7", Vector2( 3, 1 ) ]] + diff --git a/ld38.godot b/ld38.godot index 653f11f..5f19ab0 100644 --- a/ld38.godot +++ b/ld38.godot @@ -1,6 +1,4 @@ config_version=3 -config_version=null - [application] name="World Factory^TM" @@ -15,3 +13,5 @@ multithread/thread_rid_pool_prealloc=60 viewport/default_clear_color=Color( 0, 0, 0, 1 ) quality/msaa=1 +gles3/shadow_filter_mode=2 +quality/hdr=false diff --git a/mesh/combinator.dae b/mesh/combinator.dae index 2e73f02..bd7f761 100644 --- a/mesh/combinator.dae +++ b/mesh/combinator.dae @@ -5,14 +5,30 @@ Anonymous Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) - 2017-04-22T17:48:26Z - 2017-04-22T17:48:26Z + 2017-04-23T13:37:14Z + 2017-04-23T13:37:14Z Z_UP + + + ../assets/gray_tex.png + + - + + + + id-image-3 + A8R8G8B8 + + + + + id-fx_surf-4 + + @@ -22,10 +38,10 @@ 0.0 0.0 0.0 1.0 - 0.6400000190734865 0.6400000190734865 0.6400000190734865 1.0 + - 0.5 0.5 0.5 1.0 + 0.22597402334213257 0.22597402334213257 0.22597402334213257 1.0 50 @@ -49,191 +65,137 @@ - + - + - - 1.0 0.9999999403953552 -1.0 1.0 -1.0 -1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -0.9999996423721313 1.0000003576278687 -1.0 1.0000004768371582 0.999999463558197 1.0 -0.9999999403953552 1.0 1.0 -1.0000003576278687 -0.9999996423721313 1.0 0.9999993443489075 -1.0000005960464478 1.0 1.0 0.9999999403953552 -1.0 1.0000004768371582 0.999999463558197 1.0 0.9999993443489075 -1.0000005960464478 1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 0.9999993443489075 -1.0000005960464478 1.0 -1.0000003576278687 -0.9999996423721313 1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -1.0000003576278687 -0.9999996423721313 1.0 -0.9999999403953552 1.0 1.0 -0.9999996423721313 1.0000003576278687 -1.0 1.0000004768371582 0.999999463558197 1.0 1.0 0.9999999403953552 -1.0 -0.9999996423721313 1.0000003576278687 -1.0 -0.9999999403953552 1.0 1.0 + + 1.0 -1.0 -1.0 -0.9999996423721313 1.0000003576278687 -1.0 1.0 0.9999999403953552 -1.0 -0.9999999403953552 1.0 1.0 0.9999993443489075 -1.0000005960464478 1.0 1.0000004768371582 0.999999463558197 1.0 1.0000004768371582 0.999999463558197 1.0 1.0 -1.0 -1.0 1.0 0.9999999403953552 -1.0 0.9999993443489075 -1.0000005960464478 1.0 -1.0000001192092896 -0.9999998211860657 -1.0 1.0 -1.0 -1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -0.9999999403953552 1.0 1.0 -0.9999996423721313 1.0000003576278687 -1.0 1.0 0.9999999403953552 -1.0 -0.9999999403953552 1.0 1.0 1.0000004768371582 0.999999463558197 1.0 1.0 -1.0 -1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -0.9999996423721313 1.0000003576278687 -1.0 -0.9999999403953552 1.0 1.0 -1.0000003576278687 -0.9999996423721313 1.0 0.9999993443489075 -1.0000005960464478 1.0 1.0000004768371582 0.999999463558197 1.0 0.9999993443489075 -1.0000005960464478 1.0 1.0 -1.0 -1.0 0.9999993443489075 -1.0000005960464478 1.0 -1.0000003576278687 -0.9999996423721313 1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -1.0000003576278687 -0.9999996423721313 1.0 -0.9999999403953552 1.0 1.0 1.0 0.9999999403953552 -1.0 -0.9999996423721313 1.0000003576278687 -1.0 -0.9999999403953552 1.0 1.0 - + - - 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 2.9802322387695312e-08 0.0 1.0 2.9802322387695312e-08 0.0 1.0 2.9802322387695312e-08 0.0 1.0 2.9802322387695312e-08 0.0 1.0 1.0 -2.980232238769531e-07 4.470339831641468e-08 1.0 -2.980232238769531e-07 4.470339831641468e-08 1.0 -2.980232238769531e-07 4.470339831641468e-08 1.0 -2.980232238769531e-07 4.470339831641468e-08 -2.831220911048149e-07 -1.0 -1.7881397695873602e-07 -2.831220911048149e-07 -1.0 -1.7881397695873602e-07 -2.831220911048149e-07 -1.0 -1.7881397695873602e-07 -2.831220911048149e-07 -1.0 -1.7881397695873602e-07 -1.0 2.384185791015625e-07 -1.341104365337742e-07 -1.0 2.384185791015625e-07 -1.341104365337742e-07 -1.0 2.384185791015625e-07 -1.341104365337742e-07 -1.0 2.384185791015625e-07 -1.341104365337742e-07 2.384185791015625e-07 1.0 1.6391278734317893e-07 2.384185791015625e-07 1.0 1.6391278734317893e-07 2.384185791015625e-07 1.0 1.6391278734317893e-07 2.384185791015625e-07 1.0 1.6391278734317893e-07 + + 2.980232949312267e-08 0.0 -1.0 2.980232949312267e-08 0.0 -1.0 2.980232949312267e-08 0.0 -1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 1.0 0.0 -2.384185791015625e-07 1.0 0.0 -2.384185791015625e-07 1.0 0.0 -2.384185791015625e-07 -8.940696716308594e-08 -1.0 -4.76837158203125e-07 -8.940696716308594e-08 -1.0 -4.76837158203125e-07 -8.940696716308594e-08 -1.0 -4.76837158203125e-07 -1.0 2.3841855067985307e-07 -1.4901156930591242e-07 -1.0 2.3841855067985307e-07 -1.4901156930591242e-07 -1.0 2.3841855067985307e-07 -1.4901156930591242e-07 2.6822084464583895e-07 1.0 2.3841852225814364e-07 2.6822084464583895e-07 1.0 2.3841852225814364e-07 2.6822084464583895e-07 1.0 2.3841852225814364e-07 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 5.96046660916727e-08 0.0 1.0 5.96046660916727e-08 0.0 1.0 5.96046660916727e-08 0.0 1.0 1.0 -5.960464477539062e-07 3.2782537573439186e-07 1.0 -5.960464477539062e-07 3.2782537573439186e-07 1.0 -5.960464477539062e-07 3.2782537573439186e-07 -4.768372150465439e-07 -1.0 1.1920927533992653e-07 -4.768372150465439e-07 -1.0 1.1920927533992653e-07 -4.768372150465439e-07 -1.0 1.1920927533992653e-07 -1.0 2.3841863594498136e-07 -1.1920931797249068e-07 -1.0 2.3841863594498136e-07 -1.1920931797249068e-07 -1.0 2.3841863594498136e-07 -1.1920931797249068e-07 2.0861631355728605e-07 1.0 8.940701690107744e-08 2.0861631355728605e-07 1.0 8.940701690107744e-08 2.0861631355728605e-07 1.0 8.940701690107744e-08 - + - - + + - - - -

0 1 2 3

-

4 5 6 7

-

8 9 10 11

-

12 13 14 15

-

16 17 18 19

-

20 21 22 23

-
+ + + +

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

+
- + - - -1.0 -1.4705469608306885 -1.0 -1.0 -1.4705469608306885 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 -1.4705469608306885 1.0 1.0 -1.4705469608306885 -1.0 1.0 -1.4705469608306885 -1.0 1.0 -1.4705469608306885 1.0 -1.0 -1.4705469608306885 1.0 -1.0 -1.4705469608306885 -1.0 -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.4705469608306885 -1.0 -1.0 -1.4705469608306885 -1.0 1.0 1.0 1.0 -1.0 1.0 1.0 -1.0 -1.4705469608306885 1.0 1.0 -1.4705469608306885 1.0 + + -1.0 -1.4705469608306885 1.0 -1.0 1.0 -1.0 -1.0 -1.4705469608306885 -1.0 -1.0 1.0 1.0 1.0 1.0 -1.0 -1.0 1.0 -1.0 1.0 1.0 1.0 1.0 -1.4705469608306885 -1.0 1.0 1.0 -1.0 1.0 -1.4705469608306885 1.0 -1.0 -1.4705469608306885 -1.0 1.0 -1.4705469608306885 -1.0 1.0 1.0 -1.0 -1.0 -1.4705469608306885 -1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 1.0 -1.4705469608306885 1.0 1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 1.0 1.0 -1.4705469608306885 1.0 -1.0 -1.4705469608306885 1.0 1.0 -1.4705469608306885 -1.0 -1.0 -1.4705469608306885 1.0 - + - - -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 + + -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 -1.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 1.0 - + - - + + - - - -

0 1 2 3

-

4 5 6 7

-

8 9 10 11

-

12 13 14 15

-

16 17 18 19

-

20 21 22 23

-
+ + + +

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 0 18 1 3 19 4 6 20 7 9 21 10 12 22 13 15 23 16

+
- + - - -1.3639461994171143 -0.8614062666893005 0.4651987552642822 -1.3639461994171143 1.2585525512695312 0.4651987552642822 -1.3639461994171143 1.2585525512695312 0.5333811044692993 -1.3639461994171143 -0.8614062666893005 0.5333811044692993 -1.3639461994171143 1.2585525512695312 0.4651987552642822 0.8921138644218445 1.2585525512695312 0.4651987552642822 0.8921138644218445 1.2585525512695312 0.5333811044692993 -1.3639461994171143 1.2585525512695312 0.5333811044692993 0.8921138644218445 1.2585525512695312 0.4651987552642822 0.8921138644218445 -0.8614062666893005 0.4651987552642822 0.8921138644218445 -0.8614062666893005 0.5333811044692993 0.8921138644218445 1.2585525512695312 0.5333811044692993 0.8921138644218445 -0.8614062666893005 0.4651987552642822 -1.3639461994171143 -0.8614062666893005 0.4651987552642822 -1.3639461994171143 -0.8614062666893005 0.5333811044692993 0.8921138644218445 -0.8614062666893005 0.5333811044692993 -1.3639461994171143 1.2585525512695312 0.4651987552642822 -1.3639461994171143 -0.8614062666893005 0.4651987552642822 0.8921138644218445 -0.8614062666893005 0.4651987552642822 0.8921138644218445 1.2585525512695312 0.4651987552642822 -1.5090508460998535 -1.0 -0.407797634601593 -1.5090508460998535 -1.0 0.5333811044692993 -1.5090508460998535 1.4003177881240845 0.5333811044692993 -1.5090508460998535 1.4003177881240845 -0.407797634601593 -1.5090508460998535 1.4003177881240845 -0.407797634601593 -1.5090508460998535 1.4003177881240845 0.5333811044692993 1.0 1.4003177881240845 0.5333811044692993 1.0 1.4003177881240845 -0.407797634601593 1.0 1.4003177881240845 -0.407797634601593 1.0 1.4003177881240845 0.5333811044692993 1.0 -1.0 0.5333811044692993 1.0 -1.0 -0.407797634601593 1.0 -1.0 -0.407797634601593 1.0 -1.0 0.5333811044692993 -1.5090508460998535 -1.0 0.5333811044692993 -1.5090508460998535 -1.0 -0.407797634601593 -1.5090508460998535 1.4003177881240845 -0.407797634601593 1.0 1.4003177881240845 -0.407797634601593 1.0 -1.0 -0.407797634601593 -1.5090508460998535 -1.0 -0.407797634601593 1.0 1.4003177881240845 0.5333811044692993 0.8921138644218445 1.2585525512695312 0.5333811044692993 0.8921138644218445 -0.8614062666893005 0.5333811044692993 -1.3639461994171143 -0.8614062666893005 0.5333811044692993 -1.5090508460998535 -1.0 0.5333811044692993 1.0 -1.0 0.5333811044692993 -1.5090508460998535 -1.0 0.5333811044692993 -1.3639461994171143 -0.8614062666893005 0.5333811044692993 -1.3639461994171143 1.2585525512695312 0.5333811044692993 0.8921138644218445 1.2585525512695312 0.5333811044692993 1.0 1.4003177881240845 0.5333811044692993 -1.5090508460998535 1.4003177881240845 0.5333811044692993 + + -1.3639461994171143 1.2585525512695312 0.4651987552642822 -1.3639461994171143 -0.8614062666893005 0.5333811044692993 -1.3639461994171143 -0.8614062666893005 0.4651987552642822 0.8921138644218445 1.2585525512695312 0.4651987552642822 -1.3639461994171143 1.2585525512695312 0.5333811044692993 -1.3639461994171143 1.2585525512695312 0.4651987552642822 0.8921138644218445 -0.8614062666893005 0.4651987552642822 0.8921138644218445 1.2585525512695312 0.5333811044692993 0.8921138644218445 1.2585525512695312 0.4651987552642822 -1.3639461994171143 -0.8614062666893005 0.4651987552642822 0.8921138644218445 -0.8614062666893005 0.5333811044692993 0.8921138644218445 -0.8614062666893005 0.4651987552642822 -1.3639461994171143 -0.8614062666893005 0.4651987552642822 0.8921138644218445 1.2585525512695312 0.4651987552642822 -1.3639461994171143 1.2585525512695312 0.4651987552642822 -1.5090508460998535 -1.0 0.5333811044692993 -1.5090508460998535 1.4003177881240845 -0.407797634601593 -1.5090508460998535 -1.0 -0.407797634601593 -1.5090508460998535 1.4003177881240845 0.5333811044692993 1.0 1.4003177881240845 -0.407797634601593 -1.5090508460998535 1.4003177881240845 -0.407797634601593 1.0 1.4003177881240845 0.5333811044692993 1.0 -1.0 -0.407797634601593 1.0 1.4003177881240845 -0.407797634601593 1.0 -1.0 0.5333811044692993 -1.5090508460998535 -1.0 -0.407797634601593 1.0 -1.0 -0.407797634601593 1.0 1.4003177881240845 -0.407797634601593 -1.5090508460998535 -1.0 -0.407797634601593 -1.5090508460998535 1.4003177881240845 -0.407797634601593 -1.3639461994171143 -0.8614062666893005 0.5333811044692993 -1.5090508460998535 -1.0 0.5333811044692993 1.0 -1.0 0.5333811044692993 -1.3639461994171143 1.2585525512695312 0.5333811044692993 1.0 1.4003177881240845 0.5333811044692993 -1.5090508460998535 1.4003177881240845 0.5333811044692993 -1.3639461994171143 1.2585525512695312 0.5333811044692993 0.8921138644218445 1.2585525512695312 0.5333811044692993 0.8921138644218445 -0.8614062666893005 0.5333811044692993 -1.3639461994171143 -0.8614062666893005 0.5333811044692993 0.8921138644218445 -0.8614062666893005 0.4651987552642822 -1.5090508460998535 1.4003177881240845 0.5333811044692993 1.0 1.4003177881240845 0.5333811044692993 1.0 -1.0 0.5333811044692993 -1.5090508460998535 -1.0 0.5333811044692993 1.0 -1.0 -0.407797634601593 1.0 -1.0 0.5333811044692993 1.0 1.4003177881240845 0.5333811044692993 0.8921138644218445 1.2585525512695312 0.5333811044692993 0.8921138644218445 -0.8614062666893005 0.5333811044692993 0.8921138644218445 1.2585525512695312 0.5333811044692993 -1.5090508460998535 1.4003177881240845 0.5333811044692993 -1.5090508460998535 -1.0 0.5333811044692993 -1.3639461994171143 1.2585525512695312 0.5333811044692993 - + - - 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 2.855400396128971e-07 0.0 1.0 2.855400396128971e-07 0.0 1.0 2.855400396128971e-07 0.0 1.0 2.855400396128971e-07 0.0 1.0 2.855400396128971e-07 0.0 1.0 2.855400396128971e-07 0.0 1.0 -1.3430116041490692e-07 0.0 0.9999999403953552 -1.3430116041490692e-07 0.0 0.9999999403953552 -1.3430116041490692e-07 0.0 0.9999999403953552 -1.3430116041490692e-07 0.0 0.9999999403953552 -1.3430116041490692e-07 0.0 0.9999999403953552 -1.3430116041490692e-07 0.0 0.9999999403953552 + + 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 -1.0 0.0 -1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 -1.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 6.905052600814088e-07 0.0 1.0 6.905052600814088e-07 0.0 1.0 6.905052600814088e-07 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 -6.845261850685347e-07 0.0 1.0 -6.845261850685347e-07 0.0 1.0 -6.845261850685347e-07 0.0 1.0 - + - - + + - - - -

0 1 2 3

-

4 5 6 7

-

8 9 10 11

-

12 13 14 15

-

16 17 18 19

-

20 21 22 23

-

24 25 26 27

-

28 29 30 31

-

32 33 34 35

-

36 37 38 39

-

40 41 42 43 44 45

-

46 47 48 49 50 51

-
+ + + +

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 0 36 1 3 37 4 6 38 7 9 39 10 12 40 13 15 41 16 18 42 19 21 43 22 24 44 25 27 45 28 46 47 48 49 30 32 32 50 49 51 52 53 33 50 34 31 30 33

+
- + - - 0.0 1.0 -1.0 0.0 1.0 1.0 0.19509032368659973 0.9807852506637573 1.0 0.19509032368659973 0.9807852506637573 -1.0 0.19509032368659973 0.9807852506637573 -1.0 0.19509032368659973 0.9807852506637573 1.0 0.3826834559440613 0.9238795042037964 1.0 0.3826834559440613 0.9238795042037964 -1.0 0.3826834559440613 0.9238795042037964 -1.0 0.3826834559440613 0.9238795042037964 1.0 0.5555702447891235 0.8314695954322815 1.0 0.5555702447891235 0.8314695954322815 -1.0 0.5555702447891235 0.8314695954322815 -1.0 0.5555702447891235 0.8314695954322815 1.0 0.7071067690849304 0.7071067690849304 1.0 0.7071067690849304 0.7071067690849304 -1.0 0.7071067690849304 0.7071067690849304 -1.0 0.7071067690849304 0.7071067690849304 1.0 0.8314696550369263 0.5555701851844788 1.0 0.8314696550369263 0.5555701851844788 -1.0 0.8314696550369263 0.5555701851844788 -1.0 0.8314696550369263 0.5555701851844788 1.0 0.9238795042037964 0.3826834261417389 1.0 0.9238795042037964 0.3826834261417389 -1.0 0.9238795042037964 0.3826834261417389 -1.0 0.9238795042037964 0.3826834261417389 1.0 0.9807852506637573 0.19509035348892212 1.0 0.9807852506637573 0.19509035348892212 -1.0 0.9807852506637573 0.19509035348892212 -1.0 0.9807852506637573 0.19509035348892212 1.0 1.0 7.549790126404332e-08 1.0 1.0 7.549790126404332e-08 -1.0 1.0 7.549790126404332e-08 -1.0 1.0 7.549790126404332e-08 1.0 0.9807853102684021 -0.19509020447731018 1.0 0.9807853102684021 -0.19509020447731018 -1.0 0.9807853102684021 -0.19509020447731018 -1.0 0.9807853102684021 -0.19509020447731018 1.0 0.9238795638084412 -0.38268327713012695 1.0 0.9238795638084412 -0.38268327713012695 -1.0 0.9238795638084412 -0.38268327713012695 -1.0 0.9238795638084412 -0.38268327713012695 1.0 0.8314696550369263 -0.5555701851844788 1.0 0.8314696550369263 -0.5555701851844788 -1.0 0.8314696550369263 -0.5555701851844788 -1.0 0.8314696550369263 -0.5555701851844788 1.0 0.7071067690849304 -0.7071067690849304 1.0 0.7071067690849304 -0.7071067690849304 -1.0 0.7071067690849304 -0.7071067690849304 -1.0 0.7071067690849304 -0.7071067690849304 1.0 0.5555701851844788 -0.8314696550369263 1.0 0.5555701851844788 -0.8314696550369263 -1.0 0.5555701851844788 -0.8314696550369263 -1.0 0.5555701851844788 -0.8314696550369263 1.0 0.38268327713012695 -0.9238796234130859 1.0 0.38268327713012695 -0.9238796234130859 -1.0 0.38268327713012695 -0.9238796234130859 -1.0 0.38268327713012695 -0.9238796234130859 1.0 0.19509008526802063 -0.9807853102684021 1.0 0.19509008526802063 -0.9807853102684021 -1.0 0.19509008526802063 -0.9807853102684021 -1.0 0.19509008526802063 -0.9807853102684021 1.0 -3.2584136988589307e-07 -1.0 1.0 -3.2584136988589307e-07 -1.0 -1.0 -3.2584136988589307e-07 -1.0 -1.0 -3.2584136988589307e-07 -1.0 1.0 -0.19509072601795197 -0.9807851910591125 1.0 -0.19509072601795197 -0.9807851910591125 -1.0 -0.19509072601795197 -0.9807851910591125 -1.0 -0.19509072601795197 -0.9807851910591125 1.0 -0.3826838731765747 -0.9238793253898621 1.0 -0.3826838731765747 -0.9238793253898621 -1.0 -0.3826838731765747 -0.9238793253898621 -1.0 -0.3826838731765747 -0.9238793253898621 1.0 -0.5555707216262817 -0.8314692974090576 1.0 -0.5555707216262817 -0.8314692974090576 -1.0 -0.5555707216262817 -0.8314692974090576 -1.0 -0.5555707216262817 -0.8314692974090576 1.0 -0.7071072459220886 -0.707106351852417 1.0 -0.7071072459220886 -0.707106351852417 -1.0 -0.7071072459220886 -0.707106351852417 -1.0 -0.7071072459220886 -0.707106351852417 1.0 -0.8314700126647949 -0.5555696487426758 1.0 -0.8314700126647949 -0.5555696487426758 -1.0 -0.8314700126647949 -0.5555696487426758 -1.0 -0.8314700126647949 -0.5555696487426758 1.0 -0.923879861831665 -0.3826826810836792 1.0 -0.923879861831665 -0.3826826810836792 -1.0 -0.923879861831665 -0.3826826810836792 -1.0 -0.923879861831665 -0.3826826810836792 1.0 -0.9807854294776917 -0.1950894594192505 1.0 -0.9807854294776917 -0.1950894594192505 -1.0 -0.9807854294776917 -0.1950894594192505 -1.0 -0.9807854294776917 -0.1950894594192505 1.0 -1.0 9.655991561885457e-07 1.0 -1.0 9.655991561885457e-07 -1.0 -1.0 9.655991561885457e-07 -1.0 -1.0 9.655991561885457e-07 1.0 -0.980785071849823 0.1950913518667221 1.0 -0.980785071849823 0.1950913518667221 -1.0 -0.980785071849823 0.1950913518667221 -1.0 -0.980785071849823 0.1950913518667221 1.0 -0.923879086971283 0.38268446922302246 1.0 -0.923879086971283 0.38268446922302246 -1.0 -0.923879086971283 0.38268446922302246 -1.0 -0.923879086971283 0.38268446922302246 1.0 -0.831468939781189 0.5555712580680847 1.0 -0.831468939781189 0.5555712580680847 -1.0 -0.831468939781189 0.5555712580680847 -1.0 -0.831468939781189 0.5555712580680847 1.0 -0.7071058750152588 0.707107663154602 1.0 -0.7071058750152588 0.707107663154602 -1.0 -0.7071058750152588 0.707107663154602 -1.0 -0.7071058750152588 0.707107663154602 1.0 -0.5555691123008728 0.8314703702926636 1.0 -0.5555691123008728 0.8314703702926636 -1.0 -0.5555691123008728 0.8314703702926636 -1.0 -0.5555691123008728 0.8314703702926636 1.0 -0.38268208503723145 0.9238801002502441 1.0 -0.38268208503723145 0.9238801002502441 -1.0 0.19509032368659973 0.9807852506637573 1.0 0.0 1.0 1.0 -0.19508881866931915 0.9807855486869812 1.0 -0.38268208503723145 0.9238801002502441 1.0 -0.5555691123008728 0.8314703702926636 1.0 -0.7071058750152588 0.707107663154602 1.0 -0.831468939781189 0.5555712580680847 1.0 -0.923879086971283 0.38268446922302246 1.0 -0.980785071849823 0.1950913518667221 1.0 -1.0 9.655991561885457e-07 1.0 -0.9807854294776917 -0.1950894594192505 1.0 -0.923879861831665 -0.3826826810836792 1.0 -0.8314700126647949 -0.5555696487426758 1.0 -0.7071072459220886 -0.707106351852417 1.0 -0.5555707216262817 -0.8314692974090576 1.0 -0.3826838731765747 -0.9238793253898621 1.0 -0.19509072601795197 -0.9807851910591125 1.0 -3.2584136988589307e-07 -1.0 1.0 0.19509008526802063 -0.9807853102684021 1.0 0.38268327713012695 -0.9238796234130859 1.0 0.5555701851844788 -0.8314696550369263 1.0 0.7071067690849304 -0.7071067690849304 1.0 0.8314696550369263 -0.5555701851844788 1.0 0.9238795638084412 -0.38268327713012695 1.0 0.9807853102684021 -0.19509020447731018 1.0 1.0 7.549790126404332e-08 1.0 0.9807852506637573 0.19509035348892212 1.0 0.9238795042037964 0.3826834261417389 1.0 0.8314696550369263 0.5555701851844788 1.0 0.7071067690849304 0.7071067690849304 1.0 0.5555702447891235 0.8314695954322815 1.0 0.3826834559440613 0.9238795042037964 1.0 -0.38268208503723145 0.9238801002502441 -1.0 -0.38268208503723145 0.9238801002502441 1.0 -0.19508881866931915 0.9807855486869812 1.0 -0.19508881866931915 0.9807855486869812 -1.0 -0.19508881866931915 0.9807855486869812 -1.0 -0.19508881866931915 0.9807855486869812 1.0 0.0 1.0 1.0 0.0 1.0 -1.0 0.0 1.0 -1.0 0.19509032368659973 0.9807852506637573 -1.0 0.3826834559440613 0.9238795042037964 -1.0 0.5555702447891235 0.8314695954322815 -1.0 0.7071067690849304 0.7071067690849304 -1.0 0.8314696550369263 0.5555701851844788 -1.0 0.9238795042037964 0.3826834261417389 -1.0 0.9807852506637573 0.19509035348892212 -1.0 1.0 7.549790126404332e-08 -1.0 0.9807853102684021 -0.19509020447731018 -1.0 0.9238795638084412 -0.38268327713012695 -1.0 0.8314696550369263 -0.5555701851844788 -1.0 0.7071067690849304 -0.7071067690849304 -1.0 0.5555701851844788 -0.8314696550369263 -1.0 0.38268327713012695 -0.9238796234130859 -1.0 0.19509008526802063 -0.9807853102684021 -1.0 -3.2584136988589307e-07 -1.0 -1.0 -0.19509072601795197 -0.9807851910591125 -1.0 -0.3826838731765747 -0.9238793253898621 -1.0 -0.5555707216262817 -0.8314692974090576 -1.0 -0.7071072459220886 -0.707106351852417 -1.0 -0.8314700126647949 -0.5555696487426758 -1.0 -0.923879861831665 -0.3826826810836792 -1.0 -0.9807854294776917 -0.1950894594192505 -1.0 -1.0 9.655991561885457e-07 -1.0 -0.980785071849823 0.1950913518667221 -1.0 -0.923879086971283 0.38268446922302246 -1.0 -0.831468939781189 0.5555712580680847 -1.0 -0.7071058750152588 0.707107663154602 -1.0 -0.5555691123008728 0.8314703702926636 -1.0 -0.38268208503723145 0.9238801002502441 -1.0 -0.19508881866931915 0.9807855486869812 -1.0 + + 0.0 1.0 1.0 0.19509032368659973 0.9807852506637573 -1.0 0.0 1.0 -1.0 0.19509032368659973 0.9807852506637573 1.0 0.3826834559440613 0.9238795042037964 -1.0 0.19509032368659973 0.9807852506637573 -1.0 0.3826834559440613 0.9238795042037964 1.0 0.5555702447891235 0.8314695954322815 -1.0 0.3826834559440613 0.9238795042037964 -1.0 0.5555702447891235 0.8314695954322815 1.0 0.7071067690849304 0.7071067690849304 -1.0 0.5555702447891235 0.8314695954322815 -1.0 0.7071067690849304 0.7071067690849304 1.0 0.8314696550369263 0.5555701851844788 -1.0 0.7071067690849304 0.7071067690849304 -1.0 0.8314696550369263 0.5555701851844788 1.0 0.9238795042037964 0.3826834261417389 -1.0 0.8314696550369263 0.5555701851844788 -1.0 0.9238795042037964 0.3826834261417389 1.0 0.9807852506637573 0.19509035348892212 -1.0 0.9238795042037964 0.3826834261417389 -1.0 0.9807852506637573 0.19509035348892212 1.0 1.0 7.549790126404332e-08 -1.0 0.9807852506637573 0.19509035348892212 -1.0 1.0 7.549790126404332e-08 1.0 0.9807853102684021 -0.19509020447731018 -1.0 1.0 7.549790126404332e-08 -1.0 0.9807853102684021 -0.19509020447731018 1.0 0.9238795638084412 -0.38268327713012695 -1.0 0.9807853102684021 -0.19509020447731018 -1.0 0.9238795638084412 -0.38268327713012695 1.0 0.8314696550369263 -0.5555701851844788 -1.0 0.9238795638084412 -0.38268327713012695 -1.0 0.8314696550369263 -0.5555701851844788 1.0 0.7071067690849304 -0.7071067690849304 -1.0 0.8314696550369263 -0.5555701851844788 -1.0 0.7071067690849304 -0.7071067690849304 1.0 0.5555701851844788 -0.8314696550369263 -1.0 0.7071067690849304 -0.7071067690849304 -1.0 0.5555701851844788 -0.8314696550369263 1.0 0.38268327713012695 -0.9238796234130859 -1.0 0.5555701851844788 -0.8314696550369263 -1.0 0.38268327713012695 -0.9238796234130859 1.0 0.19509008526802063 -0.9807853102684021 -1.0 0.38268327713012695 -0.9238796234130859 -1.0 0.19509008526802063 -0.9807853102684021 1.0 -3.2584136988589307e-07 -1.0 -1.0 0.19509008526802063 -0.9807853102684021 -1.0 -3.2584136988589307e-07 -1.0 1.0 -0.19509072601795197 -0.9807851910591125 -1.0 -3.2584136988589307e-07 -1.0 -1.0 -0.19509072601795197 -0.9807851910591125 1.0 -0.3826838731765747 -0.9238793253898621 -1.0 -0.19509072601795197 -0.9807851910591125 -1.0 -0.3826838731765747 -0.9238793253898621 1.0 -0.5555707216262817 -0.8314692974090576 -1.0 -0.3826838731765747 -0.9238793253898621 -1.0 -0.5555707216262817 -0.8314692974090576 1.0 -0.7071072459220886 -0.707106351852417 -1.0 -0.5555707216262817 -0.8314692974090576 -1.0 -0.7071072459220886 -0.707106351852417 1.0 -0.8314700126647949 -0.5555696487426758 -1.0 -0.7071072459220886 -0.707106351852417 -1.0 -0.8314700126647949 -0.5555696487426758 1.0 -0.923879861831665 -0.3826826810836792 -1.0 -0.8314700126647949 -0.5555696487426758 -1.0 -0.923879861831665 -0.3826826810836792 1.0 -0.9807854294776917 -0.1950894594192505 -1.0 -0.923879861831665 -0.3826826810836792 -1.0 -0.9807854294776917 -0.1950894594192505 1.0 -1.0 9.655991561885457e-07 -1.0 -0.9807854294776917 -0.1950894594192505 -1.0 -1.0 9.655991561885457e-07 1.0 -0.980785071849823 0.1950913518667221 -1.0 -1.0 9.655991561885457e-07 -1.0 -0.980785071849823 0.1950913518667221 1.0 -0.923879086971283 0.38268446922302246 -1.0 -0.980785071849823 0.1950913518667221 -1.0 -0.923879086971283 0.38268446922302246 1.0 -0.831468939781189 0.5555712580680847 -1.0 -0.923879086971283 0.38268446922302246 -1.0 -0.831468939781189 0.5555712580680847 1.0 -0.7071058750152588 0.707107663154602 -1.0 -0.831468939781189 0.5555712580680847 -1.0 -0.7071058750152588 0.707107663154602 1.0 -0.5555691123008728 0.8314703702926636 -1.0 -0.7071058750152588 0.707107663154602 -1.0 -0.5555691123008728 0.8314703702926636 1.0 -0.38268208503723145 0.9238801002502441 -1.0 -0.5555691123008728 0.8314703702926636 -1.0 -0.3826838731765747 -0.9238793253898621 1.0 0.9238795638084412 -0.38268327713012695 1.0 -0.923879086971283 0.38268446922302246 1.0 -0.38268208503723145 0.9238801002502441 1.0 -0.19508881866931915 0.9807855486869812 -1.0 -0.38268208503723145 0.9238801002502441 -1.0 -0.19508881866931915 0.9807855486869812 1.0 0.0 1.0 -1.0 -0.19508881866931915 0.9807855486869812 -1.0 0.19509008526802063 -0.9807853102684021 -1.0 -0.9807854294776917 -0.1950894594192505 -1.0 0.9807852506637573 0.19509035348892212 -1.0 0.19509032368659973 0.9807852506637573 1.0 0.19509032368659973 0.9807852506637573 1.0 0.3826834559440613 0.9238795042037964 1.0 0.3826834559440613 0.9238795042037964 -1.0 0.5555702447891235 0.8314695954322815 1.0 0.5555702447891235 0.8314695954322815 1.0 0.7071067690849304 0.7071067690849304 1.0 0.7071067690849304 0.7071067690849304 -1.0 0.7071067690849304 0.7071067690849304 1.0 0.8314696550369263 0.5555701851844788 1.0 0.8314696550369263 0.5555701851844788 -1.0 0.9238795042037964 0.3826834261417389 1.0 0.9807852506637573 0.19509035348892212 1.0 1.0 7.549790126404332e-08 1.0 1.0 7.549790126404332e-08 1.0 0.9807853102684021 -0.19509020447731018 1.0 0.9807853102684021 -0.19509020447731018 -1.0 0.9238795638084412 -0.38268327713012695 1.0 0.9238795638084412 -0.38268327713012695 1.0 0.8314696550369263 -0.5555701851844788 1.0 0.8314696550369263 -0.5555701851844788 -1.0 0.8314696550369263 -0.5555701851844788 1.0 0.7071067690849304 -0.7071067690849304 1.0 0.7071067690849304 -0.7071067690849304 -1.0 0.5555701851844788 -0.8314696550369263 1.0 0.38268327713012695 -0.9238796234130859 1.0 0.38268327713012695 -0.9238796234130859 1.0 0.19509008526802063 -0.9807853102684021 1.0 0.19509008526802063 -0.9807853102684021 -1.0 -3.2584136988589307e-07 -1.0 1.0 -0.19509072601795197 -0.9807851910591125 1.0 -0.19509072601795197 -0.9807851910591125 1.0 -0.3826838731765747 -0.9238793253898621 1.0 -0.3826838731765747 -0.9238793253898621 -1.0 -0.5555707216262817 -0.8314692974090576 1.0 -0.5555707216262817 -0.8314692974090576 1.0 -0.7071072459220886 -0.707106351852417 1.0 -0.7071072459220886 -0.707106351852417 -1.0 -0.7071072459220886 -0.707106351852417 1.0 -0.8314700126647949 -0.5555696487426758 1.0 -0.8314700126647949 -0.5555696487426758 -1.0 -0.923879861831665 -0.3826826810836792 1.0 -0.923879861831665 -0.3826826810836792 1.0 -0.9807854294776917 -0.1950894594192505 1.0 -0.9807854294776917 -0.1950894594192505 -1.0 -0.9807854294776917 -0.1950894594192505 1.0 -1.0 9.655991561885457e-07 1.0 -1.0 9.655991561885457e-07 -1.0 -1.0 9.655991561885457e-07 1.0 -0.980785071849823 0.1950913518667221 1.0 -0.980785071849823 0.1950913518667221 -1.0 -0.923879086971283 0.38268446922302246 1.0 -0.923879086971283 0.38268446922302246 1.0 -0.831468939781189 0.5555712580680847 1.0 -0.831468939781189 0.5555712580680847 -1.0 -0.7071058750152588 0.707107663154602 1.0 -0.7071058750152588 0.707107663154602 1.0 -0.5555691123008728 0.8314703702926636 1.0 -0.5555691123008728 0.8314703702926636 -1.0 -0.38268208503723145 0.9238801002502441 1.0 0.3826834559440613 0.9238795042037964 1.0 0.19509032368659973 0.9807852506637573 1.0 0.0 1.0 1.0 -0.19508881866931915 0.9807855486869812 1.0 -0.38268208503723145 0.9238801002502441 1.0 -0.5555691123008728 0.8314703702926636 1.0 -0.7071058750152588 0.707107663154602 1.0 -0.7071058750152588 0.707107663154602 1.0 -0.831468939781189 0.5555712580680847 1.0 -0.923879086971283 0.38268446922302246 1.0 -0.923879086971283 0.38268446922302246 1.0 -0.980785071849823 0.1950913518667221 1.0 -1.0 9.655991561885457e-07 1.0 -1.0 9.655991561885457e-07 1.0 -0.9807854294776917 -0.1950894594192505 1.0 -0.923879086971283 0.38268446922302246 1.0 -0.923879861831665 -0.3826826810836792 1.0 -0.8314700126647949 -0.5555696487426758 1.0 -0.3826838731765747 -0.9238793253898621 1.0 -0.7071072459220886 -0.707106351852417 1.0 -0.5555707216262817 -0.8314692974090576 1.0 -0.19509072601795197 -0.9807851910591125 1.0 -3.2584136988589307e-07 -1.0 1.0 -3.2584136988589307e-07 -1.0 1.0 0.19509008526802063 -0.9807853102684021 1.0 0.38268327713012695 -0.9238796234130859 1.0 0.38268327713012695 -0.9238796234130859 1.0 0.5555701851844788 -0.8314696550369263 1.0 0.7071067690849304 -0.7071067690849304 1.0 0.7071067690849304 -0.7071067690849304 1.0 0.8314696550369263 -0.5555701851844788 1.0 0.9238795638084412 -0.38268327713012695 1.0 0.9238795638084412 -0.38268327713012695 1.0 0.9807853102684021 -0.19509020447731018 1.0 1.0 7.549790126404332e-08 1.0 1.0 7.549790126404332e-08 1.0 0.9807852506637573 0.19509035348892212 1.0 0.9238795638084412 -0.38268327713012695 1.0 0.9238795042037964 0.3826834261417389 1.0 0.8314696550369263 0.5555701851844788 1.0 0.7071067690849304 0.7071067690849304 1.0 0.7071067690849304 0.7071067690849304 1.0 0.5555702447891235 0.8314695954322815 1.0 -0.38268208503723145 0.9238801002502441 1.0 0.3826834559440613 0.9238795042037964 1.0 0.9238795638084412 -0.38268327713012695 1.0 0.9807852506637573 0.19509035348892212 1.0 0.9238795042037964 0.3826834261417389 1.0 0.9238795042037964 0.3826834261417389 1.0 0.7071067690849304 0.7071067690849304 1.0 0.9238795638084412 -0.38268327713012695 1.0 -0.923879086971283 0.38268446922302246 1.0 -0.923879861831665 -0.3826826810836792 1.0 -0.3826838731765747 -0.9238793253898621 1.0 0.9238795638084412 -0.38268327713012695 1.0 0.7071067690849304 0.7071067690849304 1.0 0.3826834559440613 0.9238795042037964 1.0 -0.38268208503723145 0.9238801002502441 1.0 -0.19508881866931915 0.9807855486869812 1.0 -0.19508881866931915 0.9807855486869812 -1.0 0.0 1.0 1.0 -0.19508881866931915 0.9807855486869812 -1.0 0.0 1.0 -1.0 0.19509032368659973 0.9807852506637573 -1.0 0.3826834559440613 0.9238795042037964 -1.0 0.5555702447891235 0.8314695954322815 -1.0 0.5555702447891235 0.8314695954322815 -1.0 0.7071067690849304 0.7071067690849304 -1.0 0.8314696550369263 0.5555701851844788 -1.0 0.8314696550369263 0.5555701851844788 -1.0 0.9238795042037964 0.3826834261417389 -1.0 1.0 7.549790126404332e-08 -1.0 0.9807853102684021 -0.19509020447731018 -1.0 0.9238795638084412 -0.38268327713012695 -1.0 0.8314696550369263 -0.5555701851844788 -1.0 0.7071067690849304 -0.7071067690849304 -1.0 0.5555701851844788 -0.8314696550369263 -1.0 0.38268327713012695 -0.9238796234130859 -1.0 -3.2584136988589307e-07 -1.0 -1.0 -0.19509072601795197 -0.9807851910591125 -1.0 -0.3826838731765747 -0.9238793253898621 -1.0 -0.5555707216262817 -0.8314692974090576 -1.0 -0.7071072459220886 -0.707106351852417 -1.0 -0.8314700126647949 -0.5555696487426758 -1.0 -0.8314700126647949 -0.5555696487426758 -1.0 -0.923879861831665 -0.3826826810836792 -1.0 -0.9807854294776917 -0.1950894594192505 -1.0 -0.9807854294776917 -0.1950894594192505 -1.0 -1.0 9.655991561885457e-07 -1.0 -0.980785071849823 0.1950913518667221 -1.0 -0.980785071849823 0.1950913518667221 -1.0 -0.923879086971283 0.38268446922302246 -1.0 -0.831468939781189 0.5555712580680847 -1.0 -0.831468939781189 0.5555712580680847 -1.0 -0.7071058750152588 0.707107663154602 -1.0 -0.5555691123008728 0.8314703702926636 -1.0 -0.38268208503723145 0.9238801002502441 -1.0 -0.19508881866931915 0.9807855486869812 -1.0 -0.9807854294776917 -0.1950894594192505 -1.0 -0.980785071849823 0.1950913518667221 -1.0 -0.19508881866931915 0.9807855486869812 -1.0 -0.5555691123008728 0.8314703702926636 -1.0 -0.980785071849823 0.1950913518667221 -1.0 -0.19508881866931915 0.9807855486869812 -1.0 0.9807852506637573 0.19509035348892212 -1.0 -0.9807854294776917 -0.1950894594192505 -1.0 - + - - 0.09801729023456573 0.9951847195625305 0.0 0.09801729023456573 0.9951847195625305 0.0 0.09801729023456573 0.9951847195625305 0.0 0.09801729023456573 0.9951847195625305 0.0 0.2902846336364746 0.9569403529167175 0.0 0.2902846336364746 0.9569403529167175 0.0 0.2902846336364746 0.9569403529167175 0.0 0.2902846336364746 0.9569403529167175 0.0 0.47139671444892883 0.8819212913513184 0.0 0.47139671444892883 0.8819212913513184 0.0 0.47139671444892883 0.8819212913513184 0.0 0.47139671444892883 0.8819212913513184 0.0 0.6343933343887329 0.7730103731155396 0.0 0.6343933343887329 0.7730103731155396 0.0 0.6343933343887329 0.7730103731155396 0.0 0.6343933343887329 0.7730103731155396 0.0 0.7730104327201843 0.6343933939933777 0.0 0.7730104327201843 0.6343933939933777 0.0 0.7730104327201843 0.6343933939933777 0.0 0.7730104327201843 0.6343933939933777 0.0 0.8819213509559631 0.4713965356349945 0.0 0.8819213509559631 0.4713965356349945 0.0 0.8819213509559631 0.4713965356349945 0.0 0.8819213509559631 0.4713965356349945 0.0 0.9569402933120728 0.2902847230434418 0.0 0.9569402933120728 0.2902847230434418 0.0 0.9569402933120728 0.2902847230434418 0.0 0.9569402933120728 0.2902847230434418 0.0 0.9951847195625305 0.09801731258630753 0.0 0.9951847195625305 0.09801731258630753 0.0 0.9951847195625305 0.09801731258630753 0.0 0.9951847195625305 0.09801731258630753 0.0 0.9951847195625305 -0.09801700711250305 0.0 0.9951847195625305 -0.09801700711250305 0.0 0.9951847195625305 -0.09801700711250305 0.0 0.9951847195625305 -0.09801700711250305 0.0 0.9569402933120728 -0.2902847230434418 0.0 0.9569402933120728 -0.2902847230434418 0.0 0.9569402933120728 -0.2902847230434418 0.0 0.9569402933120728 -0.2902847230434418 0.0 0.8819214105606079 -0.47139644622802734 0.0 0.8819214105606079 -0.47139644622802734 0.0 0.8819214105606079 -0.47139644622802734 0.0 0.8819214105606079 -0.47139644622802734 0.0 0.7730104327201843 -0.6343933939933777 0.0 0.7730104327201843 -0.6343933939933777 0.0 0.7730104327201843 -0.6343933939933777 0.0 0.7730104327201843 -0.6343933939933777 0.0 0.6343933939933777 -0.7730104327201843 0.0 0.6343933939933777 -0.7730104327201843 0.0 0.6343933939933777 -0.7730104327201843 0.0 0.6343933939933777 -0.7730104327201843 0.0 0.47139668464660645 -0.8819212317466736 0.0 0.47139668464660645 -0.8819212317466736 0.0 0.47139668464660645 -0.8819212317466736 0.0 0.47139668464660645 -0.8819212317466736 0.0 0.29028427600860596 -0.9569404721260071 0.0 0.29028427600860596 -0.9569404721260071 0.0 0.29028427600860596 -0.9569404721260071 0.0 0.29028427600860596 -0.9569404721260071 0.0 0.09801694005727768 -0.9951847195625305 0.0 0.09801694005727768 -0.9951847195625305 0.0 0.09801694005727768 -0.9951847195625305 0.0 0.09801694005727768 -0.9951847195625305 0.0 -0.09801755100488663 -0.9951846599578857 0.0 -0.09801755100488663 -0.9951846599578857 0.0 -0.09801755100488663 -0.9951846599578857 0.0 -0.09801755100488663 -0.9951846599578857 0.0 -0.2902851700782776 -0.9569401741027832 0.0 -0.2902851700782776 -0.9569401741027832 0.0 -0.2902851700782776 -0.9569401741027832 0.0 -0.2902851700782776 -0.9569401741027832 0.0 -0.4713970720767975 -0.881921112537384 0.0 -0.4713970720767975 -0.881921112537384 0.0 -0.4713970720767975 -0.881921112537384 0.0 -0.4713970720767975 -0.881921112537384 0.0 -0.6343936920166016 -0.7730101346969604 0.0 -0.6343936920166016 -0.7730101346969604 0.0 -0.6343936920166016 -0.7730101346969604 0.0 -0.6343936920166016 -0.7730101346969604 0.0 -0.7730109691619873 -0.6343927383422852 0.0 -0.7730109691619873 -0.6343927383422852 0.0 -0.7730109691619873 -0.6343927383422852 0.0 -0.7730109691619873 -0.6343927383422852 0.0 -0.8819215297698975 -0.4713960587978363 0.0 -0.8819215297698975 -0.4713960587978363 0.0 -0.8819215297698975 -0.4713960587978363 0.0 -0.8819215297698975 -0.4713960587978363 0.0 -0.9569406509399414 -0.2902836799621582 0.0 -0.9569406509399414 -0.2902836799621582 0.0 -0.9569406509399414 -0.2902836799621582 0.0 -0.9569406509399414 -0.2902836799621582 0.0 -0.9951847791671753 -0.09801633656024933 0.0 -0.9951847791671753 -0.09801633656024933 0.0 -0.9951847791671753 -0.09801633656024933 0.0 -0.9951847791671753 -0.09801633656024933 0.0 -0.995184600353241 0.09801815450191498 0.0 -0.995184600353241 0.09801815450191498 0.0 -0.995184600353241 0.09801815450191498 0.0 -0.995184600353241 0.09801815450191498 0.0 -0.9569399952888489 0.29028576612472534 0.0 -0.9569399952888489 0.29028576612472534 0.0 -0.9569399952888489 0.29028576612472534 0.0 -0.9569399952888489 0.29028576612472534 0.0 -0.8819208145141602 0.47139766812324524 0.0 -0.8819208145141602 0.47139766812324524 0.0 -0.8819208145141602 0.47139766812324524 0.0 -0.8819208145141602 0.47139766812324524 0.0 -0.7730095982551575 0.6343943476676941 0.0 -0.7730095982551575 0.6343943476676941 0.0 -0.7730095982551575 0.6343943476676941 0.0 -0.7730095982551575 0.6343943476676941 0.0 -0.6343923807144165 0.7730112075805664 0.0 -0.6343923807144165 0.7730112075805664 0.0 -0.6343923807144165 0.7730112075805664 0.0 -0.6343923807144165 0.7730112075805664 0.0 -0.47139546275138855 0.8819218277931213 0.0 -0.47139546275138855 0.8819218277931213 0.0 -0.47139546275138855 0.8819218277931213 0.0 -0.47139546275138855 0.8819218277931213 0.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -0.29028305411338806 0.9569408893585205 0.0 -0.29028305411338806 0.9569408893585205 0.0 -0.29028305411338806 0.9569408893585205 0.0 -0.29028305411338806 0.9569408893585205 0.0 -0.09801653027534485 0.9951847791671753 0.0 -0.09801653027534485 0.9951847791671753 0.0 -0.09801653027534485 0.9951847791671753 0.0 -0.09801653027534485 0.9951847791671753 0.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 + + 0.09801729023456573 0.9951847195625305 0.0 0.09801729023456573 0.9951847195625305 0.0 0.09801729023456573 0.9951847195625305 0.0 0.29028457403182983 0.9569403529167175 0.0 0.29028457403182983 0.9569403529167175 0.0 0.29028457403182983 0.9569403529167175 0.0 0.47139671444892883 0.8819212913513184 0.0 0.47139671444892883 0.8819212913513184 0.0 0.47139671444892883 0.8819212913513184 0.0 0.6343935132026672 0.7730103135108948 0.0 0.6343935132026672 0.7730103135108948 0.0 0.6343935132026672 0.7730103135108948 0.0 0.7730105519294739 0.6343932151794434 0.0 0.7730105519294739 0.6343932151794434 0.0 0.7730105519294739 0.6343932151794434 0.0 0.8819213509559631 0.4713965356349945 0.0 0.8819213509559631 0.4713965356349945 0.0 0.8819213509559631 0.4713965356349945 0.0 0.9569402933120728 0.2902847230434418 0.0 0.9569402933120728 0.2902847230434418 0.0 0.9569402933120728 0.2902847230434418 0.0 0.9951847195625305 0.09801731258630753 0.0 0.9951847195625305 0.09801731258630753 0.0 0.9951847195625305 0.09801731258630753 0.0 0.9951847195625305 -0.09801670163869858 0.0 0.9951847195625305 -0.09801670163869858 0.0 0.9951847195625305 -0.09801670163869858 0.0 0.9569402933120728 -0.2902847230434418 0.0 0.9569402933120728 -0.2902847230434418 0.0 0.9569402933120728 -0.2902847230434418 0.0 0.8819212317466736 -0.47139668464660645 0.0 0.8819212317466736 -0.47139668464660645 0.0 0.8819212317466736 -0.47139668464660645 0.0 0.77301025390625 -0.634393572807312 0.0 0.77301025390625 -0.634393572807312 0.0 0.77301025390625 -0.634393572807312 0.0 0.6343933939933777 -0.7730104327201843 0.0 0.6343933939933777 -0.7730104327201843 0.0 0.6343933939933777 -0.7730104327201843 0.0 0.47139668464660645 -0.8819212317466736 0.0 0.47139668464660645 -0.8819212317466736 0.0 0.47139668464660645 -0.8819212317466736 0.0 0.2902842164039612 -0.9569404721260071 0.0 0.2902842164039612 -0.9569404721260071 0.0 0.2902842164039612 -0.9569404721260071 0.0 0.09801694005727768 -0.9951847195625305 0.0 0.09801694005727768 -0.9951847195625305 0.0 0.09801694005727768 -0.9951847195625305 0.0 -0.09801755100488663 -0.9951846599578857 0.0 -0.09801755100488663 -0.9951846599578857 0.0 -0.09801755100488663 -0.9951846599578857 0.0 -0.2902851998806 -0.9569401741027832 0.0 -0.2902851998806 -0.9569401741027832 0.0 -0.2902851998806 -0.9569401741027832 0.0 -0.4713970720767975 -0.881921112537384 0.0 -0.4713970720767975 -0.881921112537384 0.0 -0.4713970720767975 -0.881921112537384 0.0 -0.6343938708305359 -0.7730100154876709 0.0 -0.6343938708305359 -0.7730100154876709 0.0 -0.6343938708305359 -0.7730100154876709 0.0 -0.7730107307434082 -0.6343928575515747 0.0 -0.7730107307434082 -0.6343928575515747 0.0 -0.7730107307434082 -0.6343928575515747 0.0 -0.8819215297698975 -0.4713960587978363 0.0 -0.8819215297698975 -0.4713960587978363 0.0 -0.8819215297698975 -0.4713960587978363 0.0 -0.9569407105445862 -0.2902834117412567 0.0 -0.9569407105445862 -0.2902834117412567 0.0 -0.9569407105445862 -0.2902834117412567 0.0 -0.9951847791671753 -0.09801603108644485 0.0 -0.9951847791671753 -0.09801603108644485 0.0 -0.9951847791671753 -0.09801603108644485 0.0 -0.9951846599578857 0.0980178639292717 0.0 -0.9951846599578857 0.0980178639292717 0.0 -0.9951846599578857 0.0980178639292717 0.0 -0.9569399952888489 0.29028576612472534 0.0 -0.9569399952888489 0.29028576612472534 0.0 -0.9569399952888489 0.29028576612472534 0.0 -0.8819206357002258 0.47139787673950195 0.0 -0.8819206357002258 0.47139787673950195 0.0 -0.8819206357002258 0.47139787673950195 0.0 -0.7730095982551575 0.6343943476676941 0.0 -0.7730095982551575 0.6343943476676941 0.0 -0.7730095982551575 0.6343943476676941 0.0 -0.6343925595283508 0.7730110883712769 0.0 -0.6343925595283508 0.7730110883712769 0.0 -0.6343925595283508 0.7730110883712769 0.0 -0.47139546275138855 0.8819218277931213 0.0 -0.47139546275138855 0.8819218277931213 0.0 -0.47139546275138855 0.8819218277931213 0.0 5.960460924825384e-08 0.0 1.0 5.960460924825384e-08 0.0 1.0 5.960460924825384e-08 0.0 1.0 -0.29028305411338806 0.9569408297538757 0.0 -0.29028305411338806 0.9569408297538757 0.0 -0.29028305411338806 0.9569408297538757 0.0 -0.09801653027534485 0.9951847791671753 0.0 -0.09801653027534485 0.9951847791671753 0.0 -0.09801653027534485 0.9951847791671753 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.09801729023456573 0.9951847195625305 0.0 0.2902846932411194 0.9569403529167175 0.0 0.2902846932411194 0.9569403529167175 0.0 0.2902846932411194 0.9569403529167175 0.0 0.47139671444892883 0.8819212913513184 0.0 0.6343932151794434 0.7730105519294739 0.0 0.6343932151794434 0.7730105519294739 0.0 0.6343932151794434 0.7730105519294739 0.0 0.77301025390625 0.634393572807312 0.0 0.77301025390625 0.634393572807312 0.0 0.77301025390625 0.634393572807312 0.0 0.8819213509559631 0.4713965356349945 0.0 0.9569402933120728 0.2902847230434418 0.0 0.9951847195625305 0.09801731258630753 0.0 0.9951847195625305 -0.09801731258630753 0.0 0.9951847195625305 -0.09801731258630753 0.0 0.9951847195625305 -0.09801731258630753 0.0 0.9569402933120728 -0.2902847230434418 0.0 0.8819215893745422 -0.47139623761177063 0.0 0.8819215893745422 -0.47139623761177063 0.0 0.8819215893745422 -0.47139623761177063 0.0 0.7730105519294739 -0.6343932151794434 0.0 0.7730105519294739 -0.6343932151794434 0.0 0.7730105519294739 -0.6343932151794434 0.0 0.6343933939933777 -0.7730104327201843 0.0 0.47139668464660645 -0.8819212317466736 0.0 0.29028430581092834 -0.9569404125213623 0.0 0.29028430581092834 -0.9569404125213623 0.0 0.29028430581092834 -0.9569404125213623 0.0 0.09801694005727768 -0.9951847195625305 0.0 -0.09801755100488663 -0.9951846599578857 0.0 -0.2902851700782776 -0.956940233707428 0.0 -0.2902851700782776 -0.956940233707428 0.0 -0.2902851700782776 -0.956940233707428 0.0 -0.4713970720767975 -0.881921112537384 0.0 -0.634393572807312 -0.77301025390625 0.0 -0.634393572807312 -0.77301025390625 0.0 -0.634393572807312 -0.77301025390625 0.0 -0.7730110883712769 -0.6343925595283508 0.0 -0.7730110883712769 -0.6343925595283508 0.0 -0.7730110883712769 -0.6343925595283508 0.0 -0.8819215297698975 -0.4713960587978363 0.0 -0.9569406509399414 -0.2902839779853821 0.0 -0.9569406509399414 -0.2902839779853821 0.0 -0.9569406509399414 -0.2902839779853821 0.0 -0.9951847791671753 -0.0980166345834732 0.0 -0.9951847791671753 -0.0980166345834732 0.0 -0.9951847791671753 -0.0980166345834732 0.0 -0.995184600353241 0.09801845997571945 0.0 -0.995184600353241 0.09801845997571945 0.0 -0.995184600353241 0.09801845997571945 0.0 -0.9569399952888489 0.29028576612472534 0.0 -0.8819208741188049 0.47139739990234375 0.0 -0.8819208741188049 0.47139739990234375 0.0 -0.8819208741188049 0.47139739990234375 0.0 -0.7730095982551575 0.6343943476676941 0.0 -0.634392261505127 0.773011326789856 0.0 -0.634392261505127 0.773011326789856 0.0 -0.634392261505127 0.773011326789856 0.0 -0.47139546275138855 0.8819218277931213 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 -3.975114850618411e-06 0.0 1.0 -3.975114850618411e-06 0.0 1.0 -3.975114850618411e-06 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 3.97511939809192e-06 0.0 1.0 3.97511939809192e-06 0.0 1.0 3.97511939809192e-06 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 -1.3685305475519272e-06 0.0 1.0 -1.3685305475519272e-06 0.0 1.0 -1.3685305475519272e-06 0.0 1.0 1.4370301641974947e-06 0.0 1.0 1.4370301641974947e-06 0.0 1.0 1.4370301641974947e-06 0.0 1.0 -2.8779635385944857e-07 0.0 1.0 -2.8779635385944857e-07 0.0 1.0 -2.8779635385944857e-07 0.0 1.0 -3.8885764297447167e-07 0.0 1.0 -3.8885764297447167e-07 0.0 1.0 -3.8885764297447167e-07 0.0 1.0 -0.29028305411338806 0.956940770149231 0.0 -0.29028305411338806 0.956940770149231 0.0 -0.29028305411338806 0.956940770149231 0.0 -0.09801653027534485 0.9951847791671753 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 -3.975113031629007e-06 0.0 -1.0 -3.975113031629007e-06 0.0 -1.0 -3.975113031629007e-06 0.0 -1.0 3.975119852839271e-06 0.0 -1.0 3.975119852839271e-06 0.0 -1.0 3.975119852839271e-06 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 3.888569892751548e-07 0.0 -1.0 3.888569892751548e-07 0.0 -1.0 3.888569892751548e-07 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 -5.960467319710006e-08 0.0 -1.0 -5.960467319710006e-08 0.0 -1.0 -5.960467319710006e-08 0.0 -1.0 - + - - + + - - - -

0 1 2 3

-

4 5 6 7

-

8 9 10 11

-

12 13 14 15

-

16 17 18 19

-

20 21 22 23

-

24 25 26 27

-

28 29 30 31

-

32 33 34 35

-

36 37 38 39

-

40 41 42 43

-

44 45 46 47

-

48 49 50 51

-

52 53 54 55

-

56 57 58 59

-

60 61 62 63

-

64 65 66 67

-

68 69 70 71

-

72 73 74 75

-

76 77 78 79

-

80 81 82 83

-

84 85 86 87

-

88 89 90 91

-

92 93 94 95

-

96 97 98 99

-

100 101 102 103

-

104 105 106 107

-

108 109 110 111

-

112 113 114 115

-

116 117 118 119

-

120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151

-

152 153 154 155

-

156 157 158 159

-

160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191

-
+ + + +

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 0 102 1 103 104 105 6 106 7 107 108 109 110 111 112 15 113 16 18 114 19 21 115 22 116 117 118 27 119 28 120 121 122 123 124 125 36 126 37 39 127 40 128 129 130 45 131 46 48 132 49 133 134 135 54 136 55 137 138 139 140 141 142 63 143 64 144 145 146 147 148 149 150 151 152 75 153 76 154 155 156 81 157 82 158 159 160 87 161 88 162 163 164 164 165 162 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 180 180 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 162 162 165 166 205 169 206 177 176 178 179 181 180 180 184 199 188 190 199 207 208 209 210 211 212 162 168 177 213 214 215 185 187 193 216 217 218 162 177 199 219 220 221 96 222 97 223 224 225 225 226 227 228 229 230 231 232 227 101 233 234 234 235 101 236 237 99 238 239 99 99 240 241 241 242 243 243 244 245 246 247 248 249 250 251 252 253 254 255 256 223 257 258 259 223 225 101 227 232 101 101 235 236 237 238 99 99 241 100 243 245 100 260 261 262 256 263 223 225 227 101 101 236 99 241 243 100 264 255 223 265 266 267

+
@@ -241,27 +203,42 @@ 1.399999976158142 0.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 0.0 0.6000000238418579 0.6000000238418579 0.0 0.0 0.0 1.0 - + - + 0.20000000298023224 0.0 0.0 1.0860042572021484 0.0 0.5 0.0 1.4221534729003906 0.0 0.0 0.20000000298023224 1.1518471240997314 0.0 0.0 0.0 1.0 - + + + + + + 1.0 0.0 0.0 0.27793335914611816 0.0 1.0 0.0 -0.8406696319580078 0.0 0.0 1.0 0.8185544013977051 0.0 0.0 0.0 1.0 - + + + + + + 0.30000001192092896 0.0 0.0 -0.8092041015625 0.0 0.30000001192092896 0.0 1.3361114263534546 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 - + + + + + + diff --git a/mesh/combinator.dae.import b/mesh/combinator.dae.import index 0dc05a8..8f4ac90 100644 --- a/mesh/combinator.dae.import +++ b/mesh/combinator.dae.import @@ -14,7 +14,7 @@ materials/storage=0 geometry/compress=true geometry/ensure_tangents=true geometry/storage=0 -animation/import=true +animation/import=false animation/fps=15 animation/filter_script="" animation/optimizer/enabled=true diff --git a/mesh/cover.dae b/mesh/cover.dae new file mode 100644 index 0000000..eefbeb0 --- /dev/null +++ b/mesh/cover.dae @@ -0,0 +1,59 @@ + + + + + Anonymous + Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) + + 2017-04-23T11:38:07Z + 2017-04-23T11:38:07Z + + Z_UP + + + + + + 0.27638500928878784 -0.8506399989128113 0.4472149908542633 0.8944249749183655 0.0 0.4472149908542633 0.0 0.0 1.0 -0.7235999703407288 -0.5257200002670288 0.4472149908542633 0.27638500928878784 -0.8506399989128113 0.4472149908542633 0.0 0.0 1.0 -0.7235999703407288 0.5257200002670288 0.4472149908542633 -0.7235999703407288 -0.5257200002670288 0.4472149908542633 0.0 0.0 1.0 0.27638500928878784 0.8506399989128113 0.4472149908542633 -0.7235999703407288 0.5257200002670288 0.4472149908542633 0.0 0.0 1.0 0.8944249749183655 0.0 0.4472149908542633 0.27638500928878784 0.8506399989128113 0.4472149908542633 0.0 0.0 1.0 0.0 -0.8506399989128113 0.0 0.4999924898147583 -0.6881799697875977 0.0 0.27638500928878784 -0.8506399989128113 0.4472149908542633 0.4999924898147583 -0.6881799697875977 0.0 0.8944249749183655 0.0 0.4472149908542633 0.27638500928878784 -0.8506399989128113 0.4472149908542633 -0.4999924898147583 -0.6881799697875977 0.0 0.27638500928878784 -0.8506399989128113 0.4472149908542633 -0.7235999703407288 -0.5257200002670288 0.4472149908542633 0.4999924898147583 0.6881799697875977 0.0 0.0 0.8506399989128113 0.0 0.27638500928878784 0.8506399989128113 0.4472149908542633 -0.8090124726295471 -0.2628600001335144 0.0 -0.7235999703407288 0.5257200002670288 0.4472149908542633 -0.8090124726295471 0.2628600001335144 0.0 0.0 -0.8506399989128113 0.0 -0.4999924898147583 0.6881799697875977 0.0 0.4999924898147583 0.6881799697875977 0.0 0.8090124726295471 -0.2628600001335144 0.0 0.8090124726295471 0.2628600001335144 0.0 0.8944249749183655 0.0 0.4472149908542633 -0.4999924898147583 0.6881799697875977 0.0 -0.8090124726295471 0.2628600001335144 0.0 -0.7235999703407288 0.5257200002670288 0.4472149908542633 0.4999924898147583 0.6881799697875977 0.0 0.8944249749183655 0.0 0.4472149908542633 0.8090124726295471 0.2628600001335144 0.0 -0.8090124726295471 -0.2628600001335144 0.0 -0.4999924898147583 -0.6881799697875977 0.0 -0.7235999703407288 -0.5257200002670288 0.4472149908542633 -0.4999924898147583 0.6881799697875977 0.0 0.27638500928878784 0.8506399989128113 0.4472149908542633 0.0 0.8506399989128113 0.0 0.4999924898147583 -0.6881799697875977 0.0 0.8090124726295471 -0.2628600001335144 0.0 0.8944249749183655 0.0 0.4472149908542633 -0.4999924898147583 -0.6881799697875977 0.0 0.0 -0.8506399989128113 0.0 0.27638500928878784 -0.8506399989128113 0.4472149908542633 -0.8090124726295471 -0.2628600001335144 0.0 -0.7235999703407288 -0.5257200002670288 0.4472149908542633 -0.7235999703407288 0.5257200002670288 0.4472149908542633 0.8090124726295471 0.2628600001335144 0.0 0.8090124726295471 -0.2628600001335144 0.0 0.4999924898147583 -0.6881799697875977 0.0 -0.4999924898147583 -0.6881799697875977 0.0 -0.8090124726295471 -0.2628600001335144 0.0 -0.8090124726295471 0.2628600001335144 0.0 0.0 0.8506399989128113 0.0 0.4999924898147583 0.6881799697875977 0.0 0.27638500928878784 0.8506399989128113 0.4472149908542633 0.8944249749183655 0.0 0.4472149908542633 -0.4999924898147583 0.6881799697875977 0.0 -0.7235999703407288 0.5257200002670288 0.4472149908542633 0.27638500928878784 0.8506399989128113 0.4472149908542633 + + + + + + + + + + 0.4911220669746399 -0.3568290174007416 0.7946522235870361 0.4911220669746399 -0.3568290174007416 0.7946522235870361 0.4911220669746399 -0.3568290174007416 0.7946522235870361 -0.18759648501873016 -0.5773536562919617 0.7946510314941406 -0.18759648501873016 -0.5773536562919617 0.7946510314941406 -0.18759648501873016 -0.5773536562919617 0.7946510314941406 -0.6070646047592163 0.0 0.7946524024009705 -0.6070646047592163 0.0 0.7946524024009705 -0.6070646047592163 0.0 0.7946524024009705 -0.18759657442569733 0.5773537158966064 0.7946510910987854 -0.18759657442569733 0.5773537158966064 0.7946510910987854 -0.18759657442569733 0.5773537158966064 0.7946510910987854 0.4911220669746399 0.3568290174007416 0.7946522235870361 0.4911220669746399 0.3568290174007416 0.7946522235870361 0.4911220669746399 0.3568290174007416 0.7946522235870361 0.3035356104373932 -0.9341714978218079 -0.18758919835090637 0.3035356104373932 -0.9341714978218079 -0.18758919835090637 0.3035356104373932 -0.9341714978218079 -0.18758919835090637 0.7946491837501526 -0.5773593783378601 0.1875869482755661 0.7946491837501526 -0.5773593783378601 0.1875869482755661 0.7946491837501526 -0.5773593783378601 0.1875869482755661 -0.3035355508327484 -0.9341714978218079 0.18758931756019592 -0.3035355508327484 -0.9341714978218079 0.18758931756019592 -0.3035355508327484 -0.9341714978218079 0.18758931756019592 0.3035356104373932 0.9341714978218079 -0.18758919835090637 0.3035356104373932 0.9341714978218079 -0.18758919835090637 0.3035356104373932 0.9341714978218079 -0.18758919835090637 -0.9822461009025574 0.0 0.18759678304195404 -0.9822461009025574 0.0 0.18759678304195404 -0.9822461009025574 0.0 0.18759678304195404 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.9822461009025574 0.0 -0.18759679794311523 0.9822461009025574 0.0 -0.18759679794311523 0.9822461009025574 0.0 -0.18759679794311523 -0.7946491241455078 0.5773593783378601 -0.1875869482755661 -0.7946491241455078 0.5773593783378601 -0.1875869482755661 -0.7946491241455078 0.5773593783378601 -0.1875869482755661 0.7946493029594421 0.5773591995239258 0.18758700788021088 0.7946493029594421 0.5773591995239258 0.18758700788021088 0.7946493029594421 0.5773591995239258 0.18758700788021088 -0.7946491241455078 -0.5773593783378601 -0.1875869482755661 -0.7946491241455078 -0.5773593783378601 -0.1875869482755661 -0.7946491241455078 -0.5773593783378601 -0.1875869482755661 -0.3035356104373932 0.9341714978218079 0.18758906424045563 -0.3035356104373932 0.9341714978218079 0.18758906424045563 -0.3035356104373932 0.9341714978218079 0.18758906424045563 0.7946493029594421 -0.5773591995239258 0.18758700788021088 0.7946493029594421 -0.5773591995239258 0.18758700788021088 0.7946493029594421 -0.5773591995239258 0.18758700788021088 -0.3035356104373932 -0.9341714978218079 0.18758906424045563 -0.3035356104373932 -0.9341714978218079 0.18758906424045563 -0.3035356104373932 -0.9341714978218079 0.18758906424045563 -0.9822461009025574 0.0 0.18759679794311523 -0.9822461009025574 0.0 0.18759679794311523 -0.9822461009025574 0.0 0.18759679794311523 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.7946491837501526 0.5773593783378601 0.1875869482755661 0.7946491837501526 0.5773593783378601 0.1875869482755661 0.7946491837501526 0.5773593783378601 0.1875869482755661 -0.3035355508327484 0.9341714978218079 0.18758931756019592 -0.3035355508327484 0.9341714978218079 0.18758931756019592 -0.3035355508327484 0.9341714978218079 0.18758931756019592 + + + + + + + + + + + + + + +

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 32 57 58 58 59 32 30 60 31 61 62 31 31 63 32 32 59 30 60 61 31 64 65 66 67 68 69

+
+
+
+
+ + + + 1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0 + + + + + + + + +
diff --git a/mesh/cover.dae.import b/mesh/cover.dae.import new file mode 100644 index 0000000..41773d0 --- /dev/null +++ b/mesh/cover.dae.import @@ -0,0 +1,1049 @@ +[remap] + +importer="scene" +type="PackedScene" +path="res://.import/cover.dae-7839b9724b1d7ebe038c3323b97cd240.scn" + +[params] + +nodes/root_type="Spatial" +nodes/root_name="Cover" +nodes/custom_script="" +materials/location=0 +materials/storage=0 +geometry/compress=true +geometry/ensure_tangents=true +geometry/storage=0 +animation/import=true +animation/fps=15 +animation/filter_script="" +animation/optimizer/enabled=true +animation/optimizer/max_linear_error=0.05 +animation/optimizer/max_angular_error=0.01 +animation/optimizer/max_angle=22 +animation/optimizer/remove_unused_tracks=true +animation/clips/amount=0 +animation/clip_1/name="" +animation/clip_1/start_frame=0 +animation/clip_1/end_frame=0 +animation/clip_1/loops=false +animation/clip_2/name="" +animation/clip_2/start_frame=0 +animation/clip_2/end_frame=0 +animation/clip_2/loops=false +animation/clip_3/name="" +animation/clip_3/start_frame=0 +animation/clip_3/end_frame=0 +animation/clip_3/loops=false +animation/clip_4/name="" +animation/clip_4/start_frame=0 +animation/clip_4/end_frame=0 +animation/clip_4/loops=false +animation/clip_5/name="" +animation/clip_5/start_frame=0 +animation/clip_5/end_frame=0 +animation/clip_5/loops=false +animation/clip_6/name="" +animation/clip_6/start_frame=0 +animation/clip_6/end_frame=0 +animation/clip_6/loops=false +animation/clip_7/name="" +animation/clip_7/start_frame=0 +animation/clip_7/end_frame=0 +animation/clip_7/loops=false +animation/clip_8/name="" +animation/clip_8/start_frame=0 +animation/clip_8/end_frame=0 +animation/clip_8/loops=false +animation/clip_9/name="" +animation/clip_9/start_frame=0 +animation/clip_9/end_frame=0 +animation/clip_9/loops=false +animation/clip_10/name="" +animation/clip_10/start_frame=0 +animation/clip_10/end_frame=0 +animation/clip_10/loops=false +animation/clip_11/name="" +animation/clip_11/start_frame=0 +animation/clip_11/end_frame=0 +animation/clip_11/loops=false +animation/clip_12/name="" +animation/clip_12/start_frame=0 +animation/clip_12/end_frame=0 +animation/clip_12/loops=false +animation/clip_13/name="" +animation/clip_13/start_frame=0 +animation/clip_13/end_frame=0 +animation/clip_13/loops=false +animation/clip_14/name="" +animation/clip_14/start_frame=0 +animation/clip_14/end_frame=0 +animation/clip_14/loops=false +animation/clip_15/name="" +animation/clip_15/start_frame=0 +animation/clip_15/end_frame=0 +animation/clip_15/loops=false +animation/clip_16/name="" +animation/clip_16/start_frame=0 +animation/clip_16/end_frame=0 +animation/clip_16/loops=false +animation/clip_17/name="" +animation/clip_17/start_frame=0 +animation/clip_17/end_frame=0 +animation/clip_17/loops=false +animation/clip_18/name="" +animation/clip_18/start_frame=0 +animation/clip_18/end_frame=0 +animation/clip_18/loops=false +animation/clip_19/name="" +animation/clip_19/start_frame=0 +animation/clip_19/end_frame=0 +animation/clip_19/loops=false +animation/clip_20/name="" +animation/clip_20/start_frame=0 +animation/clip_20/end_frame=0 +animation/clip_20/loops=false +animation/clip_21/name="" +animation/clip_21/start_frame=0 +animation/clip_21/end_frame=0 +animation/clip_21/loops=false +animation/clip_22/name="" +animation/clip_22/start_frame=0 +animation/clip_22/end_frame=0 +animation/clip_22/loops=false +animation/clip_23/name="" +animation/clip_23/start_frame=0 +animation/clip_23/end_frame=0 +animation/clip_23/loops=false +animation/clip_24/name="" +animation/clip_24/start_frame=0 +animation/clip_24/end_frame=0 +animation/clip_24/loops=false +animation/clip_25/name="" +animation/clip_25/start_frame=0 +animation/clip_25/end_frame=0 +animation/clip_25/loops=false +animation/clip_26/name="" +animation/clip_26/start_frame=0 +animation/clip_26/end_frame=0 +animation/clip_26/loops=false +animation/clip_27/name="" +animation/clip_27/start_frame=0 +animation/clip_27/end_frame=0 +animation/clip_27/loops=false +animation/clip_28/name="" +animation/clip_28/start_frame=0 +animation/clip_28/end_frame=0 +animation/clip_28/loops=false +animation/clip_29/name="" +animation/clip_29/start_frame=0 +animation/clip_29/end_frame=0 +animation/clip_29/loops=false +animation/clip_30/name="" +animation/clip_30/start_frame=0 +animation/clip_30/end_frame=0 +animation/clip_30/loops=false +animation/clip_31/name="" +animation/clip_31/start_frame=0 +animation/clip_31/end_frame=0 +animation/clip_31/loops=false +animation/clip_32/name="" +animation/clip_32/start_frame=0 +animation/clip_32/end_frame=0 +animation/clip_32/loops=false +animation/clip_33/name="" +animation/clip_33/start_frame=0 +animation/clip_33/end_frame=0 +animation/clip_33/loops=false +animation/clip_34/name="" +animation/clip_34/start_frame=0 +animation/clip_34/end_frame=0 +animation/clip_34/loops=false +animation/clip_35/name="" +animation/clip_35/start_frame=0 +animation/clip_35/end_frame=0 +animation/clip_35/loops=false +animation/clip_36/name="" +animation/clip_36/start_frame=0 +animation/clip_36/end_frame=0 +animation/clip_36/loops=false +animation/clip_37/name="" +animation/clip_37/start_frame=0 +animation/clip_37/end_frame=0 +animation/clip_37/loops=false +animation/clip_38/name="" +animation/clip_38/start_frame=0 +animation/clip_38/end_frame=0 +animation/clip_38/loops=false +animation/clip_39/name="" +animation/clip_39/start_frame=0 +animation/clip_39/end_frame=0 +animation/clip_39/loops=false +animation/clip_40/name="" +animation/clip_40/start_frame=0 +animation/clip_40/end_frame=0 +animation/clip_40/loops=false +animation/clip_41/name="" +animation/clip_41/start_frame=0 +animation/clip_41/end_frame=0 +animation/clip_41/loops=false +animation/clip_42/name="" +animation/clip_42/start_frame=0 +animation/clip_42/end_frame=0 +animation/clip_42/loops=false +animation/clip_43/name="" +animation/clip_43/start_frame=0 +animation/clip_43/end_frame=0 +animation/clip_43/loops=false +animation/clip_44/name="" +animation/clip_44/start_frame=0 +animation/clip_44/end_frame=0 +animation/clip_44/loops=false +animation/clip_45/name="" +animation/clip_45/start_frame=0 +animation/clip_45/end_frame=0 +animation/clip_45/loops=false +animation/clip_46/name="" +animation/clip_46/start_frame=0 +animation/clip_46/end_frame=0 +animation/clip_46/loops=false +animation/clip_47/name="" +animation/clip_47/start_frame=0 +animation/clip_47/end_frame=0 +animation/clip_47/loops=false +animation/clip_48/name="" +animation/clip_48/start_frame=0 +animation/clip_48/end_frame=0 +animation/clip_48/loops=false +animation/clip_49/name="" +animation/clip_49/start_frame=0 +animation/clip_49/end_frame=0 +animation/clip_49/loops=false +animation/clip_50/name="" +animation/clip_50/start_frame=0 +animation/clip_50/end_frame=0 +animation/clip_50/loops=false +animation/clip_51/name="" +animation/clip_51/start_frame=0 +animation/clip_51/end_frame=0 +animation/clip_51/loops=false +animation/clip_52/name="" +animation/clip_52/start_frame=0 +animation/clip_52/end_frame=0 +animation/clip_52/loops=false +animation/clip_53/name="" +animation/clip_53/start_frame=0 +animation/clip_53/end_frame=0 +animation/clip_53/loops=false +animation/clip_54/name="" +animation/clip_54/start_frame=0 +animation/clip_54/end_frame=0 +animation/clip_54/loops=false +animation/clip_55/name="" +animation/clip_55/start_frame=0 +animation/clip_55/end_frame=0 +animation/clip_55/loops=false +animation/clip_56/name="" +animation/clip_56/start_frame=0 +animation/clip_56/end_frame=0 +animation/clip_56/loops=false +animation/clip_57/name="" +animation/clip_57/start_frame=0 +animation/clip_57/end_frame=0 +animation/clip_57/loops=false +animation/clip_58/name="" +animation/clip_58/start_frame=0 +animation/clip_58/end_frame=0 +animation/clip_58/loops=false +animation/clip_59/name="" +animation/clip_59/start_frame=0 +animation/clip_59/end_frame=0 +animation/clip_59/loops=false +animation/clip_60/name="" +animation/clip_60/start_frame=0 +animation/clip_60/end_frame=0 +animation/clip_60/loops=false +animation/clip_61/name="" +animation/clip_61/start_frame=0 +animation/clip_61/end_frame=0 +animation/clip_61/loops=false +animation/clip_62/name="" +animation/clip_62/start_frame=0 +animation/clip_62/end_frame=0 +animation/clip_62/loops=false +animation/clip_63/name="" +animation/clip_63/start_frame=0 +animation/clip_63/end_frame=0 +animation/clip_63/loops=false +animation/clip_64/name="" +animation/clip_64/start_frame=0 +animation/clip_64/end_frame=0 +animation/clip_64/loops=false +animation/clip_65/name="" +animation/clip_65/start_frame=0 +animation/clip_65/end_frame=0 +animation/clip_65/loops=false +animation/clip_66/name="" +animation/clip_66/start_frame=0 +animation/clip_66/end_frame=0 +animation/clip_66/loops=false +animation/clip_67/name="" +animation/clip_67/start_frame=0 +animation/clip_67/end_frame=0 +animation/clip_67/loops=false +animation/clip_68/name="" +animation/clip_68/start_frame=0 +animation/clip_68/end_frame=0 +animation/clip_68/loops=false +animation/clip_69/name="" +animation/clip_69/start_frame=0 +animation/clip_69/end_frame=0 +animation/clip_69/loops=false +animation/clip_70/name="" +animation/clip_70/start_frame=0 +animation/clip_70/end_frame=0 +animation/clip_70/loops=false +animation/clip_71/name="" +animation/clip_71/start_frame=0 +animation/clip_71/end_frame=0 +animation/clip_71/loops=false +animation/clip_72/name="" +animation/clip_72/start_frame=0 +animation/clip_72/end_frame=0 +animation/clip_72/loops=false +animation/clip_73/name="" +animation/clip_73/start_frame=0 +animation/clip_73/end_frame=0 +animation/clip_73/loops=false +animation/clip_74/name="" +animation/clip_74/start_frame=0 +animation/clip_74/end_frame=0 +animation/clip_74/loops=false +animation/clip_75/name="" +animation/clip_75/start_frame=0 +animation/clip_75/end_frame=0 +animation/clip_75/loops=false +animation/clip_76/name="" +animation/clip_76/start_frame=0 +animation/clip_76/end_frame=0 +animation/clip_76/loops=false +animation/clip_77/name="" +animation/clip_77/start_frame=0 +animation/clip_77/end_frame=0 +animation/clip_77/loops=false +animation/clip_78/name="" +animation/clip_78/start_frame=0 +animation/clip_78/end_frame=0 +animation/clip_78/loops=false +animation/clip_79/name="" +animation/clip_79/start_frame=0 +animation/clip_79/end_frame=0 +animation/clip_79/loops=false +animation/clip_80/name="" +animation/clip_80/start_frame=0 +animation/clip_80/end_frame=0 +animation/clip_80/loops=false +animation/clip_81/name="" +animation/clip_81/start_frame=0 +animation/clip_81/end_frame=0 +animation/clip_81/loops=false +animation/clip_82/name="" +animation/clip_82/start_frame=0 +animation/clip_82/end_frame=0 +animation/clip_82/loops=false +animation/clip_83/name="" +animation/clip_83/start_frame=0 +animation/clip_83/end_frame=0 +animation/clip_83/loops=false +animation/clip_84/name="" +animation/clip_84/start_frame=0 +animation/clip_84/end_frame=0 +animation/clip_84/loops=false +animation/clip_85/name="" +animation/clip_85/start_frame=0 +animation/clip_85/end_frame=0 +animation/clip_85/loops=false +animation/clip_86/name="" +animation/clip_86/start_frame=0 +animation/clip_86/end_frame=0 +animation/clip_86/loops=false +animation/clip_87/name="" +animation/clip_87/start_frame=0 +animation/clip_87/end_frame=0 +animation/clip_87/loops=false +animation/clip_88/name="" +animation/clip_88/start_frame=0 +animation/clip_88/end_frame=0 +animation/clip_88/loops=false +animation/clip_89/name="" +animation/clip_89/start_frame=0 +animation/clip_89/end_frame=0 +animation/clip_89/loops=false +animation/clip_90/name="" +animation/clip_90/start_frame=0 +animation/clip_90/end_frame=0 +animation/clip_90/loops=false +animation/clip_91/name="" +animation/clip_91/start_frame=0 +animation/clip_91/end_frame=0 +animation/clip_91/loops=false +animation/clip_92/name="" +animation/clip_92/start_frame=0 +animation/clip_92/end_frame=0 +animation/clip_92/loops=false +animation/clip_93/name="" +animation/clip_93/start_frame=0 +animation/clip_93/end_frame=0 +animation/clip_93/loops=false +animation/clip_94/name="" +animation/clip_94/start_frame=0 +animation/clip_94/end_frame=0 +animation/clip_94/loops=false +animation/clip_95/name="" +animation/clip_95/start_frame=0 +animation/clip_95/end_frame=0 +animation/clip_95/loops=false +animation/clip_96/name="" +animation/clip_96/start_frame=0 +animation/clip_96/end_frame=0 +animation/clip_96/loops=false +animation/clip_97/name="" +animation/clip_97/start_frame=0 +animation/clip_97/end_frame=0 +animation/clip_97/loops=false +animation/clip_98/name="" +animation/clip_98/start_frame=0 +animation/clip_98/end_frame=0 +animation/clip_98/loops=false +animation/clip_99/name="" +animation/clip_99/start_frame=0 +animation/clip_99/end_frame=0 +animation/clip_99/loops=false +animation/clip_100/name="" +animation/clip_100/start_frame=0 +animation/clip_100/end_frame=0 +animation/clip_100/loops=false +animation/clip_101/name="" +animation/clip_101/start_frame=0 +animation/clip_101/end_frame=0 +animation/clip_101/loops=false +animation/clip_102/name="" +animation/clip_102/start_frame=0 +animation/clip_102/end_frame=0 +animation/clip_102/loops=false +animation/clip_103/name="" +animation/clip_103/start_frame=0 +animation/clip_103/end_frame=0 +animation/clip_103/loops=false +animation/clip_104/name="" +animation/clip_104/start_frame=0 +animation/clip_104/end_frame=0 +animation/clip_104/loops=false +animation/clip_105/name="" +animation/clip_105/start_frame=0 +animation/clip_105/end_frame=0 +animation/clip_105/loops=false +animation/clip_106/name="" +animation/clip_106/start_frame=0 +animation/clip_106/end_frame=0 +animation/clip_106/loops=false +animation/clip_107/name="" +animation/clip_107/start_frame=0 +animation/clip_107/end_frame=0 +animation/clip_107/loops=false +animation/clip_108/name="" +animation/clip_108/start_frame=0 +animation/clip_108/end_frame=0 +animation/clip_108/loops=false +animation/clip_109/name="" +animation/clip_109/start_frame=0 +animation/clip_109/end_frame=0 +animation/clip_109/loops=false +animation/clip_110/name="" +animation/clip_110/start_frame=0 +animation/clip_110/end_frame=0 +animation/clip_110/loops=false +animation/clip_111/name="" +animation/clip_111/start_frame=0 +animation/clip_111/end_frame=0 +animation/clip_111/loops=false +animation/clip_112/name="" +animation/clip_112/start_frame=0 +animation/clip_112/end_frame=0 +animation/clip_112/loops=false +animation/clip_113/name="" +animation/clip_113/start_frame=0 +animation/clip_113/end_frame=0 +animation/clip_113/loops=false +animation/clip_114/name="" +animation/clip_114/start_frame=0 +animation/clip_114/end_frame=0 +animation/clip_114/loops=false +animation/clip_115/name="" +animation/clip_115/start_frame=0 +animation/clip_115/end_frame=0 +animation/clip_115/loops=false +animation/clip_116/name="" +animation/clip_116/start_frame=0 +animation/clip_116/end_frame=0 +animation/clip_116/loops=false +animation/clip_117/name="" +animation/clip_117/start_frame=0 +animation/clip_117/end_frame=0 +animation/clip_117/loops=false +animation/clip_118/name="" +animation/clip_118/start_frame=0 +animation/clip_118/end_frame=0 +animation/clip_118/loops=false +animation/clip_119/name="" +animation/clip_119/start_frame=0 +animation/clip_119/end_frame=0 +animation/clip_119/loops=false +animation/clip_120/name="" +animation/clip_120/start_frame=0 +animation/clip_120/end_frame=0 +animation/clip_120/loops=false +animation/clip_121/name="" +animation/clip_121/start_frame=0 +animation/clip_121/end_frame=0 +animation/clip_121/loops=false +animation/clip_122/name="" +animation/clip_122/start_frame=0 +animation/clip_122/end_frame=0 +animation/clip_122/loops=false +animation/clip_123/name="" +animation/clip_123/start_frame=0 +animation/clip_123/end_frame=0 +animation/clip_123/loops=false +animation/clip_124/name="" +animation/clip_124/start_frame=0 +animation/clip_124/end_frame=0 +animation/clip_124/loops=false +animation/clip_125/name="" +animation/clip_125/start_frame=0 +animation/clip_125/end_frame=0 +animation/clip_125/loops=false +animation/clip_126/name="" +animation/clip_126/start_frame=0 +animation/clip_126/end_frame=0 +animation/clip_126/loops=false +animation/clip_127/name="" +animation/clip_127/start_frame=0 +animation/clip_127/end_frame=0 +animation/clip_127/loops=false +animation/clip_128/name="" +animation/clip_128/start_frame=0 +animation/clip_128/end_frame=0 +animation/clip_128/loops=false +animation/clip_129/name="" +animation/clip_129/start_frame=0 +animation/clip_129/end_frame=0 +animation/clip_129/loops=false +animation/clip_130/name="" +animation/clip_130/start_frame=0 +animation/clip_130/end_frame=0 +animation/clip_130/loops=false +animation/clip_131/name="" +animation/clip_131/start_frame=0 +animation/clip_131/end_frame=0 +animation/clip_131/loops=false +animation/clip_132/name="" +animation/clip_132/start_frame=0 +animation/clip_132/end_frame=0 +animation/clip_132/loops=false +animation/clip_133/name="" +animation/clip_133/start_frame=0 +animation/clip_133/end_frame=0 +animation/clip_133/loops=false +animation/clip_134/name="" +animation/clip_134/start_frame=0 +animation/clip_134/end_frame=0 +animation/clip_134/loops=false +animation/clip_135/name="" +animation/clip_135/start_frame=0 +animation/clip_135/end_frame=0 +animation/clip_135/loops=false +animation/clip_136/name="" +animation/clip_136/start_frame=0 +animation/clip_136/end_frame=0 +animation/clip_136/loops=false +animation/clip_137/name="" +animation/clip_137/start_frame=0 +animation/clip_137/end_frame=0 +animation/clip_137/loops=false +animation/clip_138/name="" +animation/clip_138/start_frame=0 +animation/clip_138/end_frame=0 +animation/clip_138/loops=false +animation/clip_139/name="" +animation/clip_139/start_frame=0 +animation/clip_139/end_frame=0 +animation/clip_139/loops=false +animation/clip_140/name="" +animation/clip_140/start_frame=0 +animation/clip_140/end_frame=0 +animation/clip_140/loops=false +animation/clip_141/name="" +animation/clip_141/start_frame=0 +animation/clip_141/end_frame=0 +animation/clip_141/loops=false +animation/clip_142/name="" +animation/clip_142/start_frame=0 +animation/clip_142/end_frame=0 +animation/clip_142/loops=false +animation/clip_143/name="" +animation/clip_143/start_frame=0 +animation/clip_143/end_frame=0 +animation/clip_143/loops=false +animation/clip_144/name="" +animation/clip_144/start_frame=0 +animation/clip_144/end_frame=0 +animation/clip_144/loops=false +animation/clip_145/name="" +animation/clip_145/start_frame=0 +animation/clip_145/end_frame=0 +animation/clip_145/loops=false +animation/clip_146/name="" +animation/clip_146/start_frame=0 +animation/clip_146/end_frame=0 +animation/clip_146/loops=false +animation/clip_147/name="" +animation/clip_147/start_frame=0 +animation/clip_147/end_frame=0 +animation/clip_147/loops=false +animation/clip_148/name="" +animation/clip_148/start_frame=0 +animation/clip_148/end_frame=0 +animation/clip_148/loops=false +animation/clip_149/name="" +animation/clip_149/start_frame=0 +animation/clip_149/end_frame=0 +animation/clip_149/loops=false +animation/clip_150/name="" +animation/clip_150/start_frame=0 +animation/clip_150/end_frame=0 +animation/clip_150/loops=false +animation/clip_151/name="" +animation/clip_151/start_frame=0 +animation/clip_151/end_frame=0 +animation/clip_151/loops=false +animation/clip_152/name="" +animation/clip_152/start_frame=0 +animation/clip_152/end_frame=0 +animation/clip_152/loops=false +animation/clip_153/name="" +animation/clip_153/start_frame=0 +animation/clip_153/end_frame=0 +animation/clip_153/loops=false +animation/clip_154/name="" +animation/clip_154/start_frame=0 +animation/clip_154/end_frame=0 +animation/clip_154/loops=false +animation/clip_155/name="" +animation/clip_155/start_frame=0 +animation/clip_155/end_frame=0 +animation/clip_155/loops=false +animation/clip_156/name="" +animation/clip_156/start_frame=0 +animation/clip_156/end_frame=0 +animation/clip_156/loops=false +animation/clip_157/name="" +animation/clip_157/start_frame=0 +animation/clip_157/end_frame=0 +animation/clip_157/loops=false +animation/clip_158/name="" +animation/clip_158/start_frame=0 +animation/clip_158/end_frame=0 +animation/clip_158/loops=false +animation/clip_159/name="" +animation/clip_159/start_frame=0 +animation/clip_159/end_frame=0 +animation/clip_159/loops=false +animation/clip_160/name="" +animation/clip_160/start_frame=0 +animation/clip_160/end_frame=0 +animation/clip_160/loops=false +animation/clip_161/name="" +animation/clip_161/start_frame=0 +animation/clip_161/end_frame=0 +animation/clip_161/loops=false +animation/clip_162/name="" +animation/clip_162/start_frame=0 +animation/clip_162/end_frame=0 +animation/clip_162/loops=false +animation/clip_163/name="" +animation/clip_163/start_frame=0 +animation/clip_163/end_frame=0 +animation/clip_163/loops=false +animation/clip_164/name="" +animation/clip_164/start_frame=0 +animation/clip_164/end_frame=0 +animation/clip_164/loops=false +animation/clip_165/name="" +animation/clip_165/start_frame=0 +animation/clip_165/end_frame=0 +animation/clip_165/loops=false +animation/clip_166/name="" +animation/clip_166/start_frame=0 +animation/clip_166/end_frame=0 +animation/clip_166/loops=false +animation/clip_167/name="" +animation/clip_167/start_frame=0 +animation/clip_167/end_frame=0 +animation/clip_167/loops=false +animation/clip_168/name="" +animation/clip_168/start_frame=0 +animation/clip_168/end_frame=0 +animation/clip_168/loops=false +animation/clip_169/name="" +animation/clip_169/start_frame=0 +animation/clip_169/end_frame=0 +animation/clip_169/loops=false +animation/clip_170/name="" +animation/clip_170/start_frame=0 +animation/clip_170/end_frame=0 +animation/clip_170/loops=false +animation/clip_171/name="" +animation/clip_171/start_frame=0 +animation/clip_171/end_frame=0 +animation/clip_171/loops=false +animation/clip_172/name="" +animation/clip_172/start_frame=0 +animation/clip_172/end_frame=0 +animation/clip_172/loops=false +animation/clip_173/name="" +animation/clip_173/start_frame=0 +animation/clip_173/end_frame=0 +animation/clip_173/loops=false +animation/clip_174/name="" +animation/clip_174/start_frame=0 +animation/clip_174/end_frame=0 +animation/clip_174/loops=false +animation/clip_175/name="" +animation/clip_175/start_frame=0 +animation/clip_175/end_frame=0 +animation/clip_175/loops=false +animation/clip_176/name="" +animation/clip_176/start_frame=0 +animation/clip_176/end_frame=0 +animation/clip_176/loops=false +animation/clip_177/name="" +animation/clip_177/start_frame=0 +animation/clip_177/end_frame=0 +animation/clip_177/loops=false +animation/clip_178/name="" +animation/clip_178/start_frame=0 +animation/clip_178/end_frame=0 +animation/clip_178/loops=false +animation/clip_179/name="" +animation/clip_179/start_frame=0 +animation/clip_179/end_frame=0 +animation/clip_179/loops=false +animation/clip_180/name="" +animation/clip_180/start_frame=0 +animation/clip_180/end_frame=0 +animation/clip_180/loops=false +animation/clip_181/name="" +animation/clip_181/start_frame=0 +animation/clip_181/end_frame=0 +animation/clip_181/loops=false +animation/clip_182/name="" +animation/clip_182/start_frame=0 +animation/clip_182/end_frame=0 +animation/clip_182/loops=false +animation/clip_183/name="" +animation/clip_183/start_frame=0 +animation/clip_183/end_frame=0 +animation/clip_183/loops=false +animation/clip_184/name="" +animation/clip_184/start_frame=0 +animation/clip_184/end_frame=0 +animation/clip_184/loops=false +animation/clip_185/name="" +animation/clip_185/start_frame=0 +animation/clip_185/end_frame=0 +animation/clip_185/loops=false +animation/clip_186/name="" +animation/clip_186/start_frame=0 +animation/clip_186/end_frame=0 +animation/clip_186/loops=false +animation/clip_187/name="" +animation/clip_187/start_frame=0 +animation/clip_187/end_frame=0 +animation/clip_187/loops=false +animation/clip_188/name="" +animation/clip_188/start_frame=0 +animation/clip_188/end_frame=0 +animation/clip_188/loops=false +animation/clip_189/name="" +animation/clip_189/start_frame=0 +animation/clip_189/end_frame=0 +animation/clip_189/loops=false +animation/clip_190/name="" +animation/clip_190/start_frame=0 +animation/clip_190/end_frame=0 +animation/clip_190/loops=false +animation/clip_191/name="" +animation/clip_191/start_frame=0 +animation/clip_191/end_frame=0 +animation/clip_191/loops=false +animation/clip_192/name="" +animation/clip_192/start_frame=0 +animation/clip_192/end_frame=0 +animation/clip_192/loops=false +animation/clip_193/name="" +animation/clip_193/start_frame=0 +animation/clip_193/end_frame=0 +animation/clip_193/loops=false +animation/clip_194/name="" +animation/clip_194/start_frame=0 +animation/clip_194/end_frame=0 +animation/clip_194/loops=false +animation/clip_195/name="" +animation/clip_195/start_frame=0 +animation/clip_195/end_frame=0 +animation/clip_195/loops=false +animation/clip_196/name="" +animation/clip_196/start_frame=0 +animation/clip_196/end_frame=0 +animation/clip_196/loops=false +animation/clip_197/name="" +animation/clip_197/start_frame=0 +animation/clip_197/end_frame=0 +animation/clip_197/loops=false +animation/clip_198/name="" +animation/clip_198/start_frame=0 +animation/clip_198/end_frame=0 +animation/clip_198/loops=false +animation/clip_199/name="" +animation/clip_199/start_frame=0 +animation/clip_199/end_frame=0 +animation/clip_199/loops=false +animation/clip_200/name="" +animation/clip_200/start_frame=0 +animation/clip_200/end_frame=0 +animation/clip_200/loops=false +animation/clip_201/name="" +animation/clip_201/start_frame=0 +animation/clip_201/end_frame=0 +animation/clip_201/loops=false +animation/clip_202/name="" +animation/clip_202/start_frame=0 +animation/clip_202/end_frame=0 +animation/clip_202/loops=false +animation/clip_203/name="" +animation/clip_203/start_frame=0 +animation/clip_203/end_frame=0 +animation/clip_203/loops=false +animation/clip_204/name="" +animation/clip_204/start_frame=0 +animation/clip_204/end_frame=0 +animation/clip_204/loops=false +animation/clip_205/name="" +animation/clip_205/start_frame=0 +animation/clip_205/end_frame=0 +animation/clip_205/loops=false +animation/clip_206/name="" +animation/clip_206/start_frame=0 +animation/clip_206/end_frame=0 +animation/clip_206/loops=false +animation/clip_207/name="" +animation/clip_207/start_frame=0 +animation/clip_207/end_frame=0 +animation/clip_207/loops=false +animation/clip_208/name="" +animation/clip_208/start_frame=0 +animation/clip_208/end_frame=0 +animation/clip_208/loops=false +animation/clip_209/name="" +animation/clip_209/start_frame=0 +animation/clip_209/end_frame=0 +animation/clip_209/loops=false +animation/clip_210/name="" +animation/clip_210/start_frame=0 +animation/clip_210/end_frame=0 +animation/clip_210/loops=false +animation/clip_211/name="" +animation/clip_211/start_frame=0 +animation/clip_211/end_frame=0 +animation/clip_211/loops=false +animation/clip_212/name="" +animation/clip_212/start_frame=0 +animation/clip_212/end_frame=0 +animation/clip_212/loops=false +animation/clip_213/name="" +animation/clip_213/start_frame=0 +animation/clip_213/end_frame=0 +animation/clip_213/loops=false +animation/clip_214/name="" +animation/clip_214/start_frame=0 +animation/clip_214/end_frame=0 +animation/clip_214/loops=false +animation/clip_215/name="" +animation/clip_215/start_frame=0 +animation/clip_215/end_frame=0 +animation/clip_215/loops=false +animation/clip_216/name="" +animation/clip_216/start_frame=0 +animation/clip_216/end_frame=0 +animation/clip_216/loops=false +animation/clip_217/name="" +animation/clip_217/start_frame=0 +animation/clip_217/end_frame=0 +animation/clip_217/loops=false +animation/clip_218/name="" +animation/clip_218/start_frame=0 +animation/clip_218/end_frame=0 +animation/clip_218/loops=false +animation/clip_219/name="" +animation/clip_219/start_frame=0 +animation/clip_219/end_frame=0 +animation/clip_219/loops=false +animation/clip_220/name="" +animation/clip_220/start_frame=0 +animation/clip_220/end_frame=0 +animation/clip_220/loops=false +animation/clip_221/name="" +animation/clip_221/start_frame=0 +animation/clip_221/end_frame=0 +animation/clip_221/loops=false +animation/clip_222/name="" +animation/clip_222/start_frame=0 +animation/clip_222/end_frame=0 +animation/clip_222/loops=false +animation/clip_223/name="" +animation/clip_223/start_frame=0 +animation/clip_223/end_frame=0 +animation/clip_223/loops=false +animation/clip_224/name="" +animation/clip_224/start_frame=0 +animation/clip_224/end_frame=0 +animation/clip_224/loops=false +animation/clip_225/name="" +animation/clip_225/start_frame=0 +animation/clip_225/end_frame=0 +animation/clip_225/loops=false +animation/clip_226/name="" +animation/clip_226/start_frame=0 +animation/clip_226/end_frame=0 +animation/clip_226/loops=false +animation/clip_227/name="" +animation/clip_227/start_frame=0 +animation/clip_227/end_frame=0 +animation/clip_227/loops=false +animation/clip_228/name="" +animation/clip_228/start_frame=0 +animation/clip_228/end_frame=0 +animation/clip_228/loops=false +animation/clip_229/name="" +animation/clip_229/start_frame=0 +animation/clip_229/end_frame=0 +animation/clip_229/loops=false +animation/clip_230/name="" +animation/clip_230/start_frame=0 +animation/clip_230/end_frame=0 +animation/clip_230/loops=false +animation/clip_231/name="" +animation/clip_231/start_frame=0 +animation/clip_231/end_frame=0 +animation/clip_231/loops=false +animation/clip_232/name="" +animation/clip_232/start_frame=0 +animation/clip_232/end_frame=0 +animation/clip_232/loops=false +animation/clip_233/name="" +animation/clip_233/start_frame=0 +animation/clip_233/end_frame=0 +animation/clip_233/loops=false +animation/clip_234/name="" +animation/clip_234/start_frame=0 +animation/clip_234/end_frame=0 +animation/clip_234/loops=false +animation/clip_235/name="" +animation/clip_235/start_frame=0 +animation/clip_235/end_frame=0 +animation/clip_235/loops=false +animation/clip_236/name="" +animation/clip_236/start_frame=0 +animation/clip_236/end_frame=0 +animation/clip_236/loops=false +animation/clip_237/name="" +animation/clip_237/start_frame=0 +animation/clip_237/end_frame=0 +animation/clip_237/loops=false +animation/clip_238/name="" +animation/clip_238/start_frame=0 +animation/clip_238/end_frame=0 +animation/clip_238/loops=false +animation/clip_239/name="" +animation/clip_239/start_frame=0 +animation/clip_239/end_frame=0 +animation/clip_239/loops=false +animation/clip_240/name="" +animation/clip_240/start_frame=0 +animation/clip_240/end_frame=0 +animation/clip_240/loops=false +animation/clip_241/name="" +animation/clip_241/start_frame=0 +animation/clip_241/end_frame=0 +animation/clip_241/loops=false +animation/clip_242/name="" +animation/clip_242/start_frame=0 +animation/clip_242/end_frame=0 +animation/clip_242/loops=false +animation/clip_243/name="" +animation/clip_243/start_frame=0 +animation/clip_243/end_frame=0 +animation/clip_243/loops=false +animation/clip_244/name="" +animation/clip_244/start_frame=0 +animation/clip_244/end_frame=0 +animation/clip_244/loops=false +animation/clip_245/name="" +animation/clip_245/start_frame=0 +animation/clip_245/end_frame=0 +animation/clip_245/loops=false +animation/clip_246/name="" +animation/clip_246/start_frame=0 +animation/clip_246/end_frame=0 +animation/clip_246/loops=false +animation/clip_247/name="" +animation/clip_247/start_frame=0 +animation/clip_247/end_frame=0 +animation/clip_247/loops=false +animation/clip_248/name="" +animation/clip_248/start_frame=0 +animation/clip_248/end_frame=0 +animation/clip_248/loops=false +animation/clip_249/name="" +animation/clip_249/start_frame=0 +animation/clip_249/end_frame=0 +animation/clip_249/loops=false +animation/clip_250/name="" +animation/clip_250/start_frame=0 +animation/clip_250/end_frame=0 +animation/clip_250/loops=false +animation/clip_251/name="" +animation/clip_251/start_frame=0 +animation/clip_251/end_frame=0 +animation/clip_251/loops=false +animation/clip_252/name="" +animation/clip_252/start_frame=0 +animation/clip_252/end_frame=0 +animation/clip_252/loops=false +animation/clip_253/name="" +animation/clip_253/start_frame=0 +animation/clip_253/end_frame=0 +animation/clip_253/loops=false +animation/clip_254/name="" +animation/clip_254/start_frame=0 +animation/clip_254/end_frame=0 +animation/clip_254/loops=false +animation/clip_255/name="" +animation/clip_255/start_frame=0 +animation/clip_255/end_frame=0 +animation/clip_255/loops=false +animation/clip_256/name="" +animation/clip_256/start_frame=0 +animation/clip_256/end_frame=0 +animation/clip_256/loops=false diff --git a/mesh/cover_other.dae b/mesh/cover_other.dae new file mode 100644 index 0000000..117e4f6 --- /dev/null +++ b/mesh/cover_other.dae @@ -0,0 +1,59 @@ + + + + + Anonymous + Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) + + 2017-04-23T11:46:04Z + 2017-04-23T11:46:04Z + + Z_UP + + + + + + 0.276388019323349 -0.8506492376327515 0.4472198486328125 0.6881893873214722 -0.49999693036079407 0.5257362127304077 0.16245555877685547 -0.49999526143074036 0.8506543636322021 -0.7236073017120361 -0.5257253050804138 0.44721952080726624 -0.26286882162094116 -0.8090116381645203 0.5257376432418823 -0.42532268166542053 -0.30901139974594116 0.8506541848182678 -0.7236073017120361 0.5257253050804138 0.44721952080726624 -0.8506478667259216 0.0 0.5257359147071838 -0.42532268166542053 0.30901139974594116 0.8506541848182678 0.276388019323349 0.8506492376327515 0.4472198486328125 -0.26286882162094116 0.8090116381645203 0.5257376432418823 0.16245555877685547 0.49999526143074036 0.8506543636322021 0.8944262266159058 0.0 0.44721561670303345 0.6881893873214722 0.49999693036079407 0.5257362127304077 0.525729775428772 0.0 0.8506516814231873 0.525729775428772 0.0 0.8506516814231873 0.16245555877685547 0.49999526143074036 0.8506543636322021 0.0 0.0 1.0 0.525729775428772 0.0 0.8506516814231873 0.6881893873214722 0.49999693036079407 0.5257362127304077 0.16245555877685547 0.49999526143074036 0.8506543636322021 0.6881893873214722 0.49999693036079407 0.5257362127304077 0.276388019323349 0.8506492376327515 0.4472198486328125 0.16245555877685547 0.49999526143074036 0.8506543636322021 0.16245555877685547 0.49999526143074036 0.8506543636322021 -0.42532268166542053 0.30901139974594116 0.8506541848182678 0.0 0.0 1.0 0.16245555877685547 0.49999526143074036 0.8506543636322021 -0.26286882162094116 0.8090116381645203 0.5257376432418823 -0.42532268166542053 0.30901139974594116 0.8506541848182678 -0.26286882162094116 0.8090116381645203 0.5257376432418823 -0.7236073017120361 0.5257253050804138 0.44721952080726624 -0.42532268166542053 0.30901139974594116 0.8506541848182678 -0.42532268166542053 0.30901139974594116 0.8506541848182678 -0.42532268166542053 -0.30901139974594116 0.8506541848182678 0.0 0.0 1.0 -0.42532268166542053 0.30901139974594116 0.8506541848182678 -0.8506478667259216 0.0 0.5257359147071838 -0.42532268166542053 -0.30901139974594116 0.8506541848182678 -0.8506478667259216 0.0 0.5257359147071838 -0.7236073017120361 -0.5257253050804138 0.44721952080726624 -0.42532268166542053 -0.30901139974594116 0.8506541848182678 -0.42532268166542053 -0.30901139974594116 0.8506541848182678 0.16245555877685547 -0.49999526143074036 0.8506543636322021 0.0 0.0 1.0 -0.42532268166542053 -0.30901139974594116 0.8506541848182678 -0.26286882162094116 -0.8090116381645203 0.5257376432418823 0.16245555877685547 -0.49999526143074036 0.8506543636322021 -0.26286882162094116 -0.8090116381645203 0.5257376432418823 0.276388019323349 -0.8506492376327515 0.4472198486328125 0.16245555877685547 -0.49999526143074036 0.8506543636322021 0.16245555877685547 -0.49999526143074036 0.8506543636322021 0.525729775428772 0.0 0.8506516814231873 0.0 0.0 1.0 0.16245555877685547 -0.49999526143074036 0.8506543636322021 0.6881893873214722 -0.49999693036079407 0.5257362127304077 0.525729775428772 0.0 0.8506516814231873 0.6881893873214722 -0.49999693036079407 0.5257362127304077 0.8944262266159058 0.0 0.44721561670303345 0.525729775428772 0.0 0.8506516814231873 0.9510578513145447 0.30901262164115906 0.0 0.6881893873214722 0.49999693036079407 0.5257362127304077 0.8944262266159058 0.0 0.44721561670303345 0.9510578513145447 0.30901262164115906 0.0 0.5877856016159058 0.8090167045593262 0.0 0.6881893873214722 0.49999693036079407 0.5257362127304077 0.5877856016159058 0.8090167045593262 0.0 0.276388019323349 0.8506492376327515 0.4472198486328125 0.6881893873214722 0.49999693036079407 0.5257362127304077 0.0 0.9999999403953552 0.0 -0.26286882162094116 0.8090116381645203 0.5257376432418823 0.276388019323349 0.8506492376327515 0.4472198486328125 0.0 0.9999999403953552 0.0 -0.5877856016159058 0.8090167045593262 0.0 -0.26286882162094116 0.8090116381645203 0.5257376432418823 -0.5877856016159058 0.8090167045593262 0.0 -0.7236073017120361 0.5257253050804138 0.44721952080726624 -0.26286882162094116 0.8090116381645203 0.5257376432418823 -0.9510578513145447 0.30901262164115906 0.0 -0.8506478667259216 0.0 0.5257359147071838 -0.7236073017120361 0.5257253050804138 0.44721952080726624 -0.9510578513145447 0.30901262164115906 0.0 -0.9510578513145447 -0.30901262164115906 0.0 -0.8506478667259216 0.0 0.5257359147071838 -0.9510578513145447 -0.30901262164115906 0.0 -0.7236073017120361 -0.5257253050804138 0.44721952080726624 -0.8506478667259216 0.0 0.5257359147071838 -0.5877856016159058 -0.8090167045593262 0.0 -0.26286882162094116 -0.8090116381645203 0.5257376432418823 -0.7236073017120361 -0.5257253050804138 0.44721952080726624 -0.5877856016159058 -0.8090167045593262 0.0 0.0 -0.9999999403953552 0.0 -0.26286882162094116 -0.8090116381645203 0.5257376432418823 0.0 -0.9999999403953552 0.0 0.276388019323349 -0.8506492376327515 0.4472198486328125 -0.26286882162094116 -0.8090116381645203 0.5257376432418823 0.5877856016159058 -0.8090167045593262 0.0 0.6881893873214722 -0.49999693036079407 0.5257362127304077 0.276388019323349 -0.8506492376327515 0.4472198486328125 0.5877856016159058 -0.8090167045593262 0.0 0.9510578513145447 -0.30901262164115906 0.0 0.6881893873214722 -0.49999693036079407 0.5257362127304077 0.9510578513145447 -0.30901262164115906 0.0 0.8944262266159058 0.0 0.44721561670303345 0.6881893873214722 -0.49999693036079407 0.5257362127304077 0.5877856016159058 0.8090167045593262 0.0 0.0 0.9999999403953552 0.0 0.276388019323349 0.8506492376327515 0.4472198486328125 -0.5877856016159058 0.8090167045593262 0.0 -0.9510578513145447 0.30901262164115906 0.0 -0.7236073017120361 0.5257253050804138 0.44721952080726624 -0.9510578513145447 -0.30901262164115906 0.0 -0.5877856016159058 -0.8090167045593262 0.0 -0.7236073017120361 -0.5257253050804138 0.44721952080726624 0.0 -0.9999999403953552 0.0 0.5877856016159058 -0.8090167045593262 0.0 0.276388019323349 -0.8506492376327515 0.4472198486328125 0.9510578513145447 -0.30901262164115906 0.0 0.9510578513145447 0.30901262164115906 0.0 0.8944262266159058 0.0 0.44721561670303345 -0.9510578513145447 0.30901262164115906 0.0 0.0 0.9999999403953552 0.0 0.9510578513145447 0.30901262164115906 0.0 0.9510578513145447 -0.30901262164115906 0.0 -0.5877856016159058 -0.8090167045593262 0.0 0.5877856016159058 -0.8090167045593262 0.0 0.0 -0.9999999403953552 0.0 -0.9510578513145447 -0.30901262164115906 0.0 -0.9510578513145447 0.30901262164115906 0.0 -0.5877856016159058 0.8090167045593262 0.0 0.0 0.9999999403953552 0.0 0.5877856016159058 0.8090167045593262 0.0 0.9510578513145447 0.30901262164115906 0.0 + + + + + + + + + + 0.4089460074901581 -0.628425121307373 0.661698579788208 0.4089460074901581 -0.628425121307373 0.661698579788208 0.4089460074901581 -0.628425121307373 0.661698579788208 -0.4712998867034912 -0.583122193813324 0.6616986989974976 -0.4712998867034912 -0.583122193813324 0.6616986989974976 -0.4712998867034912 -0.583122193813324 0.6616986989974976 -0.7002239227294922 0.2680318057537079 0.6616988778114319 -0.7002239227294922 0.2680318057537079 0.6616988778114319 -0.7002239227294922 0.2680318057537079 0.6616988778114319 0.038530394434928894 0.7487791180610657 0.6616987586021423 0.038530394434928894 0.7487791180610657 0.6616987586021423 0.038530394434928894 0.7487791180610657 0.6616987586021423 0.7240420579910278 0.1947360783815384 0.6616954207420349 0.7240420579910278 0.1947360783815384 0.6616954207420349 0.7240420579910278 0.1947360783815384 0.6616954207420349 0.26803407073020935 0.19473659992218018 0.9435228705406189 0.26803407073020935 0.19473659992218018 0.9435228705406189 0.26803407073020935 0.19473659992218018 0.9435228705406189 0.49111947417259216 0.3568210005760193 0.7946573495864868 0.49111947417259216 0.3568210005760193 0.7946573495864868 0.49111947417259216 0.3568210005760193 0.7946573495864868 0.4089460074901581 0.6284251809120178 0.6616985201835632 0.4089460074901581 0.6284251809120178 0.6616985201835632 0.4089460074901581 0.6284251809120178 0.6616985201835632 -0.10238078981637955 0.3150899112224579 0.9435234665870667 -0.10238078981637955 0.3150899112224579 0.9435234665870667 -0.10238078981637955 0.3150899112224579 0.9435234665870667 -0.18759387731552124 0.5773453712463379 0.7946577072143555 -0.18759387731552124 0.5773453712463379 0.7946577072143555 -0.18759387731552124 0.5773453712463379 0.7946577072143555 -0.4712998867034912 0.5831222534179688 0.6616986393928528 -0.4712998867034912 0.5831222534179688 0.6616986393928528 -0.4712998867034912 0.5831222534179688 0.6616986393928528 -0.33130449056625366 0.0 0.9435237646102905 -0.33130449056625366 0.0 0.9435237646102905 -0.33130449056625366 0.0 0.9435237646102905 -0.6070604920387268 0.0 0.7946555614471436 -0.6070604920387268 0.0 0.7946555614471436 -0.6070604920387268 0.0 0.7946555614471436 -0.7002239227294922 -0.26803189516067505 0.6616988778114319 -0.7002239227294922 -0.26803189516067505 0.6616988778114319 -0.7002239227294922 -0.26803189516067505 0.6616988778114319 -0.10238078981637955 -0.3150899112224579 0.9435234665870667 -0.10238078981637955 -0.3150899112224579 0.9435234665870667 -0.10238078981637955 -0.3150899112224579 0.9435234665870667 -0.1875939667224884 -0.5773453712463379 0.7946577072143555 -0.1875939667224884 -0.5773453712463379 0.7946577072143555 -0.1875939667224884 -0.5773453712463379 0.7946577072143555 0.038530390709638596 -0.7487790584564209 0.6616986989974976 0.038530390709638596 -0.7487790584564209 0.6616986989974976 0.038530390709638596 -0.7487790584564209 0.6616986989974976 0.26803407073020935 -0.19473661482334137 0.9435228705406189 0.26803407073020935 -0.19473661482334137 0.9435228705406189 0.26803407073020935 -0.19473661482334137 0.9435228705406189 0.4911195635795593 -0.3568210005760193 0.7946573495864868 0.4911195635795593 -0.3568210005760193 0.7946573495864868 0.4911195635795593 -0.3568210005760193 0.7946573495864868 0.7240420579910278 -0.1947360783815384 0.6616954207420349 0.7240420579910278 -0.1947360783815384 0.6616954207420349 0.7240420579910278 -0.1947360783815384 0.6616954207420349 0.8896973133087158 0.31509464979171753 0.3303847908973694 0.8896973133087158 0.31509464979171753 0.3303847908973694 0.8896973133087158 0.31509464979171753 0.3303847908973694 0.7946556806564331 0.5773478746414185 0.18759505450725555 0.7946556806564331 0.5773478746414185 0.18759505450725555 0.7946556806564331 0.5773478746414185 0.18759505450725555 0.574601948261261 0.7487834692001343 0.33038753271102905 0.574601948261261 0.7487834692001343 0.33038753271102905 0.574601948261261 0.7487834692001343 0.33038753271102905 -0.0247466079890728 0.9435212016105652 0.3303864300251007 -0.0247466079890728 0.9435212016105652 0.3303864300251007 -0.0247466079890728 0.9435212016105652 0.3303864300251007 -0.30353090167045593 0.9341714978218079 0.18759731948375702 -0.30353090167045593 0.9341714978218079 0.18759731948375702 -0.30353090167045593 0.9341714978218079 0.18759731948375702 -0.5345759391784668 0.7778644561767578 0.3303866386413574 -0.5345759391784668 0.7778644561767578 0.3303866386413574 -0.5345759391784668 0.7778644561767578 0.3303866386413574 -0.9049891829490662 0.26803135871887207 0.3303845524787903 -0.9049891829490662 0.26803135871887207 0.3303845524787903 -0.9049891829490662 0.26803135871887207 0.3303845524787903 -0.9822458028793335 0.0 0.18759854137897491 -0.9822458028793335 0.0 0.18759854137897491 -0.9822458028793335 0.0 0.18759854137897491 -0.9049891829490662 -0.26803135871887207 0.3303845524787903 -0.9049891829490662 -0.26803135871887207 0.3303845524787903 -0.9049891829490662 -0.26803135871887207 0.3303845524787903 -0.5345759391784668 -0.7778644561767578 0.3303866386413574 -0.5345759391784668 -0.7778644561767578 0.3303866386413574 -0.5345759391784668 -0.7778644561767578 0.3303866386413574 -0.30353087186813354 -0.9341713786125183 0.1875973790884018 -0.30353087186813354 -0.9341713786125183 0.1875973790884018 -0.30353087186813354 -0.9341713786125183 0.1875973790884018 -0.0247466079890728 -0.9435212016105652 0.3303864300251007 -0.0247466079890728 -0.9435212016105652 0.3303864300251007 -0.0247466079890728 -0.9435212016105652 0.3303864300251007 0.574601948261261 -0.7487834692001343 0.33038753271102905 0.574601948261261 -0.7487834692001343 0.33038753271102905 0.574601948261261 -0.7487834692001343 0.33038753271102905 0.7946556806564331 -0.5773478746414185 0.18759509921073914 0.7946556806564331 -0.5773478746414185 0.18759509921073914 0.7946556806564331 -0.5773478746414185 0.18759509921073914 0.8896973133087158 -0.31509464979171753 0.3303847908973694 0.8896973133087158 -0.31509464979171753 0.3303847908973694 0.8896973133087158 -0.31509464979171753 0.3303847908973694 0.3065688908100128 0.9435215592384338 0.1256287395954132 0.3065688908100128 0.9435215592384338 0.1256287395954132 0.3065688908100128 0.9435215592384338 0.1256287395954132 -0.8026090264320374 0.5831264853477478 0.1256272941827774 -0.8026090264320374 0.5831264853477478 0.1256272941827774 -0.8026090264320374 0.5831264853477478 0.1256272941827774 -0.8026090264320374 -0.5831264853477478 0.1256272941827774 -0.8026090264320374 -0.5831264853477478 0.1256272941827774 -0.8026090264320374 -0.5831264853477478 0.1256272941827774 0.3065688908100128 -0.9435215592384338 0.1256287395954132 0.3065688908100128 -0.9435215592384338 0.1256287395954132 0.3065688908100128 -0.9435215592384338 0.1256287395954132 0.9920774102210999 0.0 0.12562832236289978 0.9920774102210999 0.0 0.12562832236289978 0.9920774102210999 0.0 0.12562832236289978 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 + + + + + + + + + + + + + + +

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 122 123 124 125 126 124 124 127 120 128 129 130 130 131 132 123 125 124 124 120 122

+
+
+
+
+ + + + 1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0 -0.020762890577316284 0.0 0.0 0.0 1.0 + + + + + + + + +
diff --git a/mesh/cover_other.dae.import b/mesh/cover_other.dae.import new file mode 100644 index 0000000..e4bff00 --- /dev/null +++ b/mesh/cover_other.dae.import @@ -0,0 +1,1049 @@ +[remap] + +importer="scene" +type="PackedScene" +path="res://.import/cover_other.dae-8b301f851e2ca6e433d0ab11a96906d5.scn" + +[params] + +nodes/root_type="Spatial" +nodes/root_name="Scene Root" +nodes/custom_script="" +materials/location=0 +materials/storage=0 +geometry/compress=true +geometry/ensure_tangents=true +geometry/storage=0 +animation/import=true +animation/fps=15 +animation/filter_script="" +animation/optimizer/enabled=true +animation/optimizer/max_linear_error=0.05 +animation/optimizer/max_angular_error=0.01 +animation/optimizer/max_angle=22 +animation/optimizer/remove_unused_tracks=true +animation/clips/amount=0 +animation/clip_1/name="" +animation/clip_1/start_frame=0 +animation/clip_1/end_frame=0 +animation/clip_1/loops=false +animation/clip_2/name="" +animation/clip_2/start_frame=0 +animation/clip_2/end_frame=0 +animation/clip_2/loops=false +animation/clip_3/name="" +animation/clip_3/start_frame=0 +animation/clip_3/end_frame=0 +animation/clip_3/loops=false +animation/clip_4/name="" +animation/clip_4/start_frame=0 +animation/clip_4/end_frame=0 +animation/clip_4/loops=false +animation/clip_5/name="" +animation/clip_5/start_frame=0 +animation/clip_5/end_frame=0 +animation/clip_5/loops=false +animation/clip_6/name="" +animation/clip_6/start_frame=0 +animation/clip_6/end_frame=0 +animation/clip_6/loops=false +animation/clip_7/name="" +animation/clip_7/start_frame=0 +animation/clip_7/end_frame=0 +animation/clip_7/loops=false +animation/clip_8/name="" +animation/clip_8/start_frame=0 +animation/clip_8/end_frame=0 +animation/clip_8/loops=false +animation/clip_9/name="" +animation/clip_9/start_frame=0 +animation/clip_9/end_frame=0 +animation/clip_9/loops=false +animation/clip_10/name="" +animation/clip_10/start_frame=0 +animation/clip_10/end_frame=0 +animation/clip_10/loops=false +animation/clip_11/name="" +animation/clip_11/start_frame=0 +animation/clip_11/end_frame=0 +animation/clip_11/loops=false +animation/clip_12/name="" +animation/clip_12/start_frame=0 +animation/clip_12/end_frame=0 +animation/clip_12/loops=false +animation/clip_13/name="" +animation/clip_13/start_frame=0 +animation/clip_13/end_frame=0 +animation/clip_13/loops=false +animation/clip_14/name="" +animation/clip_14/start_frame=0 +animation/clip_14/end_frame=0 +animation/clip_14/loops=false +animation/clip_15/name="" +animation/clip_15/start_frame=0 +animation/clip_15/end_frame=0 +animation/clip_15/loops=false +animation/clip_16/name="" +animation/clip_16/start_frame=0 +animation/clip_16/end_frame=0 +animation/clip_16/loops=false +animation/clip_17/name="" +animation/clip_17/start_frame=0 +animation/clip_17/end_frame=0 +animation/clip_17/loops=false +animation/clip_18/name="" +animation/clip_18/start_frame=0 +animation/clip_18/end_frame=0 +animation/clip_18/loops=false +animation/clip_19/name="" +animation/clip_19/start_frame=0 +animation/clip_19/end_frame=0 +animation/clip_19/loops=false +animation/clip_20/name="" +animation/clip_20/start_frame=0 +animation/clip_20/end_frame=0 +animation/clip_20/loops=false +animation/clip_21/name="" +animation/clip_21/start_frame=0 +animation/clip_21/end_frame=0 +animation/clip_21/loops=false +animation/clip_22/name="" +animation/clip_22/start_frame=0 +animation/clip_22/end_frame=0 +animation/clip_22/loops=false +animation/clip_23/name="" +animation/clip_23/start_frame=0 +animation/clip_23/end_frame=0 +animation/clip_23/loops=false +animation/clip_24/name="" +animation/clip_24/start_frame=0 +animation/clip_24/end_frame=0 +animation/clip_24/loops=false +animation/clip_25/name="" +animation/clip_25/start_frame=0 +animation/clip_25/end_frame=0 +animation/clip_25/loops=false +animation/clip_26/name="" +animation/clip_26/start_frame=0 +animation/clip_26/end_frame=0 +animation/clip_26/loops=false +animation/clip_27/name="" +animation/clip_27/start_frame=0 +animation/clip_27/end_frame=0 +animation/clip_27/loops=false +animation/clip_28/name="" +animation/clip_28/start_frame=0 +animation/clip_28/end_frame=0 +animation/clip_28/loops=false +animation/clip_29/name="" +animation/clip_29/start_frame=0 +animation/clip_29/end_frame=0 +animation/clip_29/loops=false +animation/clip_30/name="" +animation/clip_30/start_frame=0 +animation/clip_30/end_frame=0 +animation/clip_30/loops=false +animation/clip_31/name="" +animation/clip_31/start_frame=0 +animation/clip_31/end_frame=0 +animation/clip_31/loops=false +animation/clip_32/name="" +animation/clip_32/start_frame=0 +animation/clip_32/end_frame=0 +animation/clip_32/loops=false +animation/clip_33/name="" +animation/clip_33/start_frame=0 +animation/clip_33/end_frame=0 +animation/clip_33/loops=false +animation/clip_34/name="" +animation/clip_34/start_frame=0 +animation/clip_34/end_frame=0 +animation/clip_34/loops=false +animation/clip_35/name="" +animation/clip_35/start_frame=0 +animation/clip_35/end_frame=0 +animation/clip_35/loops=false +animation/clip_36/name="" +animation/clip_36/start_frame=0 +animation/clip_36/end_frame=0 +animation/clip_36/loops=false +animation/clip_37/name="" +animation/clip_37/start_frame=0 +animation/clip_37/end_frame=0 +animation/clip_37/loops=false +animation/clip_38/name="" +animation/clip_38/start_frame=0 +animation/clip_38/end_frame=0 +animation/clip_38/loops=false +animation/clip_39/name="" +animation/clip_39/start_frame=0 +animation/clip_39/end_frame=0 +animation/clip_39/loops=false +animation/clip_40/name="" +animation/clip_40/start_frame=0 +animation/clip_40/end_frame=0 +animation/clip_40/loops=false +animation/clip_41/name="" +animation/clip_41/start_frame=0 +animation/clip_41/end_frame=0 +animation/clip_41/loops=false +animation/clip_42/name="" +animation/clip_42/start_frame=0 +animation/clip_42/end_frame=0 +animation/clip_42/loops=false +animation/clip_43/name="" +animation/clip_43/start_frame=0 +animation/clip_43/end_frame=0 +animation/clip_43/loops=false +animation/clip_44/name="" +animation/clip_44/start_frame=0 +animation/clip_44/end_frame=0 +animation/clip_44/loops=false +animation/clip_45/name="" +animation/clip_45/start_frame=0 +animation/clip_45/end_frame=0 +animation/clip_45/loops=false +animation/clip_46/name="" +animation/clip_46/start_frame=0 +animation/clip_46/end_frame=0 +animation/clip_46/loops=false +animation/clip_47/name="" +animation/clip_47/start_frame=0 +animation/clip_47/end_frame=0 +animation/clip_47/loops=false +animation/clip_48/name="" +animation/clip_48/start_frame=0 +animation/clip_48/end_frame=0 +animation/clip_48/loops=false +animation/clip_49/name="" +animation/clip_49/start_frame=0 +animation/clip_49/end_frame=0 +animation/clip_49/loops=false +animation/clip_50/name="" +animation/clip_50/start_frame=0 +animation/clip_50/end_frame=0 +animation/clip_50/loops=false +animation/clip_51/name="" +animation/clip_51/start_frame=0 +animation/clip_51/end_frame=0 +animation/clip_51/loops=false +animation/clip_52/name="" +animation/clip_52/start_frame=0 +animation/clip_52/end_frame=0 +animation/clip_52/loops=false +animation/clip_53/name="" +animation/clip_53/start_frame=0 +animation/clip_53/end_frame=0 +animation/clip_53/loops=false +animation/clip_54/name="" +animation/clip_54/start_frame=0 +animation/clip_54/end_frame=0 +animation/clip_54/loops=false +animation/clip_55/name="" +animation/clip_55/start_frame=0 +animation/clip_55/end_frame=0 +animation/clip_55/loops=false +animation/clip_56/name="" +animation/clip_56/start_frame=0 +animation/clip_56/end_frame=0 +animation/clip_56/loops=false +animation/clip_57/name="" +animation/clip_57/start_frame=0 +animation/clip_57/end_frame=0 +animation/clip_57/loops=false +animation/clip_58/name="" +animation/clip_58/start_frame=0 +animation/clip_58/end_frame=0 +animation/clip_58/loops=false +animation/clip_59/name="" +animation/clip_59/start_frame=0 +animation/clip_59/end_frame=0 +animation/clip_59/loops=false +animation/clip_60/name="" +animation/clip_60/start_frame=0 +animation/clip_60/end_frame=0 +animation/clip_60/loops=false +animation/clip_61/name="" +animation/clip_61/start_frame=0 +animation/clip_61/end_frame=0 +animation/clip_61/loops=false +animation/clip_62/name="" +animation/clip_62/start_frame=0 +animation/clip_62/end_frame=0 +animation/clip_62/loops=false +animation/clip_63/name="" +animation/clip_63/start_frame=0 +animation/clip_63/end_frame=0 +animation/clip_63/loops=false +animation/clip_64/name="" +animation/clip_64/start_frame=0 +animation/clip_64/end_frame=0 +animation/clip_64/loops=false +animation/clip_65/name="" +animation/clip_65/start_frame=0 +animation/clip_65/end_frame=0 +animation/clip_65/loops=false +animation/clip_66/name="" +animation/clip_66/start_frame=0 +animation/clip_66/end_frame=0 +animation/clip_66/loops=false +animation/clip_67/name="" +animation/clip_67/start_frame=0 +animation/clip_67/end_frame=0 +animation/clip_67/loops=false +animation/clip_68/name="" +animation/clip_68/start_frame=0 +animation/clip_68/end_frame=0 +animation/clip_68/loops=false +animation/clip_69/name="" +animation/clip_69/start_frame=0 +animation/clip_69/end_frame=0 +animation/clip_69/loops=false +animation/clip_70/name="" +animation/clip_70/start_frame=0 +animation/clip_70/end_frame=0 +animation/clip_70/loops=false +animation/clip_71/name="" +animation/clip_71/start_frame=0 +animation/clip_71/end_frame=0 +animation/clip_71/loops=false +animation/clip_72/name="" +animation/clip_72/start_frame=0 +animation/clip_72/end_frame=0 +animation/clip_72/loops=false +animation/clip_73/name="" +animation/clip_73/start_frame=0 +animation/clip_73/end_frame=0 +animation/clip_73/loops=false +animation/clip_74/name="" +animation/clip_74/start_frame=0 +animation/clip_74/end_frame=0 +animation/clip_74/loops=false +animation/clip_75/name="" +animation/clip_75/start_frame=0 +animation/clip_75/end_frame=0 +animation/clip_75/loops=false +animation/clip_76/name="" +animation/clip_76/start_frame=0 +animation/clip_76/end_frame=0 +animation/clip_76/loops=false +animation/clip_77/name="" +animation/clip_77/start_frame=0 +animation/clip_77/end_frame=0 +animation/clip_77/loops=false +animation/clip_78/name="" +animation/clip_78/start_frame=0 +animation/clip_78/end_frame=0 +animation/clip_78/loops=false +animation/clip_79/name="" +animation/clip_79/start_frame=0 +animation/clip_79/end_frame=0 +animation/clip_79/loops=false +animation/clip_80/name="" +animation/clip_80/start_frame=0 +animation/clip_80/end_frame=0 +animation/clip_80/loops=false +animation/clip_81/name="" +animation/clip_81/start_frame=0 +animation/clip_81/end_frame=0 +animation/clip_81/loops=false +animation/clip_82/name="" +animation/clip_82/start_frame=0 +animation/clip_82/end_frame=0 +animation/clip_82/loops=false +animation/clip_83/name="" +animation/clip_83/start_frame=0 +animation/clip_83/end_frame=0 +animation/clip_83/loops=false +animation/clip_84/name="" +animation/clip_84/start_frame=0 +animation/clip_84/end_frame=0 +animation/clip_84/loops=false +animation/clip_85/name="" +animation/clip_85/start_frame=0 +animation/clip_85/end_frame=0 +animation/clip_85/loops=false +animation/clip_86/name="" +animation/clip_86/start_frame=0 +animation/clip_86/end_frame=0 +animation/clip_86/loops=false +animation/clip_87/name="" +animation/clip_87/start_frame=0 +animation/clip_87/end_frame=0 +animation/clip_87/loops=false +animation/clip_88/name="" +animation/clip_88/start_frame=0 +animation/clip_88/end_frame=0 +animation/clip_88/loops=false +animation/clip_89/name="" +animation/clip_89/start_frame=0 +animation/clip_89/end_frame=0 +animation/clip_89/loops=false +animation/clip_90/name="" +animation/clip_90/start_frame=0 +animation/clip_90/end_frame=0 +animation/clip_90/loops=false +animation/clip_91/name="" +animation/clip_91/start_frame=0 +animation/clip_91/end_frame=0 +animation/clip_91/loops=false +animation/clip_92/name="" +animation/clip_92/start_frame=0 +animation/clip_92/end_frame=0 +animation/clip_92/loops=false +animation/clip_93/name="" +animation/clip_93/start_frame=0 +animation/clip_93/end_frame=0 +animation/clip_93/loops=false +animation/clip_94/name="" +animation/clip_94/start_frame=0 +animation/clip_94/end_frame=0 +animation/clip_94/loops=false +animation/clip_95/name="" +animation/clip_95/start_frame=0 +animation/clip_95/end_frame=0 +animation/clip_95/loops=false +animation/clip_96/name="" +animation/clip_96/start_frame=0 +animation/clip_96/end_frame=0 +animation/clip_96/loops=false +animation/clip_97/name="" +animation/clip_97/start_frame=0 +animation/clip_97/end_frame=0 +animation/clip_97/loops=false +animation/clip_98/name="" +animation/clip_98/start_frame=0 +animation/clip_98/end_frame=0 +animation/clip_98/loops=false +animation/clip_99/name="" +animation/clip_99/start_frame=0 +animation/clip_99/end_frame=0 +animation/clip_99/loops=false +animation/clip_100/name="" +animation/clip_100/start_frame=0 +animation/clip_100/end_frame=0 +animation/clip_100/loops=false +animation/clip_101/name="" +animation/clip_101/start_frame=0 +animation/clip_101/end_frame=0 +animation/clip_101/loops=false +animation/clip_102/name="" +animation/clip_102/start_frame=0 +animation/clip_102/end_frame=0 +animation/clip_102/loops=false +animation/clip_103/name="" +animation/clip_103/start_frame=0 +animation/clip_103/end_frame=0 +animation/clip_103/loops=false +animation/clip_104/name="" +animation/clip_104/start_frame=0 +animation/clip_104/end_frame=0 +animation/clip_104/loops=false +animation/clip_105/name="" +animation/clip_105/start_frame=0 +animation/clip_105/end_frame=0 +animation/clip_105/loops=false +animation/clip_106/name="" +animation/clip_106/start_frame=0 +animation/clip_106/end_frame=0 +animation/clip_106/loops=false +animation/clip_107/name="" +animation/clip_107/start_frame=0 +animation/clip_107/end_frame=0 +animation/clip_107/loops=false +animation/clip_108/name="" +animation/clip_108/start_frame=0 +animation/clip_108/end_frame=0 +animation/clip_108/loops=false +animation/clip_109/name="" +animation/clip_109/start_frame=0 +animation/clip_109/end_frame=0 +animation/clip_109/loops=false +animation/clip_110/name="" +animation/clip_110/start_frame=0 +animation/clip_110/end_frame=0 +animation/clip_110/loops=false +animation/clip_111/name="" +animation/clip_111/start_frame=0 +animation/clip_111/end_frame=0 +animation/clip_111/loops=false +animation/clip_112/name="" +animation/clip_112/start_frame=0 +animation/clip_112/end_frame=0 +animation/clip_112/loops=false +animation/clip_113/name="" +animation/clip_113/start_frame=0 +animation/clip_113/end_frame=0 +animation/clip_113/loops=false +animation/clip_114/name="" +animation/clip_114/start_frame=0 +animation/clip_114/end_frame=0 +animation/clip_114/loops=false +animation/clip_115/name="" +animation/clip_115/start_frame=0 +animation/clip_115/end_frame=0 +animation/clip_115/loops=false +animation/clip_116/name="" +animation/clip_116/start_frame=0 +animation/clip_116/end_frame=0 +animation/clip_116/loops=false +animation/clip_117/name="" +animation/clip_117/start_frame=0 +animation/clip_117/end_frame=0 +animation/clip_117/loops=false +animation/clip_118/name="" +animation/clip_118/start_frame=0 +animation/clip_118/end_frame=0 +animation/clip_118/loops=false +animation/clip_119/name="" +animation/clip_119/start_frame=0 +animation/clip_119/end_frame=0 +animation/clip_119/loops=false +animation/clip_120/name="" +animation/clip_120/start_frame=0 +animation/clip_120/end_frame=0 +animation/clip_120/loops=false +animation/clip_121/name="" +animation/clip_121/start_frame=0 +animation/clip_121/end_frame=0 +animation/clip_121/loops=false +animation/clip_122/name="" +animation/clip_122/start_frame=0 +animation/clip_122/end_frame=0 +animation/clip_122/loops=false +animation/clip_123/name="" +animation/clip_123/start_frame=0 +animation/clip_123/end_frame=0 +animation/clip_123/loops=false +animation/clip_124/name="" +animation/clip_124/start_frame=0 +animation/clip_124/end_frame=0 +animation/clip_124/loops=false +animation/clip_125/name="" +animation/clip_125/start_frame=0 +animation/clip_125/end_frame=0 +animation/clip_125/loops=false +animation/clip_126/name="" +animation/clip_126/start_frame=0 +animation/clip_126/end_frame=0 +animation/clip_126/loops=false +animation/clip_127/name="" +animation/clip_127/start_frame=0 +animation/clip_127/end_frame=0 +animation/clip_127/loops=false +animation/clip_128/name="" +animation/clip_128/start_frame=0 +animation/clip_128/end_frame=0 +animation/clip_128/loops=false +animation/clip_129/name="" +animation/clip_129/start_frame=0 +animation/clip_129/end_frame=0 +animation/clip_129/loops=false +animation/clip_130/name="" +animation/clip_130/start_frame=0 +animation/clip_130/end_frame=0 +animation/clip_130/loops=false +animation/clip_131/name="" +animation/clip_131/start_frame=0 +animation/clip_131/end_frame=0 +animation/clip_131/loops=false +animation/clip_132/name="" +animation/clip_132/start_frame=0 +animation/clip_132/end_frame=0 +animation/clip_132/loops=false +animation/clip_133/name="" +animation/clip_133/start_frame=0 +animation/clip_133/end_frame=0 +animation/clip_133/loops=false +animation/clip_134/name="" +animation/clip_134/start_frame=0 +animation/clip_134/end_frame=0 +animation/clip_134/loops=false +animation/clip_135/name="" +animation/clip_135/start_frame=0 +animation/clip_135/end_frame=0 +animation/clip_135/loops=false +animation/clip_136/name="" +animation/clip_136/start_frame=0 +animation/clip_136/end_frame=0 +animation/clip_136/loops=false +animation/clip_137/name="" +animation/clip_137/start_frame=0 +animation/clip_137/end_frame=0 +animation/clip_137/loops=false +animation/clip_138/name="" +animation/clip_138/start_frame=0 +animation/clip_138/end_frame=0 +animation/clip_138/loops=false +animation/clip_139/name="" +animation/clip_139/start_frame=0 +animation/clip_139/end_frame=0 +animation/clip_139/loops=false +animation/clip_140/name="" +animation/clip_140/start_frame=0 +animation/clip_140/end_frame=0 +animation/clip_140/loops=false +animation/clip_141/name="" +animation/clip_141/start_frame=0 +animation/clip_141/end_frame=0 +animation/clip_141/loops=false +animation/clip_142/name="" +animation/clip_142/start_frame=0 +animation/clip_142/end_frame=0 +animation/clip_142/loops=false +animation/clip_143/name="" +animation/clip_143/start_frame=0 +animation/clip_143/end_frame=0 +animation/clip_143/loops=false +animation/clip_144/name="" +animation/clip_144/start_frame=0 +animation/clip_144/end_frame=0 +animation/clip_144/loops=false +animation/clip_145/name="" +animation/clip_145/start_frame=0 +animation/clip_145/end_frame=0 +animation/clip_145/loops=false +animation/clip_146/name="" +animation/clip_146/start_frame=0 +animation/clip_146/end_frame=0 +animation/clip_146/loops=false +animation/clip_147/name="" +animation/clip_147/start_frame=0 +animation/clip_147/end_frame=0 +animation/clip_147/loops=false +animation/clip_148/name="" +animation/clip_148/start_frame=0 +animation/clip_148/end_frame=0 +animation/clip_148/loops=false +animation/clip_149/name="" +animation/clip_149/start_frame=0 +animation/clip_149/end_frame=0 +animation/clip_149/loops=false +animation/clip_150/name="" +animation/clip_150/start_frame=0 +animation/clip_150/end_frame=0 +animation/clip_150/loops=false +animation/clip_151/name="" +animation/clip_151/start_frame=0 +animation/clip_151/end_frame=0 +animation/clip_151/loops=false +animation/clip_152/name="" +animation/clip_152/start_frame=0 +animation/clip_152/end_frame=0 +animation/clip_152/loops=false +animation/clip_153/name="" +animation/clip_153/start_frame=0 +animation/clip_153/end_frame=0 +animation/clip_153/loops=false +animation/clip_154/name="" +animation/clip_154/start_frame=0 +animation/clip_154/end_frame=0 +animation/clip_154/loops=false +animation/clip_155/name="" +animation/clip_155/start_frame=0 +animation/clip_155/end_frame=0 +animation/clip_155/loops=false +animation/clip_156/name="" +animation/clip_156/start_frame=0 +animation/clip_156/end_frame=0 +animation/clip_156/loops=false +animation/clip_157/name="" +animation/clip_157/start_frame=0 +animation/clip_157/end_frame=0 +animation/clip_157/loops=false +animation/clip_158/name="" +animation/clip_158/start_frame=0 +animation/clip_158/end_frame=0 +animation/clip_158/loops=false +animation/clip_159/name="" +animation/clip_159/start_frame=0 +animation/clip_159/end_frame=0 +animation/clip_159/loops=false +animation/clip_160/name="" +animation/clip_160/start_frame=0 +animation/clip_160/end_frame=0 +animation/clip_160/loops=false +animation/clip_161/name="" +animation/clip_161/start_frame=0 +animation/clip_161/end_frame=0 +animation/clip_161/loops=false +animation/clip_162/name="" +animation/clip_162/start_frame=0 +animation/clip_162/end_frame=0 +animation/clip_162/loops=false +animation/clip_163/name="" +animation/clip_163/start_frame=0 +animation/clip_163/end_frame=0 +animation/clip_163/loops=false +animation/clip_164/name="" +animation/clip_164/start_frame=0 +animation/clip_164/end_frame=0 +animation/clip_164/loops=false +animation/clip_165/name="" +animation/clip_165/start_frame=0 +animation/clip_165/end_frame=0 +animation/clip_165/loops=false +animation/clip_166/name="" +animation/clip_166/start_frame=0 +animation/clip_166/end_frame=0 +animation/clip_166/loops=false +animation/clip_167/name="" +animation/clip_167/start_frame=0 +animation/clip_167/end_frame=0 +animation/clip_167/loops=false +animation/clip_168/name="" +animation/clip_168/start_frame=0 +animation/clip_168/end_frame=0 +animation/clip_168/loops=false +animation/clip_169/name="" +animation/clip_169/start_frame=0 +animation/clip_169/end_frame=0 +animation/clip_169/loops=false +animation/clip_170/name="" +animation/clip_170/start_frame=0 +animation/clip_170/end_frame=0 +animation/clip_170/loops=false +animation/clip_171/name="" +animation/clip_171/start_frame=0 +animation/clip_171/end_frame=0 +animation/clip_171/loops=false +animation/clip_172/name="" +animation/clip_172/start_frame=0 +animation/clip_172/end_frame=0 +animation/clip_172/loops=false +animation/clip_173/name="" +animation/clip_173/start_frame=0 +animation/clip_173/end_frame=0 +animation/clip_173/loops=false +animation/clip_174/name="" +animation/clip_174/start_frame=0 +animation/clip_174/end_frame=0 +animation/clip_174/loops=false +animation/clip_175/name="" +animation/clip_175/start_frame=0 +animation/clip_175/end_frame=0 +animation/clip_175/loops=false +animation/clip_176/name="" +animation/clip_176/start_frame=0 +animation/clip_176/end_frame=0 +animation/clip_176/loops=false +animation/clip_177/name="" +animation/clip_177/start_frame=0 +animation/clip_177/end_frame=0 +animation/clip_177/loops=false +animation/clip_178/name="" +animation/clip_178/start_frame=0 +animation/clip_178/end_frame=0 +animation/clip_178/loops=false +animation/clip_179/name="" +animation/clip_179/start_frame=0 +animation/clip_179/end_frame=0 +animation/clip_179/loops=false +animation/clip_180/name="" +animation/clip_180/start_frame=0 +animation/clip_180/end_frame=0 +animation/clip_180/loops=false +animation/clip_181/name="" +animation/clip_181/start_frame=0 +animation/clip_181/end_frame=0 +animation/clip_181/loops=false +animation/clip_182/name="" +animation/clip_182/start_frame=0 +animation/clip_182/end_frame=0 +animation/clip_182/loops=false +animation/clip_183/name="" +animation/clip_183/start_frame=0 +animation/clip_183/end_frame=0 +animation/clip_183/loops=false +animation/clip_184/name="" +animation/clip_184/start_frame=0 +animation/clip_184/end_frame=0 +animation/clip_184/loops=false +animation/clip_185/name="" +animation/clip_185/start_frame=0 +animation/clip_185/end_frame=0 +animation/clip_185/loops=false +animation/clip_186/name="" +animation/clip_186/start_frame=0 +animation/clip_186/end_frame=0 +animation/clip_186/loops=false +animation/clip_187/name="" +animation/clip_187/start_frame=0 +animation/clip_187/end_frame=0 +animation/clip_187/loops=false +animation/clip_188/name="" +animation/clip_188/start_frame=0 +animation/clip_188/end_frame=0 +animation/clip_188/loops=false +animation/clip_189/name="" +animation/clip_189/start_frame=0 +animation/clip_189/end_frame=0 +animation/clip_189/loops=false +animation/clip_190/name="" +animation/clip_190/start_frame=0 +animation/clip_190/end_frame=0 +animation/clip_190/loops=false +animation/clip_191/name="" +animation/clip_191/start_frame=0 +animation/clip_191/end_frame=0 +animation/clip_191/loops=false +animation/clip_192/name="" +animation/clip_192/start_frame=0 +animation/clip_192/end_frame=0 +animation/clip_192/loops=false +animation/clip_193/name="" +animation/clip_193/start_frame=0 +animation/clip_193/end_frame=0 +animation/clip_193/loops=false +animation/clip_194/name="" +animation/clip_194/start_frame=0 +animation/clip_194/end_frame=0 +animation/clip_194/loops=false +animation/clip_195/name="" +animation/clip_195/start_frame=0 +animation/clip_195/end_frame=0 +animation/clip_195/loops=false +animation/clip_196/name="" +animation/clip_196/start_frame=0 +animation/clip_196/end_frame=0 +animation/clip_196/loops=false +animation/clip_197/name="" +animation/clip_197/start_frame=0 +animation/clip_197/end_frame=0 +animation/clip_197/loops=false +animation/clip_198/name="" +animation/clip_198/start_frame=0 +animation/clip_198/end_frame=0 +animation/clip_198/loops=false +animation/clip_199/name="" +animation/clip_199/start_frame=0 +animation/clip_199/end_frame=0 +animation/clip_199/loops=false +animation/clip_200/name="" +animation/clip_200/start_frame=0 +animation/clip_200/end_frame=0 +animation/clip_200/loops=false +animation/clip_201/name="" +animation/clip_201/start_frame=0 +animation/clip_201/end_frame=0 +animation/clip_201/loops=false +animation/clip_202/name="" +animation/clip_202/start_frame=0 +animation/clip_202/end_frame=0 +animation/clip_202/loops=false +animation/clip_203/name="" +animation/clip_203/start_frame=0 +animation/clip_203/end_frame=0 +animation/clip_203/loops=false +animation/clip_204/name="" +animation/clip_204/start_frame=0 +animation/clip_204/end_frame=0 +animation/clip_204/loops=false +animation/clip_205/name="" +animation/clip_205/start_frame=0 +animation/clip_205/end_frame=0 +animation/clip_205/loops=false +animation/clip_206/name="" +animation/clip_206/start_frame=0 +animation/clip_206/end_frame=0 +animation/clip_206/loops=false +animation/clip_207/name="" +animation/clip_207/start_frame=0 +animation/clip_207/end_frame=0 +animation/clip_207/loops=false +animation/clip_208/name="" +animation/clip_208/start_frame=0 +animation/clip_208/end_frame=0 +animation/clip_208/loops=false +animation/clip_209/name="" +animation/clip_209/start_frame=0 +animation/clip_209/end_frame=0 +animation/clip_209/loops=false +animation/clip_210/name="" +animation/clip_210/start_frame=0 +animation/clip_210/end_frame=0 +animation/clip_210/loops=false +animation/clip_211/name="" +animation/clip_211/start_frame=0 +animation/clip_211/end_frame=0 +animation/clip_211/loops=false +animation/clip_212/name="" +animation/clip_212/start_frame=0 +animation/clip_212/end_frame=0 +animation/clip_212/loops=false +animation/clip_213/name="" +animation/clip_213/start_frame=0 +animation/clip_213/end_frame=0 +animation/clip_213/loops=false +animation/clip_214/name="" +animation/clip_214/start_frame=0 +animation/clip_214/end_frame=0 +animation/clip_214/loops=false +animation/clip_215/name="" +animation/clip_215/start_frame=0 +animation/clip_215/end_frame=0 +animation/clip_215/loops=false +animation/clip_216/name="" +animation/clip_216/start_frame=0 +animation/clip_216/end_frame=0 +animation/clip_216/loops=false +animation/clip_217/name="" +animation/clip_217/start_frame=0 +animation/clip_217/end_frame=0 +animation/clip_217/loops=false +animation/clip_218/name="" +animation/clip_218/start_frame=0 +animation/clip_218/end_frame=0 +animation/clip_218/loops=false +animation/clip_219/name="" +animation/clip_219/start_frame=0 +animation/clip_219/end_frame=0 +animation/clip_219/loops=false +animation/clip_220/name="" +animation/clip_220/start_frame=0 +animation/clip_220/end_frame=0 +animation/clip_220/loops=false +animation/clip_221/name="" +animation/clip_221/start_frame=0 +animation/clip_221/end_frame=0 +animation/clip_221/loops=false +animation/clip_222/name="" +animation/clip_222/start_frame=0 +animation/clip_222/end_frame=0 +animation/clip_222/loops=false +animation/clip_223/name="" +animation/clip_223/start_frame=0 +animation/clip_223/end_frame=0 +animation/clip_223/loops=false +animation/clip_224/name="" +animation/clip_224/start_frame=0 +animation/clip_224/end_frame=0 +animation/clip_224/loops=false +animation/clip_225/name="" +animation/clip_225/start_frame=0 +animation/clip_225/end_frame=0 +animation/clip_225/loops=false +animation/clip_226/name="" +animation/clip_226/start_frame=0 +animation/clip_226/end_frame=0 +animation/clip_226/loops=false +animation/clip_227/name="" +animation/clip_227/start_frame=0 +animation/clip_227/end_frame=0 +animation/clip_227/loops=false +animation/clip_228/name="" +animation/clip_228/start_frame=0 +animation/clip_228/end_frame=0 +animation/clip_228/loops=false +animation/clip_229/name="" +animation/clip_229/start_frame=0 +animation/clip_229/end_frame=0 +animation/clip_229/loops=false +animation/clip_230/name="" +animation/clip_230/start_frame=0 +animation/clip_230/end_frame=0 +animation/clip_230/loops=false +animation/clip_231/name="" +animation/clip_231/start_frame=0 +animation/clip_231/end_frame=0 +animation/clip_231/loops=false +animation/clip_232/name="" +animation/clip_232/start_frame=0 +animation/clip_232/end_frame=0 +animation/clip_232/loops=false +animation/clip_233/name="" +animation/clip_233/start_frame=0 +animation/clip_233/end_frame=0 +animation/clip_233/loops=false +animation/clip_234/name="" +animation/clip_234/start_frame=0 +animation/clip_234/end_frame=0 +animation/clip_234/loops=false +animation/clip_235/name="" +animation/clip_235/start_frame=0 +animation/clip_235/end_frame=0 +animation/clip_235/loops=false +animation/clip_236/name="" +animation/clip_236/start_frame=0 +animation/clip_236/end_frame=0 +animation/clip_236/loops=false +animation/clip_237/name="" +animation/clip_237/start_frame=0 +animation/clip_237/end_frame=0 +animation/clip_237/loops=false +animation/clip_238/name="" +animation/clip_238/start_frame=0 +animation/clip_238/end_frame=0 +animation/clip_238/loops=false +animation/clip_239/name="" +animation/clip_239/start_frame=0 +animation/clip_239/end_frame=0 +animation/clip_239/loops=false +animation/clip_240/name="" +animation/clip_240/start_frame=0 +animation/clip_240/end_frame=0 +animation/clip_240/loops=false +animation/clip_241/name="" +animation/clip_241/start_frame=0 +animation/clip_241/end_frame=0 +animation/clip_241/loops=false +animation/clip_242/name="" +animation/clip_242/start_frame=0 +animation/clip_242/end_frame=0 +animation/clip_242/loops=false +animation/clip_243/name="" +animation/clip_243/start_frame=0 +animation/clip_243/end_frame=0 +animation/clip_243/loops=false +animation/clip_244/name="" +animation/clip_244/start_frame=0 +animation/clip_244/end_frame=0 +animation/clip_244/loops=false +animation/clip_245/name="" +animation/clip_245/start_frame=0 +animation/clip_245/end_frame=0 +animation/clip_245/loops=false +animation/clip_246/name="" +animation/clip_246/start_frame=0 +animation/clip_246/end_frame=0 +animation/clip_246/loops=false +animation/clip_247/name="" +animation/clip_247/start_frame=0 +animation/clip_247/end_frame=0 +animation/clip_247/loops=false +animation/clip_248/name="" +animation/clip_248/start_frame=0 +animation/clip_248/end_frame=0 +animation/clip_248/loops=false +animation/clip_249/name="" +animation/clip_249/start_frame=0 +animation/clip_249/end_frame=0 +animation/clip_249/loops=false +animation/clip_250/name="" +animation/clip_250/start_frame=0 +animation/clip_250/end_frame=0 +animation/clip_250/loops=false +animation/clip_251/name="" +animation/clip_251/start_frame=0 +animation/clip_251/end_frame=0 +animation/clip_251/loops=false +animation/clip_252/name="" +animation/clip_252/start_frame=0 +animation/clip_252/end_frame=0 +animation/clip_252/loops=false +animation/clip_253/name="" +animation/clip_253/start_frame=0 +animation/clip_253/end_frame=0 +animation/clip_253/loops=false +animation/clip_254/name="" +animation/clip_254/start_frame=0 +animation/clip_254/end_frame=0 +animation/clip_254/loops=false +animation/clip_255/name="" +animation/clip_255/start_frame=0 +animation/clip_255/end_frame=0 +animation/clip_255/loops=false +animation/clip_256/name="" +animation/clip_256/start_frame=0 +animation/clip_256/end_frame=0 +animation/clip_256/loops=false diff --git a/mesh/cube.dae b/mesh/cube.dae index 04e4219..1981494 100644 --- a/mesh/cube.dae +++ b/mesh/cube.dae @@ -5,90 +5,42 @@ Anonymous Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) - 2017-04-22T04:09:17Z - 2017-04-22T04:09:17Z + 2017-04-23T12:17:33Z + 2017-04-23T12:17:33Z Z_UP - - - - - - - 0.0 0.0 0.0 1.0 - - - 0.0 0.0 0.0 1.0 - - - 0.6400000190734865 0.6400000190734865 0.6400000190734865 1.0 - - - 0.5 0.5 0.5 1.0 - - - 50 - - - 1.0 1.0 1.0 1.0 - - - 4.0 - - - - - - - 0 - - - - - - - - - - - - + - - 1.0 0.9999999403953552 -1.0 1.0 -1.0 -1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -0.9999996423721313 1.0000003576278687 -1.0 1.0000004768371582 0.999999463558197 1.0 -0.9999999403953552 1.0 1.0 -1.0000003576278687 -0.9999996423721313 1.0 0.9999993443489075 -1.0000005960464478 1.0 1.0 0.9999999403953552 -1.0 1.0000004768371582 0.999999463558197 1.0 0.9999993443489075 -1.0000005960464478 1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 0.9999993443489075 -1.0000005960464478 1.0 -1.0000003576278687 -0.9999996423721313 1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -1.0000003576278687 -0.9999996423721313 1.0 -0.9999999403953552 1.0 1.0 -0.9999996423721313 1.0000003576278687 -1.0 1.0000004768371582 0.999999463558197 1.0 1.0 0.9999999403953552 -1.0 -0.9999996423721313 1.0000003576278687 -1.0 -0.9999999403953552 1.0 1.0 + + 1.0 -1.0 -1.0 -0.9999996423721313 1.0000003576278687 -1.0 1.0 0.9999999403953552 -1.0 -0.9999999403953552 1.0 1.0 0.9999993443489075 -1.0000005960464478 1.0 1.0000004768371582 0.999999463558197 1.0 1.0000004768371582 0.999999463558197 1.0 1.0 -1.0 -1.0 1.0 0.9999999403953552 -1.0 0.9999993443489075 -1.0000005960464478 1.0 -1.0000001192092896 -0.9999998211860657 -1.0 1.0 -1.0 -1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -0.9999999403953552 1.0 1.0 -0.9999996423721313 1.0000003576278687 -1.0 1.0 0.9999999403953552 -1.0 -0.9999999403953552 1.0 1.0 1.0000004768371582 0.999999463558197 1.0 1.0 -1.0 -1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -0.9999996423721313 1.0000003576278687 -1.0 -0.9999999403953552 1.0 1.0 -1.0000003576278687 -0.9999996423721313 1.0 0.9999993443489075 -1.0000005960464478 1.0 1.0000004768371582 0.999999463558197 1.0 0.9999993443489075 -1.0000005960464478 1.0 1.0 -1.0 -1.0 0.9999993443489075 -1.0000005960464478 1.0 -1.0000003576278687 -0.9999996423721313 1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -1.0000003576278687 -0.9999996423721313 1.0 -0.9999999403953552 1.0 1.0 1.0 0.9999999403953552 -1.0 -0.9999996423721313 1.0000003576278687 -1.0 -0.9999999403953552 1.0 1.0 - + - - 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 2.9802322387695312e-08 0.0 1.0 2.9802322387695312e-08 0.0 1.0 2.9802322387695312e-08 0.0 1.0 2.9802322387695312e-08 0.0 1.0 1.0 -2.980232238769531e-07 4.470339831641468e-08 1.0 -2.980232238769531e-07 4.470339831641468e-08 1.0 -2.980232238769531e-07 4.470339831641468e-08 1.0 -2.980232238769531e-07 4.470339831641468e-08 -2.831220911048149e-07 -1.0 -1.7881397695873602e-07 -2.831220911048149e-07 -1.0 -1.7881397695873602e-07 -2.831220911048149e-07 -1.0 -1.7881397695873602e-07 -2.831220911048149e-07 -1.0 -1.7881397695873602e-07 -1.0 2.384185791015625e-07 -1.341104365337742e-07 -1.0 2.384185791015625e-07 -1.341104365337742e-07 -1.0 2.384185791015625e-07 -1.341104365337742e-07 -1.0 2.384185791015625e-07 -1.341104365337742e-07 2.384185791015625e-07 1.0 1.6391278734317893e-07 2.384185791015625e-07 1.0 1.6391278734317893e-07 2.384185791015625e-07 1.0 1.6391278734317893e-07 2.384185791015625e-07 1.0 1.6391278734317893e-07 + + 2.980232949312267e-08 0.0 -1.0 2.980232949312267e-08 0.0 -1.0 2.980232949312267e-08 0.0 -1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 1.0 0.0 -2.384185791015625e-07 1.0 0.0 -2.384185791015625e-07 1.0 0.0 -2.384185791015625e-07 -8.940696716308594e-08 -1.0 -4.76837158203125e-07 -8.940696716308594e-08 -1.0 -4.76837158203125e-07 -8.940696716308594e-08 -1.0 -4.76837158203125e-07 -1.0 2.3841855067985307e-07 -1.4901156930591242e-07 -1.0 2.3841855067985307e-07 -1.4901156930591242e-07 -1.0 2.3841855067985307e-07 -1.4901156930591242e-07 2.6822084464583895e-07 1.0 2.3841852225814364e-07 2.6822084464583895e-07 1.0 2.3841852225814364e-07 2.6822084464583895e-07 1.0 2.3841852225814364e-07 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 5.96046660916727e-08 0.0 1.0 5.96046660916727e-08 0.0 1.0 5.96046660916727e-08 0.0 1.0 1.0 -5.960464477539062e-07 3.2782537573439186e-07 1.0 -5.960464477539062e-07 3.2782537573439186e-07 1.0 -5.960464477539062e-07 3.2782537573439186e-07 -4.768372150465439e-07 -1.0 1.1920927533992653e-07 -4.768372150465439e-07 -1.0 1.1920927533992653e-07 -4.768372150465439e-07 -1.0 1.1920927533992653e-07 -1.0 2.3841863594498136e-07 -1.1920931797249068e-07 -1.0 2.3841863594498136e-07 -1.1920931797249068e-07 -1.0 2.3841863594498136e-07 -1.1920931797249068e-07 2.0861631355728605e-07 1.0 8.940701690107744e-08 2.0861631355728605e-07 1.0 8.940701690107744e-08 2.0861631355728605e-07 1.0 8.940701690107744e-08 - + - - + + - - - -

0 1 2 3

-

4 5 6 7

-

8 9 10 11

-

12 13 14 15

-

16 17 18 19

-

20 21 22 23

-
+ + + +

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

+
@@ -96,12 +48,7 @@ 1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0 - - - - - - + diff --git a/mesh/cube.dae.import b/mesh/cube.dae.import index 9245541..7b0d97c 100644 --- a/mesh/cube.dae.import +++ b/mesh/cube.dae.import @@ -6,7 +6,7 @@ path="res://.import/cube.dae-8dcb9af004f5b3c1e6a0f8dcbd4194bf.scn" [params] -nodes/root_type="StaticBody" +nodes/root_type="Spatial" nodes/root_name="Scene Root" nodes/custom_script="" materials/location=0 @@ -14,7 +14,7 @@ materials/storage=0 geometry/compress=true geometry/ensure_tangents=true geometry/storage=0 -animation/import=true +animation/import=false animation/fps=15 animation/filter_script="" animation/optimizer/enabled=true diff --git a/mesh/cube.mtl b/mesh/cube.mtl new file mode 100644 index 0000000..c7b9c36 --- /dev/null +++ b/mesh/cube.mtl @@ -0,0 +1,2 @@ +# Blender MTL File: 'cube.blend' +# Material Count: 0 diff --git a/mesh/cube.obj b/mesh/cube.obj new file mode 100644 index 0000000..435cfb0 --- /dev/null +++ b/mesh/cube.obj @@ -0,0 +1,32 @@ +# Blender v2.78 (sub 0) OBJ File: 'cube.blend' +# www.blender.org +mtllib cube.mtl +o Cube +v 1.000000 -1.000000 -1.000000 +v 1.000000 -1.000000 1.000000 +v -1.000000 -1.000000 1.000000 +v -1.000000 -1.000000 -1.000000 +v 1.000000 1.000000 -0.999999 +v 0.999999 1.000000 1.000001 +v -1.000000 1.000000 1.000000 +v -1.000000 1.000000 -1.000000 +vn 0.0000 -1.0000 0.0000 +vn 0.0000 1.0000 0.0000 +vn 1.0000 -0.0000 0.0000 +vn 0.0000 -0.0000 1.0000 +vn -1.0000 -0.0000 -0.0000 +vn 0.0000 0.0000 -1.0000 +usemtl (null) +s off +f 2//1 4//1 1//1 +f 8//2 6//2 5//2 +f 5//3 2//3 1//3 +f 6//4 3//4 2//4 +f 3//5 8//5 4//5 +f 1//6 8//6 5//6 +f 2//1 3//1 4//1 +f 8//2 7//2 6//2 +f 5//3 6//3 2//3 +f 6//4 7//4 3//4 +f 3//5 7//5 8//5 +f 1//6 4//6 8//6 diff --git a/mesh/cube.obj.import b/mesh/cube.obj.import new file mode 100644 index 0000000..aad3e6d --- /dev/null +++ b/mesh/cube.obj.import @@ -0,0 +1,14 @@ +[remap] + +importer="obj_mesh" +type="Mesh" +path="res://.import/cube.obj-dc137dcfeb81552fdf948f7c136300af.msh" + +[params] + +generate/tangents=true +generate/normals=true +force/flip_faces=false +force/smooth_shading=true +force/weld_vertices=true +force/weld_tolerance=0.0001 diff --git a/mesh/incubator.dae b/mesh/incubator.dae index 339c87a..6e48b94 100644 --- a/mesh/incubator.dae +++ b/mesh/incubator.dae @@ -5,8 +5,8 @@ Anonymous Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) - 2017-04-22T12:41:16Z - 2017-04-22T12:41:16Z + 2017-04-23T14:48:00Z + 2017-04-23T14:48:00Z Z_UP @@ -419,9 +419,9 @@ - 0.0 1.0 1.780594825744629 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.0 0.9999999403953552 -1.3156791925430298 0.19509032368659973 0.9807853102684021 1.780594825744629 0.3826834559440613 0.9238794445991516 -1.3156791925430298 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.3826834559440613 0.9238795638084412 1.780594825744629 0.5555702447891235 0.8314695358276367 -1.3156791925430298 0.3826834559440613 0.9238794445991516 -1.3156791925430298 0.5555702447891235 0.8314696550369263 1.780594825744629 0.7071067690849304 0.7071067094802856 -1.3156791925430298 0.5555702447891235 0.8314695358276367 -1.3156791925430298 0.7071067690849304 0.7071068286895752 1.780594825744629 0.8314696550369263 0.555570125579834 -1.3156791925430298 0.7071067690849304 0.7071067094802856 -1.3156791925430298 0.8314696550369263 0.5555702447891235 1.780594825744629 0.9238795042037964 0.3826834261417389 -1.3156791925430298 0.8314696550369263 0.555570125579834 -1.3156791925430298 0.9238795042037964 0.38268348574638367 1.780594825744629 0.9807852506637573 0.19509033858776093 -1.3156791925430298 0.9238795042037964 0.3826834261417389 -1.3156791925430298 0.9807852506637573 0.1950903832912445 1.780594825744629 1.0 6.169912580844539e-08 -1.3156791925430298 0.9807852506637573 0.19509033858776093 -1.3156791925430298 1.0 1.096187887128508e-07 1.780594825744629 0.9807853102684021 -0.19509021937847137 -1.3156791925430298 1.0 6.169912580844539e-08 -1.3156791925430298 0.9807853102684021 -0.1950901746749878 1.780594825744629 0.9238795638084412 -0.38268327713012695 -1.3156791925430298 0.9807853102684021 -0.19509021937847137 -1.3156791925430298 0.9238795638084412 -0.3826832175254822 1.780594825744629 0.8314696550369263 -0.5555702447891235 -1.3156791925430298 0.9238795638084412 -0.38268327713012695 -1.3156791925430298 0.8314696550369263 -0.5555702447891235 -1.3156791925430298 0.7071067690849304 -0.7071067094802856 1.780594825744629 0.7071067690849304 -0.7071068286895752 -1.3156791925430298 0.7071067690849304 -0.7071067094802856 1.780594825744629 0.5555701851844788 -0.831469714641571 -1.3156791925430298 0.7071067690849304 -0.7071068286895752 -1.3156791925430298 0.5555701851844788 -0.8314695954322815 1.780594825744629 0.38268327713012695 -0.9238796830177307 -1.3156791925430298 0.5555701851844788 -0.831469714641571 -1.3156791925430298 0.38268327713012695 -0.9238795638084412 1.780594825744629 0.19509008526802063 -0.9807853698730469 -1.3156791925430298 0.38268327713012695 -0.9238796830177307 -1.3156791925430298 0.19509008526802063 -0.9807852506637573 1.780594825744629 -3.2584136988589307e-07 -1.0 -1.3156791925430298 0.19509008526802063 -0.9807853698730469 -1.3156791925430298 -3.2584136988589307e-07 -0.9999999403953552 1.780594825744629 -0.19509072601795197 -0.9807852506637573 -1.3156791925430298 -3.2584136988589307e-07 -1.0 -1.3156791925430298 -0.19509072601795197 -0.9807851314544678 1.780594825744629 -0.3826838731765747 -0.9238793849945068 -1.3156791925430298 -0.19509072601795197 -0.9807852506637573 -1.3156791925430298 -0.3826838731765747 -0.9238792657852173 1.780594825744629 -0.5555707216262817 -0.8314693570137024 -1.3156791925430298 -0.3826838731765747 -0.9238793849945068 -1.3156791925430298 -0.5555707216262817 -0.8314692378044128 1.780594825744629 -0.7071072459220886 -0.7071064114570618 -1.3156791925430298 -0.5555707216262817 -0.8314693570137024 -1.3156791925430298 -0.7071072459220886 -0.7071062922477722 1.780594825744629 -0.8314700126647949 -0.5555697083473206 -1.3156791925430298 -0.7071072459220886 -0.7071064114570618 -1.3156791925430298 -0.8314700126647949 -0.555569589138031 1.780594825744629 -0.923879861831665 -0.3826826810836792 -1.3156791925430298 -0.8314700126647949 -0.5555697083473206 -1.3156791925430298 -0.923879861831665 -0.3826826214790344 1.780594825744629 -0.9807854294776917 -0.19508947432041168 -1.3156791925430298 -0.923879861831665 -0.3826826810836792 -1.3156791925430298 -0.9807854294776917 -0.1950894296169281 1.780594825744629 -1.0 9.518004162600846e-07 -1.3156791925430298 -0.9807854294776917 -0.19508947432041168 -1.3156791925430298 -1.0 9.99720100480772e-07 1.780594825744629 -0.980785071849823 0.1950913369655609 -1.3156791925430298 -1.0 9.518004162600846e-07 -1.3156791925430298 -0.980785071849823 0.1950913816690445 1.780594825744629 -0.923879086971283 0.38268446922302246 -1.3156791925430298 -0.980785071849823 0.1950913369655609 -1.3156791925430298 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.831468939781189 0.5555711984634399 -1.3156791925430298 -0.923879086971283 0.38268446922302246 -1.3156791925430298 -0.831468939781189 0.5555713176727295 1.780594825744629 -0.7071058750152588 0.7071076035499573 -1.3156791925430298 -0.831468939781189 0.5555711984634399 -1.3156791925430298 -0.7071058750152588 0.7071077227592468 1.780594825744629 -0.5555691123008728 0.8314703106880188 -1.3156791925430298 -0.7071058750152588 0.7071076035499573 -1.3156791925430298 -0.5555691123008728 0.8314704298973083 1.780594825744629 -0.38268208503723145 0.9238800406455994 -1.3156791925430298 -0.5555691123008728 0.8314703106880188 -1.3156791925430298 -0.3826838731765747 -0.9238792657852173 1.780594825744629 0.9238795638084412 -0.3826832175254822 1.780594825744629 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.38268208503723145 0.9238801598548889 1.780594825744629 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 -0.38268208503723145 0.9238800406455994 -1.3156791925430298 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 0.0 1.0 1.780594825744629 0.0 0.9999999403953552 -1.3156791925430298 0.19509008526802063 -0.9807853698730469 -1.3156791925430298 -0.9807854294776917 -0.19508947432041168 -1.3156791925430298 0.9807852506637573 0.19509033858776093 -1.3156791925430298 0.0 1.0 1.780594825744629 0.19509032368659973 0.9807853102684021 1.780594825744629 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.19509032368659973 0.9807853102684021 1.780594825744629 0.3826834559440613 0.9238795638084412 1.780594825744629 0.3826834559440613 0.9238794445991516 -1.3156791925430298 0.3826834559440613 0.9238795638084412 1.780594825744629 0.5555702447891235 0.8314696550369263 1.780594825744629 0.5555702447891235 0.8314695358276367 -1.3156791925430298 0.5555702447891235 0.8314696550369263 1.780594825744629 0.7071067690849304 0.7071068286895752 1.780594825744629 0.7071067690849304 0.7071067094802856 -1.3156791925430298 0.7071067690849304 0.7071068286895752 1.780594825744629 0.8314696550369263 0.5555702447891235 1.780594825744629 0.8314696550369263 0.555570125579834 -1.3156791925430298 0.8314696550369263 0.5555702447891235 1.780594825744629 0.9238795042037964 0.38268348574638367 1.780594825744629 0.9238795042037964 0.3826834261417389 -1.3156791925430298 0.9238795042037964 0.38268348574638367 1.780594825744629 0.9807852506637573 0.1950903832912445 1.780594825744629 0.9807852506637573 0.19509033858776093 -1.3156791925430298 0.9807852506637573 0.1950903832912445 1.780594825744629 1.0 1.096187887128508e-07 1.780594825744629 1.0 6.169912580844539e-08 -1.3156791925430298 1.0 1.096187887128508e-07 1.780594825744629 0.9807853102684021 -0.1950901746749878 1.780594825744629 0.9807853102684021 -0.19509021937847137 -1.3156791925430298 0.9807853102684021 -0.1950901746749878 1.780594825744629 0.9238795638084412 -0.3826832175254822 1.780594825744629 0.9238795638084412 -0.38268327713012695 -1.3156791925430298 0.9238795638084412 -0.3826832175254822 1.780594825744629 0.8314696550369263 -0.555570125579834 1.780594825744629 0.8314696550369263 -0.5555702447891235 -1.3156791925430298 0.8314696550369263 -0.5555702447891235 -1.3156791925430298 0.8314696550369263 -0.555570125579834 1.780594825744629 0.7071067690849304 -0.7071067094802856 1.780594825744629 0.7071067690849304 -0.7071067094802856 1.780594825744629 0.5555701851844788 -0.8314695954322815 1.780594825744629 0.5555701851844788 -0.831469714641571 -1.3156791925430298 0.5555701851844788 -0.8314695954322815 1.780594825744629 0.38268327713012695 -0.9238795638084412 1.780594825744629 0.38268327713012695 -0.9238796830177307 -1.3156791925430298 0.38268327713012695 -0.9238795638084412 1.780594825744629 0.19509008526802063 -0.9807852506637573 1.780594825744629 0.19509008526802063 -0.9807853698730469 -1.3156791925430298 0.19509008526802063 -0.9807852506637573 1.780594825744629 -3.2584136988589307e-07 -0.9999999403953552 1.780594825744629 -3.2584136988589307e-07 -1.0 -1.3156791925430298 -3.2584136988589307e-07 -0.9999999403953552 1.780594825744629 -0.19509072601795197 -0.9807851314544678 1.780594825744629 -0.19509072601795197 -0.9807852506637573 -1.3156791925430298 -0.19509072601795197 -0.9807851314544678 1.780594825744629 -0.3826838731765747 -0.9238792657852173 1.780594825744629 -0.3826838731765747 -0.9238793849945068 -1.3156791925430298 -0.3826838731765747 -0.9238792657852173 1.780594825744629 -0.5555707216262817 -0.8314692378044128 1.780594825744629 -0.5555707216262817 -0.8314693570137024 -1.3156791925430298 -0.5555707216262817 -0.8314692378044128 1.780594825744629 -0.7071072459220886 -0.7071062922477722 1.780594825744629 -0.7071072459220886 -0.7071064114570618 -1.3156791925430298 -0.7071072459220886 -0.7071062922477722 1.780594825744629 -0.8314700126647949 -0.555569589138031 1.780594825744629 -0.8314700126647949 -0.5555697083473206 -1.3156791925430298 -0.8314700126647949 -0.555569589138031 1.780594825744629 -0.923879861831665 -0.3826826214790344 1.780594825744629 -0.923879861831665 -0.3826826810836792 -1.3156791925430298 -0.923879861831665 -0.3826826214790344 1.780594825744629 -0.9807854294776917 -0.1950894296169281 1.780594825744629 -0.9807854294776917 -0.19508947432041168 -1.3156791925430298 -0.9807854294776917 -0.1950894296169281 1.780594825744629 -1.0 9.99720100480772e-07 1.780594825744629 -1.0 9.518004162600846e-07 -1.3156791925430298 -1.0 9.99720100480772e-07 1.780594825744629 -0.980785071849823 0.1950913816690445 1.780594825744629 -0.980785071849823 0.1950913369655609 -1.3156791925430298 -0.980785071849823 0.1950913816690445 1.780594825744629 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.923879086971283 0.38268446922302246 -1.3156791925430298 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.831468939781189 0.5555713176727295 1.780594825744629 -0.831468939781189 0.5555711984634399 -1.3156791925430298 -0.831468939781189 0.5555713176727295 1.780594825744629 -0.7071058750152588 0.7071077227592468 1.780594825744629 -0.7071058750152588 0.7071076035499573 -1.3156791925430298 -0.7071058750152588 0.7071077227592468 1.780594825744629 -0.5555691123008728 0.8314704298973083 1.780594825744629 -0.5555691123008728 0.8314703106880188 -1.3156791925430298 -0.5555691123008728 0.8314704298973083 1.780594825744629 -0.38268208503723145 0.9238801598548889 1.780594825744629 -0.38268208503723145 0.9238800406455994 -1.3156791925430298 0.3826834559440613 0.9238795638084412 1.780594825744629 0.19509032368659973 0.9807853102684021 1.780594825744629 0.0 1.0 1.780594825744629 0.0 1.0 1.780594825744629 -0.19508881866931915 0.980785608291626 1.780594825744629 -0.38268208503723145 0.9238801598548889 1.780594825744629 -0.38268208503723145 0.9238801598548889 1.780594825744629 -0.5555691123008728 0.8314704298973083 1.780594825744629 -0.7071058750152588 0.7071077227592468 1.780594825744629 -0.7071058750152588 0.7071077227592468 1.780594825744629 -0.831468939781189 0.5555713176727295 1.780594825744629 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.980785071849823 0.1950913816690445 1.780594825744629 -1.0 9.99720100480772e-07 1.780594825744629 -1.0 9.99720100480772e-07 1.780594825744629 -0.9807854294776917 -0.1950894296169281 1.780594825744629 -0.923879861831665 -0.3826826214790344 1.780594825744629 -0.8314700126647949 -0.555569589138031 1.780594825744629 -0.3826838731765747 -0.9238792657852173 1.780594825744629 -0.7071072459220886 -0.7071062922477722 1.780594825744629 -0.5555707216262817 -0.8314692378044128 1.780594825744629 -0.3826838731765747 -0.9238792657852173 1.780594825744629 -0.3826838731765747 -0.9238792657852173 1.780594825744629 -0.19509072601795197 -0.9807851314544678 1.780594825744629 -3.2584136988589307e-07 -0.9999999403953552 1.780594825744629 -3.2584136988589307e-07 -0.9999999403953552 1.780594825744629 0.19509008526802063 -0.9807852506637573 1.780594825744629 0.38268327713012695 -0.9238795638084412 1.780594825744629 0.5555701851844788 -0.8314695954322815 1.780594825744629 0.7071067690849304 -0.7071067094802856 1.780594825744629 0.7071067690849304 -0.7071067094802856 1.780594825744629 0.8314696550369263 -0.555570125579834 1.780594825744629 0.9238795638084412 -0.3826832175254822 1.780594825744629 0.9238795638084412 -0.3826832175254822 1.780594825744629 0.9807853102684021 -0.1950901746749878 1.780594825744629 1.0 1.096187887128508e-07 1.780594825744629 1.0 1.096187887128508e-07 1.780594825744629 0.9807852506637573 0.1950903832912445 1.780594825744629 0.9238795638084412 -0.3826832175254822 1.780594825744629 0.9238795042037964 0.38268348574638367 1.780594825744629 0.8314696550369263 0.5555702447891235 1.780594825744629 0.7071067690849304 0.7071068286895752 1.780594825744629 0.5555702447891235 0.8314696550369263 1.780594825744629 0.3826834559440613 0.9238795638084412 1.780594825744629 0.3826834559440613 0.9238795638084412 1.780594825744629 0.0 1.0 1.780594825744629 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.9807854294776917 -0.1950894296169281 1.780594825744629 -0.923879861831665 -0.3826826214790344 1.780594825744629 -0.8314700126647949 -0.555569589138031 1.780594825744629 -0.7071072459220886 -0.7071062922477722 1.780594825744629 0.38268327713012695 -0.9238795638084412 1.780594825744629 0.7071067690849304 -0.7071067094802856 1.780594825744629 0.9238795638084412 -0.3826832175254822 1.780594825744629 0.9238795638084412 -0.3826832175254822 1.780594825744629 0.9807852506637573 0.1950903832912445 1.780594825744629 0.9238795042037964 0.38268348574638367 1.780594825744629 0.9238795042037964 0.38268348574638367 1.780594825744629 0.7071067690849304 0.7071068286895752 1.780594825744629 0.9238795638084412 -0.3826832175254822 1.780594825744629 0.0 1.0 1.780594825744629 -0.38268208503723145 0.9238801598548889 1.780594825744629 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.923879861831665 -0.3826826214790344 1.780594825744629 -0.3826838731765747 -0.9238792657852173 1.780594825744629 0.9238795638084412 -0.3826832175254822 1.780594825744629 0.7071067690849304 0.7071068286895752 1.780594825744629 0.3826834559440613 0.9238795638084412 1.780594825744629 -0.38268208503723145 0.9238801598548889 1.780594825744629 -0.19508881866931915 0.980785608291626 1.780594825744629 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 -0.19508881866931915 0.980785608291626 1.780594825744629 0.0 1.0 1.780594825744629 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 0.0 0.9999999403953552 -1.3156791925430298 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.3826834559440613 0.9238794445991516 -1.3156791925430298 0.5555702447891235 0.8314695358276367 -1.3156791925430298 0.5555702447891235 0.8314695358276367 -1.3156791925430298 0.7071067690849304 0.7071067094802856 -1.3156791925430298 0.8314696550369263 0.555570125579834 -1.3156791925430298 0.9238795042037964 0.3826834261417389 -1.3156791925430298 0.9807852506637573 0.19509033858776093 -1.3156791925430298 1.0 6.169912580844539e-08 -1.3156791925430298 0.9807853102684021 -0.19509021937847137 -1.3156791925430298 0.9238795638084412 -0.38268327713012695 -1.3156791925430298 0.8314696550369263 -0.5555702447891235 -1.3156791925430298 0.7071067690849304 -0.7071068286895752 -1.3156791925430298 0.5555701851844788 -0.831469714641571 -1.3156791925430298 0.5555701851844788 -0.831469714641571 -1.3156791925430298 0.38268327713012695 -0.9238796830177307 -1.3156791925430298 -3.2584136988589307e-07 -1.0 -1.3156791925430298 -0.5555707216262817 -0.8314693570137024 -1.3156791925430298 -0.19509072601795197 -0.9807852506637573 -1.3156791925430298 -0.3826838731765747 -0.9238793849945068 -1.3156791925430298 -0.5555707216262817 -0.8314693570137024 -1.3156791925430298 -0.7071072459220886 -0.7071064114570618 -1.3156791925430298 -0.8314700126647949 -0.5555697083473206 -1.3156791925430298 -0.8314700126647949 -0.5555697083473206 -1.3156791925430298 -0.923879861831665 -0.3826826810836792 -1.3156791925430298 -0.9807854294776917 -0.19508947432041168 -1.3156791925430298 -0.9807854294776917 -0.19508947432041168 -1.3156791925430298 -1.0 9.518004162600846e-07 -1.3156791925430298 -0.980785071849823 0.1950913369655609 -1.3156791925430298 -0.980785071849823 0.1950913369655609 -1.3156791925430298 -0.923879086971283 0.38268446922302246 -1.3156791925430298 -0.831468939781189 0.5555711984634399 -1.3156791925430298 -0.831468939781189 0.5555711984634399 -1.3156791925430298 -0.7071058750152588 0.7071076035499573 -1.3156791925430298 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 -0.5555691123008728 0.8314703106880188 -1.3156791925430298 -0.38268208503723145 0.9238800406455994 -1.3156791925430298 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.7071067690849304 0.7071067094802856 -1.3156791925430298 0.8314696550369263 0.555570125579834 -1.3156791925430298 0.9807852506637573 0.19509033858776093 -1.3156791925430298 0.8314696550369263 -0.5555702447891235 -1.3156791925430298 -0.5555707216262817 -0.8314693570137024 -1.3156791925430298 -0.8314700126647949 -0.5555697083473206 -1.3156791925430298 -0.9807854294776917 -0.19508947432041168 -1.3156791925430298 -0.9807854294776917 -0.19508947432041168 -1.3156791925430298 -0.980785071849823 0.1950913369655609 -1.3156791925430298 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 -0.7071058750152588 0.7071076035499573 -1.3156791925430298 -0.5555691123008728 0.8314703106880188 -1.3156791925430298 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 0.9807852506637573 0.19509033858776093 -1.3156791925430298 0.9807852506637573 0.19509033858776093 -1.3156791925430298 0.5555701851844788 -0.831469714641571 -1.3156791925430298 0.19509008526802063 -0.9807853698730469 -1.3156791925430298 0.19509008526802063 -0.9807853698730469 -1.3156791925430298 -0.5555707216262817 -0.8314693570137024 -1.3156791925430298 -0.9807854294776917 -0.19508947432041168 -1.3156791925430298 -0.831468939781189 0.5555711984634399 -1.3156791925430298 + 0.0 1.0 1.780594825744629 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.0 0.9999999403953552 -1.3156791925430298 0.19509032368659973 0.9807853102684021 1.780594825744629 0.3826834559440613 0.9238794445991516 -1.3156791925430298 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.3826834559440613 0.9238795638084412 1.780594825744629 0.5555702447891235 0.8314695358276367 -1.3156791925430298 0.3826834559440613 0.9238794445991516 -1.3156791925430298 0.5555702447891235 0.8314696550369263 1.780594825744629 0.7071067690849304 0.7071067094802856 -1.3156791925430298 0.5555702447891235 0.8314695358276367 -1.3156791925430298 0.7071067690849304 0.7071068286895752 1.780594825744629 0.8314696550369263 0.555570125579834 -1.3156791925430298 0.7071067690849304 0.7071067094802856 -1.3156791925430298 0.8314696550369263 0.5555702447891235 1.780594825744629 0.9238795042037964 0.3826834261417389 -1.3156791925430298 0.8314696550369263 0.555570125579834 -1.3156791925430298 0.9238795042037964 0.38268348574638367 1.780594825744629 0.9807852506637573 0.19509033858776093 -1.3156791925430298 0.9238795042037964 0.3826834261417389 -1.3156791925430298 0.9807852506637573 0.1950903832912445 1.780594825744629 1.0 -3.1119853360905836e-08 -0.9356282949447632 0.9807852506637573 0.19509033858776093 -1.3156791925430298 -1.0 9.99720100480772e-07 1.780594825744629 -0.980785071849823 0.1950913369655609 -1.3156791925430298 -1.0 9.518004162600846e-07 -1.3156791925430298 -0.980785071849823 0.1950913816690445 1.780594825744629 -0.923879086971283 0.38268446922302246 -1.3156791925430298 -0.980785071849823 0.1950913369655609 -1.3156791925430298 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.831468939781189 0.5555711984634399 -1.3156791925430298 -0.923879086971283 0.38268446922302246 -1.3156791925430298 -0.831468939781189 0.5555713176727295 1.780594825744629 -0.7071058750152588 0.7071076035499573 -1.3156791925430298 -0.831468939781189 0.5555711984634399 -1.3156791925430298 -0.7071058750152588 0.7071077227592468 1.780594825744629 -0.5555691123008728 0.8314703106880188 -1.3156791925430298 -0.7071058750152588 0.7071076035499573 -1.3156791925430298 -0.5555691123008728 0.8314704298973083 1.780594825744629 -0.38268208503723145 0.9238800406455994 -1.3156791925430298 -0.5555691123008728 0.8314703106880188 -1.3156791925430298 -0.7071058750152588 0.7071077227592468 1.780594825744629 -1.0 9.99720100480772e-07 1.780594825744629 0.8314696550369263 0.5555702447891235 1.780594825744629 -0.38268208503723145 0.9238801598548889 1.780594825744629 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 -0.38268208503723145 0.9238800406455994 -1.3156791925430298 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 0.0 1.0 1.780594825744629 0.0 0.9999999403953552 -1.3156791925430298 0.19509032368659973 0.9807851910591125 -1.3156791925430298 -1.0 9.518004162600846e-07 -1.3156791925430298 -0.7071058750152588 0.7071076035499573 -1.3156791925430298 1.0 1.096187887128508e-07 1.780594825744629 -1.0 9.518004162600846e-07 -1.3156791925430298 1.0 6.169912580844539e-08 -1.3156791925430298 1.0 1.096187887128508e-07 1.780594825744629 1.0 6.169912580844539e-08 -1.3156791925430298 1.0 -3.1119853360905836e-08 -0.9356282949447632 0.0 1.0 1.780594825744629 0.19509032368659973 0.9807853102684021 1.780594825744629 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.19509032368659973 0.9807853102684021 1.780594825744629 0.3826834559440613 0.9238795638084412 1.780594825744629 0.3826834559440613 0.9238794445991516 -1.3156791925430298 0.3826834559440613 0.9238795638084412 1.780594825744629 0.5555702447891235 0.8314696550369263 1.780594825744629 0.5555702447891235 0.8314695358276367 -1.3156791925430298 0.5555702447891235 0.8314696550369263 1.780594825744629 0.7071067690849304 0.7071068286895752 1.780594825744629 0.7071067690849304 0.7071067094802856 -1.3156791925430298 0.7071067690849304 0.7071068286895752 1.780594825744629 0.8314696550369263 0.5555702447891235 1.780594825744629 0.8314696550369263 0.555570125579834 -1.3156791925430298 0.8314696550369263 0.5555702447891235 1.780594825744629 0.9238795042037964 0.38268348574638367 1.780594825744629 0.9238795042037964 0.3826834261417389 -1.3156791925430298 0.9238795042037964 0.38268348574638367 1.780594825744629 0.9807852506637573 0.1950903832912445 1.780594825744629 0.9807852506637573 0.19509033858776093 -1.3156791925430298 1.0 6.169912580844539e-08 -1.3156791925430298 0.9807852506637573 0.19509033858776093 -1.3156791925430298 1.0 -3.1119853360905836e-08 -0.9356282949447632 0.9807852506637573 0.1950903832912445 1.780594825744629 1.0 1.096187887128508e-07 1.780594825744629 1.0 -3.1119853360905836e-08 -0.9356282949447632 -1.0 9.99720100480772e-07 1.780594825744629 -0.980785071849823 0.1950913816690445 1.780594825744629 -0.980785071849823 0.1950913369655609 -1.3156791925430298 -0.980785071849823 0.1950913816690445 1.780594825744629 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.923879086971283 0.38268446922302246 -1.3156791925430298 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.831468939781189 0.5555713176727295 1.780594825744629 -0.831468939781189 0.5555711984634399 -1.3156791925430298 -0.831468939781189 0.5555713176727295 1.780594825744629 -0.7071058750152588 0.7071077227592468 1.780594825744629 -0.7071058750152588 0.7071076035499573 -1.3156791925430298 -0.7071058750152588 0.7071077227592468 1.780594825744629 -0.5555691123008728 0.8314704298973083 1.780594825744629 -0.5555691123008728 0.8314703106880188 -1.3156791925430298 -0.5555691123008728 0.8314704298973083 1.780594825744629 -0.38268208503723145 0.9238801598548889 1.780594825744629 -0.38268208503723145 0.9238800406455994 -1.3156791925430298 0.3826834559440613 0.9238795638084412 1.780594825744629 0.19509032368659973 0.9807853102684021 1.780594825744629 0.0 1.0 1.780594825744629 0.0 1.0 1.780594825744629 -0.19508881866931915 0.980785608291626 1.780594825744629 -0.38268208503723145 0.9238801598548889 1.780594825744629 -0.38268208503723145 0.9238801598548889 1.780594825744629 -0.5555691123008728 0.8314704298973083 1.780594825744629 -0.7071058750152588 0.7071077227592468 1.780594825744629 -0.7071058750152588 0.7071077227592468 1.780594825744629 -0.831468939781189 0.5555713176727295 1.780594825744629 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.923879086971283 0.38268452882766724 1.780594825744629 -0.980785071849823 0.1950913816690445 1.780594825744629 -1.0 9.99720100480772e-07 1.780594825744629 -1.0 9.99720100480772e-07 1.780594825744629 1.0 1.096187887128508e-07 1.780594825744629 0.9807852506637573 0.1950903832912445 1.780594825744629 0.9238795042037964 0.38268348574638367 1.780594825744629 0.8314696550369263 0.5555702447891235 1.780594825744629 0.8314696550369263 0.5555702447891235 1.780594825744629 0.7071067690849304 0.7071068286895752 1.780594825744629 0.5555702447891235 0.8314696550369263 1.780594825744629 0.5555702447891235 0.8314696550369263 1.780594825744629 0.3826834559440613 0.9238795638084412 1.780594825744629 0.0 1.0 1.780594825744629 -0.38268208503723145 0.9238801598548889 1.780594825744629 -0.7071058750152588 0.7071077227592468 1.780594825744629 -0.923879086971283 0.38268452882766724 1.780594825744629 -1.0 9.99720100480772e-07 1.780594825744629 -1.0 9.99720100480772e-07 1.780594825744629 0.9807852506637573 0.1950903832912445 1.780594825744629 0.8314696550369263 0.5555702447891235 1.780594825744629 0.8314696550369263 0.5555702447891235 1.780594825744629 0.5555702447891235 0.8314696550369263 1.780594825744629 0.0 1.0 1.780594825744629 0.0 1.0 1.780594825744629 -0.7071058750152588 0.7071077227592468 1.780594825744629 0.8314696550369263 0.5555702447891235 1.780594825744629 -0.38268208503723145 0.9238801598548889 1.780594825744629 -0.19508881866931915 0.980785608291626 1.780594825744629 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 -0.19508881866931915 0.980785608291626 1.780594825744629 0.0 1.0 1.780594825744629 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 0.0 0.9999999403953552 -1.3156791925430298 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.3826834559440613 0.9238794445991516 -1.3156791925430298 0.5555702447891235 0.8314695358276367 -1.3156791925430298 0.5555702447891235 0.8314695358276367 -1.3156791925430298 0.7071067690849304 0.7071067094802856 -1.3156791925430298 0.8314696550369263 0.555570125579834 -1.3156791925430298 0.9238795042037964 0.3826834261417389 -1.3156791925430298 0.9807852506637573 0.19509033858776093 -1.3156791925430298 0.9807852506637573 0.19509033858776093 -1.3156791925430298 1.0 6.169912580844539e-08 -1.3156791925430298 -1.0 9.518004162600846e-07 -1.3156791925430298 -0.980785071849823 0.1950913369655609 -1.3156791925430298 -0.923879086971283 0.38268446922302246 -1.3156791925430298 -0.831468939781189 0.5555711984634399 -1.3156791925430298 -0.7071058750152588 0.7071076035499573 -1.3156791925430298 -0.5555691123008728 0.8314703106880188 -1.3156791925430298 -0.38268208503723145 0.9238800406455994 -1.3156791925430298 -0.38268208503723145 0.9238800406455994 -1.3156791925430298 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.7071067690849304 0.7071067094802856 -1.3156791925430298 0.8314696550369263 0.555570125579834 -1.3156791925430298 0.8314696550369263 0.555570125579834 -1.3156791925430298 0.9807852506637573 0.19509033858776093 -1.3156791925430298 -1.0 9.518004162600846e-07 -1.3156791925430298 -0.923879086971283 0.38268446922302246 -1.3156791925430298 -0.7071058750152588 0.7071076035499573 -1.3156791925430298 -0.7071058750152588 0.7071076035499573 -1.3156791925430298 -0.19508881866931915 0.9807854890823364 -1.3156791925430298 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.19509032368659973 0.9807851910591125 -1.3156791925430298 0.9807852506637573 0.19509033858776093 -1.3156791925430298 -1.0 9.518004162600846e-07 -1.3156791925430298 -1.0 9.99720100480772e-07 1.780594825744629 - + @@ -429,9 +429,9 @@ - 0.09801729023456573 0.9951846599578857 0.0 0.09801729023456573 0.9951846599578857 0.0 0.09801729023456573 0.9951846599578857 0.0 0.2902846336364746 0.9569403529167175 -4.9099678989250606e-08 0.2902846336364746 0.9569403529167175 -4.9099678989250606e-08 0.2902846336364746 0.9569403529167175 -4.9099678989250606e-08 0.4713967740535736 0.8819212317466736 -9.819938640021064e-08 0.4713967740535736 0.8819212317466736 -9.819938640021064e-08 0.4713967740535736 0.8819212317466736 -9.819938640021064e-08 0.6343936324119568 0.7730101346969604 -2.4549855481836858e-08 0.6343936324119568 0.7730101346969604 -2.4549855481836858e-08 0.6343936324119568 0.7730101346969604 -2.4549855481836858e-08 0.7730103135108948 0.634393572807312 -2.4549830612841106e-08 0.7730103135108948 0.634393572807312 -2.4549830612841106e-08 0.7730103135108948 0.634393572807312 -2.4549830612841106e-08 0.8819213509559631 0.4713965654373169 -1.2274929517275268e-08 0.8819213509559631 0.4713965654373169 -1.2274929517275268e-08 0.8819213509559631 0.4713965654373169 -1.2274929517275268e-08 0.9569403529167175 0.2902844250202179 -6.137461205923955e-09 0.9569403529167175 0.2902844250202179 -6.137461205923955e-09 0.9569403529167175 0.2902844250202179 -6.137461205923955e-09 0.9951847791671753 0.0980171337723732 -1.1507741426441953e-09 0.9951847791671753 0.0980171337723732 -1.1507741426441953e-09 0.9951847791671753 0.0980171337723732 -1.1507741426441953e-09 0.9951847791671753 -0.09801635146141052 1.5343655235255937e-09 0.9951847791671753 -0.09801635146141052 1.5343655235255937e-09 0.9951847791671753 -0.09801635146141052 1.5343655235255937e-09 0.9569403529167175 -0.29028448462486267 6.137462094102375e-09 0.9569403529167175 -0.29028448462486267 6.137462094102375e-09 0.9569403529167175 -0.29028448462486267 6.137462094102375e-09 0.8819213509559631 -0.4713965952396393 0.0 0.8819213509559631 -0.4713965952396393 0.0 0.8819213509559631 -0.4713965952396393 0.0 0.7730103135108948 -0.634393572807312 2.4549830612841106e-08 0.7730103135108948 -0.634393572807312 2.4549830612841106e-08 0.7730103135108948 -0.634393572807312 2.4549830612841106e-08 0.6343934535980225 -0.7730103731155396 7.364951670751907e-08 0.6343934535980225 -0.7730103731155396 7.364951670751907e-08 0.6343934535980225 -0.7730103731155396 7.364951670751907e-08 0.47139668464660645 -0.8819212913513184 4.9099654120254854e-08 0.47139668464660645 -0.8819212913513184 4.9099654120254854e-08 0.47139668464660645 -0.8819212913513184 4.9099654120254854e-08 0.2902841866016388 -0.9569404721260071 0.0 0.2902841866016388 -0.9569404721260071 0.0 0.2902841866016388 -0.9569404721260071 0.0 0.0980166494846344 -0.9951847791671753 4.909966477839589e-08 0.0980166494846344 -0.9951847791671753 4.909966477839589e-08 0.0980166494846344 -0.9951847791671753 4.909966477839589e-08 -0.09801725298166275 -0.9951847195625305 0.0 -0.09801725298166275 -0.9951847195625305 0.0 -0.09801725298166275 -0.9951847195625305 0.0 -0.2902851998806 -0.9569401741027832 4.909966833110957e-08 -0.2902851998806 -0.9569401741027832 4.909966833110957e-08 -0.2902851998806 -0.9569401741027832 4.909966833110957e-08 -0.4713971018791199 -0.881921112537384 0.0 -0.4713971018791199 -0.881921112537384 0.0 -0.4713971018791199 -0.881921112537384 0.0 -0.6343937516212463 -0.7730100154876709 2.4549839494625303e-08 -0.6343937516212463 -0.7730100154876709 2.4549839494625303e-08 -0.6343937516212463 -0.7730100154876709 2.4549839494625303e-08 -0.7730109095573425 -0.6343927383422852 2.4549830612841106e-08 -0.7730109095573425 -0.6343927383422852 2.4549830612841106e-08 -0.7730109095573425 -0.6343927383422852 2.4549830612841106e-08 -0.8819217085838318 -0.4713958501815796 2.454982173105691e-08 -0.8819217085838318 -0.4713958501815796 2.454982173105691e-08 -0.8819217085838318 -0.4713958501815796 2.454982173105691e-08 -0.9569408297538757 -0.29028281569480896 6.1374603177455356e-09 -0.9569408297538757 -0.29028281569480896 6.1374603177455356e-09 -0.9569408297538757 -0.29028281569480896 6.1374603177455356e-09 -0.9951847791671753 -0.09801628440618515 1.5343645243248716e-09 -0.9951847791671753 -0.09801628440618515 1.5343645243248716e-09 -0.9951847791671753 -0.09801628440618515 1.5343645243248716e-09 -0.995184600353241 0.0980178564786911 -1.150773365488078e-09 -0.995184600353241 0.0980178564786911 -1.150773365488078e-09 -0.995184600353241 0.0980178564786911 -1.150773365488078e-09 -0.9569399952888489 0.2902858257293701 0.0 -0.9569399952888489 0.2902858257293701 0.0 -0.9569399952888489 0.2902858257293701 0.0 -0.8819206953048706 0.47139772772789 -1.2274918859134232e-08 -0.8819206953048706 0.47139772772789 -1.2274918859134232e-08 -0.8819206953048706 0.47139772772789 -1.2274918859134232e-08 -0.7730098366737366 0.6343939900398254 0.0 -0.7730098366737366 0.6343939900398254 0.0 -0.7730098366737366 0.6343939900398254 0.0 -0.6343924403190613 0.7730110287666321 -2.4549834165554785e-08 -0.6343924403190613 0.7730110287666321 -2.4549834165554785e-08 -0.6343924403190613 0.7730110287666321 -2.4549834165554785e-08 -0.4713955819606781 0.8819218873977661 0.0 -0.4713955819606781 0.8819218873977661 0.0 -0.4713955819606781 0.8819218873977661 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 -0.2902830243110657 0.9569408893585205 -4.909966477839589e-08 -0.2902830243110657 0.9569408893585205 -4.909966477839589e-08 -0.2902830243110657 0.9569408893585205 -4.909966477839589e-08 -0.09801653772592545 0.9951847791671753 -4.9100066235041595e-08 -0.09801653772592545 0.9951847791671753 -4.9100066235041595e-08 -0.09801653772592545 0.9951847791671753 -4.9100066235041595e-08 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.09801699966192245 0.9951848387718201 -4.909968964739164e-08 0.09801699966192245 0.9951848387718201 -4.909968964739164e-08 0.09801699966192245 0.9951848387718201 -4.909968964739164e-08 0.2902846932411194 0.9569403529167175 0.0 0.2902846932411194 0.9569403529167175 0.0 0.2902846932411194 0.9569403529167175 0.0 0.4713965952396393 0.8819212913513184 0.0 0.4713965952396393 0.8819212913513184 0.0 0.4713965952396393 0.8819212913513184 0.0 0.6343932151794434 0.7730104923248291 -2.4549841270982142e-08 0.6343932151794434 0.7730104923248291 -2.4549841270982142e-08 0.6343932151794434 0.7730104923248291 -2.4549841270982142e-08 0.7730103135108948 0.634393572807312 -2.4549832389197945e-08 0.7730103135108948 0.634393572807312 -2.4549832389197945e-08 0.7730103135108948 0.634393572807312 -2.4549832389197945e-08 0.8819214105606079 0.47139644622802734 -2.454985192912318e-08 0.8819214105606079 0.47139644622802734 -2.454985192912318e-08 0.8819214105606079 0.47139644622802734 -2.454985192912318e-08 0.9569401741027832 0.2902851700782776 -6.137459873656326e-09 0.9569401741027832 0.2902851700782776 -6.137459873656326e-09 0.9569401741027832 0.2902851700782776 -6.137459873656326e-09 0.9951846599578857 0.0980171337723732 -1.5343655235255937e-09 0.9951846599578857 0.0980171337723732 -1.5343655235255937e-09 0.9951846599578857 0.0980171337723732 -1.5343655235255937e-09 0.9951846599578857 -0.09801792353391647 1.1507741426441953e-09 0.9951846599578857 -0.09801792353391647 1.1507741426441953e-09 0.9951846599578857 -0.09801792353391647 1.1507741426441953e-09 0.9569403529167175 -0.29028451442718506 6.137462982280795e-09 0.9569403529167175 -0.29028451442718506 6.137462982280795e-09 0.9569403529167175 -0.29028451442718506 6.137462982280795e-09 0.8819215893745422 -0.4713960886001587 2.4549834165554785e-08 0.8819215893745422 -0.4713960886001587 2.4549834165554785e-08 0.8819215893745422 -0.4713960886001587 2.4549834165554785e-08 0.7730103135108948 -0.634393572807312 2.4549832389197945e-08 0.7730103135108948 -0.634393572807312 2.4549832389197945e-08 0.7730103135108948 -0.634393572807312 2.4549832389197945e-08 0.6343935132026672 -0.7730103731155396 0.0 0.6343935132026672 -0.7730103731155396 0.0 0.6343935132026672 -0.7730103731155396 0.0 0.47139689326286316 -0.8819211721420288 0.0 0.47139689326286316 -0.8819211721420288 0.0 0.47139689326286316 -0.8819211721420288 0.0 0.2902843654155731 -0.9569404125213623 9.819936508392857e-08 0.2902843654155731 -0.9569404125213623 9.819936508392857e-08 0.2902843654155731 -0.9569404125213623 9.819936508392857e-08 0.09801694005727768 -0.9951847791671753 0.0 0.09801694005727768 -0.9951847791671753 0.0 0.09801694005727768 -0.9951847791671753 0.0 -0.09801755845546722 -0.9951847195625305 0.0 -0.09801755845546722 -0.9951847195625305 0.0 -0.09801755845546722 -0.9951847195625305 0.0 -0.2902851700782776 -0.9569401741027832 4.909966833110957e-08 -0.2902851700782776 -0.9569401741027832 4.909966833110957e-08 -0.2902851700782776 -0.9569401741027832 4.909966833110957e-08 -0.4713971018791199 -0.881921112537384 4.909966477839589e-08 -0.4713971018791199 -0.881921112537384 4.909966477839589e-08 -0.4713971018791199 -0.881921112537384 4.909966477839589e-08 -0.6343933939933777 -0.7730103731155396 2.4549825283770588e-08 -0.6343933939933777 -0.7730103731155396 2.4549825283770588e-08 -0.6343933939933777 -0.7730103731155396 2.4549825283770588e-08 -0.7730112671852112 -0.6343923211097717 2.454984482369582e-08 -0.7730112671852112 -0.6343923211097717 2.454984482369582e-08 -0.7730112671852112 -0.6343923211097717 2.454984482369582e-08 -0.8819213509559631 -0.4713965952396393 0.0 -0.8819213509559631 -0.4713965952396393 0.0 -0.8819213509559631 -0.4713965952396393 0.0 -0.9569404721260071 -0.29028430581092834 6.137458541388696e-09 -0.9569404721260071 -0.29028430581092834 6.137458541388696e-09 -0.9569404721260071 -0.29028430581092834 6.137458541388696e-09 -0.9951848387718201 -0.09801627695560455 1.1507732544657756e-09 -0.9951848387718201 -0.09801627695560455 1.1507732544657756e-09 -0.9951848387718201 -0.09801627695560455 1.1507732544657756e-09 -0.995184600353241 0.09801864624023438 -1.5343645243248716e-09 -0.995184600353241 0.09801864624023438 -1.5343645243248716e-09 -0.995184600353241 0.09801864624023438 -1.5343645243248716e-09 -0.9569399952888489 0.29028579592704773 -6.137456765031857e-09 -0.9569399952888489 0.29028579592704773 -6.137456765031857e-09 -0.9569399952888489 0.29028579592704773 -6.137456765031857e-09 -0.8819208741188049 0.47139760851860046 -1.2274915306420553e-08 -0.8819208741188049 0.47139760851860046 -1.2274915306420553e-08 -0.8819208741188049 0.47139760851860046 -1.2274915306420553e-08 -0.7730095386505127 0.6343944072723389 -4.909966833110957e-08 -0.7730095386505127 0.6343944072723389 -4.909966833110957e-08 -0.7730095386505127 0.6343944072723389 -4.909966833110957e-08 -0.6343920826911926 0.7730113863945007 -2.454981995470007e-08 -0.6343920826911926 0.7730113863945007 -2.454981995470007e-08 -0.6343920826911926 0.7730113863945007 -2.454981995470007e-08 -0.4713955819606781 0.8819218873977661 -4.909966477839589e-08 -0.4713955819606781 0.8819218873977661 -4.909966477839589e-08 -0.4713955819606781 0.8819218873977661 -4.909966477839589e-08 -9.937868981069187e-07 0.0 1.0 -9.937868981069187e-07 0.0 1.0 -9.937868981069187e-07 0.0 1.0 1.9875737962138373e-06 0.0 1.0 1.9875737962138373e-06 0.0 1.0 1.9875737962138373e-06 0.0 1.0 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 1.0 0.0 0.0 1.0 -2.7370601856091525e-06 0.0 1.0 -2.7370601856091525e-06 0.0 1.0 -2.7370601856091525e-06 0.0 1.0 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 -1.9875421912729507e-06 0.0 1.0 -1.9875421912729507e-06 0.0 1.0 -1.9875421912729507e-06 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 7.95020787336398e-06 0.0 1.0 7.95020787336398e-06 0.0 1.0 7.95020787336398e-06 0.0 1.0 1.5900472135399468e-05 0.0 1.0 1.5900472135399468e-05 0.0 1.0 1.5900472135399468e-05 0.0 1.0 -1.0737872798927128e-05 0.0 1.0 -1.0737872798927128e-05 0.0 1.0 -1.0737872798927128e-05 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 -7.777159680699697e-07 0.0 1.0 -7.777159680699697e-07 0.0 1.0 -7.777159680699697e-07 0.0 1.0 -2.7370585939934244e-06 0.0 1.0 -2.7370585939934244e-06 0.0 1.0 -2.7370585939934244e-06 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 -2.0461577605601633e-06 0.0 1.0 -2.0461577605601633e-06 0.0 1.0 -2.0461577605601633e-06 0.0 1.0 4.105591870029457e-06 0.0 1.0 4.105591870029457e-06 0.0 1.0 4.105591870029457e-06 0.0 1.0 1.4370301641974947e-06 0.0 1.0 1.4370301641974947e-06 0.0 1.0 1.4370301641974947e-06 0.0 1.0 7.185175263657584e-07 0.0 1.0 7.185175263657584e-07 0.0 1.0 7.185175263657584e-07 0.0 1.0 -2.877962970160297e-07 0.0 0.9999999403953552 -2.877962970160297e-07 0.0 0.9999999403953552 -2.877962970160297e-07 0.0 0.9999999403953552 -7.777150585752679e-07 0.0 1.0 -7.777150585752679e-07 0.0 1.0 -7.777150585752679e-07 0.0 1.0 -0.29028311371803284 0.9569408893585205 0.0 -0.29028311371803284 0.9569408893585205 0.0 -0.29028311371803284 0.9569408893585205 0.0 -0.09801623970270157 0.9951848387718201 -4.9100069787755274e-08 -0.09801623970270157 0.9951848387718201 -4.9100069787755274e-08 -0.09801623970270157 0.9951848387718201 -4.9100069787755274e-08 4.968973712493607e-07 0.0 -1.0 4.968973712493607e-07 0.0 -1.0 4.968973712493607e-07 0.0 -1.0 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 0.0 0.0 -1.0 0.0 0.0 -1.0 -7.950263352540787e-06 0.0 -1.0 -7.950263352540787e-06 0.0 -1.0 -7.950263352540787e-06 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 -3.9751080294081476e-06 0.0 -1.0 -3.9751080294081476e-06 0.0 -1.0 -3.9751080294081476e-06 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 3.975115760113113e-06 0.0 -1.0 3.975115760113113e-06 0.0 -1.0 3.975115760113113e-06 0.0 -1.0 -3.975111667386955e-06 0.0 -0.9999999403953552 -3.975111667386955e-06 0.0 -0.9999999403953552 -3.975111667386955e-06 0.0 -0.9999999403953552 -1.590045212651603e-05 0.0 -1.0 -1.590045212651603e-05 0.0 -1.0 -1.590045212651603e-05 0.0 -1.0 -3.975115760113113e-06 0.0 -1.0 -3.975115760113113e-06 0.0 -1.0 -3.975115760113113e-06 0.0 -1.0 -1.3685263411389315e-06 0.0 -1.0 -1.3685263411389315e-06 0.0 -1.0 -1.3685263411389315e-06 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 -2.6844672902370803e-06 0.0 -1.0 -2.6844672902370803e-06 0.0 -1.0 -2.6844672902370803e-06 0.0 -1.0 0.0 0.0 -1.0 -1.023077516038029e-06 0.0 -0.9999999403953552 -1.023077516038029e-06 0.0 -0.9999999403953552 -1.023077516038029e-06 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 1.3422314850686234e-06 0.0 -1.0 1.3422314850686234e-06 0.0 -1.0 1.3422314850686234e-06 0.0 -1.0 0.0 0.0 -0.9999999403953552 -4.860713715970633e-07 0.0 -1.0 -4.860713715970633e-07 0.0 -1.0 -4.860713715970633e-07 0.0 -1.0 2.87796382281158e-07 0.0 -1.0 2.87796382281158e-07 0.0 -1.0 2.87796382281158e-07 0.0 -1.0 0.0 0.0 -0.9999999403953552 + 0.09801729023456573 0.9951846599578857 0.0 0.09801729023456573 0.9951846599578857 0.0 0.09801729023456573 0.9951846599578857 0.0 0.2902846336364746 0.9569403529167175 -4.9099678989250606e-08 0.2902846336364746 0.9569403529167175 -4.9099678989250606e-08 0.2902846336364746 0.9569403529167175 -4.9099678989250606e-08 0.4713967740535736 0.8819212317466736 -9.819938640021064e-08 0.4713967740535736 0.8819212317466736 -9.819938640021064e-08 0.4713967740535736 0.8819212317466736 -9.819938640021064e-08 0.6343936324119568 0.7730101346969604 -2.4549855481836858e-08 0.6343936324119568 0.7730101346969604 -2.4549855481836858e-08 0.6343936324119568 0.7730101346969604 -2.4549855481836858e-08 0.7730103135108948 0.634393572807312 -2.4549830612841106e-08 0.7730103135108948 0.634393572807312 -2.4549830612841106e-08 0.7730103135108948 0.634393572807312 -2.4549830612841106e-08 0.8819213509559631 0.4713965654373169 -1.2274929517275268e-08 0.8819213509559631 0.4713965654373169 -1.2274929517275268e-08 0.8819213509559631 0.4713965654373169 -1.2274929517275268e-08 0.9569403529167175 0.2902844250202179 -6.137461205923955e-09 0.9569403529167175 0.2902844250202179 -6.137461205923955e-09 0.9569403529167175 0.2902844250202179 -6.137461205923955e-09 0.9951846599578857 0.0980173721909523 -1.534364635347174e-09 0.9951846599578857 0.0980173721909523 -1.534364635347174e-09 0.9951846599578857 0.0980173721909523 -1.534364635347174e-09 -0.995184600353241 0.0980178564786911 -1.150773365488078e-09 -0.995184600353241 0.0980178564786911 -1.150773365488078e-09 -0.995184600353241 0.0980178564786911 -1.150773365488078e-09 -0.9569399952888489 0.2902858257293701 0.0 -0.9569399952888489 0.2902858257293701 0.0 -0.9569399952888489 0.2902858257293701 0.0 -0.8819206953048706 0.47139772772789 -1.2274918859134232e-08 -0.8819206953048706 0.47139772772789 -1.2274918859134232e-08 -0.8819206953048706 0.47139772772789 -1.2274918859134232e-08 -0.7730098366737366 0.6343939900398254 0.0 -0.7730098366737366 0.6343939900398254 0.0 -0.7730098366737366 0.6343939900398254 0.0 -0.6343924403190613 0.7730110287666321 -2.4549834165554785e-08 -0.6343924403190613 0.7730110287666321 -2.4549834165554785e-08 -0.6343924403190613 0.7730110287666321 -2.4549834165554785e-08 -0.4713955819606781 0.8819218873977661 0.0 -0.4713955819606781 0.8819218873977661 0.0 -0.4713955819606781 0.8819218873977661 0.0 -1.0527867289056303e-07 0.0 1.0 -1.0527867289056303e-07 0.0 1.0 -1.0527867289056303e-07 0.0 1.0 -0.2902830243110657 0.9569408893585205 -4.909966477839589e-08 -0.2902830243110657 0.9569408893585205 -4.909966477839589e-08 -0.2902830243110657 0.9569408893585205 -4.909966477839589e-08 -0.09801653772592545 0.9951847791671753 -4.9100066235041595e-08 -0.09801653772592545 0.9951847791671753 -4.9100066235041595e-08 -0.09801653772592545 0.9951847791671753 -4.9100066235041595e-08 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 -4.4505068785838375e-07 -1.0 1.5476564030336704e-08 -4.4505068785838375e-07 -1.0 1.5476564030336704e-08 -4.4505068785838375e-07 -1.0 1.5476564030336704e-08 -0.5395910739898682 -0.841927170753479 0.0 -0.5395910739898682 -0.841927170753479 0.0 -0.5395910739898682 -0.841927170753479 0.0 0.09801699966192245 0.9951848387718201 -4.909968964739164e-08 0.09801699966192245 0.9951848387718201 -4.909968964739164e-08 0.09801699966192245 0.9951848387718201 -4.909968964739164e-08 0.2902846932411194 0.9569403529167175 0.0 0.2902846932411194 0.9569403529167175 0.0 0.2902846932411194 0.9569403529167175 0.0 0.4713965952396393 0.8819212913513184 0.0 0.4713965952396393 0.8819212913513184 0.0 0.4713965952396393 0.8819212913513184 0.0 0.6343932151794434 0.7730104923248291 -2.4549841270982142e-08 0.6343932151794434 0.7730104923248291 -2.4549841270982142e-08 0.6343932151794434 0.7730104923248291 -2.4549841270982142e-08 0.7730103135108948 0.634393572807312 -2.4549832389197945e-08 0.7730103135108948 0.634393572807312 -2.4549832389197945e-08 0.7730103135108948 0.634393572807312 -2.4549832389197945e-08 0.8819214105606079 0.47139644622802734 -2.454985192912318e-08 0.8819214105606079 0.47139644622802734 -2.454985192912318e-08 0.8819214105606079 0.47139644622802734 -2.454985192912318e-08 0.9569401741027832 0.2902851700782776 -6.137459873656326e-09 0.9569401741027832 0.2902851700782776 -6.137459873656326e-09 0.9569401741027832 0.2902851700782776 -6.137459873656326e-09 0.9951847195625305 0.09801726043224335 2.500093287949312e-08 0.9951847195625305 0.09801726043224335 2.500093287949312e-08 0.9951847195625305 0.09801726043224335 2.500093287949312e-08 0.9951846599578857 0.09801766276359558 -4.809893372481611e-09 0.9951846599578857 0.09801766276359558 -4.809893372481611e-09 0.9951846599578857 0.09801766276359558 -4.809893372481611e-09 -0.995184600353241 0.09801864624023438 -1.5343645243248716e-09 -0.995184600353241 0.09801864624023438 -1.5343645243248716e-09 -0.995184600353241 0.09801864624023438 -1.5343645243248716e-09 -0.9569399952888489 0.29028579592704773 -6.137456765031857e-09 -0.9569399952888489 0.29028579592704773 -6.137456765031857e-09 -0.9569399952888489 0.29028579592704773 -6.137456765031857e-09 -0.8819208741188049 0.47139760851860046 -1.2274915306420553e-08 -0.8819208741188049 0.47139760851860046 -1.2274915306420553e-08 -0.8819208741188049 0.47139760851860046 -1.2274915306420553e-08 -0.7730095386505127 0.6343944072723389 -4.909966833110957e-08 -0.7730095386505127 0.6343944072723389 -4.909966833110957e-08 -0.7730095386505127 0.6343944072723389 -4.909966833110957e-08 -0.6343920826911926 0.7730113863945007 -2.454981995470007e-08 -0.6343920826911926 0.7730113863945007 -2.454981995470007e-08 -0.6343920826911926 0.7730113863945007 -2.454981995470007e-08 -0.4713955819606781 0.8819218873977661 -4.909966477839589e-08 -0.4713955819606781 0.8819218873977661 -4.909966477839589e-08 -0.4713955819606781 0.8819218873977661 -4.909966477839589e-08 -9.937868981069187e-07 0.0 1.0 -9.937868981069187e-07 0.0 1.0 -9.937868981069187e-07 0.0 1.0 1.9875737962138373e-06 0.0 1.0 1.9875737962138373e-06 0.0 1.0 1.9875737962138373e-06 0.0 1.0 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 0.9999999403953552 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 2.046155032076058e-06 0.0 1.0 2.046155032076058e-06 0.0 1.0 2.046155032076058e-06 0.0 1.0 -1.604079926664781e-07 0.0 1.0 -1.604079926664781e-07 0.0 1.0 -1.604079926664781e-07 0.0 1.0 5.581790105679829e-07 0.0 1.0 5.581790105679829e-07 0.0 1.0 5.581790105679829e-07 0.0 1.0 -1.0685854334724354e-07 0.0 1.0 -1.0685854334724354e-07 0.0 1.0 -1.0685854334724354e-07 0.0 1.0 -0.29028311371803284 0.9569408893585205 0.0 -0.29028311371803284 0.9569408893585205 0.0 -0.29028311371803284 0.9569408893585205 0.0 -0.09801623970270157 0.9951848387718201 -4.9100069787755274e-08 -0.09801623970270157 0.9951848387718201 -4.9100069787755274e-08 -0.09801623970270157 0.9951848387718201 -4.9100069787755274e-08 4.968973712493607e-07 0.0 -1.0 4.968973712493607e-07 0.0 -1.0 4.968973712493607e-07 0.0 -1.0 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 0.0 0.0 -0.9999999403953552 0.0 0.0 -1.0 0.0 0.0 -1.0 -7.950263352540787e-06 0.0 -1.0 -7.950263352540787e-06 0.0 -1.0 -7.950263352540787e-06 0.0 -1.0 -1.0766872549083928e-07 0.0 -1.0 -1.0766872549083928e-07 0.0 -1.0 -1.0766872549083928e-07 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 1.9875421912729507e-06 0.0 -1.0 1.9875421912729507e-06 0.0 -1.0 1.9875421912729507e-06 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 6.84265501149639e-07 0.0 -1.0 6.84265501149639e-07 0.0 -1.0 6.84265501149639e-07 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 -1.023077516038029e-06 0.0 -0.9999999403953552 -1.023077516038029e-06 0.0 -0.9999999403953552 -1.023077516038029e-06 0.0 -0.9999999403953552 -8.751822377917051e-08 0.0 -1.0 -8.751822377917051e-08 0.0 -1.0 -8.751822377917051e-08 0.0 -1.0 -3.486521649165297e-08 0.0 -1.0 -3.486521649165297e-08 0.0 -1.0 -3.486521649165297e-08 0.0 -1.0 -4.4505068785838375e-07 -1.0 1.5476564030336704e-08 - + @@ -441,10 +441,10 @@ - + -

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 92 203 204 205 206 207 92 208 209 210 211 212 213 214 215 216 217 218 219 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 233 234 235 236 237 238 198 200 203 239 240 241 242 243 90 90 217 91 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 217 219 91 259 260 261 235 92 91 262 263 264 265 266 267 268 269 270 271 272 273 274 275 101 276 277 278 101 279 280 280 281 101 282 283 284 285 286 99 99 287 288 289 290 288 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 308 309 274 310 311 312 101 281 313 313 285 101 287 289 288 314 315 316 317 318 319 320 321 322 319 273 323 324 325 326 327 328 329 318 330 319 308 101 100

+

0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 122 123 124 125 126 127 128 129 130 130 131 114 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 51 158 159 160 161 162 163 52 164 165 165 166 53 167 168 169 170 171 53 172 173 174 175 176 51 177 178 179 180 181 182 183 184 185 54 186 55

diff --git a/mesh/incubator.dae.import b/mesh/incubator.dae.import index b7c0bf5..cb5ef8a 100644 --- a/mesh/incubator.dae.import +++ b/mesh/incubator.dae.import @@ -7,14 +7,14 @@ path="res://.import/incubator.dae-2e04073c4fc20dcee8f5f14ec9979ed0.scn" [params] nodes/root_type="Spatial" -nodes/root_name="Scene Root" +nodes/root_name="Incubator" nodes/custom_script="" materials/location=0 materials/storage=0 geometry/compress=true geometry/ensure_tangents=true geometry/storage=0 -animation/import=true +animation/import=false animation/fps=15 animation/filter_script="" animation/optimizer/enabled=true diff --git a/scripts/base.gd b/scripts/base.gd index f89eedc..3d138d9 100644 --- a/scripts/base.gd +++ b/scripts/base.gd @@ -35,7 +35,31 @@ func _input(event): self.cam.translate(Vector3(0,-0.1,0)) if event.scancode == KEY_W: self.cam.translate(Vector3(0,0.1,0)) - if event.scancode == KEY_H: - var s = self.cam.get_selected() - if s != null: - get_node("Incubator").push_world(s) \ No newline at end of file + + if event.is_pressed(): + if event.scancode == KEY_H: + var s = self.cam.get_selected() + if s != null: + get_node("Incubator").push_world(s) + if event.scancode == KEY_N: + var w = Wrld.instance() + w.set_scale(Vector3(0.02, 0.02, 0.02)) + add_child(w) + get_node("Incubator").push_world(w) + if event.scancode == KEY_Q: + var w = get_node("World") + if w != null: + var pos = get_node("cmb2inc") + w.set_translation(Vector3(0,0,0)) + remove_child(w) + pos.add_child(w) + get_node("AnimationPlayer").play("cmb2inc") + + +func _on_AnimationPlayer_animation_finished( name ): + if name == "cmb2inc": + var w = get_node("cmb2inc/World") + var pos = get_node("cmb2inc") + pos.remove_child(w) + add_child(w) + w.set_translation(pos.get_translation()) diff --git a/scripts/camera.gd b/scripts/camera.gd index b099e16..090033f 100644 --- a/scripts/camera.gd +++ b/scripts/camera.gd @@ -6,13 +6,9 @@ func _ready(): reset() func select(what, new_target): - print("before set") set_target(new_target) - print("after set") if self.selected != what: - print("before interp") set_interpolation_enabled(true) - print("after interp") #set_translation(what.translation + Vector3(1,3,0)) self.selected = what diff --git a/scripts/combinator.gd b/scripts/combinator.gd index dc68b84..2bc7740 100644 --- a/scripts/combinator.gd +++ b/scripts/combinator.gd @@ -1,9 +1,11 @@ extends Spatial var prev_pos = null +var panel = null func _ready(): get_node("Area/Quad").get_material_override().set_texture(SpatialMaterial.DIFFUSE_LAMBERT, get_node("Viewport").get_texture()) + self.panel = get_node("Viewport/CombinatorPanel") set_process_input(true) func _on_Area_input_event( camera, event, click_pos, click_normal, shape_idx ): @@ -24,13 +26,14 @@ func _on_Area_input_event( camera, event, click_pos, click_normal, shape_idx ): get_node("Viewport").input(event) func _on_body_input_event( camera, event, click_pos, click_normal, shape_idx ): - if event.type == InputEvent.MOUSE_BUTTON and event.button_index == BUTTON_LEFT: + if event.type == InputEvent.MOUSE_BUTTON and event.button_index == BUTTON_LEFT and event.is_pressed(): print("body") var cam = get_tree().get_root().get_camera() cam.select(self, get_node("point")) func _on_panel_input_event( camera, event, click_pos, click_normal, shape_idx ): - if event.type == InputEvent.MOUSE_BUTTON and event.button_index == BUTTON_LEFT: + if event.type == InputEvent.MOUSE_BUTTON and event.button_index == BUTTON_LEFT and event.is_pressed(): print("panel") - var cam = get_tree().get_root().get_camera() - cam.select(self, get_node("point")) \ No newline at end of file + get_node("animation").play("click") + + \ No newline at end of file diff --git a/scripts/combinator_panel.gd b/scripts/combinator_panel.gd index 333187f..c4822e8 100644 --- a/scripts/combinator_panel.gd +++ b/scripts/combinator_panel.gd @@ -1,6 +1,10 @@ extends Panel +var Items = preload("res://scripts/items.gd") +var items = null + func _ready(): + self.items = Items.new() set_process_input(true) func _input(event): @@ -9,6 +13,24 @@ func _input(event): func _on_Tree_gui_input( ev ): #print(ev) pass + +func get_items(): + pass + +func _on_add_pressed(): + var player = get_tree().get_root().get_node("Game/Player") + var storage = get_tree().get_root().get_node("Game/HUD/storage") + + print(player.storage) + print(storage.get_selected()) + + if player.has_item(storage.get_selected()): + print("has") + player.remove_item(storage.get_selected(), 1) + +func _on_remove_pressed(): + pass # replace with function body + -func _on_Tree_mouse_entered(): - print("enter") +func _on_storage_pressed(): + get_tree().get_root().get_node("Game/HUD").popup_storage() diff --git a/scripts/hud.gd b/scripts/hud.gd index 4028192..80c58a0 100644 --- a/scripts/hud.gd +++ b/scripts/hud.gd @@ -5,12 +5,31 @@ func _ready(): func _on_ms_button_pressed(): var visible = get_node("ms").is_visible() - get_node("ms").set_visible(!visible) - if !visible: - get_node("storage").set_visible(false) + if visible: + get_node("ms").set_visible(false) + else: + popup_shop() func _on_storage_button_pressed(): var visible = get_node("storage").is_visible() - get_node("storage").set_visible(!visible) - if !visible: - get_node("ms").set_visible(false) + if visible: + get_node("storage").set_visible(false) + else: + popup_storage() + +func _popup(which): + var tabs = ["ms", "storage"] + for tab in tabs: + get_node(tab).set_visible(tab == which) + +func popup_storage(): + _popup("storage") + +func popup_shop(): + _popup("ms") + +func set_funds(cash): + get_node("funds/cash").set_text(str(cash)) + +func update_storage(storage): + get_node("storage").update_storage(storage) diff --git a/scripts/incubator.gd b/scripts/incubator.gd index 993f76a..7bf7593 100644 --- a/scripts/incubator.gd +++ b/scripts/incubator.gd @@ -1,6 +1,8 @@ extends Spatial var worlds = [] +var selected_pos = null +var selected = null func _enter_tree(): for x in range(4): @@ -19,19 +21,32 @@ func push_world(world): for y in range(2): if self.worlds[x][y] == null: set_world(x, y, world) - return + return true + return false func get_world(x, y): return self.worlds[x][y] func _on_body_input_event( camera, event, click_pos, click_normal, shape_idx ): - if event.type == InputEvent.MOUSE_BUTTON and event.button_index == BUTTON_LEFT: + if event.type == InputEvent.MOUSE_BUTTON and event.button_index == BUTTON_LEFT and event.is_pressed(): print("body") var cam = get_tree().get_root().get_camera() cam.select(self, get_node("point")) func _on_panel_input_event( camera, event, click_pos, click_normal, shape_idx ): - if event.type == InputEvent.MOUSE_BUTTON and event.button_index == BUTTON_LEFT: + if event.type == InputEvent.MOUSE_BUTTON and event.button_index == BUTTON_LEFT and event.is_pressed(): print("panel") - var cam = get_tree().get_root().get_camera() - cam.select(self, get_node("point")) + get_node("animation").play("click") + if self.selected_pos != null: + var w = get_world(self.selected_pos.x, self.selected_pos.y) + if w != null: + print(w) + +func _on_cylinder_input_event( camera, event, click_pos, click_normal, shape_idx, node, pos ): + if event.type == InputEvent.MOUSE_BUTTON and event.button_index == BUTTON_LEFT and event.is_pressed(): + print(node, pos, get_node(node)) + self.selected = get_node(node) + self.selected_pos = pos + self.selected.material_override.set_albedo(Color(0.8,0.3,0.3)) + + diff --git a/scripts/items.gd b/scripts/items.gd new file mode 100644 index 0000000..a6ca8be --- /dev/null +++ b/scripts/items.gd @@ -0,0 +1,17 @@ +extends Object + +var data = null + +func _init(): + var file = File.new() + file.open("res://assets/shop.json", File.READ) + var content = file.get_as_text() + file.close() + self.data = parse_json(content) + +func get(id): + for cat in self.data.keys(): + for item in self.data[cat]: + if item["id"] == id: + return item + return null \ No newline at end of file diff --git a/scripts/multiverse_shop.gd b/scripts/multiverse_shop.gd index 177c874..494ccd5 100644 --- a/scripts/multiverse_shop.gd +++ b/scripts/multiverse_shop.gd @@ -1,18 +1,14 @@ extends Control -var data = null +var Items = preload("res://scripts/items.gd") func _ready(): var map = {"1": get_node("tabs/*/items"), "2": get_node("tabs/**/items"), "3": get_node("tabs/***/items"), "other": get_node("tabs/other/items")} - var file = File.new() - file.open("res://assets/shop.json", File.READ) - var content = file.get_as_text() - file.close() - self.data = parse_json(content) - for k in self.data.keys(): + var items = Items.new() + for k in items.data.keys(): var tree = map[k] var root = tree.create_item() tree.set_columns(2) @@ -23,8 +19,8 @@ func _ready(): tree.set_column_min_width(1,40) tree.set_hide_root(true) tree.set_select_mode(Tree.SELECT_ROW) - for i in range(self.data[k].size()): - var item = self.data[k][i] + for i in range(items.data[k].size()): + var item = items.data[k][i] var itm = tree.create_item(root) itm.set_text(0, item["name"]) itm.set_text(1, str(item["cost"])) @@ -44,10 +40,7 @@ func _on_buy_pressed(): var item = itm.get_metadata(0) var player = get_tree().get_root().get_node("Game/Player") if player.cash >= item["cost"]: - if player.storage.has(item["id"]): - player.storage[item["id"]] += 1 - else: - player.storage[item["id"]] = 1 + player.add_item(item["id"], item, 1) player.cash -= item["cost"] else: pass \ No newline at end of file diff --git a/scripts/player.gd b/scripts/player.gd index 85c5f9e..c8c40eb 100644 --- a/scripts/player.gd +++ b/scripts/player.gd @@ -4,14 +4,34 @@ var cash = 1000 setget set_cash, get_cash var storage = {} func _ready(): - _update_hud() + _update_funds() + _update_storage() func get_cash(): return cash func set_cash(csh): cash = csh - _update_hud() + _update_funds() + +func add_item(id, item, amount): + if storage.has(id): + storage[id] += amount + else: + storage[id] = amount + _update_storage() + +func has_item(id, amount=1): + return storage.has(id) and storage[id] >= amount + +func remove_item(id, amount): + if storage.has(id) and storage[id] >= amount: + storage[id] -= amount + _update_storage() + +func _update_funds(): + get_tree().get_root().get_node("Game/HUD").set_funds(cash) -func _update_hud(): - get_tree().get_root().get_node("Game/HUD/funds/cash").set_text(str(cash)) \ No newline at end of file +func _update_storage(): + get_tree().get_root().get_node("Game/HUD").update_storage(storage) + \ No newline at end of file diff --git a/scripts/storage.gd b/scripts/storage.gd new file mode 100644 index 0000000..bbac5e2 --- /dev/null +++ b/scripts/storage.gd @@ -0,0 +1,61 @@ +extends Control + +var Items = preload("res://scripts/items.gd") + +var items +var storage = {} +var tree + +func _ready(): + self.items = Items.new() + self.tree = get_node("panel/items") + self.tree.create_item() + self.tree.set_columns(2) + self.tree.set_column_title(0, "Item") + self.tree.set_column_title(1, "Amount") + self.tree.set_column_titles_visible(true) + self.tree.set_column_expand(1, false) + self.tree.set_column_min_width(1,50) + self.tree.set_hide_root(true) + self.tree.set_select_mode(Tree.SELECT_ROW) + +func _update_item(id, amount): + var child = self.tree.get_root().get_children() + while child != null: + var meta = child.get_metadata(0) + if meta == id: + if amount == 0: + self.tree.get_root().remove_child(child) + else: + child.set_text(1, str(amount)) + return + child = child.get_next() + + +func _add_item(id, amount): + var root = self.tree.get_root() + var item = self.tree.create_item(root) + item.set_text(0, self.items.get(id)["name"]) + item.set_text(1, str(amount)) + item.set_metadata(0, id) + +func update_storage(update): + for k in update.keys(): + print("key: ", k) + if self.storage.has(k): + if self.storage[k] != update[k]: + _update_item(k, update[k]) + if update[k] == 0: + self.storage.erase(k) + else: + self.storage[k] = update[k] + else: + self.storage[k] = update[k] + _add_item(k, update[k]) + + +func get_selected(): + var itm = self.tree.get_selected() + if itm != null and itm.is_selected(0): + return itm.get_metadata(0) + return null diff --git a/scripts/world.gd b/scripts/world.gd index 9117678..c871e81 100644 --- a/scripts/world.gd +++ b/scripts/world.gd @@ -2,11 +2,10 @@ extends Spatial const SIZE = 15 -var Cube = preload("res://cube.tscn") +var Cube = preload("res://mesh/cube.obj") var House = preload("res://house.tscn") var Pine = preload("res://tree_pine.tscn") var Oak = preload("res://tree_oak.tscn") -var cubes = Array() func _enter_tree(): var pn = Pine.instance() @@ -22,26 +21,48 @@ func _enter_tree(): _make_ball(SIZE, Vector3(0,0,0)) func _make_ball(size, center): - var blocks = Array() + var blocks = [] + var count = 0 for x in range(-size, size): - var line_x = Array() + var line_x = [] blocks.append(line_x) for y in range(0, -size, -1): - var line_y = Array() + var line_y = [] line_x.append(line_y) for z in range(-size, size): var relative = Vector3(x, y, z) - if floor(relative.length()) <= size/2: - var cube = Cube.instance() - cube.translate(relative + center) - cube.set_scale(Vector3(0.5, 0.5, 0.5)) - add_child(cube) - line_y.append(cube) + var len = relative.length() + if floor(len) <= size/2 and (ceil(len) > size/2 or y == 0): + line_y.append(relative*2 + center) + count += 1 else: line_y.append(null) - -func _on_click(): - print("click") - var cam = get_tree().get_root().get_camera() - cam.select(self, get_node("point")) - cam.reselect() \ No newline at end of file + var multi = MultiMesh.new() + multi.set_transform_format(MultiMesh.TRANSFORM_3D) + multi.set_mesh(Cube) + multi.set_instance_count(count) + var i = 0 + for x in range(blocks.size()): + var line_x = blocks[x] + if line_x == null: + continue + for y in range(line_x.size()): + var line_y = line_x[y] + if line_y == null: + continue + for z in range(line_y.size()): + var pos = line_y[z] + if pos != null: + var trans = Transform() + trans = trans.translated(pos) + multi.set_instance_transform(i, trans) + i += 1 + var instance = MultiMeshInstance.new() + instance.set_multimesh(multi) + add_child(instance) + +func _on_Area_input_event( camera, event, click_pos, click_normal, shape_idx ): + if event.type == InputEvent.MOUSE_BUTTON and event.button_index == BUTTON_LEFT and event.is_pressed(): + var cam = get_tree().get_root().get_camera() + cam.select(self, get_node("point")) + cam.reselect() diff --git a/world.tscn b/world.tscn index d595577..74971e8 100644 --- a/world.tscn +++ b/world.tscn @@ -1,6 +1,11 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=4 format=2] [ext_resource path="res://scripts/world.gd" type="Script" id=1] +[ext_resource path="res://cover_other.tscn" type="PackedScene" id=2] + +[sub_resource type="SphereShape" id=1] + +radius = 15.0 [node name="World" type="Spatial"] @@ -11,24 +16,24 @@ script = ExtResource( 1 ) transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 20, 0 ) layers = 1 light_color = Color( 0.819993, 0.824219, 0.283325, 1 ) -light_energy = 3.0 +light_energy = 2.0 light_negative = false light_specular = 0.5 light_cull_mask = -1 shadow_enabled = true shadow_color = Color( 0, 0, 0, 1 ) -shadow_bias = 5.0 +shadow_bias = 1.0 shadow_contact = 0.0 shadow_max_distance = 45.0 editor_only = false -spot_range = 30.0 +spot_range = 27.0 spot_attenuation = 1.0 -spot_angle = 35.0 -spot_angle_attenuation = 1.0 +spot_angle = 41.0 +spot_angle_attenuation = 2.0 [node name="point" type="Camera" parent="."] -transform = Transform( -3.09086e-08, -0.707107, 0.707107, -1.28028e-08, 0.707107, 0.707107, -1, 1.28028e-08, -3.09086e-08, 2, 3, 0 ) +transform = Transform( -3.09086e-08, -0.707107, 0.707107, -1.28028e-08, 0.707107, 0.707107, -1, 1.28028e-08, -3.09086e-08, 21, 17, 0 ) projection = 0 fov = 60.0 near = 0.1 @@ -40,4 +45,37 @@ environment = null h_offset = 0.0 v_offset = 0.0 +[node name="CoverOther" parent="." instance=ExtResource( 2 )] + +transform = Transform( 15, 0, 0, 0, 15, 0, 0, 0, 15, 0, 0, 0 ) + +[node name="Area" type="Area" parent="."] + +input_ray_pickable = true +input_capture_on_drag = false +shape_count = 1 +shapes/0/shape = SubResource( 1 ) +shapes/0/transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 ) +shapes/0/trigger = true +space_override = 0 +gravity_point = false +gravity_distance_scale = 0.0 +gravity_vec = Vector3( 0, -1, 0 ) +gravity = 9.8 +linear_damp = 0.1 +angular_damp = 1.0 +priority = 0.0 +monitoring = true +monitorable = true +collision_layers = 1 +collision_mask = 1 + +[node name="CollisionShape" type="CollisionShape" parent="Area"] + +shape = SubResource( 1 ) +trigger = true +_update_shape_index = 0 + +[connection signal="input_event" from="Area" to="." method="_on_Area_input_event"] + -- cgit v1.2.3-70-g09d2