From fee1e13ece6b3a75d59ecd19510567fb7a2f9a61 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 22 Apr 2017 13:05:05 +0200 Subject: Add stuff, inherit meshes into scenes --- .../cube.dae-69d0164dbd6a47e084b79dd55bc32faa.scn | Bin 0 -> 3402 bytes .../cube.dae-8dcb9af004f5b3c1e6a0f8dcbd4194bf.scn | Bin 0 -> 3402 bytes .../house.dae-7267165f26e008207906714369cc0135.scn | Bin 0 -> 2714 bytes .../house.dae-8b5082515bed7f8e090696e80b17eeed.scn | Bin 0 -> 2714 bytes .../icon.png-487276ed1e3a0c39cad0279d744ee560.stex | Bin 0 -> 2862 bytes ...ubator.dae-2e04073c4fc20dcee8f5f14ec9979ed0.scn | Bin 0 -> 37945 bytes ...ubator.dae-4b7f472b1138d805934556e7a5cb8769.scn | Bin 0 -> 37945 bytes ...e_ball.dae-2c54a8dc21ebd729585866cc7ab1ce53.scn | Bin 0 -> 8212 bytes ...e_ball.dae-9a379d792ca573f0939cba446a692182.scn | Bin 0 -> 8212 bytes ...e_pine.dae-b596c934b4409683df714ba1497896dd.scn | Bin 0 -> 8666 bytes ...e_pine.dae-fb460fd472d7e24a80ecc03aefcefc14.scn | Bin 0 -> 8666 bytes World.gd | 48 - assets/house.blend | Bin 426404 -> 468764 bytes assets/house.blend1 | Bin 468764 -> 0 bytes assets/incubator.blend | Bin 0 -> 558300 bytes assets/tree_ball.blend | Bin 465416 -> 465416 bytes assets/tree_ball.blend1 | Bin 465416 -> 0 bytes assets/tree_pine.blend | Bin 437604 -> 482828 bytes assets/tree_pine.blend1 | Bin 482828 -> 0 bytes base.gd | 5 +- base.tscn | 20 + cube.dae | 112 --- cube.dae.import | 1049 -------------------- house.dae | 81 -- house.dae.import | 1049 -------------------- house.tscn | 7 + icon.png | Bin 0 -> 2736 bytes icon.png.flags | 1 + incubator.dae | 524 ++++++++++ incubator.dae.import | 1049 ++++++++++++++++++++ incubator.tscn | 48 + mesh/cube.dae | 112 +++ mesh/cube.dae.import | 1049 ++++++++++++++++++++ mesh/house.dae | 81 ++ mesh/house.dae.import | 1049 ++++++++++++++++++++ mesh/incubator.dae | 524 ++++++++++ mesh/incubator.dae.import | 1049 ++++++++++++++++++++ mesh/tree_ball.dae | 172 ++++ mesh/tree_ball.dae.import | 1049 ++++++++++++++++++++ mesh/tree_pine.dae | 158 +++ mesh/tree_pine.dae.import | 1049 ++++++++++++++++++++ out/html/index.pck | Bin 156692 -> 297988 bytes out/html/indexfs.js | 2 +- tree_ball.dae | 172 ---- tree_ball.dae.import | 1049 -------------------- tree_oak.tscn | 7 + tree_pine.dae | 158 --- tree_pine.dae.import | 1049 -------------------- tree_pine.tscn | 7 + world.gd | 39 + world.tscn | 4 +- 51 files changed, 8001 insertions(+), 4771 deletions(-) create mode 100644 .import/cube.dae-69d0164dbd6a47e084b79dd55bc32faa.scn create mode 100644 .import/cube.dae-8dcb9af004f5b3c1e6a0f8dcbd4194bf.scn create mode 100644 .import/house.dae-7267165f26e008207906714369cc0135.scn create mode 100644 .import/house.dae-8b5082515bed7f8e090696e80b17eeed.scn create mode 100644 .import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex create mode 100644 .import/incubator.dae-2e04073c4fc20dcee8f5f14ec9979ed0.scn create mode 100644 .import/incubator.dae-4b7f472b1138d805934556e7a5cb8769.scn create mode 100644 .import/tree_ball.dae-2c54a8dc21ebd729585866cc7ab1ce53.scn create mode 100644 .import/tree_ball.dae-9a379d792ca573f0939cba446a692182.scn create mode 100644 .import/tree_pine.dae-b596c934b4409683df714ba1497896dd.scn create mode 100644 .import/tree_pine.dae-fb460fd472d7e24a80ecc03aefcefc14.scn delete mode 100644 World.gd delete mode 100644 assets/house.blend1 create mode 100644 assets/incubator.blend delete mode 100644 assets/tree_ball.blend1 delete mode 100644 assets/tree_pine.blend1 delete mode 100644 cube.dae delete mode 100644 cube.dae.import delete mode 100644 house.dae delete mode 100644 house.dae.import create mode 100644 house.tscn create mode 100644 icon.png create mode 100644 icon.png.flags create mode 100644 incubator.dae create mode 100644 incubator.dae.import create mode 100644 incubator.tscn create mode 100644 mesh/cube.dae create mode 100644 mesh/cube.dae.import create mode 100644 mesh/house.dae create mode 100644 mesh/house.dae.import create mode 100644 mesh/incubator.dae create mode 100644 mesh/incubator.dae.import create mode 100644 mesh/tree_ball.dae create mode 100644 mesh/tree_ball.dae.import create mode 100644 mesh/tree_pine.dae create mode 100644 mesh/tree_pine.dae.import delete mode 100644 tree_ball.dae delete mode 100644 tree_ball.dae.import create mode 100644 tree_oak.tscn delete mode 100644 tree_pine.dae delete mode 100644 tree_pine.dae.import create mode 100644 tree_pine.tscn create mode 100644 world.gd diff --git a/.import/cube.dae-69d0164dbd6a47e084b79dd55bc32faa.scn b/.import/cube.dae-69d0164dbd6a47e084b79dd55bc32faa.scn new file mode 100644 index 0000000..afeee1e Binary files /dev/null and b/.import/cube.dae-69d0164dbd6a47e084b79dd55bc32faa.scn differ diff --git a/.import/cube.dae-8dcb9af004f5b3c1e6a0f8dcbd4194bf.scn b/.import/cube.dae-8dcb9af004f5b3c1e6a0f8dcbd4194bf.scn new file mode 100644 index 0000000..afeee1e Binary files /dev/null and b/.import/cube.dae-8dcb9af004f5b3c1e6a0f8dcbd4194bf.scn differ diff --git a/.import/house.dae-7267165f26e008207906714369cc0135.scn b/.import/house.dae-7267165f26e008207906714369cc0135.scn new file mode 100644 index 0000000..50155e8 Binary files /dev/null and b/.import/house.dae-7267165f26e008207906714369cc0135.scn differ diff --git a/.import/house.dae-8b5082515bed7f8e090696e80b17eeed.scn b/.import/house.dae-8b5082515bed7f8e090696e80b17eeed.scn new file mode 100644 index 0000000..50155e8 Binary files /dev/null and b/.import/house.dae-8b5082515bed7f8e090696e80b17eeed.scn differ diff --git a/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex b/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex new file mode 100644 index 0000000..cf77681 Binary files /dev/null and b/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex differ diff --git a/.import/incubator.dae-2e04073c4fc20dcee8f5f14ec9979ed0.scn b/.import/incubator.dae-2e04073c4fc20dcee8f5f14ec9979ed0.scn new file mode 100644 index 0000000..aff9ce5 Binary files /dev/null and b/.import/incubator.dae-2e04073c4fc20dcee8f5f14ec9979ed0.scn differ diff --git a/.import/incubator.dae-4b7f472b1138d805934556e7a5cb8769.scn b/.import/incubator.dae-4b7f472b1138d805934556e7a5cb8769.scn new file mode 100644 index 0000000..aff9ce5 Binary files /dev/null and b/.import/incubator.dae-4b7f472b1138d805934556e7a5cb8769.scn differ diff --git a/.import/tree_ball.dae-2c54a8dc21ebd729585866cc7ab1ce53.scn b/.import/tree_ball.dae-2c54a8dc21ebd729585866cc7ab1ce53.scn new file mode 100644 index 0000000..881cc43 Binary files /dev/null and b/.import/tree_ball.dae-2c54a8dc21ebd729585866cc7ab1ce53.scn differ diff --git a/.import/tree_ball.dae-9a379d792ca573f0939cba446a692182.scn b/.import/tree_ball.dae-9a379d792ca573f0939cba446a692182.scn new file mode 100644 index 0000000..881cc43 Binary files /dev/null and b/.import/tree_ball.dae-9a379d792ca573f0939cba446a692182.scn differ diff --git a/.import/tree_pine.dae-b596c934b4409683df714ba1497896dd.scn b/.import/tree_pine.dae-b596c934b4409683df714ba1497896dd.scn new file mode 100644 index 0000000..9d57e52 Binary files /dev/null and b/.import/tree_pine.dae-b596c934b4409683df714ba1497896dd.scn differ diff --git a/.import/tree_pine.dae-fb460fd472d7e24a80ecc03aefcefc14.scn b/.import/tree_pine.dae-fb460fd472d7e24a80ecc03aefcefc14.scn new file mode 100644 index 0000000..9d57e52 Binary files /dev/null and b/.import/tree_pine.dae-fb460fd472d7e24a80ecc03aefcefc14.scn differ diff --git a/World.gd b/World.gd deleted file mode 100644 index e2c19e5..0000000 --- a/World.gd +++ /dev/null @@ -1,48 +0,0 @@ -extends Spatial - -var Cube = preload("res://cube.dae") -var House = preload("res://house.dae") -var Pine = preload("res://tree_pine.dae") -var Oak = preload("res://tree_ball.dae") -var cubes = Array() - -func _enter_tree(): - var offsets = [5, 3, 2, 1, 1, 0, 0, 0, 1, 1, 2, 3, 5] - var hs = House.instance() - add_child(hs) - var pn = Pine.instance() - pn.translate(Vector3(2,2,0)) - add_child(pn) - var ok = Oak.instance() - ok.translate(Vector3(-2,-2,0)) - add_child(ok) -# for x in range(13): -# var line = Array() -# cubes.append(line) -# for y in range(13): -# if y >= offsets[x] and y <= (13 - offsets[x]): -# var cube = Cube.instance() -# var pos = Vector3(x*2, y*2, 0) -# print(pos) -# cube.translate(pos) -# line.append(cube) -# add_child(cube) - make_ball(13, Vector3(20,26,0)) - -func make_ball(size, center): - var blocks = Array() - for x in range(-size, size): - var line_x = Array() - blocks.append(line_x) - for y in range(-size, size): - var line_y = Array() - line_x.append(line_y) - for z in range(-size, size): - var relative = Vector3(2*x, 2*y, 2*z) - if relative.length() <= size: - var cube = Cube.instance() - cube.translate(relative + center) - add_child(cube) - line_y.append(cube) - else: - line_y.append(null) \ No newline at end of file diff --git a/assets/house.blend b/assets/house.blend index d74812c..dfb2104 100644 Binary files a/assets/house.blend and b/assets/house.blend differ diff --git a/assets/house.blend1 b/assets/house.blend1 deleted file mode 100644 index dfb2104..0000000 Binary files a/assets/house.blend1 and /dev/null differ diff --git a/assets/incubator.blend b/assets/incubator.blend new file mode 100644 index 0000000..247caf7 Binary files /dev/null and b/assets/incubator.blend differ diff --git a/assets/tree_ball.blend b/assets/tree_ball.blend index bef8e54..c47e0fd 100644 Binary files a/assets/tree_ball.blend and b/assets/tree_ball.blend differ diff --git a/assets/tree_ball.blend1 b/assets/tree_ball.blend1 deleted file mode 100644 index c47e0fd..0000000 Binary files a/assets/tree_ball.blend1 and /dev/null differ diff --git a/assets/tree_pine.blend b/assets/tree_pine.blend index 51c7c93..a8e8cb8 100644 Binary files a/assets/tree_pine.blend and b/assets/tree_pine.blend differ diff --git a/assets/tree_pine.blend1 b/assets/tree_pine.blend1 deleted file mode 100644 index a8e8cb8..0000000 Binary files a/assets/tree_pine.blend1 and /dev/null differ diff --git a/base.gd b/base.gd index 01d5e96..a0ec8b2 100644 --- a/base.gd +++ b/base.gd @@ -1,9 +1,12 @@ extends Node var World = preload("res://world.tscn") +var Incubator = preload("res://incubator.tscn") func _ready(): - pass + var inc = Incubator.instance() + inc.translate(Vector3(-2, -2, -15)) + add_child(inc) func _process(delta): pass diff --git a/base.tscn b/base.tscn index 69b780d..a5343bc 100644 --- a/base.tscn +++ b/base.tscn @@ -20,6 +20,26 @@ environment = null h_offset = 0.0 v_offset = 0.0 +[node name="OmniLight" type="OmniLight" parent="Camera"] + +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 2.11108 ) +layers = 1 +light_color = Color( 1, 1, 1, 1 ) +light_energy = 1.0 +light_negative = false +light_specular = 0.5 +light_cull_mask = -1 +shadow_enabled = false +shadow_color = Color( 0, 0, 0, 1 ) +shadow_bias = 0.1 +shadow_contact = 0.0 +shadow_max_distance = 0.0 +editor_only = false +omni_range = 19.0 +omni_attenuation = 1.0 +omni_shadow_mode = 0 +omni_shadow_detail = 1 + [node name="World" parent="." instance=ExtResource( 2 )] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -3.35552 ) diff --git a/cube.dae b/cube.dae deleted file mode 100644 index 04e4219..0000000 --- a/cube.dae +++ /dev/null @@ -1,112 +0,0 @@ - - - - - Anonymous - Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) - - 2017-04-22T04:09:17Z - 2017-04-22T04:09:17Z - - 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 - - - - - - - - - - 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 - - - - - - - - - - - - - - -

0 1 2 3

-

4 5 6 7

-

8 9 10 11

-

12 13 14 15

-

16 17 18 19

-

20 21 22 23

-
-
-
-
- - - - 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/cube.dae.import b/cube.dae.import deleted file mode 100644 index 7857c52..0000000 --- a/cube.dae.import +++ /dev/null @@ -1,1049 +0,0 @@ -[remap] - -importer="scene" -type="PackedScene" -path="res://.import/cube.dae-69d0164dbd6a47e084b79dd55bc32faa.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/house.dae b/house.dae deleted file mode 100644 index a7cb4cd..0000000 --- a/house.dae +++ /dev/null @@ -1,81 +0,0 @@ - - - - - Anonymous - Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) - - 2017-04-22T05:33:43Z - 2017-04-22T05:33:43Z - - Z_UP - - - - - - -1.1666666269302368 -1.1666666269302368 1.6526286602020264 -1.1666666269302368 0.0 3.420041799545288 -1.1666666269302368 0.0 3.416012763977051 -1.1666666269302368 1.1666666269302368 1.6526286602020264 -1.1666666269302368 1.1666666269302368 1.6526286602020264 -1.1666666269302368 0.0 3.416012763977051 1.1666666269302368 -0.008172992616891861 3.418365478515625 1.1666666269302368 1.1666666269302368 1.6526286602020264 1.1666666269302368 1.1666666269302368 1.6526286602020264 1.1666666269302368 -0.008172992616891861 3.418365478515625 1.1666666269302368 0.0 3.420041799545288 1.1666666269302368 -1.1666666269302368 1.6526286602020264 1.1666666269302368 -1.1666666269302368 1.6526286602020264 1.1666666269302368 0.0 3.420041799545288 -1.1666666269302368 0.0 3.420041799545288 -1.1666666269302368 -1.1666666269302368 1.6526286602020264 -1.1666666269302368 1.1666666269302368 1.6526286602020264 1.1666666269302368 1.1666666269302368 1.6526286602020264 1.1666666269302368 -1.1666666269302368 1.6526286602020264 -1.1666666269302368 -1.1666666269302368 1.6526286602020264 1.1666666269302368 -0.008172992616891861 3.418365478515625 -1.1666666269302368 0.0 3.416012763977051 -1.1666666269302368 0.0 3.420041799545288 1.1666666269302368 0.0 3.420041799545288 -0.9091566801071167 -0.9083028435707092 0.0 -1.0 -1.0 1.75 -1.0 1.0 1.75 -0.8937992453575134 0.8858972191810608 0.0 -0.8937992453575134 0.8858972191810608 0.0 -1.0 1.0 1.75 1.0 1.0 1.75 0.7699704170227051 0.9088320136070251 0.0 0.7699704170227051 0.9088320136070251 0.0 1.0 1.0 1.75 1.0 -1.0 1.75 0.827324628829956 -0.890675961971283 0.0 0.827324628829956 -0.890675961971283 0.0 1.0 -1.0 1.75 -1.0 -1.0 1.75 -0.9091566801071167 -0.9083028435707092 0.0 -0.8937992453575134 0.8858972191810608 0.0 0.7699704170227051 0.9088320136070251 0.0 0.827324628829956 -0.890675961971283 0.0 -0.9091566801071167 -0.9083028435707092 0.0 1.0 1.0 1.75 -1.0 1.0 1.75 -1.0 -1.0 1.75 1.0 -1.0 1.75 - - - - - - - - - - -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.0011806261027231812 0.8332726955413818 0.5528609752655029 0.0011806261027231812 0.8332726955413818 0.5528609752655029 0.0011806261027231812 0.8332726955413818 0.5528609752655029 0.0011806261027231812 0.8332726955413818 0.5528609752655029 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 -0.8345715999603271 0.5508994460105896 0.0 -0.8345715999603271 0.5508994460105896 0.0 -0.8345715999603271 0.5508994460105896 0.0 -0.8345715999603271 0.5508994460105896 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.0014159686397761106 0.5724015831947327 -0.8199722170829773 0.0014159686397761106 0.5724015831947327 -0.8199722170829773 0.0014159686397761106 0.5724015831947327 -0.8199722170829773 0.0014159686397761106 0.5724015831947327 -0.8199722170829773 -0.9984094500541687 0.004041132051497698 -0.056234631687402725 -0.9984094500541687 0.004041132051497698 -0.056234631687402725 -0.9984094500541687 0.004041132051497698 -0.056234631687402725 -0.9984094500541687 0.004041132051497698 -0.056234631687402725 -0.006249110214412212 0.998278021812439 -0.058326661586761475 -0.006249110214412212 0.998278021812439 -0.058326661586761475 -0.006249110214412212 0.998278021812439 -0.058326661586761475 -0.006249110214412212 0.998278021812439 -0.058326661586761475 0.9933428764343262 0.014994651079177856 -0.11421481519937515 0.9933428764343262 0.014994651079177856 -0.11421481519937515 0.9933428764343262 0.014994651079177856 -0.11421481519937515 0.9933428764343262 0.014994651079177856 -0.11421481519937515 0.004709664732217789 -0.9983373284339905 -0.05744924768805504 0.004709664732217789 -0.9983373284339905 -0.05744924768805504 0.004709664732217789 -0.9983373284339905 -0.05744924768805504 0.004709664732217789 -0.9983373284339905 -0.05744924768805504 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 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.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.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.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.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.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 - - - - - - - - - - - - - - - -

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

-
-
-
-
- - - - 0.6000000238418579 0.0 0.0 0.0 0.0 0.6000000238418579 0.0 0.0 0.0 0.0 0.4000000059604645 0.0 0.0 0.0 0.0 1.0 - - - - - - - - -
diff --git a/house.dae.import b/house.dae.import deleted file mode 100644 index 885dd7d..0000000 --- a/house.dae.import +++ /dev/null @@ -1,1049 +0,0 @@ -[remap] - -importer="scene" -type="PackedScene" -path="res://.import/house.dae-8b5082515bed7f8e090696e80b17eeed.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/house.tscn b/house.tscn new file mode 100644 index 0000000..f715549 --- /dev/null +++ b/house.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://mesh/house.dae" type="PackedScene" id=1] + +[node name="Scene Root" instance=ExtResource( 1 )] + + diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..c019ef6 Binary files /dev/null and b/icon.png differ diff --git a/icon.png.flags b/icon.png.flags new file mode 100644 index 0000000..2fc3c8b --- /dev/null +++ b/icon.png.flags @@ -0,0 +1 @@ +filter=true diff --git a/incubator.dae b/incubator.dae new file mode 100644 index 0000000..941d75c --- /dev/null +++ b/incubator.dae @@ -0,0 +1,524 @@ + + + + + Anonymous + Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) + + 2017-04-22T13:00:42Z + 2017-04-22T13:00:42Z + + 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 + + + + + + + + + + + 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.800000011920929 0.800000011920929 0.800000011920929 1.0 + + + 50 + + + 1.0 1.0 1.0 1.0 + + + 0.20000000298023224 + + + 4.0 + + + + + + + 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 + + + + + + + + + + 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 24 25 26 27 28 29 30 31 32 33 34 35

+
+
+
+ + + + -1.0 -2.8197624683380127 1.0 -1.0 1.0 -1.0 -1.0 -2.8197624683380127 -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 -2.8197624683380127 -1.0 1.0 1.0 -1.0 1.0 -2.8197624683380127 1.0 -1.0 -2.8197624683380127 -1.0 1.0 -2.8197624683380127 -1.0 1.0 1.0 -1.0 -1.0 -2.8197624683380127 -1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 1.0 -2.8197624683380127 1.0 1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 1.0 1.0 -2.8197624683380127 1.0 -1.0 -2.8197624683380127 1.0 1.0 -2.8197624683380127 -1.0 -1.0 -2.8197624683380127 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 0 18 1 3 19 4 6 20 7 9 21 10 12 22 13 15 23 16

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+
+ + + + 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 + + + + + 0.30000001192092896 0.0 0.0 -0.7435442209243774 0.0 0.30000001192092896 0.0 -1.413694977760315 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 0.056455761194229126 0.0 0.30000001192092896 0.0 -1.413694977760315 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 -0.7435442209243774 0.0 0.30000001192092896 0.0 -0.6136950850486755 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 0.056455761194229126 0.0 0.30000001192092896 0.0 -0.6136950850486755 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 -0.7435442209243774 0.0 0.30000001192092896 0.0 0.186304971575737 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 0.056455761194229126 0.0 0.30000001192092896 0.0 0.186304971575737 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 -0.7435442209243774 0.0 0.30000001192092896 0.0 0.9863049387931824 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 0.056455761194229126 0.0 0.30000001192092896 0.0 0.9863049387931824 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 1.0395472049713135 0.0 0.0 -0.30860060453414917 0.0 -4.544004994500028e-08 -1.0395472049713135 0.0715785026550293 0.0 1.0395472049713135 -4.544004994500028e-08 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + + + + + + + + + +
diff --git a/incubator.dae.import b/incubator.dae.import new file mode 100644 index 0000000..7213597 --- /dev/null +++ b/incubator.dae.import @@ -0,0 +1,1049 @@ +[remap] + +importer="scene" +type="PackedScene" +path="res://.import/incubator.dae-4b7f472b1138d805934556e7a5cb8769.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/incubator.tscn b/incubator.tscn new file mode 100644 index 0000000..035ec41 --- /dev/null +++ b/incubator.tscn @@ -0,0 +1,48 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://incubator.dae" type="PackedScene" id=1] + +[sub_resource type="SpatialMaterial" id=1] + +resource_name = "glass" +flags_transparent = true +flags_unshaded = true +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.1, 0.1, 0.1, 1 ) +specular_mode = 1 +specular_color = Color( 0.1, 0.1, 0.1, 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 ) + +[node name="Scene Root" instance=ExtResource( 1 )] + +[node name="cover" parent="."] + +material_override = SubResource( 1 ) + + diff --git a/mesh/cube.dae b/mesh/cube.dae new file mode 100644 index 0000000..04e4219 --- /dev/null +++ b/mesh/cube.dae @@ -0,0 +1,112 @@ + + + + + Anonymous + Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) + + 2017-04-22T04:09:17Z + 2017-04-22T04:09:17Z + + 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 + + + + + + + + + + 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 + + + + + + + + + + + + + + +

0 1 2 3

+

4 5 6 7

+

8 9 10 11

+

12 13 14 15

+

16 17 18 19

+

20 21 22 23

+
+
+
+
+ + + + 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 new file mode 100644 index 0000000..f0a3eea --- /dev/null +++ b/mesh/cube.dae.import @@ -0,0 +1,1049 @@ +[remap] + +importer="scene" +type="PackedScene" +path="res://.import/cube.dae-8dcb9af004f5b3c1e6a0f8dcbd4194bf.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/house.dae b/mesh/house.dae new file mode 100644 index 0000000..a7cb4cd --- /dev/null +++ b/mesh/house.dae @@ -0,0 +1,81 @@ + + + + + Anonymous + Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) + + 2017-04-22T05:33:43Z + 2017-04-22T05:33:43Z + + Z_UP + + + + + + -1.1666666269302368 -1.1666666269302368 1.6526286602020264 -1.1666666269302368 0.0 3.420041799545288 -1.1666666269302368 0.0 3.416012763977051 -1.1666666269302368 1.1666666269302368 1.6526286602020264 -1.1666666269302368 1.1666666269302368 1.6526286602020264 -1.1666666269302368 0.0 3.416012763977051 1.1666666269302368 -0.008172992616891861 3.418365478515625 1.1666666269302368 1.1666666269302368 1.6526286602020264 1.1666666269302368 1.1666666269302368 1.6526286602020264 1.1666666269302368 -0.008172992616891861 3.418365478515625 1.1666666269302368 0.0 3.420041799545288 1.1666666269302368 -1.1666666269302368 1.6526286602020264 1.1666666269302368 -1.1666666269302368 1.6526286602020264 1.1666666269302368 0.0 3.420041799545288 -1.1666666269302368 0.0 3.420041799545288 -1.1666666269302368 -1.1666666269302368 1.6526286602020264 -1.1666666269302368 1.1666666269302368 1.6526286602020264 1.1666666269302368 1.1666666269302368 1.6526286602020264 1.1666666269302368 -1.1666666269302368 1.6526286602020264 -1.1666666269302368 -1.1666666269302368 1.6526286602020264 1.1666666269302368 -0.008172992616891861 3.418365478515625 -1.1666666269302368 0.0 3.416012763977051 -1.1666666269302368 0.0 3.420041799545288 1.1666666269302368 0.0 3.420041799545288 -0.9091566801071167 -0.9083028435707092 0.0 -1.0 -1.0 1.75 -1.0 1.0 1.75 -0.8937992453575134 0.8858972191810608 0.0 -0.8937992453575134 0.8858972191810608 0.0 -1.0 1.0 1.75 1.0 1.0 1.75 0.7699704170227051 0.9088320136070251 0.0 0.7699704170227051 0.9088320136070251 0.0 1.0 1.0 1.75 1.0 -1.0 1.75 0.827324628829956 -0.890675961971283 0.0 0.827324628829956 -0.890675961971283 0.0 1.0 -1.0 1.75 -1.0 -1.0 1.75 -0.9091566801071167 -0.9083028435707092 0.0 -0.8937992453575134 0.8858972191810608 0.0 0.7699704170227051 0.9088320136070251 0.0 0.827324628829956 -0.890675961971283 0.0 -0.9091566801071167 -0.9083028435707092 0.0 1.0 1.0 1.75 -1.0 1.0 1.75 -1.0 -1.0 1.75 1.0 -1.0 1.75 + + + + + + + + + + -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.0011806261027231812 0.8332726955413818 0.5528609752655029 0.0011806261027231812 0.8332726955413818 0.5528609752655029 0.0011806261027231812 0.8332726955413818 0.5528609752655029 0.0011806261027231812 0.8332726955413818 0.5528609752655029 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 -0.8345715999603271 0.5508994460105896 0.0 -0.8345715999603271 0.5508994460105896 0.0 -0.8345715999603271 0.5508994460105896 0.0 -0.8345715999603271 0.5508994460105896 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.0014159686397761106 0.5724015831947327 -0.8199722170829773 0.0014159686397761106 0.5724015831947327 -0.8199722170829773 0.0014159686397761106 0.5724015831947327 -0.8199722170829773 0.0014159686397761106 0.5724015831947327 -0.8199722170829773 -0.9984094500541687 0.004041132051497698 -0.056234631687402725 -0.9984094500541687 0.004041132051497698 -0.056234631687402725 -0.9984094500541687 0.004041132051497698 -0.056234631687402725 -0.9984094500541687 0.004041132051497698 -0.056234631687402725 -0.006249110214412212 0.998278021812439 -0.058326661586761475 -0.006249110214412212 0.998278021812439 -0.058326661586761475 -0.006249110214412212 0.998278021812439 -0.058326661586761475 -0.006249110214412212 0.998278021812439 -0.058326661586761475 0.9933428764343262 0.014994651079177856 -0.11421481519937515 0.9933428764343262 0.014994651079177856 -0.11421481519937515 0.9933428764343262 0.014994651079177856 -0.11421481519937515 0.9933428764343262 0.014994651079177856 -0.11421481519937515 0.004709664732217789 -0.9983373284339905 -0.05744924768805504 0.004709664732217789 -0.9983373284339905 -0.05744924768805504 0.004709664732217789 -0.9983373284339905 -0.05744924768805504 0.004709664732217789 -0.9983373284339905 -0.05744924768805504 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 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.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.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.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.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.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 + + + + + + + + + + + + + + + +

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

+
+
+
+
+ + + + 0.6000000238418579 0.0 0.0 0.0 0.0 0.6000000238418579 0.0 0.0 0.0 0.0 0.4000000059604645 0.0 0.0 0.0 0.0 1.0 + + + + + + + + +
diff --git a/mesh/house.dae.import b/mesh/house.dae.import new file mode 100644 index 0000000..b01609b --- /dev/null +++ b/mesh/house.dae.import @@ -0,0 +1,1049 @@ +[remap] + +importer="scene" +type="PackedScene" +path="res://.import/house.dae-7267165f26e008207906714369cc0135.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/incubator.dae b/mesh/incubator.dae new file mode 100644 index 0000000..339c87a --- /dev/null +++ b/mesh/incubator.dae @@ -0,0 +1,524 @@ + + + + + Anonymous + Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) + + 2017-04-22T12:41:16Z + 2017-04-22T12:41:16Z + + 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 + + + + + + + + + + + 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.800000011920929 0.800000011920929 0.800000011920929 1.0 + + + 50 + + + 1.0 1.0 1.0 1.0 + + + 0.20000000298023224 + + + 4.0 + + + + + + + 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 + + + + + + + + + + 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 24 25 26 27 28 29 30 31 32 33 34 35

+
+
+
+ + + + -1.0 -2.8197624683380127 1.0 -1.0 1.0 -1.0 -1.0 -2.8197624683380127 -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 -2.8197624683380127 -1.0 1.0 1.0 -1.0 1.0 -2.8197624683380127 1.0 -1.0 -2.8197624683380127 -1.0 1.0 -2.8197624683380127 -1.0 1.0 1.0 -1.0 -1.0 -2.8197624683380127 -1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 1.0 -2.8197624683380127 1.0 1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 1.0 1.0 -2.8197624683380127 1.0 -1.0 -2.8197624683380127 1.0 1.0 -2.8197624683380127 -1.0 -1.0 -2.8197624683380127 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 0 18 1 3 19 4 6 20 7 9 21 10 12 22 13 15 23 16

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+ + + + 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.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 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

+
+
+
+
+ + + + 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 + + + + + 0.30000001192092896 0.0 0.0 -0.7435442209243774 0.0 0.30000001192092896 0.0 -1.413694977760315 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 0.056455761194229126 0.0 0.30000001192092896 0.0 -1.413694977760315 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 -0.7435442209243774 0.0 0.30000001192092896 0.0 -0.6136950850486755 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 0.056455761194229126 0.0 0.30000001192092896 0.0 -0.6136950850486755 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 -0.7435442209243774 0.0 0.30000001192092896 0.0 0.186304971575737 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 0.056455761194229126 0.0 0.30000001192092896 0.0 0.186304971575737 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 -0.7435442209243774 0.0 0.30000001192092896 0.0 0.9863049387931824 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 0.30000001192092896 0.0 0.0 0.056455761194229126 0.0 0.30000001192092896 0.0 0.9863049387931824 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + 1.0395472049713135 0.0 0.0 -0.30860060453414917 0.0 -4.544004994500028e-08 -1.0395472049713135 0.0715785026550293 0.0 1.0395472049713135 -4.544004994500028e-08 1.2000000476837158 0.0 0.0 0.0 1.0 + + + + + + + + + + + + + +
diff --git a/mesh/incubator.dae.import b/mesh/incubator.dae.import new file mode 100644 index 0000000..b7c0bf5 --- /dev/null +++ b/mesh/incubator.dae.import @@ -0,0 +1,1049 @@ +[remap] + +importer="scene" +type="PackedScene" +path="res://.import/incubator.dae-2e04073c4fc20dcee8f5f14ec9979ed0.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/tree_ball.dae b/mesh/tree_ball.dae new file mode 100644 index 0000000..4db6db2 --- /dev/null +++ b/mesh/tree_ball.dae @@ -0,0 +1,172 @@ + + + + + Anonymous + Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) + + 2017-04-22T05:37:08Z + 2017-04-22T05:37:08Z + + Z_UP + + + + + + 0.0 0.0 0.4477657079696655 1.275968074798584 -0.9270341992378235 0.6269806623458862 -0.4873666763305664 -1.4999858140945435 0.6269804239273071 2.1708219051361084 -1.5771758556365967 1.1111023426055908 1.275968074798584 -0.9270341992378235 0.6269806623458862 2.55194354057312 0.0 1.0168826580047607 0.0 0.0 0.4477657079696655 -0.4873666763305664 -1.4999858140945435 0.6269804239273071 -1.577189326286316 0.0 0.626983642578125 0.0 0.0 0.4477657079696655 -1.577189326286316 0.0 0.626983642578125 -0.4873666763305664 1.4999858140945435 0.6269804239273071 0.0 0.0 0.4477657079696655 -0.4873666763305664 1.4999858140945435 0.6269804239273071 1.275968074798584 0.9270341992378235 0.6269806623458862 2.1708219051361084 -1.5771758556365967 1.1111023426055908 2.55194354057312 0.0 1.0168826580047607 2.8531734943389893 -0.9270378351211548 1.6477657556533813 -0.8291640281677246 -2.551947593688965 1.1111018657684326 0.7886064648628235 -2.427034854888916 1.0168805122375488 0.0 -2.999999761581421 1.6477657556533813 -2.6832785606384277 0.0 1.1111069917678833 -2.064568042755127 -1.4999908208847046 1.016882300376892 -2.8531734943389893 -0.9270378351211548 1.6477657556533813 -0.8291640281677246 2.551947593688965 1.1111018657684326 -2.064568042755127 1.4999908208847046 1.016882300376892 -1.7633568048477173 2.4270501136779785 1.6477657556533813 2.1708219051361084 1.5771758556365967 1.1111023426055908 0.7886064648628235 2.427034854888916 1.0168805122375488 1.7633568048477173 2.4270501136779785 1.6477657556533813 2.1708219051361084 -1.5771758556365967 1.1111023426055908 2.8531734943389893 -0.9270378351211548 1.6477657556533813 1.7633568048477173 -2.4270501136779785 1.6477657556533813 -0.8291640281677246 -2.551947593688965 1.1111018657684326 0.0 -2.999999761581421 1.6477657556533813 -1.7633568048477173 -2.4270501136779785 1.6477657556533813 -2.6832785606384277 0.0 1.1111069917678833 -2.8531734943389893 -0.9270378351211548 1.6477657556533813 -2.8531734943389893 0.9270378351211548 1.6477657556533813 -0.8291640281677246 2.551947593688965 1.1111018657684326 -1.7633568048477173 2.4270501136779785 1.6477657556533813 0.0 2.999999761581421 1.6477657556533813 2.1708219051361084 1.5771758556365967 1.1111023426055908 1.7633568048477173 2.4270501136779785 1.6477657556533813 2.8531734943389893 0.9270378351211548 1.6477657556533813 0.8291640281677246 -2.551947593688965 2.18442964553833 2.064568042755127 -1.4999908208847046 2.27864933013916 0.4873666763305664 -1.4999858140945435 2.668550968170166 -2.1708219051361084 -1.5771758556365967 2.184429168701172 -0.7886064648628235 -2.427034854888916 2.278650999069214 -1.275968074798584 -0.9270341992378235 2.668550968170166 -2.1708219051361084 1.5771758556365967 2.184429168701172 -2.55194354057312 0.0 2.278648853302002 -1.275968074798584 0.9270341992378235 2.668550968170166 0.8291640281677246 2.551947593688965 2.18442964553833 -0.7886064648628235 2.427034854888916 2.278650999069214 0.4873666763305664 1.4999858140945435 2.668550968170166 2.6832785606384277 0.0 2.18442440032959 2.064568042755127 1.4999908208847046 2.27864933013916 1.577189326286316 0.0 2.6685478687286377 1.577189326286316 0.0 2.6685478687286377 0.4873666763305664 1.4999858140945435 2.668550968170166 0.0 0.0 2.8477659225463867 1.577189326286316 0.0 2.6685478687286377 2.064568042755127 1.4999908208847046 2.27864933013916 0.4873666763305664 1.4999858140945435 2.668550968170166 2.064568042755127 1.4999908208847046 2.27864933013916 0.8291640281677246 2.551947593688965 2.18442964553833 0.4873666763305664 1.4999858140945435 2.668550968170166 0.4873666763305664 1.4999858140945435 2.668550968170166 -1.275968074798584 0.9270341992378235 2.668550968170166 0.0 0.0 2.8477659225463867 0.4873666763305664 1.4999858140945435 2.668550968170166 -0.7886064648628235 2.427034854888916 2.278650999069214 -1.275968074798584 0.9270341992378235 2.668550968170166 -0.7886064648628235 2.427034854888916 2.278650999069214 -2.1708219051361084 1.5771758556365967 2.184429168701172 -1.275968074798584 0.9270341992378235 2.668550968170166 -1.275968074798584 0.9270341992378235 2.668550968170166 -1.275968074798584 -0.9270341992378235 2.668550968170166 0.0 0.0 2.8477659225463867 -1.275968074798584 0.9270341992378235 2.668550968170166 -2.55194354057312 0.0 2.278648853302002 -1.275968074798584 -0.9270341992378235 2.668550968170166 -2.55194354057312 0.0 2.278648853302002 -2.1708219051361084 -1.5771758556365967 2.184429168701172 -1.275968074798584 -0.9270341992378235 2.668550968170166 -1.275968074798584 -0.9270341992378235 2.668550968170166 0.4873666763305664 -1.4999858140945435 2.668550968170166 0.0 0.0 2.8477659225463867 -1.275968074798584 -0.9270341992378235 2.668550968170166 -0.7886064648628235 -2.427034854888916 2.278650999069214 0.4873666763305664 -1.4999858140945435 2.668550968170166 -0.7886064648628235 -2.427034854888916 2.278650999069214 0.8291640281677246 -2.551947593688965 2.18442964553833 0.4873666763305664 -1.4999858140945435 2.668550968170166 0.4873666763305664 -1.4999858140945435 2.668550968170166 1.577189326286316 0.0 2.6685478687286377 0.0 0.0 2.8477659225463867 0.4873666763305664 -1.4999858140945435 2.668550968170166 2.064568042755127 -1.4999908208847046 2.27864933013916 1.577189326286316 0.0 2.6685478687286377 2.064568042755127 -1.4999908208847046 2.27864933013916 2.6832785606384277 0.0 2.18442440032959 1.577189326286316 0.0 2.6685478687286377 2.8531734943389893 0.9270378351211548 1.6477657556533813 2.064568042755127 1.4999908208847046 2.27864933013916 2.6832785606384277 0.0 2.18442440032959 2.8531734943389893 0.9270378351211548 1.6477657556533813 1.7633568048477173 2.4270501136779785 1.6477657556533813 2.064568042755127 1.4999908208847046 2.27864933013916 1.7633568048477173 2.4270501136779785 1.6477657556533813 0.8291640281677246 2.551947593688965 2.18442964553833 2.064568042755127 1.4999908208847046 2.27864933013916 0.0 2.999999761581421 1.6477657556533813 -0.7886064648628235 2.427034854888916 2.278650999069214 0.8291640281677246 2.551947593688965 2.18442964553833 0.0 2.999999761581421 1.6477657556533813 -1.7633568048477173 2.4270501136779785 1.6477657556533813 -0.7886064648628235 2.427034854888916 2.278650999069214 -1.7633568048477173 2.4270501136779785 1.6477657556533813 -2.1708219051361084 1.5771758556365967 2.184429168701172 -0.7886064648628235 2.427034854888916 2.278650999069214 -2.8531734943389893 0.9270378351211548 1.6477657556533813 -2.55194354057312 0.0 2.278648853302002 -2.1708219051361084 1.5771758556365967 2.184429168701172 -2.8531734943389893 0.9270378351211548 1.6477657556533813 -2.8531734943389893 -0.9270378351211548 1.6477657556533813 -2.55194354057312 0.0 2.278648853302002 -2.8531734943389893 -0.9270378351211548 1.6477657556533813 -2.1708219051361084 -1.5771758556365967 2.184429168701172 -2.55194354057312 0.0 2.278648853302002 -1.7633568048477173 -2.4270501136779785 1.6477657556533813 -0.7886064648628235 -2.427034854888916 2.278650999069214 -2.1708219051361084 -1.5771758556365967 2.184429168701172 -1.7633568048477173 -2.4270501136779785 1.6477657556533813 0.0 -2.999999761581421 1.6477657556533813 -0.7886064648628235 -2.427034854888916 2.278650999069214 0.0 -2.999999761581421 1.6477657556533813 0.8291640281677246 -2.551947593688965 2.18442964553833 -0.7886064648628235 -2.427034854888916 2.278650999069214 1.7633568048477173 -2.4270501136779785 1.6477657556533813 2.064568042755127 -1.4999908208847046 2.27864933013916 0.8291640281677246 -2.551947593688965 2.18442964553833 1.7633568048477173 -2.4270501136779785 1.6477657556533813 2.8531734943389893 -0.9270378351211548 1.6477657556533813 2.064568042755127 -1.4999908208847046 2.27864933013916 2.8531734943389893 -0.9270378351211548 1.6477657556533813 2.6832785606384277 0.0 2.18442440032959 2.064568042755127 -1.4999908208847046 2.27864933013916 1.7633568048477173 2.4270501136779785 1.6477657556533813 0.0 2.999999761581421 1.6477657556533813 0.8291640281677246 2.551947593688965 2.18442964553833 1.7633568048477173 2.4270501136779785 1.6477657556533813 0.7886064648628235 2.427034854888916 1.0168805122375488 0.0 2.999999761581421 1.6477657556533813 0.7886064648628235 2.427034854888916 1.0168805122375488 -0.8291640281677246 2.551947593688965 1.1111018657684326 0.0 2.999999761581421 1.6477657556533813 -1.7633568048477173 2.4270501136779785 1.6477657556533813 -2.8531734943389893 0.9270378351211548 1.6477657556533813 -2.1708219051361084 1.5771758556365967 2.184429168701172 -1.7633568048477173 2.4270501136779785 1.6477657556533813 -2.064568042755127 1.4999908208847046 1.016882300376892 -2.8531734943389893 0.9270378351211548 1.6477657556533813 -2.064568042755127 1.4999908208847046 1.016882300376892 -2.6832785606384277 0.0 1.1111069917678833 -2.8531734943389893 0.9270378351211548 1.6477657556533813 -2.8531734943389893 -0.9270378351211548 1.6477657556533813 -1.7633568048477173 -2.4270501136779785 1.6477657556533813 -2.1708219051361084 -1.5771758556365967 2.184429168701172 -2.8531734943389893 -0.9270378351211548 1.6477657556533813 -2.064568042755127 -1.4999908208847046 1.016882300376892 -1.7633568048477173 -2.4270501136779785 1.6477657556533813 -2.064568042755127 -1.4999908208847046 1.016882300376892 -0.8291640281677246 -2.551947593688965 1.1111018657684326 -1.7633568048477173 -2.4270501136779785 1.6477657556533813 0.0 -2.999999761581421 1.6477657556533813 1.7633568048477173 -2.4270501136779785 1.6477657556533813 0.8291640281677246 -2.551947593688965 2.18442964553833 0.0 -2.999999761581421 1.6477657556533813 0.7886064648628235 -2.427034854888916 1.0168805122375488 1.7633568048477173 -2.4270501136779785 1.6477657556533813 0.7886064648628235 -2.427034854888916 1.0168805122375488 2.1708219051361084 -1.5771758556365967 1.1111023426055908 1.7633568048477173 -2.4270501136779785 1.6477657556533813 2.8531734943389893 -0.9270378351211548 1.6477657556533813 2.8531734943389893 0.9270378351211548 1.6477657556533813 2.6832785606384277 0.0 2.18442440032959 2.8531734943389893 -0.9270378351211548 1.6477657556533813 2.55194354057312 0.0 1.0168826580047607 2.8531734943389893 0.9270378351211548 1.6477657556533813 2.55194354057312 0.0 1.0168826580047607 2.1708219051361084 1.5771758556365967 1.1111023426055908 2.8531734943389893 0.9270378351211548 1.6477657556533813 1.275968074798584 0.9270341992378235 0.6269806623458862 0.7886064648628235 2.427034854888916 1.0168805122375488 2.1708219051361084 1.5771758556365967 1.1111023426055908 1.275968074798584 0.9270341992378235 0.6269806623458862 -0.4873666763305664 1.4999858140945435 0.6269804239273071 0.7886064648628235 2.427034854888916 1.0168805122375488 -0.4873666763305664 1.4999858140945435 0.6269804239273071 -0.8291640281677246 2.551947593688965 1.1111018657684326 0.7886064648628235 2.427034854888916 1.0168805122375488 -0.4873666763305664 1.4999858140945435 0.6269804239273071 -2.064568042755127 1.4999908208847046 1.016882300376892 -0.8291640281677246 2.551947593688965 1.1111018657684326 -0.4873666763305664 1.4999858140945435 0.6269804239273071 -1.577189326286316 0.0 0.626983642578125 -2.064568042755127 1.4999908208847046 1.016882300376892 -1.577189326286316 0.0 0.626983642578125 -2.6832785606384277 0.0 1.1111069917678833 -2.064568042755127 1.4999908208847046 1.016882300376892 -1.577189326286316 0.0 0.626983642578125 -2.064568042755127 -1.4999908208847046 1.016882300376892 -2.6832785606384277 0.0 1.1111069917678833 -1.577189326286316 0.0 0.626983642578125 -0.4873666763305664 -1.4999858140945435 0.6269804239273071 -2.064568042755127 -1.4999908208847046 1.016882300376892 -0.4873666763305664 -1.4999858140945435 0.6269804239273071 -0.8291640281677246 -2.551947593688965 1.1111018657684326 -2.064568042755127 -1.4999908208847046 1.016882300376892 2.55194354057312 0.0 1.0168826580047607 1.275968074798584 0.9270341992378235 0.6269806623458862 2.1708219051361084 1.5771758556365967 1.1111023426055908 2.55194354057312 0.0 1.0168826580047607 1.275968074798584 -0.9270341992378235 0.6269806623458862 1.275968074798584 0.9270341992378235 0.6269806623458862 1.275968074798584 -0.9270341992378235 0.6269806623458862 0.0 0.0 0.4477657079696655 1.275968074798584 0.9270341992378235 0.6269806623458862 -0.4873666763305664 -1.4999858140945435 0.6269804239273071 0.7886064648628235 -2.427034854888916 1.0168805122375488 -0.8291640281677246 -2.551947593688965 1.1111018657684326 -0.4873666763305664 -1.4999858140945435 0.6269804239273071 1.275968074798584 -0.9270341992378235 0.6269806623458862 0.7886064648628235 -2.427034854888916 1.0168805122375488 1.275968074798584 -0.9270341992378235 0.6269806623458862 2.1708219051361084 -1.5771758556365967 1.1111023426055908 0.7886064648628235 -2.427034854888916 1.0168805122375488 0.0 1.0 0.0 0.0 1.0 2.0 0.19509032368659973 0.9807852506637573 2.0 0.19509032368659973 0.9807852506637573 0.0 0.19509032368659973 0.9807852506637573 0.0 0.19509032368659973 0.9807852506637573 2.0 0.3826834559440613 0.9238795042037964 2.0 0.3826834559440613 0.9238795042037964 0.0 0.3826834559440613 0.9238795042037964 0.0 0.3826834559440613 0.9238795042037964 2.0 0.5555702447891235 0.8314695954322815 2.0 0.5555702447891235 0.8314695954322815 0.0 0.5555702447891235 0.8314695954322815 0.0 0.5555702447891235 0.8314695954322815 2.0 0.7071067690849304 0.7071067690849304 2.0 0.7071067690849304 0.7071067690849304 0.0 0.7071067690849304 0.7071067690849304 0.0 0.7071067690849304 0.7071067690849304 2.0 0.8314696550369263 0.5555701851844788 2.0 0.8314696550369263 0.5555701851844788 0.0 0.8314696550369263 0.5555701851844788 0.0 0.8314696550369263 0.5555701851844788 2.0 0.9238795042037964 0.3826834261417389 2.0 0.9238795042037964 0.3826834261417389 0.0 0.9238795042037964 0.3826834261417389 0.0 0.9238795042037964 0.3826834261417389 2.0 0.9807852506637573 0.19509035348892212 2.0 0.9807852506637573 0.19509035348892212 0.0 0.9807852506637573 0.19509035348892212 0.0 0.9807852506637573 0.19509035348892212 2.0 1.0 7.549790126404332e-08 2.0 1.0 7.549790126404332e-08 0.0 1.0 7.549790126404332e-08 0.0 1.0 7.549790126404332e-08 2.0 0.9807853102684021 -0.19509020447731018 2.0 0.9807853102684021 -0.19509020447731018 0.0 0.9807853102684021 -0.19509020447731018 0.0 0.9807853102684021 -0.19509020447731018 2.0 0.9238795638084412 -0.38268327713012695 2.0 0.9238795638084412 -0.38268327713012695 0.0 0.9238795638084412 -0.38268327713012695 0.0 0.9238795638084412 -0.38268327713012695 2.0 0.8314696550369263 -0.5555701851844788 2.0 0.8314696550369263 -0.5555701851844788 0.0 0.8314696550369263 -0.5555701851844788 0.0 0.8314696550369263 -0.5555701851844788 2.0 0.7071067690849304 -0.7071067690849304 2.0 0.7071067690849304 -0.7071067690849304 0.0 0.7071067690849304 -0.7071067690849304 0.0 0.7071067690849304 -0.7071067690849304 2.0 0.5555701851844788 -0.8314696550369263 2.0 0.5555701851844788 -0.8314696550369263 0.0 0.5555701851844788 -0.8314696550369263 0.0 0.5555701851844788 -0.8314696550369263 2.0 0.38268327713012695 -0.9238796234130859 2.0 0.38268327713012695 -0.9238796234130859 0.0 0.38268327713012695 -0.9238796234130859 0.0 0.38268327713012695 -0.9238796234130859 2.0 0.19509008526802063 -0.9807853102684021 2.0 0.19509008526802063 -0.9807853102684021 0.0 0.19509008526802063 -0.9807853102684021 0.0 0.19509008526802063 -0.9807853102684021 2.0 -3.2584136988589307e-07 -1.0 2.0 -3.2584136988589307e-07 -1.0 0.0 -3.2584136988589307e-07 -1.0 0.0 -3.2584136988589307e-07 -1.0 2.0 -0.19509072601795197 -0.9807851910591125 2.0 -0.19509072601795197 -0.9807851910591125 0.0 -0.19509072601795197 -0.9807851910591125 0.0 -0.19509072601795197 -0.9807851910591125 2.0 -0.3826838731765747 -0.9238793253898621 2.0 -0.3826838731765747 -0.9238793253898621 0.0 -0.3826838731765747 -0.9238793253898621 0.0 -0.3826838731765747 -0.9238793253898621 2.0 -0.5555707216262817 -0.8314692974090576 2.0 -0.5555707216262817 -0.8314692974090576 0.0 -0.5555707216262817 -0.8314692974090576 0.0 -0.5555707216262817 -0.8314692974090576 2.0 -0.7071072459220886 -0.707106351852417 2.0 -0.7071072459220886 -0.707106351852417 0.0 -0.7071072459220886 -0.707106351852417 0.0 -0.7071072459220886 -0.707106351852417 2.0 -0.8314700126647949 -0.5555696487426758 2.0 -0.8314700126647949 -0.5555696487426758 0.0 -0.8314700126647949 -0.5555696487426758 0.0 -0.8314700126647949 -0.5555696487426758 2.0 -0.923879861831665 -0.3826826810836792 2.0 -0.923879861831665 -0.3826826810836792 0.0 -0.923879861831665 -0.3826826810836792 0.0 -0.923879861831665 -0.3826826810836792 2.0 -0.9807854294776917 -0.1950894594192505 2.0 -0.9807854294776917 -0.1950894594192505 0.0 -0.9807854294776917 -0.1950894594192505 0.0 -0.9807854294776917 -0.1950894594192505 2.0 -1.0 9.655991561885457e-07 2.0 -1.0 9.655991561885457e-07 0.0 -1.0 9.655991561885457e-07 0.0 -1.0 9.655991561885457e-07 2.0 -0.980785071849823 0.1950913518667221 2.0 -0.980785071849823 0.1950913518667221 0.0 -0.980785071849823 0.1950913518667221 0.0 -0.980785071849823 0.1950913518667221 2.0 -0.923879086971283 0.38268446922302246 2.0 -0.923879086971283 0.38268446922302246 0.0 -0.923879086971283 0.38268446922302246 0.0 -0.923879086971283 0.38268446922302246 2.0 -0.831468939781189 0.5555712580680847 2.0 -0.831468939781189 0.5555712580680847 0.0 -0.831468939781189 0.5555712580680847 0.0 -0.831468939781189 0.5555712580680847 2.0 -0.7071058750152588 0.707107663154602 2.0 -0.7071058750152588 0.707107663154602 0.0 -0.7071058750152588 0.707107663154602 0.0 -0.7071058750152588 0.707107663154602 2.0 -0.5555691123008728 0.8314703702926636 2.0 -0.5555691123008728 0.8314703702926636 0.0 -0.5555691123008728 0.8314703702926636 0.0 -0.5555691123008728 0.8314703702926636 2.0 -0.38268208503723145 0.9238801002502441 2.0 -0.38268208503723145 0.9238801002502441 0.0 0.19509032368659973 0.9807852506637573 2.0 0.0 1.0 2.0 -0.19508881866931915 0.9807855486869812 2.0 -0.38268208503723145 0.9238801002502441 2.0 -0.5555691123008728 0.8314703702926636 2.0 -0.7071058750152588 0.707107663154602 2.0 -0.831468939781189 0.5555712580680847 2.0 -0.923879086971283 0.38268446922302246 2.0 -0.980785071849823 0.1950913518667221 2.0 -1.0 9.655991561885457e-07 2.0 -0.9807854294776917 -0.1950894594192505 2.0 -0.923879861831665 -0.3826826810836792 2.0 -0.8314700126647949 -0.5555696487426758 2.0 -0.7071072459220886 -0.707106351852417 2.0 -0.5555707216262817 -0.8314692974090576 2.0 -0.3826838731765747 -0.9238793253898621 2.0 -0.19509072601795197 -0.9807851910591125 2.0 -3.2584136988589307e-07 -1.0 2.0 0.19509008526802063 -0.9807853102684021 2.0 0.38268327713012695 -0.9238796234130859 2.0 0.5555701851844788 -0.8314696550369263 2.0 0.7071067690849304 -0.7071067690849304 2.0 0.8314696550369263 -0.5555701851844788 2.0 0.9238795638084412 -0.38268327713012695 2.0 0.9807853102684021 -0.19509020447731018 2.0 1.0 7.549790126404332e-08 2.0 0.9807852506637573 0.19509035348892212 2.0 0.9238795042037964 0.3826834261417389 2.0 0.8314696550369263 0.5555701851844788 2.0 0.7071067690849304 0.7071067690849304 2.0 0.5555702447891235 0.8314695954322815 2.0 0.3826834559440613 0.9238795042037964 2.0 -0.38268208503723145 0.9238801002502441 0.0 -0.38268208503723145 0.9238801002502441 2.0 -0.19508881866931915 0.9807855486869812 2.0 -0.19508881866931915 0.9807855486869812 0.0 -0.19508881866931915 0.9807855486869812 0.0 -0.19508881866931915 0.9807855486869812 2.0 0.0 1.0 2.0 0.0 1.0 0.0 0.0 1.0 0.0 0.19509032368659973 0.9807852506637573 0.0 0.3826834559440613 0.9238795042037964 0.0 0.5555702447891235 0.8314695954322815 0.0 0.7071067690849304 0.7071067690849304 0.0 0.8314696550369263 0.5555701851844788 0.0 0.9238795042037964 0.3826834261417389 0.0 0.9807852506637573 0.19509035348892212 0.0 1.0 7.549790126404332e-08 0.0 0.9807853102684021 -0.19509020447731018 0.0 0.9238795638084412 -0.38268327713012695 0.0 0.8314696550369263 -0.5555701851844788 0.0 0.7071067690849304 -0.7071067690849304 0.0 0.5555701851844788 -0.8314696550369263 0.0 0.38268327713012695 -0.9238796234130859 0.0 0.19509008526802063 -0.9807853102684021 0.0 -3.2584136988589307e-07 -1.0 0.0 -0.19509072601795197 -0.9807851910591125 0.0 -0.3826838731765747 -0.9238793253898621 0.0 -0.5555707216262817 -0.8314692974090576 0.0 -0.7071072459220886 -0.707106351852417 0.0 -0.8314700126647949 -0.5555696487426758 0.0 -0.923879861831665 -0.3826826810836792 0.0 -0.9807854294776917 -0.1950894594192505 0.0 -1.0 9.655991561885457e-07 0.0 -0.980785071849823 0.1950913518667221 0.0 -0.923879086971283 0.38268446922302246 0.0 -0.831468939781189 0.5555712580680847 0.0 -0.7071058750152588 0.707107663154602 0.0 -0.5555691123008728 0.8314703702926636 0.0 -0.38268208503723145 0.9238801002502441 0.0 -0.19508881866931915 0.9807855486869812 0.0 + + + + + + + + + + 0.042981747537851334 -0.13228166103363037 -0.9902799129486084 0.042981747537851334 -0.13228166103363037 -0.9902799129486084 0.042981747537851334 -0.13228166103363037 -0.9902799129486084 0.38553741574287415 -0.14757588505744934 -0.9108141660690308 0.38553741574287415 -0.14757588505744934 -0.9108141660690308 0.38553741574287415 -0.14757588505744934 -0.9108141660690308 -0.11252667754888535 -0.08175473660230637 -0.9902797937393188 -0.11252667754888535 -0.08175473660230637 -0.9902797937393188 -0.11252667754888535 -0.08175473660230637 -0.9902797937393188 -0.11252667754888535 0.08175473660230637 -0.9902797937393188 -0.11252667754888535 0.08175473660230637 -0.9902797937393188 -0.11252667754888535 0.08175473660230637 -0.9902797937393188 0.042981747537851334 0.13228166103363037 -0.9902799129486084 0.042981747537851334 0.13228166103363037 -0.9902799129486084 0.042981747537851334 0.13228166103363037 -0.9902799129486084 0.7215574979782104 -0.21370434761047363 -0.6585477590560913 0.7215574979782104 -0.21370434761047363 -0.6585477590560913 0.7215574979782104 -0.21370434761047363 -0.6585477590560913 0.0197305865585804 -0.7522783875465393 -0.6585498452186584 0.0197305865585804 -0.7522783875465393 -0.6585498452186584 0.0197305865585804 -0.7522783875465393 -0.6585498452186584 -0.7093649506568909 -0.2512282431125641 -0.65854811668396 -0.7093649506568909 -0.2512282431125641 -0.65854811668396 -0.7093649506568909 -0.2512282431125641 -0.65854811668396 -0.4581347703933716 0.5970110893249512 -0.6585515737533569 -0.4581347703933716 0.5970110893249512 -0.6585515737533569 -0.4581347703933716 0.5970110893249512 -0.6585515737533569 0.4262222647666931 0.6201982498168945 -0.658550500869751 0.4262222647666931 0.6201982498168945 -0.658550500869751 0.4262222647666931 0.6201982498168945 -0.658550500869751 0.7712917327880859 -0.5603730082511902 -0.3018133044242859 0.7712917327880859 -0.5603730082511902 -0.3018133044242859 0.7712917327880859 -0.5603730082511902 -0.3018133044242859 -0.29460641741752625 -0.9067050218582153 -0.30181628465652466 -0.29460641741752625 -0.9067050218582153 -0.30181628465652466 -0.29460641741752625 -0.9067050218582153 -0.30181628465652466 -0.9533662796020508 0.0 -0.3018158972263336 -0.9533662796020508 0.0 -0.3018158972263336 -0.9533662796020508 0.0 -0.3018158972263336 -0.29460641741752625 0.9067050218582153 -0.30181628465652466 -0.29460641741752625 0.9067050218582153 -0.30181628465652466 -0.29460641741752625 0.9067050218582153 -0.30181628465652466 0.7712917327880859 0.5603730082511902 -0.3018133044242859 0.7712917327880859 0.5603730082511902 -0.3018133044242859 0.7712917327880859 0.5603730082511902 -0.3018133044242859 0.22516217827796936 -0.34600555896759033 0.9108140468597412 0.22516217827796936 -0.34600555896759033 0.9108140468597412 0.22516217827796936 -0.34600555896759033 0.9108140468597412 -0.25949355959892273 -0.3210623264312744 0.9108140468597412 -0.25949355959892273 -0.3210623264312744 0.9108140468597412 -0.25949355959892273 -0.3210623264312744 0.9108140468597412 -0.3855375349521637 0.1475759893655777 0.9108139872550964 -0.3855375349521637 0.1475759893655777 0.9108139872550964 -0.3855375349521637 0.1475759893655777 0.9108139872550964 0.02121424488723278 0.4122711718082428 0.9108141660690308 0.02121424488723278 0.4122711718082428 0.9108141660690308 0.02121424488723278 0.4122711718082428 0.9108141660690308 0.3986528813838959 0.10722033679485321 0.9108126759529114 0.3986528813838959 0.10722033679485321 0.9108126759529114 0.3986528813838959 0.10722033679485321 0.9108126759529114 0.11252637952566147 0.08175487071275711 0.9902797937393188 0.11252637952566147 0.08175487071275711 0.9902797937393188 0.11252637952566147 0.08175487071275711 0.9902797937393188 0.23641961812973022 0.17176969349384308 0.9563477635383606 0.23641961812973022 0.17176969349384308 0.9563477635383606 0.23641961812973022 0.17176969349384308 0.9563477635383606 0.22516214847564697 0.34600555896759033 0.9108139872550964 0.22516214847564697 0.34600555896759033 0.9108139872550964 0.22516214847564697 0.34600555896759033 0.9108139872550964 -0.04298152029514313 0.13228178024291992 0.9902799129486084 -0.04298152029514313 0.13228178024291992 0.9902799129486084 -0.04298152029514313 0.13228178024291992 0.9902799129486084 -0.09030546247959137 0.27792754769325256 0.9563477635383606 -0.09030546247959137 0.27792754769325256 0.9563477635383606 -0.09030546247959137 0.27792754769325256 0.9563477635383606 -0.25949355959892273 0.32106226682662964 0.9108140468597412 -0.25949355959892273 0.32106226682662964 0.9108140468597412 -0.25949355959892273 0.32106226682662964 0.9108140468597412 -0.1390886902809143 0.0 0.9902799725532532 -0.1390886902809143 0.0 0.9902799725532532 -0.1390886902809143 0.0 0.9902799725532532 -0.2922327220439911 0.0 0.9563472270965576 -0.2922327220439911 0.0 0.9563472270965576 -0.2922327220439911 0.0 0.9563472270965576 -0.3855375647544861 -0.1475760042667389 0.9108139872550964 -0.3855375647544861 -0.1475760042667389 0.9108139872550964 -0.3855375647544861 -0.1475760042667389 0.9108139872550964 -0.04298152029514313 -0.13228178024291992 0.9902799129486084 -0.04298152029514313 -0.13228178024291992 0.9902799129486084 -0.04298152029514313 -0.13228178024291992 0.9902799129486084 -0.09030565619468689 -0.27792754769325256 0.9563477635383606 -0.09030565619468689 -0.27792754769325256 0.9563477635383606 -0.09030565619468689 -0.27792754769325256 0.9563477635383606 0.02121424488723278 -0.4122711420059204 0.9108142256736755 0.02121424488723278 -0.4122711420059204 0.9108142256736755 0.02121424488723278 -0.4122711420059204 0.9108142256736755 0.11252637952566147 -0.08175487071275711 0.9902797937393188 0.11252637952566147 -0.08175487071275711 0.9902797937393188 0.11252637952566147 -0.08175487071275711 0.9902797937393188 0.23641957342624664 -0.1717696338891983 0.9563477039337158 0.23641957342624664 -0.1717696338891983 0.9563477039337158 0.23641957342624664 -0.1717696338891983 0.9563477039337158 0.3986528813838959 -0.10722033679485321 0.9108126759529114 0.3986528813838959 -0.10722033679485321 0.9108126759529114 0.3986528813838959 -0.10722033679485321 0.9108126759529114 0.7093650698661804 0.25122809410095215 0.6585481762886047 0.7093650698661804 0.25122809410095215 0.6585481762886047 0.7093650698661804 0.25122809410095215 0.6585481762886047 0.7300693988800049 0.5304239392280579 0.43087029457092285 0.7300693988800049 0.5304239392280579 0.43087029457092285 0.7300693988800049 0.5304239392280579 0.43087029457092285 0.45813488960266113 0.5970110893249512 0.6585515737533569 0.45813488960266113 0.5970110893249512 0.6585515737533569 0.45813488960266113 0.5970110893249512 0.6585515737533569 -0.019730493426322937 0.7522783875465393 0.6585499048233032 -0.019730493426322937 0.7522783875465393 0.6585499048233032 -0.019730493426322937 0.7522783875465393 0.6585499048233032 -0.27886077761650085 0.8582444190979004 0.43087494373321533 -0.27886077761650085 0.8582444190979004 0.43087494373321533 -0.27886077761650085 0.8582444190979004 0.43087494373321533 -0.4262223541736603 0.6201981902122498 0.6585503220558167 -0.4262223541736603 0.6201981902122498 0.6585503220558167 -0.4262223541736603 0.6201981902122498 0.6585503220558167 -0.7215573191642761 0.21370446681976318 0.6585479974746704 -0.7215573191642761 0.21370446681976318 0.6585479974746704 -0.7215573191642761 0.21370446681976318 0.6585479974746704 -0.9024105072021484 0.0 0.430877149105072 -0.9024105072021484 0.0 0.430877149105072 -0.9024105072021484 0.0 0.430877149105072 -0.7215573191642761 -0.21370446681976318 0.6585479974746704 -0.7215573191642761 -0.21370446681976318 0.6585479974746704 -0.7215573191642761 -0.21370446681976318 0.6585479974746704 -0.4262223541736603 -0.6201981902122498 0.6585503220558167 -0.4262223541736603 -0.6201981902122498 0.6585503220558167 -0.4262223541736603 -0.6201981902122498 0.6585503220558167 -0.2788607180118561 -0.8582444190979004 0.43087494373321533 -0.2788607180118561 -0.8582444190979004 0.43087494373321533 -0.2788607180118561 -0.8582444190979004 0.43087494373321533 -0.019730493426322937 -0.7522783875465393 0.6585499048233032 -0.019730493426322937 -0.7522783875465393 0.6585499048233032 -0.019730493426322937 -0.7522783875465393 0.6585499048233032 0.45813488960266113 -0.5970110893249512 0.6585515737533569 0.45813488960266113 -0.5970110893249512 0.6585515737533569 0.45813488960266113 -0.5970110893249512 0.6585515737533569 0.7300693392753601 -0.5304238796234131 0.4308703541755676 0.7300693392753601 -0.5304238796234131 0.4308703541755676 0.7300693392753601 -0.5304238796234131 0.4308703541755676 0.7093650698661804 -0.25122809410095215 0.6585481762886047 0.7093650698661804 -0.25122809410095215 0.6585481762886047 0.7093650698661804 -0.25122809410095215 0.6585481762886047 0.29460641741752625 0.9067050218582153 0.30181628465652466 0.29460641741752625 0.9067050218582153 0.30181628465652466 0.29460641741752625 0.9067050218582153 0.30181628465652466 0.2788606286048889 0.8582444190979004 -0.43087494373321533 0.2788606286048889 0.8582444190979004 -0.43087494373321533 0.2788606286048889 0.8582444190979004 -0.43087494373321533 0.01973068155348301 0.7522783875465393 -0.6585498452186584 0.01973068155348301 0.7522783875465393 -0.6585498452186584 0.01973068155348301 0.7522783875465393 -0.6585498452186584 -0.7712914943695068 0.5603731870651245 0.30181339383125305 -0.7712914943695068 0.5603731870651245 0.30181339383125305 -0.7712914943695068 0.5603731870651245 0.30181339383125305 -0.7300695180892944 0.530423641204834 -0.43087032437324524 -0.7300695180892944 0.530423641204834 -0.43087032437324524 -0.7300695180892944 0.530423641204834 -0.43087032437324524 -0.7093649506568909 0.2512282431125641 -0.65854811668396 -0.7093649506568909 0.2512282431125641 -0.65854811668396 -0.7093649506568909 0.2512282431125641 -0.65854811668396 -0.7712914943695068 -0.5603731870651245 0.30181339383125305 -0.7712914943695068 -0.5603731870651245 0.30181339383125305 -0.7712914943695068 -0.5603731870651245 0.30181339383125305 -0.7300695180892944 -0.5304237008094788 -0.43087026476860046 -0.7300695180892944 -0.5304237008094788 -0.43087026476860046 -0.7300695180892944 -0.5304237008094788 -0.43087026476860046 -0.4581347703933716 -0.5970110893249512 -0.6585516929626465 -0.4581347703933716 -0.5970110893249512 -0.6585516929626465 -0.4581347703933716 -0.5970110893249512 -0.6585516929626465 0.29460644721984863 -0.9067050218582153 0.30181628465652466 0.29460644721984863 -0.9067050218582153 0.30181628465652466 0.29460644721984863 -0.9067050218582153 0.30181628465652466 0.2788606286048889 -0.8582444190979004 -0.43087494373321533 0.2788606286048889 -0.8582444190979004 -0.43087494373321533 0.2788606286048889 -0.8582444190979004 -0.43087494373321533 0.4262222349643707 -0.6201983094215393 -0.6585504412651062 0.4262222349643707 -0.6201983094215393 -0.6585504412651062 0.4262222349643707 -0.6201983094215393 -0.6585504412651062 0.9533662796020508 0.0 0.3018158972263336 0.9533662796020508 0.0 0.3018158972263336 0.9533662796020508 0.0 0.3018158972263336 0.9024105072021484 0.0 -0.43087732791900635 0.9024105072021484 0.0 -0.43087732791900635 0.9024105072021484 0.0 -0.43087732791900635 0.7215574979782104 0.21370434761047363 -0.6585478186607361 0.7215574979782104 0.21370434761047363 -0.6585478186607361 0.7215574979782104 0.21370434761047363 -0.6585478186607361 0.2594936192035675 0.32106223702430725 -0.9108140468597412 0.2594936192035675 0.32106223702430725 -0.9108140468597412 0.2594936192035675 0.32106223702430725 -0.9108140468597412 0.09030575305223465 0.2779275178909302 -0.9563477635383606 0.09030575305223465 0.2779275178909302 -0.9563477635383606 0.09030575305223465 0.2779275178909302 -0.9563477635383606 -0.021214473992586136 0.41227129101753235 -0.9108141660690308 -0.021214473992586136 0.41227129101753235 -0.9108141660690308 -0.021214473992586136 0.41227129101753235 -0.9108141660690308 -0.2251623272895813 0.3460055887699127 -0.9108139276504517 -0.2251623272895813 0.3460055887699127 -0.9108139276504517 -0.2251623272895813 0.3460055887699127 -0.9108139276504517 -0.23641933500766754 0.17176967859268188 -0.9563477039337158 -0.23641933500766754 0.17176967859268188 -0.9563477039337158 -0.23641933500766754 0.17176967859268188 -0.9563477039337158 -0.3986528813838959 0.10722043365240097 -0.9108126759529114 -0.3986528813838959 0.10722043365240097 -0.9108126759529114 -0.3986528813838959 0.10722043365240097 -0.9108126759529114 -0.3986528813838959 -0.10722043365240097 -0.9108126759529114 -0.3986528813838959 -0.10722043365240097 -0.9108126759529114 -0.3986528813838959 -0.10722043365240097 -0.9108126759529114 -0.23641939461231232 -0.17176975309848785 -0.9563478231430054 -0.23641939461231232 -0.17176975309848785 -0.9563478231430054 -0.23641939461231232 -0.17176975309848785 -0.9563478231430054 -0.2251623272895813 -0.3460055887699127 -0.9108139276504517 -0.2251623272895813 -0.3460055887699127 -0.9108139276504517 -0.2251623272895813 -0.3460055887699127 -0.9108139276504517 0.38553741574287415 0.1475759595632553 -0.910814106464386 0.38553741574287415 0.1475759595632553 -0.910814106464386 0.38553741574287415 0.1475759595632553 -0.910814106464386 0.2922327220439911 0.0 -0.9563472270965576 0.2922327220439911 0.0 -0.9563472270965576 0.2922327220439911 0.0 -0.9563472270965576 0.13908882439136505 0.0 -0.9902799725532532 0.13908882439136505 0.0 -0.9902799725532532 0.13908882439136505 0.0 -0.9902799725532532 -0.021214473992586136 -0.41227129101753235 -0.9108141660690308 -0.021214473992586136 -0.41227129101753235 -0.9108141660690308 -0.021214473992586136 -0.41227129101753235 -0.9108141660690308 0.09030575305223465 -0.2779275178909302 -0.9563477635383606 0.09030575305223465 -0.2779275178909302 -0.9563477635383606 0.09030575305223465 -0.2779275178909302 -0.9563477635383606 0.2594936192035675 -0.32106223702430725 -0.9108140468597412 0.2594936192035675 -0.32106223702430725 -0.9108140468597412 0.2594936192035675 -0.32106223702430725 -0.9108140468597412 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 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 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 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 -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 -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

+

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 203

+

204 205 206

+

207 208 209

+

210 211 212

+

213 214 215

+

216 217 218

+

219 220 221

+

222 223 224

+

225 226 227

+

228 229 230

+

231 232 233

+

234 235 236

+

237 238 239

+

240 241 242 243

+

244 245 246 247

+

248 249 250 251

+

252 253 254 255

+

256 257 258 259

+

260 261 262 263

+

264 265 266 267

+

268 269 270 271

+

272 273 274 275

+

276 277 278 279

+

280 281 282 283

+

284 285 286 287

+

288 289 290 291

+

292 293 294 295

+

296 297 298 299

+

300 301 302 303

+

304 305 306 307

+

308 309 310 311

+

312 313 314 315

+

316 317 318 319

+

320 321 322 323

+

324 325 326 327

+

328 329 330 331

+

332 333 334 335

+

336 337 338 339

+

340 341 342 343

+

344 345 346 347

+

348 349 350 351

+

352 353 354 355

+

356 357 358 359

+

360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391

+

392 393 394 395

+

396 397 398 399

+

400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431

+
+
+
+
+ + + + 0.20000000298023224 0.0 0.0 0.0 0.0 0.20000000298023224 0.0 0.0 0.0 0.0 0.5 0.0 0.0 0.0 0.0 1.0 + + + + + + + + +
diff --git a/mesh/tree_ball.dae.import b/mesh/tree_ball.dae.import new file mode 100644 index 0000000..fdc828e --- /dev/null +++ b/mesh/tree_ball.dae.import @@ -0,0 +1,1049 @@ +[remap] + +importer="scene" +type="PackedScene" +path="res://.import/tree_ball.dae-9a379d792ca573f0939cba446a692182.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/tree_pine.dae b/mesh/tree_pine.dae new file mode 100644 index 0000000..fa53ded --- /dev/null +++ b/mesh/tree_pine.dae @@ -0,0 +1,158 @@ + + + + + Anonymous + Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) + + 2017-04-22T05:37:22Z + 2017-04-22T05:37:22Z + + Z_UP + + + + + + 0.0 0.888888955116272 1.7566468715667725 0.0 0.0 3.7566468715667725 0.17341363430023193 0.871809184551239 1.7566468715667725 0.17341363430023193 0.871809184551239 1.7566468715667725 0.0 0.0 3.7566468715667725 0.34016311168670654 0.8212262988090515 1.7566468715667725 0.34016311168670654 0.8212262988090515 1.7566468715667725 0.0 0.0 3.7566468715667725 0.4938402473926544 0.7390841245651245 1.7566468715667725 0.4938402473926544 0.7390841245651245 1.7566468715667725 0.0 0.0 3.7566468715667725 0.6285393834114075 0.6285393834114075 1.7566468715667725 0.6285393834114075 0.6285393834114075 1.7566468715667725 0.0 0.0 3.7566468715667725 0.7390841841697693 0.49384018778800964 1.7566468715667725 0.7390841841697693 0.49384018778800964 1.7566468715667725 0.0 0.0 3.7566468715667725 0.8212262988090515 0.34016308188438416 1.7566468715667725 0.8212262988090515 0.34016308188438416 1.7566468715667725 0.0 0.0 3.7566468715667725 0.871809184551239 0.17341366410255432 1.7566468715667725 0.871809184551239 0.17341366410255432 1.7566468715667725 0.0 0.0 3.7566468715667725 0.888888955116272 6.71092479365143e-08 1.7566468715667725 0.888888955116272 6.71092479365143e-08 1.7566468715667725 0.0 0.0 3.7566468715667725 0.8718092441558838 -0.17341352999210358 1.7566468715667725 0.8718092441558838 -0.17341352999210358 1.7566468715667725 0.0 0.0 3.7566468715667725 0.8212263584136963 -0.3401629328727722 1.7566468715667725 0.8212263584136963 -0.3401629328727722 1.7566468715667725 0.0 0.0 3.7566468715667725 0.7390841841697693 -0.49384018778800964 1.7566468715667725 0.7390841841697693 -0.49384018778800964 1.7566468715667725 0.0 0.0 3.7566468715667725 0.6285393834114075 -0.6285393834114075 1.7566468715667725 0.6285393834114075 -0.6285393834114075 1.7566468715667725 0.0 0.0 3.7566468715667725 0.49384018778800964 -0.7390841841697693 1.7566468715667725 0.49384018778800964 -0.7390841841697693 1.7566468715667725 0.0 0.0 3.7566468715667725 0.3401629328727722 -0.8212264180183411 1.7566468715667725 0.3401629328727722 -0.8212264180183411 1.7566468715667725 0.0 0.0 3.7566468715667725 0.17341342568397522 -0.8718092441558838 1.7566468715667725 0.17341342568397522 -0.8718092441558838 1.7566468715667725 0.0 0.0 3.7566468715667725 -2.896368016536144e-07 -0.888888955116272 1.7566468715667725 -2.896368016536144e-07 -0.888888955116272 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.17341399192810059 -0.8718091249465942 1.7566468715667725 -0.17341399192810059 -0.8718091249465942 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.3401634693145752 -0.8212261199951172 1.7566468715667725 -0.3401634693145752 -0.8212261199951172 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.49384066462516785 -0.7390838861465454 1.7566468715667725 -0.49384066462516785 -0.7390838861465454 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.6285398006439209 -0.6285390257835388 1.7566468715667725 -0.6285398006439209 -0.6285390257835388 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.7390844821929932 -0.49383971095085144 1.7566468715667725 -0.7390844821929932 -0.49383971095085144 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.8212265968322754 -0.34016239643096924 1.7566468715667725 -0.8212265968322754 -0.34016239643096924 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.8718093633651733 -0.17341285943984985 1.7566468715667725 -0.8718093633651733 -0.17341285943984985 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.888888955116272 8.583104431636457e-07 1.7566468715667725 -0.888888955116272 8.583104431636457e-07 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.8718090057373047 0.17341454327106476 1.7566468715667725 -0.8718090057373047 0.17341454327106476 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.8212259411811829 0.3401640057563782 1.7566468715667725 -0.8212259411811829 0.3401640057563782 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.7390835285186768 0.49384114146232605 1.7566468715667725 -0.7390835285186768 0.49384114146232605 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.6285386085510254 0.6285402178764343 1.7566468715667725 -0.6285386085510254 0.6285402178764343 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.49383923411369324 0.7390848398208618 1.7566468715667725 -0.49383923411369324 0.7390848398208618 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.34016188979148865 0.8212268352508545 1.7566468715667725 -0.34016188979148865 0.8212268352508545 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.1734122931957245 0.8718094229698181 1.7566468715667725 -0.1734122931957245 0.8718094229698181 1.7566468715667725 0.0 0.0 3.7566468715667725 0.0 0.888888955116272 1.7566468715667725 0.0 0.888888955116272 1.7566468715667725 0.17341363430023193 0.871809184551239 1.7566468715667725 0.34016311168670654 0.8212262988090515 1.7566468715667725 0.4938402473926544 0.7390841245651245 1.7566468715667725 0.6285393834114075 0.6285393834114075 1.7566468715667725 0.7390841841697693 0.49384018778800964 1.7566468715667725 0.8212262988090515 0.34016308188438416 1.7566468715667725 0.871809184551239 0.17341366410255432 1.7566468715667725 0.888888955116272 6.71092479365143e-08 1.7566468715667725 0.8718092441558838 -0.17341352999210358 1.7566468715667725 0.8212263584136963 -0.3401629328727722 1.7566468715667725 0.7390841841697693 -0.49384018778800964 1.7566468715667725 0.6285393834114075 -0.6285393834114075 1.7566468715667725 0.49384018778800964 -0.7390841841697693 1.7566468715667725 0.3401629328727722 -0.8212264180183411 1.7566468715667725 0.17341342568397522 -0.8718092441558838 1.7566468715667725 -2.896368016536144e-07 -0.888888955116272 1.7566468715667725 -0.17341399192810059 -0.8718091249465942 1.7566468715667725 -0.3401634693145752 -0.8212261199951172 1.7566468715667725 -0.49384066462516785 -0.7390838861465454 1.7566468715667725 -0.6285398006439209 -0.6285390257835388 1.7566468715667725 -0.7390844821929932 -0.49383971095085144 1.7566468715667725 -0.8212265968322754 -0.34016239643096924 1.7566468715667725 -0.8718093633651733 -0.17341285943984985 1.7566468715667725 -0.888888955116272 8.583104431636457e-07 1.7566468715667725 -0.8718090057373047 0.17341454327106476 1.7566468715667725 -0.8212259411811829 0.3401640057563782 1.7566468715667725 -0.7390835285186768 0.49384114146232605 1.7566468715667725 -0.6285386085510254 0.6285402178764343 1.7566468715667725 -0.49383923411369324 0.7390848398208618 1.7566468715667725 -0.34016188979148865 0.8212268352508545 1.7566468715667725 -0.1734122931957245 0.8718094229698181 1.7566468715667725 0.0 0.444444477558136 4.5299530029296875e-06 0.0 0.444444477558136 2.500004529953003 0.08670681715011597 0.4359045922756195 2.500004529953003 0.08670681715011597 0.4359045922756195 4.5299530029296875e-06 0.08670681715011597 0.4359045922756195 4.5299530029296875e-06 0.08670681715011597 0.4359045922756195 2.500004529953003 0.17008155584335327 0.41061314940452576 2.500004529953003 0.17008155584335327 0.41061314940452576 4.5299530029296875e-06 0.17008155584335327 0.41061314940452576 4.5299530029296875e-06 0.17008155584335327 0.41061314940452576 2.500004529953003 0.2469201236963272 0.36954206228256226 2.500004529953003 0.2469201236963272 0.36954206228256226 4.5299530029296875e-06 0.2469201236963272 0.36954206228256226 4.5299530029296875e-06 0.2469201236963272 0.36954206228256226 2.500004529953003 0.31426969170570374 0.31426969170570374 2.500004529953003 0.31426969170570374 0.31426969170570374 4.5299530029296875e-06 0.31426969170570374 0.31426969170570374 4.5299530029296875e-06 0.31426969170570374 0.31426969170570374 2.500004529953003 0.36954209208488464 0.24692009389400482 2.500004529953003 0.36954209208488464 0.24692009389400482 4.5299530029296875e-06 0.36954209208488464 0.24692009389400482 4.5299530029296875e-06 0.36954209208488464 0.24692009389400482 2.500004529953003 0.41061314940452576 0.17008154094219208 2.500004529953003 0.41061314940452576 0.17008154094219208 4.5299530029296875e-06 0.41061314940452576 0.17008154094219208 4.5299530029296875e-06 0.41061314940452576 0.17008154094219208 2.500004529953003 0.4359045922756195 0.08670683205127716 2.500004529953003 0.4359045922756195 0.08670683205127716 4.5299530029296875e-06 0.4359045922756195 0.08670683205127716 4.5299530029296875e-06 0.4359045922756195 0.08670683205127716 2.500004529953003 0.444444477558136 3.355462396825715e-08 2.500004529953003 0.444444477558136 3.355462396825715e-08 4.5299530029296875e-06 0.444444477558136 3.355462396825715e-08 4.5299530029296875e-06 0.444444477558136 3.355462396825715e-08 2.500004529953003 0.4359046220779419 -0.08670676499605179 2.500004529953003 0.4359046220779419 -0.08670676499605179 4.5299530029296875e-06 0.4359046220779419 -0.08670676499605179 4.5299530029296875e-06 0.4359046220779419 -0.08670676499605179 2.500004529953003 0.41061317920684814 -0.1700814664363861 2.500004529953003 0.41061317920684814 -0.1700814664363861 4.5299530029296875e-06 0.41061317920684814 -0.1700814664363861 4.5299530029296875e-06 0.41061317920684814 -0.1700814664363861 2.500004529953003 0.36954209208488464 -0.24692009389400482 2.500004529953003 0.36954209208488464 -0.24692009389400482 4.5299530029296875e-06 0.36954209208488464 -0.24692009389400482 4.5299530029296875e-06 0.36954209208488464 -0.24692009389400482 2.500004529953003 0.31426969170570374 -0.31426969170570374 2.500004529953003 0.31426969170570374 -0.31426969170570374 4.5299530029296875e-06 0.31426969170570374 -0.31426969170570374 4.5299530029296875e-06 0.31426969170570374 -0.31426969170570374 2.500004529953003 0.24692009389400482 -0.36954209208488464 2.500004529953003 0.24692009389400482 -0.36954209208488464 4.5299530029296875e-06 0.24692009389400482 -0.36954209208488464 4.5299530029296875e-06 0.24692009389400482 -0.36954209208488464 2.500004529953003 0.1700814664363861 -0.41061320900917053 2.500004529953003 0.1700814664363861 -0.41061320900917053 4.5299530029296875e-06 0.1700814664363861 -0.41061320900917053 4.5299530029296875e-06 0.1700814664363861 -0.41061320900917053 2.500004529953003 0.08670671284198761 -0.4359046220779419 2.500004529953003 0.08670671284198761 -0.4359046220779419 4.5299530029296875e-06 0.08670671284198761 -0.4359046220779419 4.5299530029296875e-06 0.08670671284198761 -0.4359046220779419 2.500004529953003 -1.448184008268072e-07 -0.444444477558136 2.500004529953003 -1.448184008268072e-07 -0.444444477558136 4.5299530029296875e-06 -1.448184008268072e-07 -0.444444477558136 4.5299530029296875e-06 -1.448184008268072e-07 -0.444444477558136 2.500004529953003 -0.08670699596405029 -0.4359045624732971 2.500004529953003 -0.08670699596405029 -0.4359045624732971 4.5299530029296875e-06 -0.08670699596405029 -0.4359045624732971 4.5299530029296875e-06 -0.08670699596405029 -0.4359045624732971 2.500004529953003 -0.1700817346572876 -0.4106130599975586 2.500004529953003 -0.1700817346572876 -0.4106130599975586 4.5299530029296875e-06 -0.1700817346572876 -0.4106130599975586 4.5299530029296875e-06 -0.1700817346572876 -0.4106130599975586 2.500004529953003 -0.24692033231258392 -0.3695419430732727 2.500004529953003 -0.24692033231258392 -0.3695419430732727 4.5299530029296875e-06 -0.24692033231258392 -0.3695419430732727 4.5299530029296875e-06 -0.24692033231258392 -0.3695419430732727 2.500004529953003 -0.31426990032196045 -0.3142695128917694 2.500004529953003 -0.31426990032196045 -0.3142695128917694 4.5299530029296875e-06 -0.31426990032196045 -0.3142695128917694 4.5299530029296875e-06 -0.31426990032196045 -0.3142695128917694 2.500004529953003 -0.3695422410964966 -0.24691985547542572 2.500004529953003 -0.3695422410964966 -0.24691985547542572 4.5299530029296875e-06 -0.3695422410964966 -0.24691985547542572 4.5299530029296875e-06 -0.3695422410964966 -0.24691985547542572 2.500004529953003 -0.4106132984161377 -0.17008119821548462 2.500004529953003 -0.4106132984161377 -0.17008119821548462 4.5299530029296875e-06 -0.4106132984161377 -0.17008119821548462 4.5299530029296875e-06 -0.4106132984161377 -0.17008119821548462 2.500004529953003 -0.43590468168258667 -0.08670642971992493 2.500004529953003 -0.43590468168258667 -0.08670642971992493 4.5299530029296875e-06 -0.43590468168258667 -0.08670642971992493 4.5299530029296875e-06 -0.43590468168258667 -0.08670642971992493 2.500004529953003 -0.444444477558136 4.2915522158182284e-07 2.500004529953003 -0.444444477558136 4.2915522158182284e-07 4.5299530029296875e-06 -0.444444477558136 4.2915522158182284e-07 4.5299530029296875e-06 -0.444444477558136 4.2915522158182284e-07 2.500004529953003 -0.43590450286865234 0.08670727163553238 2.500004529953003 -0.43590450286865234 0.08670727163553238 4.5299530029296875e-06 -0.43590450286865234 0.08670727163553238 4.5299530029296875e-06 -0.43590450286865234 0.08670727163553238 2.500004529953003 -0.41061297059059143 0.1700820028781891 2.500004529953003 -0.41061297059059143 0.1700820028781891 4.5299530029296875e-06 -0.41061297059059143 0.1700820028781891 4.5299530029296875e-06 -0.41061297059059143 0.1700820028781891 2.500004529953003 -0.3695417642593384 0.24692057073116302 2.500004529953003 -0.3695417642593384 0.24692057073116302 4.5299530029296875e-06 -0.3695417642593384 0.24692057073116302 4.5299530029296875e-06 -0.3695417642593384 0.24692057073116302 2.500004529953003 -0.3142693042755127 0.31427010893821716 2.500004529953003 -0.3142693042755127 0.31427010893821716 4.5299530029296875e-06 -0.3142693042755127 0.31427010893821716 4.5299530029296875e-06 -0.3142693042755127 0.31427010893821716 2.500004529953003 -0.24691961705684662 0.3695424199104309 2.500004529953003 -0.24691961705684662 0.3695424199104309 4.5299530029296875e-06 -0.24691961705684662 0.3695424199104309 4.5299530029296875e-06 -0.24691961705684662 0.3695424199104309 2.500004529953003 -0.17008094489574432 0.41061341762542725 2.500004529953003 -0.17008094489574432 0.41061341762542725 4.5299530029296875e-06 0.08670681715011597 0.4359045922756195 2.500004529953003 0.0 0.444444477558136 2.500004529953003 -0.08670614659786224 0.43590471148490906 2.500004529953003 -0.17008094489574432 0.41061341762542725 2.500004529953003 -0.24691961705684662 0.3695424199104309 2.500004529953003 -0.3142693042755127 0.31427010893821716 2.500004529953003 -0.3695417642593384 0.24692057073116302 2.500004529953003 -0.41061297059059143 0.1700820028781891 2.500004529953003 -0.43590450286865234 0.08670727163553238 2.500004529953003 -0.444444477558136 4.2915522158182284e-07 2.500004529953003 -0.43590468168258667 -0.08670642971992493 2.500004529953003 -0.4106132984161377 -0.17008119821548462 2.500004529953003 -0.3695422410964966 -0.24691985547542572 2.500004529953003 -0.31426990032196045 -0.3142695128917694 2.500004529953003 -0.24692033231258392 -0.3695419430732727 2.500004529953003 -0.1700817346572876 -0.4106130599975586 2.500004529953003 -0.08670699596405029 -0.4359045624732971 2.500004529953003 -1.448184008268072e-07 -0.444444477558136 2.500004529953003 0.08670671284198761 -0.4359046220779419 2.500004529953003 0.1700814664363861 -0.41061320900917053 2.500004529953003 0.24692009389400482 -0.36954209208488464 2.500004529953003 0.31426969170570374 -0.31426969170570374 2.500004529953003 0.36954209208488464 -0.24692009389400482 2.500004529953003 0.41061317920684814 -0.1700814664363861 2.500004529953003 0.4359046220779419 -0.08670676499605179 2.500004529953003 0.444444477558136 3.355462396825715e-08 2.500004529953003 0.4359045922756195 0.08670683205127716 2.500004529953003 0.41061314940452576 0.17008154094219208 2.500004529953003 0.36954209208488464 0.24692009389400482 2.500004529953003 0.31426969170570374 0.31426969170570374 2.500004529953003 0.2469201236963272 0.36954206228256226 2.500004529953003 0.17008155584335327 0.41061314940452576 2.500004529953003 -0.17008094489574432 0.41061341762542725 4.5299530029296875e-06 -0.17008094489574432 0.41061341762542725 2.500004529953003 -0.08670614659786224 0.43590471148490906 2.500004529953003 -0.08670614659786224 0.43590471148490906 4.5299530029296875e-06 -0.08670614659786224 0.43590471148490906 4.5299530029296875e-06 -0.08670614659786224 0.43590471148490906 2.500004529953003 0.0 0.444444477558136 2.500004529953003 0.0 0.444444477558136 4.5299530029296875e-06 0.0 0.444444477558136 4.5299530029296875e-06 0.08670681715011597 0.4359045922756195 4.5299530029296875e-06 0.17008155584335327 0.41061314940452576 4.5299530029296875e-06 0.2469201236963272 0.36954206228256226 4.5299530029296875e-06 0.31426969170570374 0.31426969170570374 4.5299530029296875e-06 0.36954209208488464 0.24692009389400482 4.5299530029296875e-06 0.41061314940452576 0.17008154094219208 4.5299530029296875e-06 0.4359045922756195 0.08670683205127716 4.5299530029296875e-06 0.444444477558136 3.355462396825715e-08 4.5299530029296875e-06 0.4359046220779419 -0.08670676499605179 4.5299530029296875e-06 0.41061317920684814 -0.1700814664363861 4.5299530029296875e-06 0.36954209208488464 -0.24692009389400482 4.5299530029296875e-06 0.31426969170570374 -0.31426969170570374 4.5299530029296875e-06 0.24692009389400482 -0.36954209208488464 4.5299530029296875e-06 0.1700814664363861 -0.41061320900917053 4.5299530029296875e-06 0.08670671284198761 -0.4359046220779419 4.5299530029296875e-06 -1.448184008268072e-07 -0.444444477558136 4.5299530029296875e-06 -0.08670699596405029 -0.4359045624732971 4.5299530029296875e-06 -0.1700817346572876 -0.4106130599975586 4.5299530029296875e-06 -0.24692033231258392 -0.3695419430732727 4.5299530029296875e-06 -0.31426990032196045 -0.3142695128917694 4.5299530029296875e-06 -0.3695422410964966 -0.24691985547542572 4.5299530029296875e-06 -0.4106132984161377 -0.17008119821548462 4.5299530029296875e-06 -0.43590468168258667 -0.08670642971992493 4.5299530029296875e-06 -0.444444477558136 4.2915522158182284e-07 4.5299530029296875e-06 -0.43590450286865234 0.08670727163553238 4.5299530029296875e-06 -0.41061297059059143 0.1700820028781891 4.5299530029296875e-06 -0.3695417642593384 0.24692057073116302 4.5299530029296875e-06 -0.3142693042755127 0.31427010893821716 4.5299530029296875e-06 -0.24691961705684662 0.3695424199104309 4.5299530029296875e-06 -0.17008094489574432 0.41061341762542725 4.5299530029296875e-06 -0.08670614659786224 0.43590471148490906 4.5299530029296875e-06 0.0 1.0 0.8119000196456909 0.0 0.0 2.8119001388549805 0.19509032368659973 0.9807852506637573 0.8119000196456909 0.19509032368659973 0.9807852506637573 0.8119000196456909 0.0 0.0 2.8119001388549805 0.3826834559440613 0.9238795042037964 0.8119000196456909 0.3826834559440613 0.9238795042037964 0.8119000196456909 0.0 0.0 2.8119001388549805 0.5555702447891235 0.8314695954322815 0.8119000196456909 0.5555702447891235 0.8314695954322815 0.8119000196456909 0.0 0.0 2.8119001388549805 0.7071067690849304 0.7071067690849304 0.8119000196456909 0.7071067690849304 0.7071067690849304 0.8119000196456909 0.0 0.0 2.8119001388549805 0.8314696550369263 0.5555701851844788 0.8119000196456909 0.8314696550369263 0.5555701851844788 0.8119000196456909 0.0 0.0 2.8119001388549805 0.9238795042037964 0.3826834261417389 0.8119000196456909 0.9238795042037964 0.3826834261417389 0.8119000196456909 0.0 0.0 2.8119001388549805 0.9807852506637573 0.19509035348892212 0.8119000196456909 0.9807852506637573 0.19509035348892212 0.8119000196456909 0.0 0.0 2.8119001388549805 1.0 7.549790126404332e-08 0.8119000196456909 1.0 7.549790126404332e-08 0.8119000196456909 0.0 0.0 2.8119001388549805 0.9807853102684021 -0.19509020447731018 0.8119000196456909 0.9807853102684021 -0.19509020447731018 0.8119000196456909 0.0 0.0 2.8119001388549805 0.9238795638084412 -0.38268327713012695 0.8119000196456909 0.9238795638084412 -0.38268327713012695 0.8119000196456909 0.0 0.0 2.8119001388549805 0.8314696550369263 -0.5555701851844788 0.8119000196456909 0.8314696550369263 -0.5555701851844788 0.8119000196456909 0.0 0.0 2.8119001388549805 0.7071067690849304 -0.7071067690849304 0.8119000196456909 0.7071067690849304 -0.7071067690849304 0.8119000196456909 0.0 0.0 2.8119001388549805 0.5555701851844788 -0.8314696550369263 0.8119000196456909 0.5555701851844788 -0.8314696550369263 0.8119000196456909 0.0 0.0 2.8119001388549805 0.38268327713012695 -0.9238796234130859 0.8119000196456909 0.38268327713012695 -0.9238796234130859 0.8119000196456909 0.0 0.0 2.8119001388549805 0.19509008526802063 -0.9807853102684021 0.8119000196456909 0.19509008526802063 -0.9807853102684021 0.8119000196456909 0.0 0.0 2.8119001388549805 -3.2584136988589307e-07 -1.0 0.8119000196456909 -3.2584136988589307e-07 -1.0 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.19509072601795197 -0.9807851910591125 0.8119000196456909 -0.19509072601795197 -0.9807851910591125 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.3826838731765747 -0.9238793253898621 0.8119000196456909 -0.3826838731765747 -0.9238793253898621 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.5555707216262817 -0.8314692974090576 0.8119000196456909 -0.5555707216262817 -0.8314692974090576 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.7071072459220886 -0.707106351852417 0.8119000196456909 -0.7071072459220886 -0.707106351852417 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.8314700126647949 -0.5555696487426758 0.8119000196456909 -0.8314700126647949 -0.5555696487426758 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.923879861831665 -0.3826826810836792 0.8119000196456909 -0.923879861831665 -0.3826826810836792 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.9807854294776917 -0.1950894594192505 0.8119000196456909 -0.9807854294776917 -0.1950894594192505 0.8119000196456909 0.0 0.0 2.8119001388549805 -1.0 9.655991561885457e-07 0.8119000196456909 -1.0 9.655991561885457e-07 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.980785071849823 0.1950913518667221 0.8119000196456909 -0.980785071849823 0.1950913518667221 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.923879086971283 0.38268446922302246 0.8119000196456909 -0.923879086971283 0.38268446922302246 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.831468939781189 0.5555712580680847 0.8119000196456909 -0.831468939781189 0.5555712580680847 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.7071058750152588 0.707107663154602 0.8119000196456909 -0.7071058750152588 0.707107663154602 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.5555691123008728 0.8314703702926636 0.8119000196456909 -0.5555691123008728 0.8314703702926636 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.38268208503723145 0.9238801002502441 0.8119000196456909 -0.38268208503723145 0.9238801002502441 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.19508881866931915 0.9807855486869812 0.8119000196456909 -0.19508881866931915 0.9807855486869812 0.8119000196456909 0.0 0.0 2.8119001388549805 0.0 1.0 0.8119000196456909 0.0 1.0 0.8119000196456909 0.19509032368659973 0.9807852506637573 0.8119000196456909 0.3826834559440613 0.9238795042037964 0.8119000196456909 0.5555702447891235 0.8314695954322815 0.8119000196456909 0.7071067690849304 0.7071067690849304 0.8119000196456909 0.8314696550369263 0.5555701851844788 0.8119000196456909 0.9238795042037964 0.3826834261417389 0.8119000196456909 0.9807852506637573 0.19509035348892212 0.8119000196456909 1.0 7.549790126404332e-08 0.8119000196456909 0.9807853102684021 -0.19509020447731018 0.8119000196456909 0.9238795638084412 -0.38268327713012695 0.8119000196456909 0.8314696550369263 -0.5555701851844788 0.8119000196456909 0.7071067690849304 -0.7071067690849304 0.8119000196456909 0.5555701851844788 -0.8314696550369263 0.8119000196456909 0.38268327713012695 -0.9238796234130859 0.8119000196456909 0.19509008526802063 -0.9807853102684021 0.8119000196456909 -3.2584136988589307e-07 -1.0 0.8119000196456909 -0.19509072601795197 -0.9807851910591125 0.8119000196456909 -0.3826838731765747 -0.9238793253898621 0.8119000196456909 -0.5555707216262817 -0.8314692974090576 0.8119000196456909 -0.7071072459220886 -0.707106351852417 0.8119000196456909 -0.8314700126647949 -0.5555696487426758 0.8119000196456909 -0.923879861831665 -0.3826826810836792 0.8119000196456909 -0.9807854294776917 -0.1950894594192505 0.8119000196456909 -1.0 9.655991561885457e-07 0.8119000196456909 -0.980785071849823 0.1950913518667221 0.8119000196456909 -0.923879086971283 0.38268446922302246 0.8119000196456909 -0.831468939781189 0.5555712580680847 0.8119000196456909 -0.7071058750152588 0.707107663154602 0.8119000196456909 -0.5555691123008728 0.8314703702926636 0.8119000196456909 -0.38268208503723145 0.9238801002502441 0.8119000196456909 -0.19508881866931915 0.9807855486869812 0.8119000196456909 + + + + + + + + + + 0.08964065462350845 0.910132646560669 0.40450340509414673 0.08964065462350845 0.910132646560669 0.40450340509414673 0.08964065462350845 0.910132646560669 0.40450340509414673 0.2654758393764496 0.8751568794250488 0.4045034348964691 0.2654758393764496 0.8751568794250488 0.4045034348964691 0.2654758393764496 0.8751568794250488 0.4045034348964691 0.43110936880111694 0.8065491318702698 0.4045034945011139 0.43110936880111694 0.8065491318702698 0.4045034945011139 0.43110936880111694 0.8065491318702698 0.4045034945011139 0.580176055431366 0.706946074962616 0.40450340509414673 0.580176055431366 0.706946074962616 0.40450340509414673 0.580176055431366 0.706946074962616 0.40450340509414673 0.7069462537765503 0.5801758170127869 0.4045034945011139 0.7069462537765503 0.5801758170127869 0.4045034945011139 0.7069462537765503 0.5801758170127869 0.4045034945011139 0.806549072265625 0.43110954761505127 0.4045034646987915 0.806549072265625 0.43110954761505127 0.4045034646987915 0.806549072265625 0.43110954761505127 0.4045034646987915 0.8751567602157593 0.265475869178772 0.4045034348964691 0.8751567602157593 0.265475869178772 0.4045034348964691 0.8751567602157593 0.265475869178772 0.4045034348964691 0.9101327657699585 0.08964034914970398 0.40450340509414673 0.9101327657699585 0.08964034914970398 0.40450340509414673 0.9101327657699585 0.08964034914970398 0.40450340509414673 0.9101327657699585 -0.0896400660276413 0.4045034945011139 0.9101327657699585 -0.0896400660276413 0.4045034945011139 0.9101327657699585 -0.0896400660276413 0.4045034945011139 0.8751568794250488 -0.26547595858573914 0.4045034348964691 0.8751568794250488 -0.26547595858573914 0.4045034348964691 0.8751568794250488 -0.26547595858573914 0.4045034348964691 0.8065491914749146 -0.4311094284057617 0.4045035243034363 0.8065491914749146 -0.4311094284057617 0.4045035243034363 0.8065491914749146 -0.4311094284057617 0.4045035243034363 0.7069462537765503 -0.5801758170127869 0.4045034348964691 0.7069462537765503 -0.5801758170127869 0.4045034348964691 0.7069462537765503 -0.5801758170127869 0.4045034348964691 0.580175518989563 -0.7069464921951294 0.40450358390808105 0.580175518989563 -0.7069464921951294 0.40450358390808105 0.580175518989563 -0.7069464921951294 0.40450358390808105 0.43110913038253784 -0.8065493106842041 0.40450364351272583 0.43110913038253784 -0.8065493106842041 0.40450364351272583 0.43110913038253784 -0.8065493106842041 0.40450364351272583 0.2654758393764496 -0.8751569390296936 0.40450340509414673 0.2654758393764496 -0.8751569390296936 0.40450340509414673 0.2654758393764496 -0.8751569390296936 0.40450340509414673 0.08963937312364578 -0.9101328253746033 0.4045034945011139 0.08963937312364578 -0.9101328253746033 0.4045034945011139 0.08963937312364578 -0.9101328253746033 0.4045034945011139 -0.08963937312364578 -0.9101328253746033 0.4045035243034363 -0.08963937312364578 -0.9101328253746033 0.4045035243034363 -0.08963937312364578 -0.9101328253746033 0.4045035243034363 -0.2654770016670227 -0.8751565217971802 0.4045034348964691 -0.2654770016670227 -0.8751565217971802 0.4045034348964691 -0.2654770016670227 -0.8751565217971802 0.4045034348964691 -0.4311092495918274 -0.8065492510795593 0.40450355410575867 -0.4311092495918274 -0.8065492510795593 0.40450355410575867 -0.4311092495918274 -0.8065492510795593 0.40450355410575867 -0.5801764726638794 -0.7069457769393921 0.40450331568717957 -0.5801764726638794 -0.7069457769393921 0.40450331568717957 -0.5801764726638794 -0.7069457769393921 0.40450331568717957 -0.7069467902183533 -0.5801751613616943 0.4045032858848572 -0.7069467902183533 -0.5801751613616943 0.4045032858848572 -0.7069467902183533 -0.5801751613616943 0.4045032858848572 -0.8065493702888489 -0.4311090409755707 0.40450361371040344 -0.8065493702888489 -0.4311090409755707 0.40450361371040344 -0.8065493702888489 -0.4311090409755707 0.40450361371040344 -0.8751569986343384 -0.26547518372535706 0.4045034348964691 -0.8751569986343384 -0.26547518372535706 0.4045034348964691 -0.8751569986343384 -0.26547518372535706 0.4045034348964691 -0.9101328253746033 -0.08963937312364578 0.4045034348964691 -0.9101328253746033 -0.08963937312364578 0.4045034348964691 -0.9101328253746033 -0.08963937312364578 0.4045034348964691 -0.910132646560669 0.08964122831821442 0.40450337529182434 -0.910132646560669 0.08964122831821442 0.40450337529182434 -0.910132646560669 0.08964122831821442 0.40450337529182434 -0.8751565217971802 0.265476793050766 0.4045035243034363 -0.8751565217971802 0.265476793050766 0.4045035243034363 -0.8751565217971802 0.265476793050766 0.4045035243034363 -0.8065484762191772 0.4311106503009796 0.4045034945011139 -0.8065484762191772 0.4311106503009796 0.4045034945011139 -0.8065484762191772 0.4311106503009796 0.4045034945011139 -0.7069454193115234 0.5801767706871033 0.40450361371040344 -0.7069454193115234 0.5801767706871033 0.40450361371040344 -0.7069454193115234 0.5801767706871033 0.40450361371040344 -0.5801751017570496 0.7069469094276428 0.40450340509414673 -0.5801751017570496 0.7069469094276428 0.40450340509414673 -0.5801751017570496 0.7069469094276428 0.40450340509414673 -0.4311079680919647 0.8065499663352966 0.40450355410575867 -0.4311079680919647 0.8065499663352966 0.40450355410575867 -0.4311079680919647 0.8065499663352966 0.40450355410575867 -0.2654745578765869 0.875157356262207 0.4045034348964691 -0.2654745578765869 0.875157356262207 0.4045034348964691 -0.2654745578765869 0.875157356262207 0.4045034348964691 -0.08964011073112488 0.9101328253746033 0.4045034646987915 -0.08964011073112488 0.9101328253746033 0.4045034646987915 -0.08964011073112488 0.9101328253746033 0.4045034646987915 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 0.09801724553108215 0.9951847195625305 0.0 0.09801724553108215 0.9951847195625305 0.0 0.09801724553108215 0.9951847195625305 0.0 0.09801724553108215 0.9951847195625305 0.0 0.2902846038341522 0.9569403529167175 0.0 0.2902846038341522 0.9569403529167175 0.0 0.2902846038341522 0.9569403529167175 0.0 0.2902846038341522 0.9569403529167175 0.0 0.4713968336582184 0.8819211721420288 0.0 0.4713968336582184 0.8819211721420288 0.0 0.4713968336582184 0.8819211721420288 0.0 0.4713968336582184 0.8819211721420288 0.0 0.6343934535980225 0.7730103731155396 0.0 0.6343934535980225 0.7730103731155396 0.0 0.6343934535980225 0.7730103731155396 0.0 0.6343934535980225 0.7730103731155396 0.0 0.7730103731155396 0.6343934535980225 0.0 0.7730103731155396 0.6343934535980225 0.0 0.7730103731155396 0.6343934535980225 0.0 0.7730103731155396 0.6343934535980225 0.0 0.8819212913513184 0.47139668464660645 0.0 0.8819212913513184 0.47139668464660645 0.0 0.8819212913513184 0.47139668464660645 0.0 0.8819212913513184 0.47139668464660645 0.0 0.9569402933120728 0.2902846932411194 0.0 0.9569402933120728 0.2902846932411194 0.0 0.9569402933120728 0.2902846932411194 0.0 0.9569402933120728 0.2902846932411194 0.0 0.9951847195625305 0.09801705926656723 0.0 0.9951847195625305 0.09801705926656723 0.0 0.9951847195625305 0.09801705926656723 0.0 0.9951847195625305 0.09801705926656723 0.0 0.9951847195625305 -0.09801705181598663 0.0 0.9951847195625305 -0.09801705181598663 0.0 0.9951847195625305 -0.09801705181598663 0.0 0.9951847195625305 -0.09801705181598663 0.0 0.9569403529167175 -0.2902847230434418 0.0 0.9569403529167175 -0.2902847230434418 0.0 0.9569403529167175 -0.2902847230434418 0.0 0.9569403529167175 -0.2902847230434418 0.0 0.8819214701652527 -0.4713962972164154 0.0 0.8819214701652527 -0.4713962972164154 0.0 0.8819214701652527 -0.4713962972164154 0.0 0.8819214701652527 -0.4713962972164154 0.0 0.7730103731155396 -0.6343934535980225 0.0 0.7730103731155396 -0.6343934535980225 0.0 0.7730103731155396 -0.6343934535980225 0.0 0.7730103731155396 -0.6343934535980225 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.47139692306518555 -0.8819211721420288 0.0 0.47139692306518555 -0.8819211721420288 0.0 0.47139692306518555 -0.8819211721420288 0.0 0.47139692306518555 -0.8819211721420288 0.0 0.2902841866016388 -0.9569404125213623 0.0 0.2902841866016388 -0.9569404125213623 0.0 0.2902841866016388 -0.9569404125213623 0.0 0.2902841866016388 -0.9569404125213623 0.0 0.09801686555147171 -0.9951847195625305 0.0 0.09801686555147171 -0.9951847195625305 0.0 0.09801686555147171 -0.9951847195625305 0.0 0.09801686555147171 -0.9951847195625305 0.0 -0.09801755100488663 -0.9951847195625305 0.0 -0.09801755100488663 -0.9951847195625305 0.0 -0.09801755100488663 -0.9951847195625305 0.0 -0.09801755100488663 -0.9951847195625305 0.0 -0.2902851998806 -0.9569401144981384 0.0 -0.2902851998806 -0.9569401144981384 0.0 -0.2902851998806 -0.9569401144981384 0.0 -0.2902851998806 -0.9569401144981384 0.0 -0.4713970720767975 -0.8819211721420288 0.0 -0.4713970720767975 -0.8819211721420288 0.0 -0.4713970720767975 -0.8819211721420288 0.0 -0.4713970720767975 -0.8819211721420288 0.0 -0.6343936920166016 -0.7730100750923157 0.0 -0.6343936920166016 -0.7730100750923157 0.0 -0.6343936920166016 -0.7730100750923157 0.0 -0.6343936920166016 -0.7730100750923157 0.0 -0.7730110287666321 -0.6343926787376404 0.0 -0.7730110287666321 -0.6343926787376404 0.0 -0.7730110287666321 -0.6343926787376404 0.0 -0.7730110287666321 -0.6343926787376404 0.0 -0.8819215893745422 -0.47139620780944824 0.0 -0.8819215893745422 -0.47139620780944824 0.0 -0.8819215893745422 -0.47139620780944824 0.0 -0.8819215893745422 -0.47139620780944824 0.0 -0.9569404721260071 -0.2902839779853821 0.0 -0.9569404721260071 -0.2902839779853821 0.0 -0.9569404721260071 -0.2902839779853821 0.0 -0.9569404721260071 -0.2902839779853821 0.0 -0.9951848983764648 -0.09801590442657471 0.0 -0.9951848983764648 -0.09801590442657471 0.0 -0.9951848983764648 -0.09801590442657471 0.0 -0.9951848983764648 -0.09801590442657471 0.0 -0.995184600353241 0.0980180948972702 0.0 -0.995184600353241 0.0980180948972702 0.0 -0.995184600353241 0.0980180948972702 0.0 -0.995184600353241 0.0980180948972702 0.0 -0.9569400548934937 0.2902856171131134 0.0 -0.9569400548934937 0.2902856171131134 0.0 -0.9569400548934937 0.2902856171131134 0.0 -0.9569400548934937 0.2902856171131134 0.0 -0.8819206953048706 0.47139790654182434 0.0 -0.8819206953048706 0.47139790654182434 0.0 -0.8819206953048706 0.47139790654182434 0.0 -0.8819206953048706 0.47139790654182434 0.0 -0.7730098366737366 0.6343941688537598 0.0 -0.7730098366737366 0.6343941688537598 0.0 -0.7730098366737366 0.6343941688537598 0.0 -0.7730098366737366 0.6343941688537598 0.0 -0.6343922019004822 0.7730112671852112 0.0 -0.6343922019004822 0.7730112671852112 0.0 -0.6343922019004822 0.7730112671852112 0.0 -0.6343922019004822 0.7730112671852112 0.0 -0.4713956117630005 0.8819217681884766 0.0 -0.4713956117630005 0.8819217681884766 0.0 -0.4713956117630005 0.8819217681884766 0.0 -0.4713956117630005 0.8819217681884766 0.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 -0.29028281569480896 0.9569408297538757 0.0 -0.29028281569480896 0.9569408297538757 0.0 -0.29028281569480896 0.9569408297538757 0.0 -0.29028281569480896 0.9569408297538757 0.0 -0.0980166420340538 0.9951848387718201 0.0 -0.0980166420340538 0.9951848387718201 0.0 -0.0980166420340538 0.9951848387718201 0.0 -0.0980166420340538 0.9951848387718201 0.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 0.08775367587804794 0.8909766674041748 0.445488303899765 0.08775367587804794 0.8909766674041748 0.445488303899765 0.08775367587804794 0.8909766674041748 0.445488303899765 0.25988826155662537 0.8567368984222412 0.4454883337020874 0.25988826155662537 0.8567368984222412 0.4454883337020874 0.25988826155662537 0.8567368984222412 0.4454883337020874 0.4220358729362488 0.7895731329917908 0.4454883337020874 0.4220358729362488 0.7895731329917908 0.4454883337020874 0.4220358729362488 0.7895731329917908 0.4454883337020874 0.5679645538330078 0.6920667290687561 0.4454883635044098 0.5679645538330078 0.6920667290687561 0.4454883635044098 0.5679645538330078 0.6920667290687561 0.4454883635044098 0.6920667886734009 0.5679646134376526 0.445488303899765 0.6920667886734009 0.5679646134376526 0.445488303899765 0.6920667886734009 0.5679646134376526 0.445488303899765 0.7895733714103699 0.4220356047153473 0.44548842310905457 0.7895733714103699 0.4220356047153473 0.44548842310905457 0.7895733714103699 0.4220356047153473 0.44548842310905457 0.8567370176315308 0.25988829135894775 0.44548821449279785 0.8567370176315308 0.25988829135894775 0.44548821449279785 0.8567370176315308 0.25988829135894775 0.44548821449279785 0.8909766674041748 0.08775368332862854 0.4454882740974426 0.8909766674041748 0.08775368332862854 0.4454882740974426 0.8909766674041748 0.08775368332862854 0.4454882740974426 0.8909766674041748 -0.08775341510772705 0.4454882740974426 0.8909766674041748 -0.08775341510772705 0.4454882740974426 0.8909766674041748 -0.08775341510772705 0.4454882740974426 0.8567368984222412 -0.2598883807659149 0.4454883933067322 0.8567368984222412 -0.2598883807659149 0.4454883933067322 0.8567368984222412 -0.2598883807659149 0.4454883933067322 0.7895735502243042 -0.4220353960990906 0.44548824429512024 0.7895735502243042 -0.4220353960990906 0.44548824429512024 0.7895735502243042 -0.4220353960990906 0.44548824429512024 0.6920667886734009 -0.5679646134376526 0.4454883635044098 0.6920667886734009 -0.5679646134376526 0.4454883635044098 0.6920667886734009 -0.5679646134376526 0.4454883635044098 0.5679644346237183 -0.6920668482780457 0.44548842310905457 0.5679644346237183 -0.6920668482780457 0.44548842310905457 0.5679644346237183 -0.6920668482780457 0.44548842310905457 0.42203569412231445 -0.7895733118057251 0.4454883635044098 0.42203569412231445 -0.7895733118057251 0.4454883635044098 0.42203569412231445 -0.7895733118057251 0.4454883635044098 0.2598882019519806 -0.8567370176315308 0.4454883337020874 0.2598882019519806 -0.8567370176315308 0.4454883337020874 0.2598882019519806 -0.8567370176315308 0.4454883337020874 0.08775309473276138 -0.8909766674041748 0.4454883337020874 0.08775309473276138 -0.8909766674041748 0.4454883337020874 0.08775309473276138 -0.8909766674041748 0.4454883337020874 -0.08775364607572556 -0.8909767270088196 0.4454883635044098 -0.08775364607572556 -0.8909767270088196 0.4454883635044098 -0.08775364607572556 -0.8909767270088196 0.4454883635044098 -0.25988873839378357 -0.8567367196083069 0.4454883337020874 -0.25988873839378357 -0.8567367196083069 0.4454883337020874 -0.25988873839378357 -0.8567367196083069 0.4454883337020874 -0.42203623056411743 -0.789573073387146 0.445488303899765 -0.42203623056411743 -0.789573073387146 0.445488303899765 -0.42203623056411743 -0.789573073387146 0.445488303899765 -0.5679648518562317 -0.6920664310455322 0.4454883933067322 -0.5679648518562317 -0.6920664310455322 0.4454883933067322 -0.5679648518562317 -0.6920664310455322 0.4454883933067322 -0.6920672655105591 -0.5679640173912048 0.44548824429512024 -0.6920672655105591 -0.5679640173912048 0.44548824429512024 -0.6920672655105591 -0.5679640173912048 0.44548824429512024 -0.789573609828949 -0.4220350384712219 0.445488303899765 -0.789573609828949 -0.4220350384712219 0.445488303899765 -0.789573609828949 -0.4220350384712219 0.445488303899765 -0.8567372560501099 -0.2598874270915985 0.4454883635044098 -0.8567372560501099 -0.2598874270915985 0.4454883635044098 -0.8567372560501099 -0.2598874270915985 0.4454883635044098 -0.8909767866134644 -0.0877528190612793 0.445488303899765 -0.8909767866134644 -0.0877528190612793 0.445488303899765 -0.8909767866134644 -0.0877528190612793 0.445488303899765 -0.8909766674041748 0.08775444328784943 0.4454882740974426 -0.8909766674041748 0.08775444328784943 0.4454882740974426 -0.8909766674041748 0.08775444328784943 0.4454882740974426 -0.8567366003990173 0.25988930463790894 0.4454883933067322 -0.8567366003990173 0.25988930463790894 0.4454883933067322 -0.8567366003990173 0.25988930463790894 0.4454883933067322 -0.7895728945732117 0.4220365583896637 0.4454883337020874 -0.7895728945732117 0.4220365583896637 0.4454883337020874 -0.7895728945732117 0.4220365583896637 0.4454883337020874 -0.6920661330223083 0.5679653882980347 0.44548818469047546 -0.6920661330223083 0.5679653882980347 0.44548818469047546 -0.6920661330223083 0.5679653882980347 0.44548818469047546 -0.567963719367981 0.6920674443244934 0.4454883337020874 -0.567963719367981 0.6920674443244934 0.4454883337020874 -0.567963719367981 0.6920674443244934 0.4454883337020874 -0.4220346212387085 0.7895739078521729 0.4454883635044098 -0.4220346212387085 0.7895739078521729 0.4454883635044098 -0.4220346212387085 0.7895739078521729 0.4454883635044098 -0.25988659262657166 0.8567374348640442 0.4454883635044098 -0.25988659262657166 0.8567374348640442 0.4454883635044098 -0.25988659262657166 0.8567374348640442 0.4454883635044098 -0.08775326609611511 0.8909766674041748 0.4454883635044098 -0.08775326609611511 0.8909766674041748 0.4454883635044098 -0.08775326609611511 0.8909766674041748 0.4454883635044098 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-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

+

192 193 194 195

+

196 197 198 199

+

200 201 202 203

+

204 205 206 207

+

208 209 210 211

+

212 213 214 215

+

216 217 218 219

+

220 221 222 223

+

224 225 226 227

+

228 229 230 231

+

232 233 234 235

+

236 237 238 239

+

240 241 242 243

+

244 245 246 247

+

248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279

+

280 281 282 283

+

284 285 286 287

+

288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319

+

320 321 322

+

323 324 325

+

326 327 328

+

329 330 331

+

332 333 334

+

335 336 337

+

338 339 340

+

341 342 343

+

344 345 346

+

347 348 349

+

350 351 352

+

353 354 355

+

356 357 358

+

359 360 361

+

362 363 364

+

365 366 367

+

368 369 370

+

371 372 373

+

374 375 376

+

377 378 379

+

380 381 382

+

383 384 385

+

386 387 388

+

389 390 391

+

392 393 394

+

395 396 397

+

398 399 400

+

401 402 403

+

404 405 406

+

407 408 409

+

410 411 412

+

413 414 415

+

416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447

+
+
+
+
+ + + + 0.44999998807907104 0.0 0.0 0.0 0.0 0.44999998807907104 0.0 0.0 0.0 0.0 0.4000000059604645 0.0 0.0 0.0 0.0 1.0 + + + + + + + + +
diff --git a/mesh/tree_pine.dae.import b/mesh/tree_pine.dae.import new file mode 100644 index 0000000..9ffb905 --- /dev/null +++ b/mesh/tree_pine.dae.import @@ -0,0 +1,1049 @@ +[remap] + +importer="scene" +type="PackedScene" +path="res://.import/tree_pine.dae-b596c934b4409683df714ba1497896dd.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/out/html/index.pck b/out/html/index.pck index 9dbb27b..62c1658 100644 Binary files a/out/html/index.pck and b/out/html/index.pck differ diff --git a/out/html/indexfs.js b/out/html/indexfs.js index 60cbfa0..47555e3 100644 --- a/out/html/indexfs.js +++ b/out/html/indexfs.js @@ -8,7 +8,7 @@ if (!Module.expectedDataFileDownloads) { Module.expectedDataFileDownloads++; (function() { - const PACK_FILE_NAME = 'index.pck'; const PACK_FILE_SIZE = 156692; function fetchRemotePackage(packageName, callback, errback) { + const PACK_FILE_NAME = 'index.pck'; const PACK_FILE_SIZE = 297988; function fetchRemotePackage(packageName, callback, errback) { var xhr = new XMLHttpRequest(); xhr.open('GET', packageName, true); xhr.responseType = 'arraybuffer'; diff --git a/tree_ball.dae b/tree_ball.dae deleted file mode 100644 index 4db6db2..0000000 --- a/tree_ball.dae +++ /dev/null @@ -1,172 +0,0 @@ - - - - - Anonymous - Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) - - 2017-04-22T05:37:08Z - 2017-04-22T05:37:08Z - - Z_UP - - - - - - 0.0 0.0 0.4477657079696655 1.275968074798584 -0.9270341992378235 0.6269806623458862 -0.4873666763305664 -1.4999858140945435 0.6269804239273071 2.1708219051361084 -1.5771758556365967 1.1111023426055908 1.275968074798584 -0.9270341992378235 0.6269806623458862 2.55194354057312 0.0 1.0168826580047607 0.0 0.0 0.4477657079696655 -0.4873666763305664 -1.4999858140945435 0.6269804239273071 -1.577189326286316 0.0 0.626983642578125 0.0 0.0 0.4477657079696655 -1.577189326286316 0.0 0.626983642578125 -0.4873666763305664 1.4999858140945435 0.6269804239273071 0.0 0.0 0.4477657079696655 -0.4873666763305664 1.4999858140945435 0.6269804239273071 1.275968074798584 0.9270341992378235 0.6269806623458862 2.1708219051361084 -1.5771758556365967 1.1111023426055908 2.55194354057312 0.0 1.0168826580047607 2.8531734943389893 -0.9270378351211548 1.6477657556533813 -0.8291640281677246 -2.551947593688965 1.1111018657684326 0.7886064648628235 -2.427034854888916 1.0168805122375488 0.0 -2.999999761581421 1.6477657556533813 -2.6832785606384277 0.0 1.1111069917678833 -2.064568042755127 -1.4999908208847046 1.016882300376892 -2.8531734943389893 -0.9270378351211548 1.6477657556533813 -0.8291640281677246 2.551947593688965 1.1111018657684326 -2.064568042755127 1.4999908208847046 1.016882300376892 -1.7633568048477173 2.4270501136779785 1.6477657556533813 2.1708219051361084 1.5771758556365967 1.1111023426055908 0.7886064648628235 2.427034854888916 1.0168805122375488 1.7633568048477173 2.4270501136779785 1.6477657556533813 2.1708219051361084 -1.5771758556365967 1.1111023426055908 2.8531734943389893 -0.9270378351211548 1.6477657556533813 1.7633568048477173 -2.4270501136779785 1.6477657556533813 -0.8291640281677246 -2.551947593688965 1.1111018657684326 0.0 -2.999999761581421 1.6477657556533813 -1.7633568048477173 -2.4270501136779785 1.6477657556533813 -2.6832785606384277 0.0 1.1111069917678833 -2.8531734943389893 -0.9270378351211548 1.6477657556533813 -2.8531734943389893 0.9270378351211548 1.6477657556533813 -0.8291640281677246 2.551947593688965 1.1111018657684326 -1.7633568048477173 2.4270501136779785 1.6477657556533813 0.0 2.999999761581421 1.6477657556533813 2.1708219051361084 1.5771758556365967 1.1111023426055908 1.7633568048477173 2.4270501136779785 1.6477657556533813 2.8531734943389893 0.9270378351211548 1.6477657556533813 0.8291640281677246 -2.551947593688965 2.18442964553833 2.064568042755127 -1.4999908208847046 2.27864933013916 0.4873666763305664 -1.4999858140945435 2.668550968170166 -2.1708219051361084 -1.5771758556365967 2.184429168701172 -0.7886064648628235 -2.427034854888916 2.278650999069214 -1.275968074798584 -0.9270341992378235 2.668550968170166 -2.1708219051361084 1.5771758556365967 2.184429168701172 -2.55194354057312 0.0 2.278648853302002 -1.275968074798584 0.9270341992378235 2.668550968170166 0.8291640281677246 2.551947593688965 2.18442964553833 -0.7886064648628235 2.427034854888916 2.278650999069214 0.4873666763305664 1.4999858140945435 2.668550968170166 2.6832785606384277 0.0 2.18442440032959 2.064568042755127 1.4999908208847046 2.27864933013916 1.577189326286316 0.0 2.6685478687286377 1.577189326286316 0.0 2.6685478687286377 0.4873666763305664 1.4999858140945435 2.668550968170166 0.0 0.0 2.8477659225463867 1.577189326286316 0.0 2.6685478687286377 2.064568042755127 1.4999908208847046 2.27864933013916 0.4873666763305664 1.4999858140945435 2.668550968170166 2.064568042755127 1.4999908208847046 2.27864933013916 0.8291640281677246 2.551947593688965 2.18442964553833 0.4873666763305664 1.4999858140945435 2.668550968170166 0.4873666763305664 1.4999858140945435 2.668550968170166 -1.275968074798584 0.9270341992378235 2.668550968170166 0.0 0.0 2.8477659225463867 0.4873666763305664 1.4999858140945435 2.668550968170166 -0.7886064648628235 2.427034854888916 2.278650999069214 -1.275968074798584 0.9270341992378235 2.668550968170166 -0.7886064648628235 2.427034854888916 2.278650999069214 -2.1708219051361084 1.5771758556365967 2.184429168701172 -1.275968074798584 0.9270341992378235 2.668550968170166 -1.275968074798584 0.9270341992378235 2.668550968170166 -1.275968074798584 -0.9270341992378235 2.668550968170166 0.0 0.0 2.8477659225463867 -1.275968074798584 0.9270341992378235 2.668550968170166 -2.55194354057312 0.0 2.278648853302002 -1.275968074798584 -0.9270341992378235 2.668550968170166 -2.55194354057312 0.0 2.278648853302002 -2.1708219051361084 -1.5771758556365967 2.184429168701172 -1.275968074798584 -0.9270341992378235 2.668550968170166 -1.275968074798584 -0.9270341992378235 2.668550968170166 0.4873666763305664 -1.4999858140945435 2.668550968170166 0.0 0.0 2.8477659225463867 -1.275968074798584 -0.9270341992378235 2.668550968170166 -0.7886064648628235 -2.427034854888916 2.278650999069214 0.4873666763305664 -1.4999858140945435 2.668550968170166 -0.7886064648628235 -2.427034854888916 2.278650999069214 0.8291640281677246 -2.551947593688965 2.18442964553833 0.4873666763305664 -1.4999858140945435 2.668550968170166 0.4873666763305664 -1.4999858140945435 2.668550968170166 1.577189326286316 0.0 2.6685478687286377 0.0 0.0 2.8477659225463867 0.4873666763305664 -1.4999858140945435 2.668550968170166 2.064568042755127 -1.4999908208847046 2.27864933013916 1.577189326286316 0.0 2.6685478687286377 2.064568042755127 -1.4999908208847046 2.27864933013916 2.6832785606384277 0.0 2.18442440032959 1.577189326286316 0.0 2.6685478687286377 2.8531734943389893 0.9270378351211548 1.6477657556533813 2.064568042755127 1.4999908208847046 2.27864933013916 2.6832785606384277 0.0 2.18442440032959 2.8531734943389893 0.9270378351211548 1.6477657556533813 1.7633568048477173 2.4270501136779785 1.6477657556533813 2.064568042755127 1.4999908208847046 2.27864933013916 1.7633568048477173 2.4270501136779785 1.6477657556533813 0.8291640281677246 2.551947593688965 2.18442964553833 2.064568042755127 1.4999908208847046 2.27864933013916 0.0 2.999999761581421 1.6477657556533813 -0.7886064648628235 2.427034854888916 2.278650999069214 0.8291640281677246 2.551947593688965 2.18442964553833 0.0 2.999999761581421 1.6477657556533813 -1.7633568048477173 2.4270501136779785 1.6477657556533813 -0.7886064648628235 2.427034854888916 2.278650999069214 -1.7633568048477173 2.4270501136779785 1.6477657556533813 -2.1708219051361084 1.5771758556365967 2.184429168701172 -0.7886064648628235 2.427034854888916 2.278650999069214 -2.8531734943389893 0.9270378351211548 1.6477657556533813 -2.55194354057312 0.0 2.278648853302002 -2.1708219051361084 1.5771758556365967 2.184429168701172 -2.8531734943389893 0.9270378351211548 1.6477657556533813 -2.8531734943389893 -0.9270378351211548 1.6477657556533813 -2.55194354057312 0.0 2.278648853302002 -2.8531734943389893 -0.9270378351211548 1.6477657556533813 -2.1708219051361084 -1.5771758556365967 2.184429168701172 -2.55194354057312 0.0 2.278648853302002 -1.7633568048477173 -2.4270501136779785 1.6477657556533813 -0.7886064648628235 -2.427034854888916 2.278650999069214 -2.1708219051361084 -1.5771758556365967 2.184429168701172 -1.7633568048477173 -2.4270501136779785 1.6477657556533813 0.0 -2.999999761581421 1.6477657556533813 -0.7886064648628235 -2.427034854888916 2.278650999069214 0.0 -2.999999761581421 1.6477657556533813 0.8291640281677246 -2.551947593688965 2.18442964553833 -0.7886064648628235 -2.427034854888916 2.278650999069214 1.7633568048477173 -2.4270501136779785 1.6477657556533813 2.064568042755127 -1.4999908208847046 2.27864933013916 0.8291640281677246 -2.551947593688965 2.18442964553833 1.7633568048477173 -2.4270501136779785 1.6477657556533813 2.8531734943389893 -0.9270378351211548 1.6477657556533813 2.064568042755127 -1.4999908208847046 2.27864933013916 2.8531734943389893 -0.9270378351211548 1.6477657556533813 2.6832785606384277 0.0 2.18442440032959 2.064568042755127 -1.4999908208847046 2.27864933013916 1.7633568048477173 2.4270501136779785 1.6477657556533813 0.0 2.999999761581421 1.6477657556533813 0.8291640281677246 2.551947593688965 2.18442964553833 1.7633568048477173 2.4270501136779785 1.6477657556533813 0.7886064648628235 2.427034854888916 1.0168805122375488 0.0 2.999999761581421 1.6477657556533813 0.7886064648628235 2.427034854888916 1.0168805122375488 -0.8291640281677246 2.551947593688965 1.1111018657684326 0.0 2.999999761581421 1.6477657556533813 -1.7633568048477173 2.4270501136779785 1.6477657556533813 -2.8531734943389893 0.9270378351211548 1.6477657556533813 -2.1708219051361084 1.5771758556365967 2.184429168701172 -1.7633568048477173 2.4270501136779785 1.6477657556533813 -2.064568042755127 1.4999908208847046 1.016882300376892 -2.8531734943389893 0.9270378351211548 1.6477657556533813 -2.064568042755127 1.4999908208847046 1.016882300376892 -2.6832785606384277 0.0 1.1111069917678833 -2.8531734943389893 0.9270378351211548 1.6477657556533813 -2.8531734943389893 -0.9270378351211548 1.6477657556533813 -1.7633568048477173 -2.4270501136779785 1.6477657556533813 -2.1708219051361084 -1.5771758556365967 2.184429168701172 -2.8531734943389893 -0.9270378351211548 1.6477657556533813 -2.064568042755127 -1.4999908208847046 1.016882300376892 -1.7633568048477173 -2.4270501136779785 1.6477657556533813 -2.064568042755127 -1.4999908208847046 1.016882300376892 -0.8291640281677246 -2.551947593688965 1.1111018657684326 -1.7633568048477173 -2.4270501136779785 1.6477657556533813 0.0 -2.999999761581421 1.6477657556533813 1.7633568048477173 -2.4270501136779785 1.6477657556533813 0.8291640281677246 -2.551947593688965 2.18442964553833 0.0 -2.999999761581421 1.6477657556533813 0.7886064648628235 -2.427034854888916 1.0168805122375488 1.7633568048477173 -2.4270501136779785 1.6477657556533813 0.7886064648628235 -2.427034854888916 1.0168805122375488 2.1708219051361084 -1.5771758556365967 1.1111023426055908 1.7633568048477173 -2.4270501136779785 1.6477657556533813 2.8531734943389893 -0.9270378351211548 1.6477657556533813 2.8531734943389893 0.9270378351211548 1.6477657556533813 2.6832785606384277 0.0 2.18442440032959 2.8531734943389893 -0.9270378351211548 1.6477657556533813 2.55194354057312 0.0 1.0168826580047607 2.8531734943389893 0.9270378351211548 1.6477657556533813 2.55194354057312 0.0 1.0168826580047607 2.1708219051361084 1.5771758556365967 1.1111023426055908 2.8531734943389893 0.9270378351211548 1.6477657556533813 1.275968074798584 0.9270341992378235 0.6269806623458862 0.7886064648628235 2.427034854888916 1.0168805122375488 2.1708219051361084 1.5771758556365967 1.1111023426055908 1.275968074798584 0.9270341992378235 0.6269806623458862 -0.4873666763305664 1.4999858140945435 0.6269804239273071 0.7886064648628235 2.427034854888916 1.0168805122375488 -0.4873666763305664 1.4999858140945435 0.6269804239273071 -0.8291640281677246 2.551947593688965 1.1111018657684326 0.7886064648628235 2.427034854888916 1.0168805122375488 -0.4873666763305664 1.4999858140945435 0.6269804239273071 -2.064568042755127 1.4999908208847046 1.016882300376892 -0.8291640281677246 2.551947593688965 1.1111018657684326 -0.4873666763305664 1.4999858140945435 0.6269804239273071 -1.577189326286316 0.0 0.626983642578125 -2.064568042755127 1.4999908208847046 1.016882300376892 -1.577189326286316 0.0 0.626983642578125 -2.6832785606384277 0.0 1.1111069917678833 -2.064568042755127 1.4999908208847046 1.016882300376892 -1.577189326286316 0.0 0.626983642578125 -2.064568042755127 -1.4999908208847046 1.016882300376892 -2.6832785606384277 0.0 1.1111069917678833 -1.577189326286316 0.0 0.626983642578125 -0.4873666763305664 -1.4999858140945435 0.6269804239273071 -2.064568042755127 -1.4999908208847046 1.016882300376892 -0.4873666763305664 -1.4999858140945435 0.6269804239273071 -0.8291640281677246 -2.551947593688965 1.1111018657684326 -2.064568042755127 -1.4999908208847046 1.016882300376892 2.55194354057312 0.0 1.0168826580047607 1.275968074798584 0.9270341992378235 0.6269806623458862 2.1708219051361084 1.5771758556365967 1.1111023426055908 2.55194354057312 0.0 1.0168826580047607 1.275968074798584 -0.9270341992378235 0.6269806623458862 1.275968074798584 0.9270341992378235 0.6269806623458862 1.275968074798584 -0.9270341992378235 0.6269806623458862 0.0 0.0 0.4477657079696655 1.275968074798584 0.9270341992378235 0.6269806623458862 -0.4873666763305664 -1.4999858140945435 0.6269804239273071 0.7886064648628235 -2.427034854888916 1.0168805122375488 -0.8291640281677246 -2.551947593688965 1.1111018657684326 -0.4873666763305664 -1.4999858140945435 0.6269804239273071 1.275968074798584 -0.9270341992378235 0.6269806623458862 0.7886064648628235 -2.427034854888916 1.0168805122375488 1.275968074798584 -0.9270341992378235 0.6269806623458862 2.1708219051361084 -1.5771758556365967 1.1111023426055908 0.7886064648628235 -2.427034854888916 1.0168805122375488 0.0 1.0 0.0 0.0 1.0 2.0 0.19509032368659973 0.9807852506637573 2.0 0.19509032368659973 0.9807852506637573 0.0 0.19509032368659973 0.9807852506637573 0.0 0.19509032368659973 0.9807852506637573 2.0 0.3826834559440613 0.9238795042037964 2.0 0.3826834559440613 0.9238795042037964 0.0 0.3826834559440613 0.9238795042037964 0.0 0.3826834559440613 0.9238795042037964 2.0 0.5555702447891235 0.8314695954322815 2.0 0.5555702447891235 0.8314695954322815 0.0 0.5555702447891235 0.8314695954322815 0.0 0.5555702447891235 0.8314695954322815 2.0 0.7071067690849304 0.7071067690849304 2.0 0.7071067690849304 0.7071067690849304 0.0 0.7071067690849304 0.7071067690849304 0.0 0.7071067690849304 0.7071067690849304 2.0 0.8314696550369263 0.5555701851844788 2.0 0.8314696550369263 0.5555701851844788 0.0 0.8314696550369263 0.5555701851844788 0.0 0.8314696550369263 0.5555701851844788 2.0 0.9238795042037964 0.3826834261417389 2.0 0.9238795042037964 0.3826834261417389 0.0 0.9238795042037964 0.3826834261417389 0.0 0.9238795042037964 0.3826834261417389 2.0 0.9807852506637573 0.19509035348892212 2.0 0.9807852506637573 0.19509035348892212 0.0 0.9807852506637573 0.19509035348892212 0.0 0.9807852506637573 0.19509035348892212 2.0 1.0 7.549790126404332e-08 2.0 1.0 7.549790126404332e-08 0.0 1.0 7.549790126404332e-08 0.0 1.0 7.549790126404332e-08 2.0 0.9807853102684021 -0.19509020447731018 2.0 0.9807853102684021 -0.19509020447731018 0.0 0.9807853102684021 -0.19509020447731018 0.0 0.9807853102684021 -0.19509020447731018 2.0 0.9238795638084412 -0.38268327713012695 2.0 0.9238795638084412 -0.38268327713012695 0.0 0.9238795638084412 -0.38268327713012695 0.0 0.9238795638084412 -0.38268327713012695 2.0 0.8314696550369263 -0.5555701851844788 2.0 0.8314696550369263 -0.5555701851844788 0.0 0.8314696550369263 -0.5555701851844788 0.0 0.8314696550369263 -0.5555701851844788 2.0 0.7071067690849304 -0.7071067690849304 2.0 0.7071067690849304 -0.7071067690849304 0.0 0.7071067690849304 -0.7071067690849304 0.0 0.7071067690849304 -0.7071067690849304 2.0 0.5555701851844788 -0.8314696550369263 2.0 0.5555701851844788 -0.8314696550369263 0.0 0.5555701851844788 -0.8314696550369263 0.0 0.5555701851844788 -0.8314696550369263 2.0 0.38268327713012695 -0.9238796234130859 2.0 0.38268327713012695 -0.9238796234130859 0.0 0.38268327713012695 -0.9238796234130859 0.0 0.38268327713012695 -0.9238796234130859 2.0 0.19509008526802063 -0.9807853102684021 2.0 0.19509008526802063 -0.9807853102684021 0.0 0.19509008526802063 -0.9807853102684021 0.0 0.19509008526802063 -0.9807853102684021 2.0 -3.2584136988589307e-07 -1.0 2.0 -3.2584136988589307e-07 -1.0 0.0 -3.2584136988589307e-07 -1.0 0.0 -3.2584136988589307e-07 -1.0 2.0 -0.19509072601795197 -0.9807851910591125 2.0 -0.19509072601795197 -0.9807851910591125 0.0 -0.19509072601795197 -0.9807851910591125 0.0 -0.19509072601795197 -0.9807851910591125 2.0 -0.3826838731765747 -0.9238793253898621 2.0 -0.3826838731765747 -0.9238793253898621 0.0 -0.3826838731765747 -0.9238793253898621 0.0 -0.3826838731765747 -0.9238793253898621 2.0 -0.5555707216262817 -0.8314692974090576 2.0 -0.5555707216262817 -0.8314692974090576 0.0 -0.5555707216262817 -0.8314692974090576 0.0 -0.5555707216262817 -0.8314692974090576 2.0 -0.7071072459220886 -0.707106351852417 2.0 -0.7071072459220886 -0.707106351852417 0.0 -0.7071072459220886 -0.707106351852417 0.0 -0.7071072459220886 -0.707106351852417 2.0 -0.8314700126647949 -0.5555696487426758 2.0 -0.8314700126647949 -0.5555696487426758 0.0 -0.8314700126647949 -0.5555696487426758 0.0 -0.8314700126647949 -0.5555696487426758 2.0 -0.923879861831665 -0.3826826810836792 2.0 -0.923879861831665 -0.3826826810836792 0.0 -0.923879861831665 -0.3826826810836792 0.0 -0.923879861831665 -0.3826826810836792 2.0 -0.9807854294776917 -0.1950894594192505 2.0 -0.9807854294776917 -0.1950894594192505 0.0 -0.9807854294776917 -0.1950894594192505 0.0 -0.9807854294776917 -0.1950894594192505 2.0 -1.0 9.655991561885457e-07 2.0 -1.0 9.655991561885457e-07 0.0 -1.0 9.655991561885457e-07 0.0 -1.0 9.655991561885457e-07 2.0 -0.980785071849823 0.1950913518667221 2.0 -0.980785071849823 0.1950913518667221 0.0 -0.980785071849823 0.1950913518667221 0.0 -0.980785071849823 0.1950913518667221 2.0 -0.923879086971283 0.38268446922302246 2.0 -0.923879086971283 0.38268446922302246 0.0 -0.923879086971283 0.38268446922302246 0.0 -0.923879086971283 0.38268446922302246 2.0 -0.831468939781189 0.5555712580680847 2.0 -0.831468939781189 0.5555712580680847 0.0 -0.831468939781189 0.5555712580680847 0.0 -0.831468939781189 0.5555712580680847 2.0 -0.7071058750152588 0.707107663154602 2.0 -0.7071058750152588 0.707107663154602 0.0 -0.7071058750152588 0.707107663154602 0.0 -0.7071058750152588 0.707107663154602 2.0 -0.5555691123008728 0.8314703702926636 2.0 -0.5555691123008728 0.8314703702926636 0.0 -0.5555691123008728 0.8314703702926636 0.0 -0.5555691123008728 0.8314703702926636 2.0 -0.38268208503723145 0.9238801002502441 2.0 -0.38268208503723145 0.9238801002502441 0.0 0.19509032368659973 0.9807852506637573 2.0 0.0 1.0 2.0 -0.19508881866931915 0.9807855486869812 2.0 -0.38268208503723145 0.9238801002502441 2.0 -0.5555691123008728 0.8314703702926636 2.0 -0.7071058750152588 0.707107663154602 2.0 -0.831468939781189 0.5555712580680847 2.0 -0.923879086971283 0.38268446922302246 2.0 -0.980785071849823 0.1950913518667221 2.0 -1.0 9.655991561885457e-07 2.0 -0.9807854294776917 -0.1950894594192505 2.0 -0.923879861831665 -0.3826826810836792 2.0 -0.8314700126647949 -0.5555696487426758 2.0 -0.7071072459220886 -0.707106351852417 2.0 -0.5555707216262817 -0.8314692974090576 2.0 -0.3826838731765747 -0.9238793253898621 2.0 -0.19509072601795197 -0.9807851910591125 2.0 -3.2584136988589307e-07 -1.0 2.0 0.19509008526802063 -0.9807853102684021 2.0 0.38268327713012695 -0.9238796234130859 2.0 0.5555701851844788 -0.8314696550369263 2.0 0.7071067690849304 -0.7071067690849304 2.0 0.8314696550369263 -0.5555701851844788 2.0 0.9238795638084412 -0.38268327713012695 2.0 0.9807853102684021 -0.19509020447731018 2.0 1.0 7.549790126404332e-08 2.0 0.9807852506637573 0.19509035348892212 2.0 0.9238795042037964 0.3826834261417389 2.0 0.8314696550369263 0.5555701851844788 2.0 0.7071067690849304 0.7071067690849304 2.0 0.5555702447891235 0.8314695954322815 2.0 0.3826834559440613 0.9238795042037964 2.0 -0.38268208503723145 0.9238801002502441 0.0 -0.38268208503723145 0.9238801002502441 2.0 -0.19508881866931915 0.9807855486869812 2.0 -0.19508881866931915 0.9807855486869812 0.0 -0.19508881866931915 0.9807855486869812 0.0 -0.19508881866931915 0.9807855486869812 2.0 0.0 1.0 2.0 0.0 1.0 0.0 0.0 1.0 0.0 0.19509032368659973 0.9807852506637573 0.0 0.3826834559440613 0.9238795042037964 0.0 0.5555702447891235 0.8314695954322815 0.0 0.7071067690849304 0.7071067690849304 0.0 0.8314696550369263 0.5555701851844788 0.0 0.9238795042037964 0.3826834261417389 0.0 0.9807852506637573 0.19509035348892212 0.0 1.0 7.549790126404332e-08 0.0 0.9807853102684021 -0.19509020447731018 0.0 0.9238795638084412 -0.38268327713012695 0.0 0.8314696550369263 -0.5555701851844788 0.0 0.7071067690849304 -0.7071067690849304 0.0 0.5555701851844788 -0.8314696550369263 0.0 0.38268327713012695 -0.9238796234130859 0.0 0.19509008526802063 -0.9807853102684021 0.0 -3.2584136988589307e-07 -1.0 0.0 -0.19509072601795197 -0.9807851910591125 0.0 -0.3826838731765747 -0.9238793253898621 0.0 -0.5555707216262817 -0.8314692974090576 0.0 -0.7071072459220886 -0.707106351852417 0.0 -0.8314700126647949 -0.5555696487426758 0.0 -0.923879861831665 -0.3826826810836792 0.0 -0.9807854294776917 -0.1950894594192505 0.0 -1.0 9.655991561885457e-07 0.0 -0.980785071849823 0.1950913518667221 0.0 -0.923879086971283 0.38268446922302246 0.0 -0.831468939781189 0.5555712580680847 0.0 -0.7071058750152588 0.707107663154602 0.0 -0.5555691123008728 0.8314703702926636 0.0 -0.38268208503723145 0.9238801002502441 0.0 -0.19508881866931915 0.9807855486869812 0.0 - - - - - - - - - - 0.042981747537851334 -0.13228166103363037 -0.9902799129486084 0.042981747537851334 -0.13228166103363037 -0.9902799129486084 0.042981747537851334 -0.13228166103363037 -0.9902799129486084 0.38553741574287415 -0.14757588505744934 -0.9108141660690308 0.38553741574287415 -0.14757588505744934 -0.9108141660690308 0.38553741574287415 -0.14757588505744934 -0.9108141660690308 -0.11252667754888535 -0.08175473660230637 -0.9902797937393188 -0.11252667754888535 -0.08175473660230637 -0.9902797937393188 -0.11252667754888535 -0.08175473660230637 -0.9902797937393188 -0.11252667754888535 0.08175473660230637 -0.9902797937393188 -0.11252667754888535 0.08175473660230637 -0.9902797937393188 -0.11252667754888535 0.08175473660230637 -0.9902797937393188 0.042981747537851334 0.13228166103363037 -0.9902799129486084 0.042981747537851334 0.13228166103363037 -0.9902799129486084 0.042981747537851334 0.13228166103363037 -0.9902799129486084 0.7215574979782104 -0.21370434761047363 -0.6585477590560913 0.7215574979782104 -0.21370434761047363 -0.6585477590560913 0.7215574979782104 -0.21370434761047363 -0.6585477590560913 0.0197305865585804 -0.7522783875465393 -0.6585498452186584 0.0197305865585804 -0.7522783875465393 -0.6585498452186584 0.0197305865585804 -0.7522783875465393 -0.6585498452186584 -0.7093649506568909 -0.2512282431125641 -0.65854811668396 -0.7093649506568909 -0.2512282431125641 -0.65854811668396 -0.7093649506568909 -0.2512282431125641 -0.65854811668396 -0.4581347703933716 0.5970110893249512 -0.6585515737533569 -0.4581347703933716 0.5970110893249512 -0.6585515737533569 -0.4581347703933716 0.5970110893249512 -0.6585515737533569 0.4262222647666931 0.6201982498168945 -0.658550500869751 0.4262222647666931 0.6201982498168945 -0.658550500869751 0.4262222647666931 0.6201982498168945 -0.658550500869751 0.7712917327880859 -0.5603730082511902 -0.3018133044242859 0.7712917327880859 -0.5603730082511902 -0.3018133044242859 0.7712917327880859 -0.5603730082511902 -0.3018133044242859 -0.29460641741752625 -0.9067050218582153 -0.30181628465652466 -0.29460641741752625 -0.9067050218582153 -0.30181628465652466 -0.29460641741752625 -0.9067050218582153 -0.30181628465652466 -0.9533662796020508 0.0 -0.3018158972263336 -0.9533662796020508 0.0 -0.3018158972263336 -0.9533662796020508 0.0 -0.3018158972263336 -0.29460641741752625 0.9067050218582153 -0.30181628465652466 -0.29460641741752625 0.9067050218582153 -0.30181628465652466 -0.29460641741752625 0.9067050218582153 -0.30181628465652466 0.7712917327880859 0.5603730082511902 -0.3018133044242859 0.7712917327880859 0.5603730082511902 -0.3018133044242859 0.7712917327880859 0.5603730082511902 -0.3018133044242859 0.22516217827796936 -0.34600555896759033 0.9108140468597412 0.22516217827796936 -0.34600555896759033 0.9108140468597412 0.22516217827796936 -0.34600555896759033 0.9108140468597412 -0.25949355959892273 -0.3210623264312744 0.9108140468597412 -0.25949355959892273 -0.3210623264312744 0.9108140468597412 -0.25949355959892273 -0.3210623264312744 0.9108140468597412 -0.3855375349521637 0.1475759893655777 0.9108139872550964 -0.3855375349521637 0.1475759893655777 0.9108139872550964 -0.3855375349521637 0.1475759893655777 0.9108139872550964 0.02121424488723278 0.4122711718082428 0.9108141660690308 0.02121424488723278 0.4122711718082428 0.9108141660690308 0.02121424488723278 0.4122711718082428 0.9108141660690308 0.3986528813838959 0.10722033679485321 0.9108126759529114 0.3986528813838959 0.10722033679485321 0.9108126759529114 0.3986528813838959 0.10722033679485321 0.9108126759529114 0.11252637952566147 0.08175487071275711 0.9902797937393188 0.11252637952566147 0.08175487071275711 0.9902797937393188 0.11252637952566147 0.08175487071275711 0.9902797937393188 0.23641961812973022 0.17176969349384308 0.9563477635383606 0.23641961812973022 0.17176969349384308 0.9563477635383606 0.23641961812973022 0.17176969349384308 0.9563477635383606 0.22516214847564697 0.34600555896759033 0.9108139872550964 0.22516214847564697 0.34600555896759033 0.9108139872550964 0.22516214847564697 0.34600555896759033 0.9108139872550964 -0.04298152029514313 0.13228178024291992 0.9902799129486084 -0.04298152029514313 0.13228178024291992 0.9902799129486084 -0.04298152029514313 0.13228178024291992 0.9902799129486084 -0.09030546247959137 0.27792754769325256 0.9563477635383606 -0.09030546247959137 0.27792754769325256 0.9563477635383606 -0.09030546247959137 0.27792754769325256 0.9563477635383606 -0.25949355959892273 0.32106226682662964 0.9108140468597412 -0.25949355959892273 0.32106226682662964 0.9108140468597412 -0.25949355959892273 0.32106226682662964 0.9108140468597412 -0.1390886902809143 0.0 0.9902799725532532 -0.1390886902809143 0.0 0.9902799725532532 -0.1390886902809143 0.0 0.9902799725532532 -0.2922327220439911 0.0 0.9563472270965576 -0.2922327220439911 0.0 0.9563472270965576 -0.2922327220439911 0.0 0.9563472270965576 -0.3855375647544861 -0.1475760042667389 0.9108139872550964 -0.3855375647544861 -0.1475760042667389 0.9108139872550964 -0.3855375647544861 -0.1475760042667389 0.9108139872550964 -0.04298152029514313 -0.13228178024291992 0.9902799129486084 -0.04298152029514313 -0.13228178024291992 0.9902799129486084 -0.04298152029514313 -0.13228178024291992 0.9902799129486084 -0.09030565619468689 -0.27792754769325256 0.9563477635383606 -0.09030565619468689 -0.27792754769325256 0.9563477635383606 -0.09030565619468689 -0.27792754769325256 0.9563477635383606 0.02121424488723278 -0.4122711420059204 0.9108142256736755 0.02121424488723278 -0.4122711420059204 0.9108142256736755 0.02121424488723278 -0.4122711420059204 0.9108142256736755 0.11252637952566147 -0.08175487071275711 0.9902797937393188 0.11252637952566147 -0.08175487071275711 0.9902797937393188 0.11252637952566147 -0.08175487071275711 0.9902797937393188 0.23641957342624664 -0.1717696338891983 0.9563477039337158 0.23641957342624664 -0.1717696338891983 0.9563477039337158 0.23641957342624664 -0.1717696338891983 0.9563477039337158 0.3986528813838959 -0.10722033679485321 0.9108126759529114 0.3986528813838959 -0.10722033679485321 0.9108126759529114 0.3986528813838959 -0.10722033679485321 0.9108126759529114 0.7093650698661804 0.25122809410095215 0.6585481762886047 0.7093650698661804 0.25122809410095215 0.6585481762886047 0.7093650698661804 0.25122809410095215 0.6585481762886047 0.7300693988800049 0.5304239392280579 0.43087029457092285 0.7300693988800049 0.5304239392280579 0.43087029457092285 0.7300693988800049 0.5304239392280579 0.43087029457092285 0.45813488960266113 0.5970110893249512 0.6585515737533569 0.45813488960266113 0.5970110893249512 0.6585515737533569 0.45813488960266113 0.5970110893249512 0.6585515737533569 -0.019730493426322937 0.7522783875465393 0.6585499048233032 -0.019730493426322937 0.7522783875465393 0.6585499048233032 -0.019730493426322937 0.7522783875465393 0.6585499048233032 -0.27886077761650085 0.8582444190979004 0.43087494373321533 -0.27886077761650085 0.8582444190979004 0.43087494373321533 -0.27886077761650085 0.8582444190979004 0.43087494373321533 -0.4262223541736603 0.6201981902122498 0.6585503220558167 -0.4262223541736603 0.6201981902122498 0.6585503220558167 -0.4262223541736603 0.6201981902122498 0.6585503220558167 -0.7215573191642761 0.21370446681976318 0.6585479974746704 -0.7215573191642761 0.21370446681976318 0.6585479974746704 -0.7215573191642761 0.21370446681976318 0.6585479974746704 -0.9024105072021484 0.0 0.430877149105072 -0.9024105072021484 0.0 0.430877149105072 -0.9024105072021484 0.0 0.430877149105072 -0.7215573191642761 -0.21370446681976318 0.6585479974746704 -0.7215573191642761 -0.21370446681976318 0.6585479974746704 -0.7215573191642761 -0.21370446681976318 0.6585479974746704 -0.4262223541736603 -0.6201981902122498 0.6585503220558167 -0.4262223541736603 -0.6201981902122498 0.6585503220558167 -0.4262223541736603 -0.6201981902122498 0.6585503220558167 -0.2788607180118561 -0.8582444190979004 0.43087494373321533 -0.2788607180118561 -0.8582444190979004 0.43087494373321533 -0.2788607180118561 -0.8582444190979004 0.43087494373321533 -0.019730493426322937 -0.7522783875465393 0.6585499048233032 -0.019730493426322937 -0.7522783875465393 0.6585499048233032 -0.019730493426322937 -0.7522783875465393 0.6585499048233032 0.45813488960266113 -0.5970110893249512 0.6585515737533569 0.45813488960266113 -0.5970110893249512 0.6585515737533569 0.45813488960266113 -0.5970110893249512 0.6585515737533569 0.7300693392753601 -0.5304238796234131 0.4308703541755676 0.7300693392753601 -0.5304238796234131 0.4308703541755676 0.7300693392753601 -0.5304238796234131 0.4308703541755676 0.7093650698661804 -0.25122809410095215 0.6585481762886047 0.7093650698661804 -0.25122809410095215 0.6585481762886047 0.7093650698661804 -0.25122809410095215 0.6585481762886047 0.29460641741752625 0.9067050218582153 0.30181628465652466 0.29460641741752625 0.9067050218582153 0.30181628465652466 0.29460641741752625 0.9067050218582153 0.30181628465652466 0.2788606286048889 0.8582444190979004 -0.43087494373321533 0.2788606286048889 0.8582444190979004 -0.43087494373321533 0.2788606286048889 0.8582444190979004 -0.43087494373321533 0.01973068155348301 0.7522783875465393 -0.6585498452186584 0.01973068155348301 0.7522783875465393 -0.6585498452186584 0.01973068155348301 0.7522783875465393 -0.6585498452186584 -0.7712914943695068 0.5603731870651245 0.30181339383125305 -0.7712914943695068 0.5603731870651245 0.30181339383125305 -0.7712914943695068 0.5603731870651245 0.30181339383125305 -0.7300695180892944 0.530423641204834 -0.43087032437324524 -0.7300695180892944 0.530423641204834 -0.43087032437324524 -0.7300695180892944 0.530423641204834 -0.43087032437324524 -0.7093649506568909 0.2512282431125641 -0.65854811668396 -0.7093649506568909 0.2512282431125641 -0.65854811668396 -0.7093649506568909 0.2512282431125641 -0.65854811668396 -0.7712914943695068 -0.5603731870651245 0.30181339383125305 -0.7712914943695068 -0.5603731870651245 0.30181339383125305 -0.7712914943695068 -0.5603731870651245 0.30181339383125305 -0.7300695180892944 -0.5304237008094788 -0.43087026476860046 -0.7300695180892944 -0.5304237008094788 -0.43087026476860046 -0.7300695180892944 -0.5304237008094788 -0.43087026476860046 -0.4581347703933716 -0.5970110893249512 -0.6585516929626465 -0.4581347703933716 -0.5970110893249512 -0.6585516929626465 -0.4581347703933716 -0.5970110893249512 -0.6585516929626465 0.29460644721984863 -0.9067050218582153 0.30181628465652466 0.29460644721984863 -0.9067050218582153 0.30181628465652466 0.29460644721984863 -0.9067050218582153 0.30181628465652466 0.2788606286048889 -0.8582444190979004 -0.43087494373321533 0.2788606286048889 -0.8582444190979004 -0.43087494373321533 0.2788606286048889 -0.8582444190979004 -0.43087494373321533 0.4262222349643707 -0.6201983094215393 -0.6585504412651062 0.4262222349643707 -0.6201983094215393 -0.6585504412651062 0.4262222349643707 -0.6201983094215393 -0.6585504412651062 0.9533662796020508 0.0 0.3018158972263336 0.9533662796020508 0.0 0.3018158972263336 0.9533662796020508 0.0 0.3018158972263336 0.9024105072021484 0.0 -0.43087732791900635 0.9024105072021484 0.0 -0.43087732791900635 0.9024105072021484 0.0 -0.43087732791900635 0.7215574979782104 0.21370434761047363 -0.6585478186607361 0.7215574979782104 0.21370434761047363 -0.6585478186607361 0.7215574979782104 0.21370434761047363 -0.6585478186607361 0.2594936192035675 0.32106223702430725 -0.9108140468597412 0.2594936192035675 0.32106223702430725 -0.9108140468597412 0.2594936192035675 0.32106223702430725 -0.9108140468597412 0.09030575305223465 0.2779275178909302 -0.9563477635383606 0.09030575305223465 0.2779275178909302 -0.9563477635383606 0.09030575305223465 0.2779275178909302 -0.9563477635383606 -0.021214473992586136 0.41227129101753235 -0.9108141660690308 -0.021214473992586136 0.41227129101753235 -0.9108141660690308 -0.021214473992586136 0.41227129101753235 -0.9108141660690308 -0.2251623272895813 0.3460055887699127 -0.9108139276504517 -0.2251623272895813 0.3460055887699127 -0.9108139276504517 -0.2251623272895813 0.3460055887699127 -0.9108139276504517 -0.23641933500766754 0.17176967859268188 -0.9563477039337158 -0.23641933500766754 0.17176967859268188 -0.9563477039337158 -0.23641933500766754 0.17176967859268188 -0.9563477039337158 -0.3986528813838959 0.10722043365240097 -0.9108126759529114 -0.3986528813838959 0.10722043365240097 -0.9108126759529114 -0.3986528813838959 0.10722043365240097 -0.9108126759529114 -0.3986528813838959 -0.10722043365240097 -0.9108126759529114 -0.3986528813838959 -0.10722043365240097 -0.9108126759529114 -0.3986528813838959 -0.10722043365240097 -0.9108126759529114 -0.23641939461231232 -0.17176975309848785 -0.9563478231430054 -0.23641939461231232 -0.17176975309848785 -0.9563478231430054 -0.23641939461231232 -0.17176975309848785 -0.9563478231430054 -0.2251623272895813 -0.3460055887699127 -0.9108139276504517 -0.2251623272895813 -0.3460055887699127 -0.9108139276504517 -0.2251623272895813 -0.3460055887699127 -0.9108139276504517 0.38553741574287415 0.1475759595632553 -0.910814106464386 0.38553741574287415 0.1475759595632553 -0.910814106464386 0.38553741574287415 0.1475759595632553 -0.910814106464386 0.2922327220439911 0.0 -0.9563472270965576 0.2922327220439911 0.0 -0.9563472270965576 0.2922327220439911 0.0 -0.9563472270965576 0.13908882439136505 0.0 -0.9902799725532532 0.13908882439136505 0.0 -0.9902799725532532 0.13908882439136505 0.0 -0.9902799725532532 -0.021214473992586136 -0.41227129101753235 -0.9108141660690308 -0.021214473992586136 -0.41227129101753235 -0.9108141660690308 -0.021214473992586136 -0.41227129101753235 -0.9108141660690308 0.09030575305223465 -0.2779275178909302 -0.9563477635383606 0.09030575305223465 -0.2779275178909302 -0.9563477635383606 0.09030575305223465 -0.2779275178909302 -0.9563477635383606 0.2594936192035675 -0.32106223702430725 -0.9108140468597412 0.2594936192035675 -0.32106223702430725 -0.9108140468597412 0.2594936192035675 -0.32106223702430725 -0.9108140468597412 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 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 0.0 1.0 -1.3366647522161657e-07 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 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 -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 -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

-

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 203

-

204 205 206

-

207 208 209

-

210 211 212

-

213 214 215

-

216 217 218

-

219 220 221

-

222 223 224

-

225 226 227

-

228 229 230

-

231 232 233

-

234 235 236

-

237 238 239

-

240 241 242 243

-

244 245 246 247

-

248 249 250 251

-

252 253 254 255

-

256 257 258 259

-

260 261 262 263

-

264 265 266 267

-

268 269 270 271

-

272 273 274 275

-

276 277 278 279

-

280 281 282 283

-

284 285 286 287

-

288 289 290 291

-

292 293 294 295

-

296 297 298 299

-

300 301 302 303

-

304 305 306 307

-

308 309 310 311

-

312 313 314 315

-

316 317 318 319

-

320 321 322 323

-

324 325 326 327

-

328 329 330 331

-

332 333 334 335

-

336 337 338 339

-

340 341 342 343

-

344 345 346 347

-

348 349 350 351

-

352 353 354 355

-

356 357 358 359

-

360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391

-

392 393 394 395

-

396 397 398 399

-

400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431

-
-
-
-
- - - - 0.20000000298023224 0.0 0.0 0.0 0.0 0.20000000298023224 0.0 0.0 0.0 0.0 0.5 0.0 0.0 0.0 0.0 1.0 - - - - - - - - -
diff --git a/tree_ball.dae.import b/tree_ball.dae.import deleted file mode 100644 index 582a4ce..0000000 --- a/tree_ball.dae.import +++ /dev/null @@ -1,1049 +0,0 @@ -[remap] - -importer="scene" -type="PackedScene" -path="res://.import/tree_ball.dae-2c54a8dc21ebd729585866cc7ab1ce53.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/tree_oak.tscn b/tree_oak.tscn new file mode 100644 index 0000000..2865154 --- /dev/null +++ b/tree_oak.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://mesh/tree_ball.dae" type="PackedScene" id=1] + +[node name="Scene Root" instance=ExtResource( 1 )] + + diff --git a/tree_pine.dae b/tree_pine.dae deleted file mode 100644 index fa53ded..0000000 --- a/tree_pine.dae +++ /dev/null @@ -1,158 +0,0 @@ - - - - - Anonymous - Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com) - - 2017-04-22T05:37:22Z - 2017-04-22T05:37:22Z - - Z_UP - - - - - - 0.0 0.888888955116272 1.7566468715667725 0.0 0.0 3.7566468715667725 0.17341363430023193 0.871809184551239 1.7566468715667725 0.17341363430023193 0.871809184551239 1.7566468715667725 0.0 0.0 3.7566468715667725 0.34016311168670654 0.8212262988090515 1.7566468715667725 0.34016311168670654 0.8212262988090515 1.7566468715667725 0.0 0.0 3.7566468715667725 0.4938402473926544 0.7390841245651245 1.7566468715667725 0.4938402473926544 0.7390841245651245 1.7566468715667725 0.0 0.0 3.7566468715667725 0.6285393834114075 0.6285393834114075 1.7566468715667725 0.6285393834114075 0.6285393834114075 1.7566468715667725 0.0 0.0 3.7566468715667725 0.7390841841697693 0.49384018778800964 1.7566468715667725 0.7390841841697693 0.49384018778800964 1.7566468715667725 0.0 0.0 3.7566468715667725 0.8212262988090515 0.34016308188438416 1.7566468715667725 0.8212262988090515 0.34016308188438416 1.7566468715667725 0.0 0.0 3.7566468715667725 0.871809184551239 0.17341366410255432 1.7566468715667725 0.871809184551239 0.17341366410255432 1.7566468715667725 0.0 0.0 3.7566468715667725 0.888888955116272 6.71092479365143e-08 1.7566468715667725 0.888888955116272 6.71092479365143e-08 1.7566468715667725 0.0 0.0 3.7566468715667725 0.8718092441558838 -0.17341352999210358 1.7566468715667725 0.8718092441558838 -0.17341352999210358 1.7566468715667725 0.0 0.0 3.7566468715667725 0.8212263584136963 -0.3401629328727722 1.7566468715667725 0.8212263584136963 -0.3401629328727722 1.7566468715667725 0.0 0.0 3.7566468715667725 0.7390841841697693 -0.49384018778800964 1.7566468715667725 0.7390841841697693 -0.49384018778800964 1.7566468715667725 0.0 0.0 3.7566468715667725 0.6285393834114075 -0.6285393834114075 1.7566468715667725 0.6285393834114075 -0.6285393834114075 1.7566468715667725 0.0 0.0 3.7566468715667725 0.49384018778800964 -0.7390841841697693 1.7566468715667725 0.49384018778800964 -0.7390841841697693 1.7566468715667725 0.0 0.0 3.7566468715667725 0.3401629328727722 -0.8212264180183411 1.7566468715667725 0.3401629328727722 -0.8212264180183411 1.7566468715667725 0.0 0.0 3.7566468715667725 0.17341342568397522 -0.8718092441558838 1.7566468715667725 0.17341342568397522 -0.8718092441558838 1.7566468715667725 0.0 0.0 3.7566468715667725 -2.896368016536144e-07 -0.888888955116272 1.7566468715667725 -2.896368016536144e-07 -0.888888955116272 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.17341399192810059 -0.8718091249465942 1.7566468715667725 -0.17341399192810059 -0.8718091249465942 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.3401634693145752 -0.8212261199951172 1.7566468715667725 -0.3401634693145752 -0.8212261199951172 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.49384066462516785 -0.7390838861465454 1.7566468715667725 -0.49384066462516785 -0.7390838861465454 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.6285398006439209 -0.6285390257835388 1.7566468715667725 -0.6285398006439209 -0.6285390257835388 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.7390844821929932 -0.49383971095085144 1.7566468715667725 -0.7390844821929932 -0.49383971095085144 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.8212265968322754 -0.34016239643096924 1.7566468715667725 -0.8212265968322754 -0.34016239643096924 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.8718093633651733 -0.17341285943984985 1.7566468715667725 -0.8718093633651733 -0.17341285943984985 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.888888955116272 8.583104431636457e-07 1.7566468715667725 -0.888888955116272 8.583104431636457e-07 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.8718090057373047 0.17341454327106476 1.7566468715667725 -0.8718090057373047 0.17341454327106476 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.8212259411811829 0.3401640057563782 1.7566468715667725 -0.8212259411811829 0.3401640057563782 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.7390835285186768 0.49384114146232605 1.7566468715667725 -0.7390835285186768 0.49384114146232605 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.6285386085510254 0.6285402178764343 1.7566468715667725 -0.6285386085510254 0.6285402178764343 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.49383923411369324 0.7390848398208618 1.7566468715667725 -0.49383923411369324 0.7390848398208618 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.34016188979148865 0.8212268352508545 1.7566468715667725 -0.34016188979148865 0.8212268352508545 1.7566468715667725 0.0 0.0 3.7566468715667725 -0.1734122931957245 0.8718094229698181 1.7566468715667725 -0.1734122931957245 0.8718094229698181 1.7566468715667725 0.0 0.0 3.7566468715667725 0.0 0.888888955116272 1.7566468715667725 0.0 0.888888955116272 1.7566468715667725 0.17341363430023193 0.871809184551239 1.7566468715667725 0.34016311168670654 0.8212262988090515 1.7566468715667725 0.4938402473926544 0.7390841245651245 1.7566468715667725 0.6285393834114075 0.6285393834114075 1.7566468715667725 0.7390841841697693 0.49384018778800964 1.7566468715667725 0.8212262988090515 0.34016308188438416 1.7566468715667725 0.871809184551239 0.17341366410255432 1.7566468715667725 0.888888955116272 6.71092479365143e-08 1.7566468715667725 0.8718092441558838 -0.17341352999210358 1.7566468715667725 0.8212263584136963 -0.3401629328727722 1.7566468715667725 0.7390841841697693 -0.49384018778800964 1.7566468715667725 0.6285393834114075 -0.6285393834114075 1.7566468715667725 0.49384018778800964 -0.7390841841697693 1.7566468715667725 0.3401629328727722 -0.8212264180183411 1.7566468715667725 0.17341342568397522 -0.8718092441558838 1.7566468715667725 -2.896368016536144e-07 -0.888888955116272 1.7566468715667725 -0.17341399192810059 -0.8718091249465942 1.7566468715667725 -0.3401634693145752 -0.8212261199951172 1.7566468715667725 -0.49384066462516785 -0.7390838861465454 1.7566468715667725 -0.6285398006439209 -0.6285390257835388 1.7566468715667725 -0.7390844821929932 -0.49383971095085144 1.7566468715667725 -0.8212265968322754 -0.34016239643096924 1.7566468715667725 -0.8718093633651733 -0.17341285943984985 1.7566468715667725 -0.888888955116272 8.583104431636457e-07 1.7566468715667725 -0.8718090057373047 0.17341454327106476 1.7566468715667725 -0.8212259411811829 0.3401640057563782 1.7566468715667725 -0.7390835285186768 0.49384114146232605 1.7566468715667725 -0.6285386085510254 0.6285402178764343 1.7566468715667725 -0.49383923411369324 0.7390848398208618 1.7566468715667725 -0.34016188979148865 0.8212268352508545 1.7566468715667725 -0.1734122931957245 0.8718094229698181 1.7566468715667725 0.0 0.444444477558136 4.5299530029296875e-06 0.0 0.444444477558136 2.500004529953003 0.08670681715011597 0.4359045922756195 2.500004529953003 0.08670681715011597 0.4359045922756195 4.5299530029296875e-06 0.08670681715011597 0.4359045922756195 4.5299530029296875e-06 0.08670681715011597 0.4359045922756195 2.500004529953003 0.17008155584335327 0.41061314940452576 2.500004529953003 0.17008155584335327 0.41061314940452576 4.5299530029296875e-06 0.17008155584335327 0.41061314940452576 4.5299530029296875e-06 0.17008155584335327 0.41061314940452576 2.500004529953003 0.2469201236963272 0.36954206228256226 2.500004529953003 0.2469201236963272 0.36954206228256226 4.5299530029296875e-06 0.2469201236963272 0.36954206228256226 4.5299530029296875e-06 0.2469201236963272 0.36954206228256226 2.500004529953003 0.31426969170570374 0.31426969170570374 2.500004529953003 0.31426969170570374 0.31426969170570374 4.5299530029296875e-06 0.31426969170570374 0.31426969170570374 4.5299530029296875e-06 0.31426969170570374 0.31426969170570374 2.500004529953003 0.36954209208488464 0.24692009389400482 2.500004529953003 0.36954209208488464 0.24692009389400482 4.5299530029296875e-06 0.36954209208488464 0.24692009389400482 4.5299530029296875e-06 0.36954209208488464 0.24692009389400482 2.500004529953003 0.41061314940452576 0.17008154094219208 2.500004529953003 0.41061314940452576 0.17008154094219208 4.5299530029296875e-06 0.41061314940452576 0.17008154094219208 4.5299530029296875e-06 0.41061314940452576 0.17008154094219208 2.500004529953003 0.4359045922756195 0.08670683205127716 2.500004529953003 0.4359045922756195 0.08670683205127716 4.5299530029296875e-06 0.4359045922756195 0.08670683205127716 4.5299530029296875e-06 0.4359045922756195 0.08670683205127716 2.500004529953003 0.444444477558136 3.355462396825715e-08 2.500004529953003 0.444444477558136 3.355462396825715e-08 4.5299530029296875e-06 0.444444477558136 3.355462396825715e-08 4.5299530029296875e-06 0.444444477558136 3.355462396825715e-08 2.500004529953003 0.4359046220779419 -0.08670676499605179 2.500004529953003 0.4359046220779419 -0.08670676499605179 4.5299530029296875e-06 0.4359046220779419 -0.08670676499605179 4.5299530029296875e-06 0.4359046220779419 -0.08670676499605179 2.500004529953003 0.41061317920684814 -0.1700814664363861 2.500004529953003 0.41061317920684814 -0.1700814664363861 4.5299530029296875e-06 0.41061317920684814 -0.1700814664363861 4.5299530029296875e-06 0.41061317920684814 -0.1700814664363861 2.500004529953003 0.36954209208488464 -0.24692009389400482 2.500004529953003 0.36954209208488464 -0.24692009389400482 4.5299530029296875e-06 0.36954209208488464 -0.24692009389400482 4.5299530029296875e-06 0.36954209208488464 -0.24692009389400482 2.500004529953003 0.31426969170570374 -0.31426969170570374 2.500004529953003 0.31426969170570374 -0.31426969170570374 4.5299530029296875e-06 0.31426969170570374 -0.31426969170570374 4.5299530029296875e-06 0.31426969170570374 -0.31426969170570374 2.500004529953003 0.24692009389400482 -0.36954209208488464 2.500004529953003 0.24692009389400482 -0.36954209208488464 4.5299530029296875e-06 0.24692009389400482 -0.36954209208488464 4.5299530029296875e-06 0.24692009389400482 -0.36954209208488464 2.500004529953003 0.1700814664363861 -0.41061320900917053 2.500004529953003 0.1700814664363861 -0.41061320900917053 4.5299530029296875e-06 0.1700814664363861 -0.41061320900917053 4.5299530029296875e-06 0.1700814664363861 -0.41061320900917053 2.500004529953003 0.08670671284198761 -0.4359046220779419 2.500004529953003 0.08670671284198761 -0.4359046220779419 4.5299530029296875e-06 0.08670671284198761 -0.4359046220779419 4.5299530029296875e-06 0.08670671284198761 -0.4359046220779419 2.500004529953003 -1.448184008268072e-07 -0.444444477558136 2.500004529953003 -1.448184008268072e-07 -0.444444477558136 4.5299530029296875e-06 -1.448184008268072e-07 -0.444444477558136 4.5299530029296875e-06 -1.448184008268072e-07 -0.444444477558136 2.500004529953003 -0.08670699596405029 -0.4359045624732971 2.500004529953003 -0.08670699596405029 -0.4359045624732971 4.5299530029296875e-06 -0.08670699596405029 -0.4359045624732971 4.5299530029296875e-06 -0.08670699596405029 -0.4359045624732971 2.500004529953003 -0.1700817346572876 -0.4106130599975586 2.500004529953003 -0.1700817346572876 -0.4106130599975586 4.5299530029296875e-06 -0.1700817346572876 -0.4106130599975586 4.5299530029296875e-06 -0.1700817346572876 -0.4106130599975586 2.500004529953003 -0.24692033231258392 -0.3695419430732727 2.500004529953003 -0.24692033231258392 -0.3695419430732727 4.5299530029296875e-06 -0.24692033231258392 -0.3695419430732727 4.5299530029296875e-06 -0.24692033231258392 -0.3695419430732727 2.500004529953003 -0.31426990032196045 -0.3142695128917694 2.500004529953003 -0.31426990032196045 -0.3142695128917694 4.5299530029296875e-06 -0.31426990032196045 -0.3142695128917694 4.5299530029296875e-06 -0.31426990032196045 -0.3142695128917694 2.500004529953003 -0.3695422410964966 -0.24691985547542572 2.500004529953003 -0.3695422410964966 -0.24691985547542572 4.5299530029296875e-06 -0.3695422410964966 -0.24691985547542572 4.5299530029296875e-06 -0.3695422410964966 -0.24691985547542572 2.500004529953003 -0.4106132984161377 -0.17008119821548462 2.500004529953003 -0.4106132984161377 -0.17008119821548462 4.5299530029296875e-06 -0.4106132984161377 -0.17008119821548462 4.5299530029296875e-06 -0.4106132984161377 -0.17008119821548462 2.500004529953003 -0.43590468168258667 -0.08670642971992493 2.500004529953003 -0.43590468168258667 -0.08670642971992493 4.5299530029296875e-06 -0.43590468168258667 -0.08670642971992493 4.5299530029296875e-06 -0.43590468168258667 -0.08670642971992493 2.500004529953003 -0.444444477558136 4.2915522158182284e-07 2.500004529953003 -0.444444477558136 4.2915522158182284e-07 4.5299530029296875e-06 -0.444444477558136 4.2915522158182284e-07 4.5299530029296875e-06 -0.444444477558136 4.2915522158182284e-07 2.500004529953003 -0.43590450286865234 0.08670727163553238 2.500004529953003 -0.43590450286865234 0.08670727163553238 4.5299530029296875e-06 -0.43590450286865234 0.08670727163553238 4.5299530029296875e-06 -0.43590450286865234 0.08670727163553238 2.500004529953003 -0.41061297059059143 0.1700820028781891 2.500004529953003 -0.41061297059059143 0.1700820028781891 4.5299530029296875e-06 -0.41061297059059143 0.1700820028781891 4.5299530029296875e-06 -0.41061297059059143 0.1700820028781891 2.500004529953003 -0.3695417642593384 0.24692057073116302 2.500004529953003 -0.3695417642593384 0.24692057073116302 4.5299530029296875e-06 -0.3695417642593384 0.24692057073116302 4.5299530029296875e-06 -0.3695417642593384 0.24692057073116302 2.500004529953003 -0.3142693042755127 0.31427010893821716 2.500004529953003 -0.3142693042755127 0.31427010893821716 4.5299530029296875e-06 -0.3142693042755127 0.31427010893821716 4.5299530029296875e-06 -0.3142693042755127 0.31427010893821716 2.500004529953003 -0.24691961705684662 0.3695424199104309 2.500004529953003 -0.24691961705684662 0.3695424199104309 4.5299530029296875e-06 -0.24691961705684662 0.3695424199104309 4.5299530029296875e-06 -0.24691961705684662 0.3695424199104309 2.500004529953003 -0.17008094489574432 0.41061341762542725 2.500004529953003 -0.17008094489574432 0.41061341762542725 4.5299530029296875e-06 0.08670681715011597 0.4359045922756195 2.500004529953003 0.0 0.444444477558136 2.500004529953003 -0.08670614659786224 0.43590471148490906 2.500004529953003 -0.17008094489574432 0.41061341762542725 2.500004529953003 -0.24691961705684662 0.3695424199104309 2.500004529953003 -0.3142693042755127 0.31427010893821716 2.500004529953003 -0.3695417642593384 0.24692057073116302 2.500004529953003 -0.41061297059059143 0.1700820028781891 2.500004529953003 -0.43590450286865234 0.08670727163553238 2.500004529953003 -0.444444477558136 4.2915522158182284e-07 2.500004529953003 -0.43590468168258667 -0.08670642971992493 2.500004529953003 -0.4106132984161377 -0.17008119821548462 2.500004529953003 -0.3695422410964966 -0.24691985547542572 2.500004529953003 -0.31426990032196045 -0.3142695128917694 2.500004529953003 -0.24692033231258392 -0.3695419430732727 2.500004529953003 -0.1700817346572876 -0.4106130599975586 2.500004529953003 -0.08670699596405029 -0.4359045624732971 2.500004529953003 -1.448184008268072e-07 -0.444444477558136 2.500004529953003 0.08670671284198761 -0.4359046220779419 2.500004529953003 0.1700814664363861 -0.41061320900917053 2.500004529953003 0.24692009389400482 -0.36954209208488464 2.500004529953003 0.31426969170570374 -0.31426969170570374 2.500004529953003 0.36954209208488464 -0.24692009389400482 2.500004529953003 0.41061317920684814 -0.1700814664363861 2.500004529953003 0.4359046220779419 -0.08670676499605179 2.500004529953003 0.444444477558136 3.355462396825715e-08 2.500004529953003 0.4359045922756195 0.08670683205127716 2.500004529953003 0.41061314940452576 0.17008154094219208 2.500004529953003 0.36954209208488464 0.24692009389400482 2.500004529953003 0.31426969170570374 0.31426969170570374 2.500004529953003 0.2469201236963272 0.36954206228256226 2.500004529953003 0.17008155584335327 0.41061314940452576 2.500004529953003 -0.17008094489574432 0.41061341762542725 4.5299530029296875e-06 -0.17008094489574432 0.41061341762542725 2.500004529953003 -0.08670614659786224 0.43590471148490906 2.500004529953003 -0.08670614659786224 0.43590471148490906 4.5299530029296875e-06 -0.08670614659786224 0.43590471148490906 4.5299530029296875e-06 -0.08670614659786224 0.43590471148490906 2.500004529953003 0.0 0.444444477558136 2.500004529953003 0.0 0.444444477558136 4.5299530029296875e-06 0.0 0.444444477558136 4.5299530029296875e-06 0.08670681715011597 0.4359045922756195 4.5299530029296875e-06 0.17008155584335327 0.41061314940452576 4.5299530029296875e-06 0.2469201236963272 0.36954206228256226 4.5299530029296875e-06 0.31426969170570374 0.31426969170570374 4.5299530029296875e-06 0.36954209208488464 0.24692009389400482 4.5299530029296875e-06 0.41061314940452576 0.17008154094219208 4.5299530029296875e-06 0.4359045922756195 0.08670683205127716 4.5299530029296875e-06 0.444444477558136 3.355462396825715e-08 4.5299530029296875e-06 0.4359046220779419 -0.08670676499605179 4.5299530029296875e-06 0.41061317920684814 -0.1700814664363861 4.5299530029296875e-06 0.36954209208488464 -0.24692009389400482 4.5299530029296875e-06 0.31426969170570374 -0.31426969170570374 4.5299530029296875e-06 0.24692009389400482 -0.36954209208488464 4.5299530029296875e-06 0.1700814664363861 -0.41061320900917053 4.5299530029296875e-06 0.08670671284198761 -0.4359046220779419 4.5299530029296875e-06 -1.448184008268072e-07 -0.444444477558136 4.5299530029296875e-06 -0.08670699596405029 -0.4359045624732971 4.5299530029296875e-06 -0.1700817346572876 -0.4106130599975586 4.5299530029296875e-06 -0.24692033231258392 -0.3695419430732727 4.5299530029296875e-06 -0.31426990032196045 -0.3142695128917694 4.5299530029296875e-06 -0.3695422410964966 -0.24691985547542572 4.5299530029296875e-06 -0.4106132984161377 -0.17008119821548462 4.5299530029296875e-06 -0.43590468168258667 -0.08670642971992493 4.5299530029296875e-06 -0.444444477558136 4.2915522158182284e-07 4.5299530029296875e-06 -0.43590450286865234 0.08670727163553238 4.5299530029296875e-06 -0.41061297059059143 0.1700820028781891 4.5299530029296875e-06 -0.3695417642593384 0.24692057073116302 4.5299530029296875e-06 -0.3142693042755127 0.31427010893821716 4.5299530029296875e-06 -0.24691961705684662 0.3695424199104309 4.5299530029296875e-06 -0.17008094489574432 0.41061341762542725 4.5299530029296875e-06 -0.08670614659786224 0.43590471148490906 4.5299530029296875e-06 0.0 1.0 0.8119000196456909 0.0 0.0 2.8119001388549805 0.19509032368659973 0.9807852506637573 0.8119000196456909 0.19509032368659973 0.9807852506637573 0.8119000196456909 0.0 0.0 2.8119001388549805 0.3826834559440613 0.9238795042037964 0.8119000196456909 0.3826834559440613 0.9238795042037964 0.8119000196456909 0.0 0.0 2.8119001388549805 0.5555702447891235 0.8314695954322815 0.8119000196456909 0.5555702447891235 0.8314695954322815 0.8119000196456909 0.0 0.0 2.8119001388549805 0.7071067690849304 0.7071067690849304 0.8119000196456909 0.7071067690849304 0.7071067690849304 0.8119000196456909 0.0 0.0 2.8119001388549805 0.8314696550369263 0.5555701851844788 0.8119000196456909 0.8314696550369263 0.5555701851844788 0.8119000196456909 0.0 0.0 2.8119001388549805 0.9238795042037964 0.3826834261417389 0.8119000196456909 0.9238795042037964 0.3826834261417389 0.8119000196456909 0.0 0.0 2.8119001388549805 0.9807852506637573 0.19509035348892212 0.8119000196456909 0.9807852506637573 0.19509035348892212 0.8119000196456909 0.0 0.0 2.8119001388549805 1.0 7.549790126404332e-08 0.8119000196456909 1.0 7.549790126404332e-08 0.8119000196456909 0.0 0.0 2.8119001388549805 0.9807853102684021 -0.19509020447731018 0.8119000196456909 0.9807853102684021 -0.19509020447731018 0.8119000196456909 0.0 0.0 2.8119001388549805 0.9238795638084412 -0.38268327713012695 0.8119000196456909 0.9238795638084412 -0.38268327713012695 0.8119000196456909 0.0 0.0 2.8119001388549805 0.8314696550369263 -0.5555701851844788 0.8119000196456909 0.8314696550369263 -0.5555701851844788 0.8119000196456909 0.0 0.0 2.8119001388549805 0.7071067690849304 -0.7071067690849304 0.8119000196456909 0.7071067690849304 -0.7071067690849304 0.8119000196456909 0.0 0.0 2.8119001388549805 0.5555701851844788 -0.8314696550369263 0.8119000196456909 0.5555701851844788 -0.8314696550369263 0.8119000196456909 0.0 0.0 2.8119001388549805 0.38268327713012695 -0.9238796234130859 0.8119000196456909 0.38268327713012695 -0.9238796234130859 0.8119000196456909 0.0 0.0 2.8119001388549805 0.19509008526802063 -0.9807853102684021 0.8119000196456909 0.19509008526802063 -0.9807853102684021 0.8119000196456909 0.0 0.0 2.8119001388549805 -3.2584136988589307e-07 -1.0 0.8119000196456909 -3.2584136988589307e-07 -1.0 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.19509072601795197 -0.9807851910591125 0.8119000196456909 -0.19509072601795197 -0.9807851910591125 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.3826838731765747 -0.9238793253898621 0.8119000196456909 -0.3826838731765747 -0.9238793253898621 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.5555707216262817 -0.8314692974090576 0.8119000196456909 -0.5555707216262817 -0.8314692974090576 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.7071072459220886 -0.707106351852417 0.8119000196456909 -0.7071072459220886 -0.707106351852417 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.8314700126647949 -0.5555696487426758 0.8119000196456909 -0.8314700126647949 -0.5555696487426758 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.923879861831665 -0.3826826810836792 0.8119000196456909 -0.923879861831665 -0.3826826810836792 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.9807854294776917 -0.1950894594192505 0.8119000196456909 -0.9807854294776917 -0.1950894594192505 0.8119000196456909 0.0 0.0 2.8119001388549805 -1.0 9.655991561885457e-07 0.8119000196456909 -1.0 9.655991561885457e-07 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.980785071849823 0.1950913518667221 0.8119000196456909 -0.980785071849823 0.1950913518667221 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.923879086971283 0.38268446922302246 0.8119000196456909 -0.923879086971283 0.38268446922302246 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.831468939781189 0.5555712580680847 0.8119000196456909 -0.831468939781189 0.5555712580680847 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.7071058750152588 0.707107663154602 0.8119000196456909 -0.7071058750152588 0.707107663154602 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.5555691123008728 0.8314703702926636 0.8119000196456909 -0.5555691123008728 0.8314703702926636 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.38268208503723145 0.9238801002502441 0.8119000196456909 -0.38268208503723145 0.9238801002502441 0.8119000196456909 0.0 0.0 2.8119001388549805 -0.19508881866931915 0.9807855486869812 0.8119000196456909 -0.19508881866931915 0.9807855486869812 0.8119000196456909 0.0 0.0 2.8119001388549805 0.0 1.0 0.8119000196456909 0.0 1.0 0.8119000196456909 0.19509032368659973 0.9807852506637573 0.8119000196456909 0.3826834559440613 0.9238795042037964 0.8119000196456909 0.5555702447891235 0.8314695954322815 0.8119000196456909 0.7071067690849304 0.7071067690849304 0.8119000196456909 0.8314696550369263 0.5555701851844788 0.8119000196456909 0.9238795042037964 0.3826834261417389 0.8119000196456909 0.9807852506637573 0.19509035348892212 0.8119000196456909 1.0 7.549790126404332e-08 0.8119000196456909 0.9807853102684021 -0.19509020447731018 0.8119000196456909 0.9238795638084412 -0.38268327713012695 0.8119000196456909 0.8314696550369263 -0.5555701851844788 0.8119000196456909 0.7071067690849304 -0.7071067690849304 0.8119000196456909 0.5555701851844788 -0.8314696550369263 0.8119000196456909 0.38268327713012695 -0.9238796234130859 0.8119000196456909 0.19509008526802063 -0.9807853102684021 0.8119000196456909 -3.2584136988589307e-07 -1.0 0.8119000196456909 -0.19509072601795197 -0.9807851910591125 0.8119000196456909 -0.3826838731765747 -0.9238793253898621 0.8119000196456909 -0.5555707216262817 -0.8314692974090576 0.8119000196456909 -0.7071072459220886 -0.707106351852417 0.8119000196456909 -0.8314700126647949 -0.5555696487426758 0.8119000196456909 -0.923879861831665 -0.3826826810836792 0.8119000196456909 -0.9807854294776917 -0.1950894594192505 0.8119000196456909 -1.0 9.655991561885457e-07 0.8119000196456909 -0.980785071849823 0.1950913518667221 0.8119000196456909 -0.923879086971283 0.38268446922302246 0.8119000196456909 -0.831468939781189 0.5555712580680847 0.8119000196456909 -0.7071058750152588 0.707107663154602 0.8119000196456909 -0.5555691123008728 0.8314703702926636 0.8119000196456909 -0.38268208503723145 0.9238801002502441 0.8119000196456909 -0.19508881866931915 0.9807855486869812 0.8119000196456909 - - - - - - - - - - 0.08964065462350845 0.910132646560669 0.40450340509414673 0.08964065462350845 0.910132646560669 0.40450340509414673 0.08964065462350845 0.910132646560669 0.40450340509414673 0.2654758393764496 0.8751568794250488 0.4045034348964691 0.2654758393764496 0.8751568794250488 0.4045034348964691 0.2654758393764496 0.8751568794250488 0.4045034348964691 0.43110936880111694 0.8065491318702698 0.4045034945011139 0.43110936880111694 0.8065491318702698 0.4045034945011139 0.43110936880111694 0.8065491318702698 0.4045034945011139 0.580176055431366 0.706946074962616 0.40450340509414673 0.580176055431366 0.706946074962616 0.40450340509414673 0.580176055431366 0.706946074962616 0.40450340509414673 0.7069462537765503 0.5801758170127869 0.4045034945011139 0.7069462537765503 0.5801758170127869 0.4045034945011139 0.7069462537765503 0.5801758170127869 0.4045034945011139 0.806549072265625 0.43110954761505127 0.4045034646987915 0.806549072265625 0.43110954761505127 0.4045034646987915 0.806549072265625 0.43110954761505127 0.4045034646987915 0.8751567602157593 0.265475869178772 0.4045034348964691 0.8751567602157593 0.265475869178772 0.4045034348964691 0.8751567602157593 0.265475869178772 0.4045034348964691 0.9101327657699585 0.08964034914970398 0.40450340509414673 0.9101327657699585 0.08964034914970398 0.40450340509414673 0.9101327657699585 0.08964034914970398 0.40450340509414673 0.9101327657699585 -0.0896400660276413 0.4045034945011139 0.9101327657699585 -0.0896400660276413 0.4045034945011139 0.9101327657699585 -0.0896400660276413 0.4045034945011139 0.8751568794250488 -0.26547595858573914 0.4045034348964691 0.8751568794250488 -0.26547595858573914 0.4045034348964691 0.8751568794250488 -0.26547595858573914 0.4045034348964691 0.8065491914749146 -0.4311094284057617 0.4045035243034363 0.8065491914749146 -0.4311094284057617 0.4045035243034363 0.8065491914749146 -0.4311094284057617 0.4045035243034363 0.7069462537765503 -0.5801758170127869 0.4045034348964691 0.7069462537765503 -0.5801758170127869 0.4045034348964691 0.7069462537765503 -0.5801758170127869 0.4045034348964691 0.580175518989563 -0.7069464921951294 0.40450358390808105 0.580175518989563 -0.7069464921951294 0.40450358390808105 0.580175518989563 -0.7069464921951294 0.40450358390808105 0.43110913038253784 -0.8065493106842041 0.40450364351272583 0.43110913038253784 -0.8065493106842041 0.40450364351272583 0.43110913038253784 -0.8065493106842041 0.40450364351272583 0.2654758393764496 -0.8751569390296936 0.40450340509414673 0.2654758393764496 -0.8751569390296936 0.40450340509414673 0.2654758393764496 -0.8751569390296936 0.40450340509414673 0.08963937312364578 -0.9101328253746033 0.4045034945011139 0.08963937312364578 -0.9101328253746033 0.4045034945011139 0.08963937312364578 -0.9101328253746033 0.4045034945011139 -0.08963937312364578 -0.9101328253746033 0.4045035243034363 -0.08963937312364578 -0.9101328253746033 0.4045035243034363 -0.08963937312364578 -0.9101328253746033 0.4045035243034363 -0.2654770016670227 -0.8751565217971802 0.4045034348964691 -0.2654770016670227 -0.8751565217971802 0.4045034348964691 -0.2654770016670227 -0.8751565217971802 0.4045034348964691 -0.4311092495918274 -0.8065492510795593 0.40450355410575867 -0.4311092495918274 -0.8065492510795593 0.40450355410575867 -0.4311092495918274 -0.8065492510795593 0.40450355410575867 -0.5801764726638794 -0.7069457769393921 0.40450331568717957 -0.5801764726638794 -0.7069457769393921 0.40450331568717957 -0.5801764726638794 -0.7069457769393921 0.40450331568717957 -0.7069467902183533 -0.5801751613616943 0.4045032858848572 -0.7069467902183533 -0.5801751613616943 0.4045032858848572 -0.7069467902183533 -0.5801751613616943 0.4045032858848572 -0.8065493702888489 -0.4311090409755707 0.40450361371040344 -0.8065493702888489 -0.4311090409755707 0.40450361371040344 -0.8065493702888489 -0.4311090409755707 0.40450361371040344 -0.8751569986343384 -0.26547518372535706 0.4045034348964691 -0.8751569986343384 -0.26547518372535706 0.4045034348964691 -0.8751569986343384 -0.26547518372535706 0.4045034348964691 -0.9101328253746033 -0.08963937312364578 0.4045034348964691 -0.9101328253746033 -0.08963937312364578 0.4045034348964691 -0.9101328253746033 -0.08963937312364578 0.4045034348964691 -0.910132646560669 0.08964122831821442 0.40450337529182434 -0.910132646560669 0.08964122831821442 0.40450337529182434 -0.910132646560669 0.08964122831821442 0.40450337529182434 -0.8751565217971802 0.265476793050766 0.4045035243034363 -0.8751565217971802 0.265476793050766 0.4045035243034363 -0.8751565217971802 0.265476793050766 0.4045035243034363 -0.8065484762191772 0.4311106503009796 0.4045034945011139 -0.8065484762191772 0.4311106503009796 0.4045034945011139 -0.8065484762191772 0.4311106503009796 0.4045034945011139 -0.7069454193115234 0.5801767706871033 0.40450361371040344 -0.7069454193115234 0.5801767706871033 0.40450361371040344 -0.7069454193115234 0.5801767706871033 0.40450361371040344 -0.5801751017570496 0.7069469094276428 0.40450340509414673 -0.5801751017570496 0.7069469094276428 0.40450340509414673 -0.5801751017570496 0.7069469094276428 0.40450340509414673 -0.4311079680919647 0.8065499663352966 0.40450355410575867 -0.4311079680919647 0.8065499663352966 0.40450355410575867 -0.4311079680919647 0.8065499663352966 0.40450355410575867 -0.2654745578765869 0.875157356262207 0.4045034348964691 -0.2654745578765869 0.875157356262207 0.4045034348964691 -0.2654745578765869 0.875157356262207 0.4045034348964691 -0.08964011073112488 0.9101328253746033 0.4045034646987915 -0.08964011073112488 0.9101328253746033 0.4045034646987915 -0.08964011073112488 0.9101328253746033 0.4045034646987915 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 -8.458578548697915e-08 0.0 -1.0 0.09801724553108215 0.9951847195625305 0.0 0.09801724553108215 0.9951847195625305 0.0 0.09801724553108215 0.9951847195625305 0.0 0.09801724553108215 0.9951847195625305 0.0 0.2902846038341522 0.9569403529167175 0.0 0.2902846038341522 0.9569403529167175 0.0 0.2902846038341522 0.9569403529167175 0.0 0.2902846038341522 0.9569403529167175 0.0 0.4713968336582184 0.8819211721420288 0.0 0.4713968336582184 0.8819211721420288 0.0 0.4713968336582184 0.8819211721420288 0.0 0.4713968336582184 0.8819211721420288 0.0 0.6343934535980225 0.7730103731155396 0.0 0.6343934535980225 0.7730103731155396 0.0 0.6343934535980225 0.7730103731155396 0.0 0.6343934535980225 0.7730103731155396 0.0 0.7730103731155396 0.6343934535980225 0.0 0.7730103731155396 0.6343934535980225 0.0 0.7730103731155396 0.6343934535980225 0.0 0.7730103731155396 0.6343934535980225 0.0 0.8819212913513184 0.47139668464660645 0.0 0.8819212913513184 0.47139668464660645 0.0 0.8819212913513184 0.47139668464660645 0.0 0.8819212913513184 0.47139668464660645 0.0 0.9569402933120728 0.2902846932411194 0.0 0.9569402933120728 0.2902846932411194 0.0 0.9569402933120728 0.2902846932411194 0.0 0.9569402933120728 0.2902846932411194 0.0 0.9951847195625305 0.09801705926656723 0.0 0.9951847195625305 0.09801705926656723 0.0 0.9951847195625305 0.09801705926656723 0.0 0.9951847195625305 0.09801705926656723 0.0 0.9951847195625305 -0.09801705181598663 0.0 0.9951847195625305 -0.09801705181598663 0.0 0.9951847195625305 -0.09801705181598663 0.0 0.9951847195625305 -0.09801705181598663 0.0 0.9569403529167175 -0.2902847230434418 0.0 0.9569403529167175 -0.2902847230434418 0.0 0.9569403529167175 -0.2902847230434418 0.0 0.9569403529167175 -0.2902847230434418 0.0 0.8819214701652527 -0.4713962972164154 0.0 0.8819214701652527 -0.4713962972164154 0.0 0.8819214701652527 -0.4713962972164154 0.0 0.8819214701652527 -0.4713962972164154 0.0 0.7730103731155396 -0.6343934535980225 0.0 0.7730103731155396 -0.6343934535980225 0.0 0.7730103731155396 -0.6343934535980225 0.0 0.7730103731155396 -0.6343934535980225 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.47139692306518555 -0.8819211721420288 0.0 0.47139692306518555 -0.8819211721420288 0.0 0.47139692306518555 -0.8819211721420288 0.0 0.47139692306518555 -0.8819211721420288 0.0 0.2902841866016388 -0.9569404125213623 0.0 0.2902841866016388 -0.9569404125213623 0.0 0.2902841866016388 -0.9569404125213623 0.0 0.2902841866016388 -0.9569404125213623 0.0 0.09801686555147171 -0.9951847195625305 0.0 0.09801686555147171 -0.9951847195625305 0.0 0.09801686555147171 -0.9951847195625305 0.0 0.09801686555147171 -0.9951847195625305 0.0 -0.09801755100488663 -0.9951847195625305 0.0 -0.09801755100488663 -0.9951847195625305 0.0 -0.09801755100488663 -0.9951847195625305 0.0 -0.09801755100488663 -0.9951847195625305 0.0 -0.2902851998806 -0.9569401144981384 0.0 -0.2902851998806 -0.9569401144981384 0.0 -0.2902851998806 -0.9569401144981384 0.0 -0.2902851998806 -0.9569401144981384 0.0 -0.4713970720767975 -0.8819211721420288 0.0 -0.4713970720767975 -0.8819211721420288 0.0 -0.4713970720767975 -0.8819211721420288 0.0 -0.4713970720767975 -0.8819211721420288 0.0 -0.6343936920166016 -0.7730100750923157 0.0 -0.6343936920166016 -0.7730100750923157 0.0 -0.6343936920166016 -0.7730100750923157 0.0 -0.6343936920166016 -0.7730100750923157 0.0 -0.7730110287666321 -0.6343926787376404 0.0 -0.7730110287666321 -0.6343926787376404 0.0 -0.7730110287666321 -0.6343926787376404 0.0 -0.7730110287666321 -0.6343926787376404 0.0 -0.8819215893745422 -0.47139620780944824 0.0 -0.8819215893745422 -0.47139620780944824 0.0 -0.8819215893745422 -0.47139620780944824 0.0 -0.8819215893745422 -0.47139620780944824 0.0 -0.9569404721260071 -0.2902839779853821 0.0 -0.9569404721260071 -0.2902839779853821 0.0 -0.9569404721260071 -0.2902839779853821 0.0 -0.9569404721260071 -0.2902839779853821 0.0 -0.9951848983764648 -0.09801590442657471 0.0 -0.9951848983764648 -0.09801590442657471 0.0 -0.9951848983764648 -0.09801590442657471 0.0 -0.9951848983764648 -0.09801590442657471 0.0 -0.995184600353241 0.0980180948972702 0.0 -0.995184600353241 0.0980180948972702 0.0 -0.995184600353241 0.0980180948972702 0.0 -0.995184600353241 0.0980180948972702 0.0 -0.9569400548934937 0.2902856171131134 0.0 -0.9569400548934937 0.2902856171131134 0.0 -0.9569400548934937 0.2902856171131134 0.0 -0.9569400548934937 0.2902856171131134 0.0 -0.8819206953048706 0.47139790654182434 0.0 -0.8819206953048706 0.47139790654182434 0.0 -0.8819206953048706 0.47139790654182434 0.0 -0.8819206953048706 0.47139790654182434 0.0 -0.7730098366737366 0.6343941688537598 0.0 -0.7730098366737366 0.6343941688537598 0.0 -0.7730098366737366 0.6343941688537598 0.0 -0.7730098366737366 0.6343941688537598 0.0 -0.6343922019004822 0.7730112671852112 0.0 -0.6343922019004822 0.7730112671852112 0.0 -0.6343922019004822 0.7730112671852112 0.0 -0.6343922019004822 0.7730112671852112 0.0 -0.4713956117630005 0.8819217681884766 0.0 -0.4713956117630005 0.8819217681884766 0.0 -0.4713956117630005 0.8819217681884766 0.0 -0.4713956117630005 0.8819217681884766 0.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 1.0875319134129313e-07 0.0 1.0 -0.29028281569480896 0.9569408297538757 0.0 -0.29028281569480896 0.9569408297538757 0.0 -0.29028281569480896 0.9569408297538757 0.0 -0.29028281569480896 0.9569408297538757 0.0 -0.0980166420340538 0.9951848387718201 0.0 -0.0980166420340538 0.9951848387718201 0.0 -0.0980166420340538 0.9951848387718201 0.0 -0.0980166420340538 0.9951848387718201 0.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 -4.955276098304873e-13 0.0 -1.0 0.08775367587804794 0.8909766674041748 0.445488303899765 0.08775367587804794 0.8909766674041748 0.445488303899765 0.08775367587804794 0.8909766674041748 0.445488303899765 0.25988826155662537 0.8567368984222412 0.4454883337020874 0.25988826155662537 0.8567368984222412 0.4454883337020874 0.25988826155662537 0.8567368984222412 0.4454883337020874 0.4220358729362488 0.7895731329917908 0.4454883337020874 0.4220358729362488 0.7895731329917908 0.4454883337020874 0.4220358729362488 0.7895731329917908 0.4454883337020874 0.5679645538330078 0.6920667290687561 0.4454883635044098 0.5679645538330078 0.6920667290687561 0.4454883635044098 0.5679645538330078 0.6920667290687561 0.4454883635044098 0.6920667886734009 0.5679646134376526 0.445488303899765 0.6920667886734009 0.5679646134376526 0.445488303899765 0.6920667886734009 0.5679646134376526 0.445488303899765 0.7895733714103699 0.4220356047153473 0.44548842310905457 0.7895733714103699 0.4220356047153473 0.44548842310905457 0.7895733714103699 0.4220356047153473 0.44548842310905457 0.8567370176315308 0.25988829135894775 0.44548821449279785 0.8567370176315308 0.25988829135894775 0.44548821449279785 0.8567370176315308 0.25988829135894775 0.44548821449279785 0.8909766674041748 0.08775368332862854 0.4454882740974426 0.8909766674041748 0.08775368332862854 0.4454882740974426 0.8909766674041748 0.08775368332862854 0.4454882740974426 0.8909766674041748 -0.08775341510772705 0.4454882740974426 0.8909766674041748 -0.08775341510772705 0.4454882740974426 0.8909766674041748 -0.08775341510772705 0.4454882740974426 0.8567368984222412 -0.2598883807659149 0.4454883933067322 0.8567368984222412 -0.2598883807659149 0.4454883933067322 0.8567368984222412 -0.2598883807659149 0.4454883933067322 0.7895735502243042 -0.4220353960990906 0.44548824429512024 0.7895735502243042 -0.4220353960990906 0.44548824429512024 0.7895735502243042 -0.4220353960990906 0.44548824429512024 0.6920667886734009 -0.5679646134376526 0.4454883635044098 0.6920667886734009 -0.5679646134376526 0.4454883635044098 0.6920667886734009 -0.5679646134376526 0.4454883635044098 0.5679644346237183 -0.6920668482780457 0.44548842310905457 0.5679644346237183 -0.6920668482780457 0.44548842310905457 0.5679644346237183 -0.6920668482780457 0.44548842310905457 0.42203569412231445 -0.7895733118057251 0.4454883635044098 0.42203569412231445 -0.7895733118057251 0.4454883635044098 0.42203569412231445 -0.7895733118057251 0.4454883635044098 0.2598882019519806 -0.8567370176315308 0.4454883337020874 0.2598882019519806 -0.8567370176315308 0.4454883337020874 0.2598882019519806 -0.8567370176315308 0.4454883337020874 0.08775309473276138 -0.8909766674041748 0.4454883337020874 0.08775309473276138 -0.8909766674041748 0.4454883337020874 0.08775309473276138 -0.8909766674041748 0.4454883337020874 -0.08775364607572556 -0.8909767270088196 0.4454883635044098 -0.08775364607572556 -0.8909767270088196 0.4454883635044098 -0.08775364607572556 -0.8909767270088196 0.4454883635044098 -0.25988873839378357 -0.8567367196083069 0.4454883337020874 -0.25988873839378357 -0.8567367196083069 0.4454883337020874 -0.25988873839378357 -0.8567367196083069 0.4454883337020874 -0.42203623056411743 -0.789573073387146 0.445488303899765 -0.42203623056411743 -0.789573073387146 0.445488303899765 -0.42203623056411743 -0.789573073387146 0.445488303899765 -0.5679648518562317 -0.6920664310455322 0.4454883933067322 -0.5679648518562317 -0.6920664310455322 0.4454883933067322 -0.5679648518562317 -0.6920664310455322 0.4454883933067322 -0.6920672655105591 -0.5679640173912048 0.44548824429512024 -0.6920672655105591 -0.5679640173912048 0.44548824429512024 -0.6920672655105591 -0.5679640173912048 0.44548824429512024 -0.789573609828949 -0.4220350384712219 0.445488303899765 -0.789573609828949 -0.4220350384712219 0.445488303899765 -0.789573609828949 -0.4220350384712219 0.445488303899765 -0.8567372560501099 -0.2598874270915985 0.4454883635044098 -0.8567372560501099 -0.2598874270915985 0.4454883635044098 -0.8567372560501099 -0.2598874270915985 0.4454883635044098 -0.8909767866134644 -0.0877528190612793 0.445488303899765 -0.8909767866134644 -0.0877528190612793 0.445488303899765 -0.8909767866134644 -0.0877528190612793 0.445488303899765 -0.8909766674041748 0.08775444328784943 0.4454882740974426 -0.8909766674041748 0.08775444328784943 0.4454882740974426 -0.8909766674041748 0.08775444328784943 0.4454882740974426 -0.8567366003990173 0.25988930463790894 0.4454883933067322 -0.8567366003990173 0.25988930463790894 0.4454883933067322 -0.8567366003990173 0.25988930463790894 0.4454883933067322 -0.7895728945732117 0.4220365583896637 0.4454883337020874 -0.7895728945732117 0.4220365583896637 0.4454883337020874 -0.7895728945732117 0.4220365583896637 0.4454883337020874 -0.6920661330223083 0.5679653882980347 0.44548818469047546 -0.6920661330223083 0.5679653882980347 0.44548818469047546 -0.6920661330223083 0.5679653882980347 0.44548818469047546 -0.567963719367981 0.6920674443244934 0.4454883337020874 -0.567963719367981 0.6920674443244934 0.4454883337020874 -0.567963719367981 0.6920674443244934 0.4454883337020874 -0.4220346212387085 0.7895739078521729 0.4454883635044098 -0.4220346212387085 0.7895739078521729 0.4454883635044098 -0.4220346212387085 0.7895739078521729 0.4454883635044098 -0.25988659262657166 0.8567374348640442 0.4454883635044098 -0.25988659262657166 0.8567374348640442 0.4454883635044098 -0.25988659262657166 0.8567374348640442 0.4454883635044098 -0.08775326609611511 0.8909766674041748 0.4454883635044098 -0.08775326609611511 0.8909766674041748 0.4454883635044098 -0.08775326609611511 0.8909766674041748 0.4454883635044098 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-08 0.0 -1.0 3.102971035673363e-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

-

192 193 194 195

-

196 197 198 199

-

200 201 202 203

-

204 205 206 207

-

208 209 210 211

-

212 213 214 215

-

216 217 218 219

-

220 221 222 223

-

224 225 226 227

-

228 229 230 231

-

232 233 234 235

-

236 237 238 239

-

240 241 242 243

-

244 245 246 247

-

248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279

-

280 281 282 283

-

284 285 286 287

-

288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319

-

320 321 322

-

323 324 325

-

326 327 328

-

329 330 331

-

332 333 334

-

335 336 337

-

338 339 340

-

341 342 343

-

344 345 346

-

347 348 349

-

350 351 352

-

353 354 355

-

356 357 358

-

359 360 361

-

362 363 364

-

365 366 367

-

368 369 370

-

371 372 373

-

374 375 376

-

377 378 379

-

380 381 382

-

383 384 385

-

386 387 388

-

389 390 391

-

392 393 394

-

395 396 397

-

398 399 400

-

401 402 403

-

404 405 406

-

407 408 409

-

410 411 412

-

413 414 415

-

416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447

-
-
-
-
- - - - 0.44999998807907104 0.0 0.0 0.0 0.0 0.44999998807907104 0.0 0.0 0.0 0.0 0.4000000059604645 0.0 0.0 0.0 0.0 1.0 - - - - - - - - -
diff --git a/tree_pine.dae.import b/tree_pine.dae.import deleted file mode 100644 index 20525f8..0000000 --- a/tree_pine.dae.import +++ /dev/null @@ -1,1049 +0,0 @@ -[remap] - -importer="scene" -type="PackedScene" -path="res://.import/tree_pine.dae-fb460fd472d7e24a80ecc03aefcefc14.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/tree_pine.tscn b/tree_pine.tscn new file mode 100644 index 0000000..dce6f4d --- /dev/null +++ b/tree_pine.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://mesh/tree_pine.dae" type="PackedScene" id=1] + +[node name="Scene Root" instance=ExtResource( 1 )] + + diff --git a/world.gd b/world.gd new file mode 100644 index 0000000..7636b7c --- /dev/null +++ b/world.gd @@ -0,0 +1,39 @@ +extends Spatial + +var Cube = preload("res://mesh/cube.dae") +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 offsets = [5, 3, 2, 1, 1, 0, 0, 0, 1, 1, 2, 3, 5] + var hs = House.instance() + var glass = load("res://incubator.tscn::1") + hs.get_child(0).set_material_override(glass) + add_child(hs) + var pn = Pine.instance() + pn.translate(Vector3(2,2,0)) + add_child(pn) + var ok = Oak.instance() + ok.translate(Vector3(-2,-2,0)) + add_child(ok) + make_ball(13, Vector3(20,26,0)) + +func make_ball(size, center): + var blocks = Array() + for x in range(-size, size): + var line_x = Array() + blocks.append(line_x) + for y in range(0, -size, -1): + var line_y = Array() + line_x.append(line_y) + for z in range(-size, size): + var relative = Vector3(2*x, 2*y, 2*z) + if relative.length() <= size: + var cube = Cube.instance() + cube.translate(relative + center) + add_child(cube) + line_y.append(cube) + else: + line_y.append(null) \ No newline at end of file diff --git a/world.tscn b/world.tscn index 748bc50..1ce4bf1 100644 --- a/world.tscn +++ b/world.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=2] -[ext_resource path="res://World.gd" type="Script" id=1] +[ext_resource path="res://world.gd" type="Script" id=1] [node name="World" type="Spatial"] @@ -8,7 +8,7 @@ script = ExtResource( 1 ) [node name="OmniLight" type="OmniLight" parent="."] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.06188, 2.015, 10.5061 ) +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.06188, 2.015, 15.5061 ) layers = 1 light_color = Color( 0.847656, 0.838964, 0.291382, 1 ) light_energy = 3.0 -- cgit v1.2.3-70-g09d2