From 31e8ae41bef9cd00383d50c515b2e41c756f8416 Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Tue, 27 May 2025 21:16:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Prefabs/FixSystemPrefabs/Dot.prefab | 86 + .../Prefabs/FixSystemPrefabs/Dot.prefab.meta | 7 + .../FixSystemPrefabs/RobotECGWave.prefab | 1055 ++++ .../FixSystemPrefabs/RobotECGWave.prefab.meta | 7 + Assets/Render/心电图.mat | 631 +++ Assets/Render/心电图.mat.meta | 8 + Assets/Render/跳动的小球.mat | 631 +++ Assets/Render/跳动的小球.mat.meta | 8 + Assets/Scenes/OpenFixScene.unity | 4808 +++++++++++------ Assets/Scripts/FixSystemNew/RobotECGWave.cs | 192 +- Assets/Scripts/FixSystemNew/SynthWaveform.cs | 158 + .../FixSystemNew/SynthWaveform.cs.meta | 11 + 12 files changed, 6021 insertions(+), 1581 deletions(-) create mode 100644 Assets/Prefabs/FixSystemPrefabs/Dot.prefab create mode 100644 Assets/Prefabs/FixSystemPrefabs/Dot.prefab.meta create mode 100644 Assets/Prefabs/FixSystemPrefabs/RobotECGWave.prefab create mode 100644 Assets/Prefabs/FixSystemPrefabs/RobotECGWave.prefab.meta create mode 100644 Assets/Render/心电图.mat create mode 100644 Assets/Render/心电图.mat.meta create mode 100644 Assets/Render/跳动的小球.mat create mode 100644 Assets/Render/跳动的小球.mat.meta create mode 100644 Assets/Scripts/FixSystemNew/SynthWaveform.cs create mode 100644 Assets/Scripts/FixSystemNew/SynthWaveform.cs.meta diff --git a/Assets/Prefabs/FixSystemPrefabs/Dot.prefab b/Assets/Prefabs/FixSystemPrefabs/Dot.prefab new file mode 100644 index 000000000..d08116d12 --- /dev/null +++ b/Assets/Prefabs/FixSystemPrefabs/Dot.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3882137639466933735 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7108544894571829849} + - component: {fileID: 826189427219166404} + m_Layer: 0 + m_Name: Dot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7108544894571829849 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3882137639466933735} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: -0.28999996, z: 0} + m_LocalScale: {x: 0.14189038, y: 0.14189038, z: 0.14189038} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &826189427219166404 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3882137639466933735} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: d3a6b7e7a0299614fa74875cdde310ea, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 1134468525 + m_SortingLayer: 10 + m_SortingOrder: 42 + m_Sprite: {fileID: -2413806693520163455, guid: a86470a33a6bf42c4b3595704624658b, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 diff --git a/Assets/Prefabs/FixSystemPrefabs/Dot.prefab.meta b/Assets/Prefabs/FixSystemPrefabs/Dot.prefab.meta new file mode 100644 index 000000000..428507d00 --- /dev/null +++ b/Assets/Prefabs/FixSystemPrefabs/Dot.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a0ef384d54e859441b9ed94a4869fdcb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/FixSystemPrefabs/RobotECGWave.prefab b/Assets/Prefabs/FixSystemPrefabs/RobotECGWave.prefab new file mode 100644 index 000000000..f4e2098e7 --- /dev/null +++ b/Assets/Prefabs/FixSystemPrefabs/RobotECGWave.prefab @@ -0,0 +1,1055 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3651813428422912178 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1758447116171121493} + - component: {fileID: 4541464282480466270} + - component: {fileID: 2848744788675904469} + m_Layer: 0 + m_Name: RobotECGWave + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1758447116171121493 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3651813428422912178} + serializedVersion: 2 + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -26.048, y: -1.23, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 6184808544250982558} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!120 &4541464282480466270 +LineRenderer: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3651813428422912178} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: e1846d5e4a555e044bd9cf74b61e8ca5, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 1134468525 + m_SortingLayer: 10 + m_SortingOrder: 42 + m_Positions: + - {x: -26.048, y: -1.2169675, z: 0} + - {x: -26.043388, y: -1.2160097, z: 0} + - {x: -26.038774, y: -1.2174246, z: 0} + - {x: -26.034163, y: -1.2140543, z: 0} + - {x: -26.02955, y: -1.2114195, z: 0} + - {x: -26.024939, y: -1.2149067, z: 0} + - {x: -26.020325, y: -1.2172105, z: 0} + - {x: -26.015713, y: -1.2160411, z: 0} + - {x: -26.0111, y: -1.2183998, z: 0} + - {x: -26.006487, y: -1.22415, z: 0} + - {x: -26.001875, y: -1.2258658, z: 0} + - {x: -25.997263, y: -1.226016, z: 0} + - {x: -25.992651, y: -1.2315184, z: 0} + - {x: -25.988037, y: -1.2366594, z: 0} + - {x: -25.983425, y: -1.2360989, z: 0} + - {x: -25.978813, y: -1.236955, z: 0} + - {x: -25.974201, y: -1.2413118, z: 0} + - {x: -25.969587, y: -1.2418704, z: 0} + - {x: -25.964975, y: -1.2388122, z: 0} + - {x: -25.960363, y: -1.23942, z: 0} + - {x: -25.95575, y: -1.2409595, z: 0} + - {x: -25.951138, y: -1.2364055, z: 0} + - {x: -25.946526, y: -1.231659, z: 0} + - {x: -25.941914, y: -1.231812, z: 0} + - {x: -25.9373, y: -1.2297602, z: 0} + - {x: -25.932688, y: -1.2236447, z: 0} + - {x: -25.928076, y: -1.2208539, z: 0} + - {x: -25.923462, y: -1.2211742, z: 0} + - {x: -25.91885, y: -1.2174984, z: 0} + - {x: -25.914238, y: -1.2127671, z: 0} + - {x: -25.909626, y: -1.2142977, z: 0} + - {x: -25.905012, y: -1.2160751, z: 0} + - {x: -25.9004, y: -1.2134367, z: 0} + - {x: -25.895788, y: -1.2134773, z: 0} + - {x: -25.891176, y: -1.2181654, z: 0} + - {x: -25.886562, y: -1.2201319, z: 0} + - {x: -25.88195, y: -1.2197835, z: 0} + - {x: -25.877338, y: -1.2242348, z: 0} + - {x: -25.872725, y: -1.2303467, z: 0} + - {x: -25.868113, y: -1.2307303, z: 0} + - {x: -25.8635, y: -1.2315265, z: 0} + - {x: -25.858889, y: -1.2370502, z: 0} + - {x: -25.854275, y: -1.2400235, z: 0} + - {x: -25.849663, y: -1.2384825, z: 0} + - {x: -25.84505, y: -1.2396299, z: 0} + - {x: -25.840437, y: -1.2427008, z: 0} + - {x: -25.835825, y: -1.240573, z: 0} + - {x: -25.831213, y: -1.2362629, z: 0} + - {x: -25.826601, y: -1.2371194, z: 0} + - {x: -25.821987, y: -1.2367364, z: 0} + - {x: -25.817375, y: -1.2309206, z: 0} + - {x: -25.812763, y: -1.2270483, z: 0} + - {x: -25.808151, y: -1.2269543, z: 0} + - {x: -25.803537, y: -1.2235227, z: 0} + - {x: -25.798925, y: -1.2177744, z: 0} + - {x: -25.794313, y: -1.2170013, z: 0} + - {x: -25.7897, y: -1.2181782, z: 0} + - {x: -25.785088, y: -1.2141215, z: 0} + - {x: -25.780476, y: -1.2116199, z: 0} + - {x: -25.775864, y: -1.214823, z: 0} + - {x: -25.77125, y: -1.2164768, z: 0} + - {x: -25.766638, y: -1.2150142, z: 0} + - {x: -25.762026, y: -1.2176052, z: 0} + - {x: -25.757412, y: -1.2232085, z: 0} + - {x: -25.7528, y: -1.2244571, z: 0} + - {x: -25.748188, y: -1.2245275, z: 0} + - {x: -25.743576, y: -1.2305117, z: 0} + - {x: -25.738962, y: -1.2353795, z: 0} + - {x: -25.73435, y: -1.2349839, z: 0} + - {x: -25.729738, y: -1.2364668, z: 0} + - {x: -25.725126, y: -1.2410786, z: 0} + - {x: -25.720512, y: -1.2414985, z: 0} + - {x: -25.7159, y: -1.2387259, z: 0} + - {x: -25.711288, y: -1.2399943, z: 0} + - {x: -25.706675, y: -1.2418439, z: 0} + - {x: -25.702063, y: -1.237086, z: 0} + - {x: -25.69745, y: -1.2328992, z: 0} + - {x: -25.692839, y: -1.2331759, z: 0} + - {x: -25.688225, y: -1.2307805, z: 0} + - {x: -25.683613, y: -1.2246857, z: 0} + - {x: -25.679, y: -1.2222056, z: 0} + - {x: -25.674387, y: -1.2223948, z: 0} + - {x: -25.669775, y: -1.2181225, z: 0} + - {x: -25.665163, y: -1.21319, z: 0} + - {x: -25.660551, y: -1.2148377, z: 0} + - {x: -25.655937, y: -1.215953, z: 0} + - {x: -25.651325, y: -1.2129846, z: 0} + - {x: -25.646713, y: -1.2132105, z: 0} + - {x: -25.642101, y: -1.2176156, z: 0} + - {x: -25.637487, y: -1.2189933, z: 0} + - {x: -25.632875, y: -1.2184868, z: 0} + - {x: -25.628263, y: -1.2232441, z: 0} + - {x: -25.62365, y: -1.2292407, z: 0} + - {x: -25.619038, y: -1.2293291, z: 0} + - {x: -25.614426, y: -1.2306004, z: 0} + - {x: -25.609814, y: -1.2363068, z: 0} + - {x: -25.6052, y: -1.239077, z: 0} + - {x: -25.600588, y: -1.2377813, z: 0} + - {x: -25.595976, y: -1.2395812, z: 0} + - {x: -25.591362, y: -1.2429796, z: 0} + - {x: -25.58675, y: -1.240713, z: 0} + - {x: -25.582138, y: -1.2367995, z: 0} + - {x: -25.577526, y: -1.2381381, z: 0} + - {x: -25.572912, y: -1.237537, z: 0} + - {x: -25.5683, y: -1.2318584, z: 0} + - {x: -25.563688, y: -1.2284667, z: 0} + - {x: -25.559074, y: -1.2283818, z: 0} + - {x: -25.554462, y: -1.2245133, z: 0} + - {x: -25.54985, y: -1.2186183, z: 0} + - {x: -25.545238, y: -1.2180767, z: 0} + - {x: -25.540625, y: -1.2188221, z: 0} + - {x: -25.536013, y: -1.2143363, z: 0} + - {x: -25.5314, y: -1.211978, z: 0} + - {x: -25.526789, y: -1.2148516, z: 0} + - {x: -25.522175, y: -1.2158478, z: 0} + - {x: -25.517563, y: -1.2141314, z: 0} + - {x: -25.51295, y: -1.216914, z: 0} + - {x: -25.508337, y: -1.2223189, z: 0} + - {x: -25.503725, y: -1.2230757, z: 0} + - {x: -25.499113, y: -1.2233835, z: 0} + - {x: -25.494501, y: -1.2295045, z: 0} + - {x: -25.489887, y: -1.2339929, z: 0} + - {x: -25.485275, y: -1.2337967, z: 0} + - {x: -25.480663, y: -1.2358555, z: 0} + - {x: -25.47605, y: -1.2407055, z: 0} + - {x: -25.471437, y: -1.2409686, z: 0} + - {x: -25.466825, y: -1.2385255, z: 0} + - {x: -25.462214, y: -1.2404585, z: 0} + - {x: -25.4576, y: -1.2422147, z: 0} + - {x: -25.452988, y: -1.2376502, z: 0} + - {x: -25.448376, y: -1.2340741, z: 0} + - {x: -25.443764, y: -1.2344975, z: 0} + - {x: -25.43915, y: -1.2318088, z: 0} + - {x: -25.434538, y: -1.2257116, z: 0} + - {x: -25.429926, y: -1.2235926, z: 0} + - {x: -25.425312, y: -1.2236748, z: 0} + - {x: -25.4207, y: -1.218857, z: 0} + - {x: -25.416088, y: -1.2141185, z: 0} + - {x: -25.411476, y: -1.2155336, z: 0} + - {x: -25.406862, y: -1.2159446, z: 0} + - {x: -25.40225, y: -1.2126905, z: 0} + - {x: -25.397638, y: -1.2130165, z: 0} + - {x: -25.393024, y: -1.2171938, z: 0} + - {x: -25.388412, y: -1.2179323, z: 0} + - {x: -25.3838, y: -1.2172467, z: 0} + - {x: -25.379189, y: -1.2222605, z: 0} + - {x: -25.374575, y: -1.2277576, z: 0} + - {x: -25.369963, y: -1.2279079, z: 0} + - {x: -25.36535, y: -1.229629, z: 0} + - {x: -25.360737, y: -1.2354666, z: 0} + - {x: -25.356125, y: -1.2379903, z: 0} + - {x: -25.351513, y: -1.2369782, z: 0} + - {x: -25.3469, y: -1.2394216, z: 0} + - {x: -25.342287, y: -1.2270337, z: 0} + - {x: -25.337675, y: -1.2109547, z: 0} + - {x: -25.333063, y: -1.1948756, z: 0} + - {x: -25.328451, y: -1.1801133, z: 0} + - {x: -25.323837, y: -1.1806192, z: 0} + - {x: -25.319225, y: -1.1811252, z: 0} + - {x: -25.314613, y: -1.1816311, z: 0} + - {x: -25.31, y: -1.1677389, z: 0} + - {x: -25.305387, y: -1.1516598, z: 0} + - {x: -25.300776, y: -1.1355808, z: 0} + - {x: -25.296164, y: -1.1299431, z: 0} + - {x: -25.29155, y: -1.1307374, z: 0} + - {x: -25.286938, y: -1.1312433, z: 0} + - {x: -25.282326, y: -1.1248938, z: 0} + - {x: -25.277714, y: -1.1088148, z: 0} + - {x: -25.2731, y: -1.0923649, z: 0} + - {x: -25.268488, y: -1.0795554, z: 0} + - {x: -25.263876, y: -1.0800613, z: 0} + - {x: -25.259262, y: -1.0805672, z: 0} + - {x: -25.25465, y: -1.0810732, z: 0} + - {x: -25.250038, y: -1.065599, z: 0} + - {x: -25.245426, y: -1.0495199, z: 0} + - {x: -25.240812, y: -1.0334408, z: 0} + - {x: -25.2362, y: -1.0293852, z: 0} + - {x: -25.231588, y: -1.0301795, z: 0} + - {x: -25.226974, y: -1.0306854, z: 0} + - {x: -25.222363, y: -1.022754, z: 0} + - {x: -25.21775, y: -1.0066749, z: 0} + - {x: -25.213139, y: -0.9902251, z: 0} + - {x: -25.208525, y: -0.9789976, z: 0} + - {x: -25.203913, y: -0.97950345, z: 0} + - {x: -25.1993, y: -0.9800094, z: 0} + - {x: -25.194687, y: -0.9795381, z: 0} + - {x: -25.190075, y: -0.96345913, z: 0} + - {x: -25.185463, y: -0.94738007, z: 0} + - {x: -25.180851, y: -0.94426537, z: 0} + - {x: -25.176237, y: -0.936296, z: 0} + - {x: -25.171625, y: -0.95036286, z: 0} + - {x: -25.167013, y: -0.95507586, z: 0} + - {x: -25.162401, y: -0.9405146, z: 0} + - {x: -25.157787, y: -0.94004667, z: 0} + - {x: -25.153175, y: -0.9541136, z: 0} + - {x: -25.148563, y: -0.9513251, z: 0} + - {x: -25.14395, y: -0.9367639, z: 0} + - {x: -25.139338, y: -0.94379747, z: 0} + - {x: -25.134726, y: -0.95786434, z: 0} + - {x: -25.130114, y: -0.9475744, z: 0} + - {x: -25.1255, y: -0.93301314, z: 0} + - {x: -25.120888, y: -0.94754815, z: 0} + - {x: -25.116276, y: -0.958385, z: 0} + - {x: -25.111662, y: -0.9438237, z: 0} + - {x: -25.10705, y: -0.93673766, z: 0} + - {x: -25.102438, y: -0.9512989, z: 0} + - {x: -25.097826, y: -0.9541398, z: 0} + - {x: -25.093212, y: -0.9400729, z: 0} + - {x: -25.0886, y: -0.94048834, z: 0} + - {x: -25.083988, y: -0.95504963, z: 0} + - {x: -25.079376, y: -0.9503891, z: 0} + - {x: -25.074762, y: -0.9363222, z: 0} + - {x: -25.07015, y: -0.94423914, z: 0} + - {x: -25.065538, y: -0.9588004, z: 0} + - {x: -25.060925, y: -0.94663835, z: 0} + - {x: -25.056313, y: -0.9334285, z: 0} + - {x: -25.0517, y: -0.9479898, z: 0} + - {x: -25.047089, y: -0.9574489, z: 0} + - {x: -25.042475, y: -0.9428876, z: 0} + - {x: -25.037863, y: -0.9371793, z: 0} + - {x: -25.03325, y: -0.95174056, z: 0} + - {x: -25.028637, y: -0.95369816, z: 0} + - {x: -25.024025, y: -0.93913686, z: 0} + - {x: -25.019413, y: -0.9644067, z: 0} + - {x: -25.014801, y: -0.98121905, z: 0} + - {x: -25.010187, y: -0.9983693, z: 0} + - {x: -25.005575, y: -1.0104964, z: 0} + - {x: -25.000963, y: -1.0213778, z: 0} + - {x: -24.99635, y: -1.0327454, z: 0} + - {x: -24.991737, y: -1.0436268, z: 0} + - {x: -24.987125, y: -1.0567825, z: 0} + - {x: -24.982513, y: -1.0739328, z: 0} + - {x: -24.9779, y: -1.0907451, z: 0} + - {x: -24.973288, y: -1.1078953, z: 0} + - {x: -24.968676, y: -1.1250455, z: 0} + - {x: -24.964064, y: -1.1364013, z: 0} + - {x: -24.95945, y: -1.1477689, z: 0} + - {x: -24.954838, y: -1.1586503, z: 0} + - {x: -24.950226, y: -1.1695317, z: 0} + - {x: -24.945612, y: -1.1834587, z: 0} + - {x: -24.941, y: -1.200609, z: 0} + - {x: -24.936388, y: -1.2174213, z: 0} + - {x: -24.931776, y: -1.2345715, z: 0} + - {x: -24.927162, y: -1.2514249, z: 0} + - {x: -24.92255, y: -1.2623063, z: 0} + - {x: -24.917938, y: -1.2736739, z: 0} + - {x: -24.913326, y: -1.2845552, z: 0} + - {x: -24.908712, y: -1.2954366, z: 0} + - {x: -24.9041, y: -1.3101349, z: 0} + - {x: -24.899488, y: -1.3269473, z: 0} + - {x: -24.894875, y: -1.3440975, z: 0} + - {x: -24.890263, y: -1.3612478, z: 0} + - {x: -24.88565, y: -1.3773298, z: 0} + - {x: -24.881039, y: -1.3886974, z: 0} + - {x: -24.876425, y: -1.3995788, z: 0} + - {x: -24.871813, y: -1.4104602, z: 0} + - {x: -24.8672, y: -1.4213417, z: 0} + - {x: -24.862587, y: -1.4392765, z: 0} + - {x: -24.857975, y: -1.4456902, z: 0} + - {x: -24.853363, y: -1.4384096, z: 0} + - {x: -24.848751, y: -1.4338713, z: 0} + - {x: -24.844137, y: -1.4411519, z: 0} + - {x: -24.839525, y: -1.4438148, z: 0} + - {x: -24.834913, y: -1.4365342, z: 0} + - {x: -24.8303, y: -1.4357466, z: 0} + - {x: -24.825687, y: -1.4430273, z: 0} + - {x: -24.821075, y: -1.4419394, z: 0} + - {x: -24.816463, y: -1.4346588, z: 0} + - {x: -24.81185, y: -1.437622, z: 0} + - {x: -24.807238, y: -1.4449025, z: 0} + - {x: -24.802626, y: -1.4400641, z: 0} + - {x: -24.798014, y: -1.4327834, z: 0} + - {x: -24.7934, y: -1.4394974, z: 0} + - {x: -24.788788, y: -1.4452221, z: 0} + - {x: -24.784176, y: -1.4379414, z: 0} + - {x: -24.779562, y: -1.434092, z: 0} + - {x: -24.77495, y: -1.4413726, z: 0} + - {x: -24.770338, y: -1.4433467, z: 0} + - {x: -24.765726, y: -1.4360662, z: 0} + - {x: -24.761112, y: -1.4359674, z: 0} + - {x: -24.7565, y: -1.443248, z: 0} + - {x: -24.751888, y: -1.4414713, z: 0} + - {x: -24.747276, y: -1.4341908, z: 0} + - {x: -24.742662, y: -1.4378427, z: 0} + - {x: -24.73805, y: -1.4451234, z: 0} + - {x: -24.733438, y: -1.439596, z: 0} + - {x: -24.728825, y: -1.4326847, z: 0} + - {x: -24.724213, y: -1.4397181, z: 0} + - {x: -24.7196, y: -1.4450012, z: 0} + - {x: -24.714989, y: -1.4377207, z: 0} + - {x: -24.710375, y: -1.4345601, z: 0} + - {x: -24.705763, y: -1.4418406, z: 0} + - {x: -24.70115, y: -1.2172489, z: 0} + - {x: -24.696537, y: -1.2181389, z: 0} + - {x: -24.691925, y: -1.2155924, z: 0} + - {x: -24.687313, y: -1.2116879, z: 0} + - {x: -24.682701, y: -1.213713, z: 0} + - {x: -24.678087, y: -1.216848, z: 0} + - {x: -24.673475, y: -1.2150521, z: 0} + - {x: -24.668863, y: -1.2155415, z: 0} + - {x: -24.66425, y: -1.2208906, z: 0} + - {x: -24.659637, y: -1.2238328, z: 0} + - {x: -24.655025, y: -1.223835, z: 0} + - {x: -24.650414, y: -1.2280178, z: 0} + - {x: -24.6458, y: -1.2340659, z: 0} + - {x: -24.641188, y: -1.2345929, z: 0} + - {x: -24.636576, y: -1.2344832, z: 0} + - {x: -24.631962, y: -1.2394025, z: 0} + - {x: -24.62735, y: -1.2419691, z: 0} + - {x: -24.622738, y: -1.2396119, z: 0} + - {x: -24.618126, y: -1.2394074, z: 0} + - {x: -24.613512, y: -1.2416103, z: 0} + - {x: -24.6089, y: -1.2389826, z: 0} + - {x: -24.604288, y: -1.2339364, z: 0} + - {x: -24.599676, y: -1.2337193, z: 0} + - {x: -24.595062, y: -1.2332859, z: 0} + - {x: -24.59045, y: -1.2272006, z: 0} + - {x: -24.585838, y: -1.2228496, z: 0} + - {x: -24.581224, y: -1.222904, z: 0} + - {x: -24.576612, y: -1.2202646, z: 0} + - {x: -24.572, y: -1.2150244, z: 0} + - {x: -24.567389, y: -1.2145818, z: 0} + - {x: -24.562775, y: -1.2165216, z: 0} + - {x: -24.558163, y: -1.2137934, z: 0} + - {x: -24.55355, y: -1.2118095, z: 0} + - {x: -24.548939, y: -1.2159059, z: 0} + - {x: -24.544325, y: -1.2187965, z: 0} + - {x: -24.539713, y: -1.2180523, z: 0} + - {x: -24.5351, y: -1.2207999, z: 0} + - {x: -24.530487, y: -1.2267907, z: 0} + - {x: -24.525875, y: -1.2286437, z: 0} + - {x: -24.521263, y: -1.2286922, z: 0} + - {x: -24.516651, y: -1.2340295, z: 0} + - {x: -24.512037, y: -1.2388296, z: 0} + - {x: -24.507425, y: -1.2378846, z: 0} + - {x: -24.502813, y: -1.238182, z: 0} + - {x: -24.4982, y: -1.2419466, z: 0} + - {x: -24.493587, y: -1.2418581, z: 0} + - {x: -24.488976, y: -1.2381748, z: 0} + - {x: -24.484364, y: -1.2381625, z: 0} + - {x: -24.47975, y: -1.239222, z: 0} + - {x: -24.475138, y: -1.2342119, z: 0} + - {x: -24.470526, y: -1.2291685, z: 0} + - {x: -24.465912, y: -1.2290778, z: 0} + - {x: -24.4613, y: -1.2270184, z: 0} + - {x: -24.456688, y: -1.2210047, z: 0} + - {x: -24.452076, y: -1.2184768, z: 0} + - {x: -24.447462, y: -1.2191126, z: 0} + - {x: -24.44285, y: -1.2159448, z: 0} + - {x: -24.438238, y: -1.2117705, z: 0} + - {x: -24.433626, y: -1.213932, z: 0} + - {x: -24.429012, y: -1.2163613, z: 0} + - {x: -24.4244, y: -1.2142975, z: 0} + - {x: -24.419788, y: -1.2149292, z: 0} + - {x: -24.415174, y: -1.2201105, z: 0} + - {x: -24.410563, y: -1.2224457, z: 0} + - {x: -24.40595, y: -1.222422, z: 0} + - {x: -24.401339, y: -1.2269683, z: 0} + - {x: -24.396725, y: -1.233065, z: 0} + - {x: -24.392113, y: -1.2332685, z: 0} + - {x: -24.3875, y: -1.2337643, z: 0} + - {x: -24.382889, y: -1.238901, z: 0} + - {x: -24.378275, y: -1.2413414, z: 0} + - {x: -24.373663, y: -1.2392188, z: 0} + - {x: -24.369051, y: -1.2397248, z: 0} + - {x: -24.364437, y: -1.2422066, z: 0} + - {x: -24.359825, y: -1.239456, z: 0} + - {x: -24.355213, y: -1.2346034, z: 0} + - {x: -24.350601, y: -1.2349719, z: 0} + - {x: -24.345987, y: -1.2342769, z: 0} + - {x: -24.341375, y: -1.2282479, z: 0} + - {x: -24.336763, y: -1.2243252, z: 0} + - {x: -24.33215, y: -1.2243041, z: 0} + - {x: -24.327538, y: -1.2210917, z: 0} + - {x: -24.322926, y: -1.2156616, z: 0} + - {x: -24.318314, y: -1.2153659, z: 0} + - {x: -24.3137, y: -1.2170855, z: 0} + - {x: -24.309088, y: -1.2136481, z: 0} + - {x: -24.304476, y: -1.2117596, z: 0} + - {x: -24.299862, y: -1.2155838, z: 0} + - {x: -24.29525, y: -1.2177972, z: 0} + - {x: -24.290638, y: -1.2168989, z: 0} + - {x: -24.286026, y: -1.2198732, z: 0} + - {x: -24.281412, y: -1.2257695, z: 0} + - {x: -24.2768, y: -1.2271543, z: 0} + - {x: -24.272188, y: -1.2272962, z: 0} + - {x: -24.267574, y: -1.2331138, z: 0} + - {x: -24.262962, y: -1.2376919, z: 0} + - {x: -24.25835, y: -1.2369052, z: 0} + - {x: -24.253738, y: -1.2379162, z: 0} + - {x: -24.249125, y: -1.2419208, z: 0} + - {x: -24.244513, y: -1.2417374, z: 0} + - {x: -24.2399, y: -1.2383356, z: 0} + - {x: -24.235289, y: -1.2390168, z: 0} + - {x: -24.230675, y: -1.2402579, z: 0} + - {x: -24.226063, y: -1.235053, z: 0} + - {x: -24.22145, y: -1.2305207, z: 0} + - {x: -24.216837, y: -1.2305568, z: 0} + - {x: -24.212225, y: -1.2280632, z: 0} + - {x: -24.207613, y: -1.221988, z: 0} + - {x: -24.203001, y: -1.2197163, z: 0} + - {x: -24.198387, y: -1.2202247, z: 0} + - {x: -24.193775, y: -1.2163974, z: 0} + - {x: -24.189163, y: -1.2119632, z: 0} + - {x: -24.184551, y: -1.2142248, z: 0} + - {x: -24.179937, y: -1.2159437, z: 0} + - {x: -24.175325, y: -1.2136003, z: 0} + - {x: -24.170713, y: -1.2144074, z: 0} + - {x: -24.1661, y: -1.219375, z: 0} + - {x: -24.161488, y: -1.2211652, z: 0} + - {x: -24.156876, y: -1.2209773, z: 0} + - {x: -24.152264, y: -1.2259176, z: 0} + - {x: -24.14765, y: -1.2319607, z: 0} + - {x: -24.143038, y: -1.2319473, z: 0} + - {x: -24.138426, y: -1.2329992, z: 0} + - {x: -24.133812, y: -1.2383077, z: 0} + - {x: -24.1292, y: -1.2406088, z: 0} + - {x: -24.124588, y: -1.2387561, z: 0} + - {x: -24.119976, y: -1.2399685, z: 0} + - {x: -24.115362, y: -1.2426934, z: 0} + - {x: -24.11075, y: -1.2398304, z: 0} + - {x: -24.106138, y: -1.2353692, z: 0} + - {x: -24.101524, y: -1.2362148, z: 0} + - {x: -24.096912, y: -1.2352012, z: 0} + - {x: -24.0923, y: -1.2292804, z: 0} + - {x: -24.087688, y: -1.2257551, z: 0} + - {x: -24.083075, y: -1.2256851, z: 0} + - {x: -24.078463, y: -1.2219534, z: 0} + - {x: -24.07385, y: -1.2163806, z: 0} + - {x: -24.069239, y: -1.2162477, z: 0} + - {x: -24.064625, y: -1.2174826, z: 0} + - {x: -24.060013, y: -1.2135783, z: 0} + - {x: -24.0554, y: -1.2118226, z: 0} + - {x: -24.050787, y: -1.2153678, z: 0} + - {x: -24.046175, y: -1.2169433, z: 0} + - {x: -24.041563, y: -1.2157692, z: 0} + - {x: -24.036951, y: -1.219001, z: 0} + - {x: -24.032337, y: -1.2247785, z: 0} + - {x: -24.027725, y: -1.2257267, z: 0} + - {x: -24.023113, y: -1.2261285, z: 0} + - {x: -24.018501, y: -1.2321764, z: 0} + - {x: -24.013887, y: -1.2364845, z: 0} + - {x: -24.009275, y: -1.2358875, z: 0} + - {x: -24.004663, y: -1.2375126, z: 0} + - {x: -24.00005, y: -1.2418197, z: 0} + - {x: -23.995438, y: -1.2415024, z: 0} + - {x: -23.990826, y: -1.2383857, z: 0} + - {x: -23.986214, y: -1.2397193, z: 0} + - {x: -23.9816, y: -1.2408724, z: 0} + - {x: -23.976988, y: -1.2358261, z: 0} + - {x: -23.972376, y: -1.2318277, z: 0} + - {x: -23.967762, y: -1.2319584, z: 0} + - {x: -23.96315, y: -1.22909, z: 0} + - {x: -23.958538, y: -1.2230034, z: 0} + - {x: -23.953926, y: -1.2210124, z: 0} + - {x: -23.949312, y: -1.2213624, z: 0} + - {x: -23.9447, y: -1.216914, z: 0} + - {x: -23.940088, y: -1.2126907, z: 0} + - {x: -23.935474, y: -1.2146308, z: 0} + - {x: -23.930862, y: -1.215684, z: 0} + - {x: -23.92625, y: -1.2130591, z: 0} + - {x: -23.921638, y: -1.214016, z: 0} + - {x: -23.917025, y: -1.2187194, z: 0} + - {x: -23.912413, y: -1.2199438, z: 0} + - {x: -23.9078, y: -1.2196251, z: 0} + - {x: -23.903187, y: -1.2249012, z: 0} + - {x: -23.898575, y: -1.2305354, z: 0} + - {x: -23.893963, y: -1.2305838, z: 0} + - {x: -23.88935, y: -1.2321401, z: 0} + - {x: -23.884737, y: -1.2376584, z: 0} + - {x: -23.880125, y: -1.2397759, z: 0} + - {x: -23.875513, y: -1.238183, z: 0} + - {x: -23.870901, y: -1.2400562, z: 0} + - {x: -23.866287, y: -1.243111, z: 0} + - {x: -23.861675, y: -1.240065, z: 0} + - {x: -23.857063, y: -1.2362713, z: 0} + - {x: -23.852451, y: -1.2373306, z: 0} + - {x: -23.847837, y: -1.2361015, z: 0} + - {x: -23.843225, y: -1.2302624, z: 0} + - {x: -23.838614, y: -1.2271861, z: 0} + - {x: -23.834, y: -1.2270936, z: 0} + - {x: -23.829388, y: -1.2228942, z: 0} + - {x: -23.824776, y: -1.2171457, z: 0} + - {x: -23.820164, y: -1.2172213, z: 0} + - {x: -23.81555, y: -1.2178347, z: 0} + - {x: -23.810938, y: -1.2136607, z: 0} + - {x: -23.806326, y: -1.2120414, z: 0} + - {x: -23.801712, y: -1.2152612, z: 0} + - {x: -23.7971, y: -1.2161885, z: 0} + - {x: -23.792488, y: -1.2147765, z: 0} + - {x: -23.787876, y: -1.2182208, z: 0} + - {x: -23.783262, y: -1.2238541, z: 0} + - {x: -23.77865, y: -1.2243137, z: 0} + - {x: -23.774038, y: -1.2250789, z: 0} + - {x: -23.769424, y: -1.2311757, z: 0} + - {x: -23.764812, y: -1.2351601, z: 0} + - {x: -23.7602, y: -1.2347883, z: 0} + - {x: -23.755589, y: -1.2370112, z: 0} + - {x: -23.750975, y: -1.2415725, z: 0} + - {x: -23.746363, y: -1.2411096, z: 0} + - {x: -23.74175, y: -1.2155097, z: 0} + - {x: -23.737137, y: -1.2160156, z: 0} + - {x: -23.732525, y: -1.2010438, z: 0} + - {x: -23.727913, y: -1.1849649, z: 0} + - {x: -23.7233, y: -1.1685151, z: 0} + - {x: -23.718687, y: -1.1643276, z: 0} + - {x: -23.714075, y: -1.1648335, z: 0} + - {x: -23.709463, y: -1.1653395, z: 0} + - {x: -23.70485, y: -1.1581988, z: 0} + - {x: -23.700237, y: -1.141749, z: 0} + - {x: -23.695625, y: -1.12567, z: 0} + - {x: -23.691013, y: -1.1136515, z: 0} + - {x: -23.686401, y: -1.1141574, z: 0} + - {x: -23.681787, y: -1.1149517, z: 0} + - {x: -23.677176, y: -1.1149831, z: 0} + - {x: -23.672564, y: -1.098904, z: 0} + - {x: -23.66795, y: -1.082825, z: 0} + - {x: -23.663338, y: -1.0663751, z: 0} + - {x: -23.658726, y: -1.0637697, z: 0} + - {x: -23.654114, y: -1.0642756, z: 0} + - {x: -23.6495, y: -1.0647815, z: 0} + - {x: -23.644888, y: -1.0556881, z: 0} + - {x: -23.640276, y: -1.0396092, z: 0} + - {x: -23.635662, y: -1.0235301, z: 0} + - {x: -23.63105, y: -1.0130936, z: 0} + - {x: -23.626438, y: -1.0135995, z: 0} + - {x: -23.621826, y: -1.0143938, z: 0} + - {x: -23.617212, y: -1.0128431, z: 0} + - {x: -23.6126, y: -0.9967641, z: 0} + - {x: -23.607988, y: -0.9806851, z: 0} + - {x: -23.603374, y: -0.9642353, z: 0} + - {x: -23.598763, y: -0.96321183, z: 0} + - {x: -23.59415, y: -0.96371776, z: 0} + - {x: -23.589539, y: -0.9642236, z: 0} + - {x: -23.584925, y: -0.9513978, z: 0} + - {x: -23.580313, y: -0.954041, z: 0} + - {x: -23.5757, y: -0.9394797, z: 0} + - {x: -23.571087, y: -0.94108164, z: 0} + - {x: -23.566475, y: -0.9551485, z: 0} + - {x: -23.561863, y: -0.9502902, z: 0} + - {x: -23.557251, y: -0.93572897, z: 0} + - {x: -23.552637, y: -0.9448323, z: 0} + - {x: -23.548025, y: -0.9593936, z: 0} + - {x: -23.543413, y: -0.9465395, z: 0} + - {x: -23.5388, y: -0.93402183, z: 0} + - {x: -23.534187, y: -0.94858307, z: 0} + - {x: -23.529575, y: -0.95685565, z: 0} + - {x: -23.524963, y: -0.9427887, z: 0} + - {x: -23.52035, y: -0.9377725, z: 0} + - {x: -23.515738, y: -0.9523338, z: 0} + - {x: -23.511126, y: -0.9531049, z: 0} + - {x: -23.506514, y: -0.93903804, z: 0} + - {x: -23.5019, y: -0.9415233, z: 0} + - {x: -23.497288, y: -0.95608455, z: 0} + - {x: -23.492676, y: -0.9493542, z: 0} + - {x: -23.488064, y: -0.93528724, z: 0} + - {x: -23.48345, y: -0.945274, z: 0} + - {x: -23.478838, y: -0.9598353, z: 0} + - {x: -23.474226, y: -0.94560343, z: 0} + - {x: -23.469612, y: -0.93495786, z: 0} + - {x: -23.465, y: -0.9490248, z: 0} + - {x: -23.460388, y: -0.956414, z: 0} + - {x: -23.455776, y: -0.9418527, z: 0} + - {x: -23.451162, y: -0.9387086, z: 0} + - {x: -23.44655, y: -0.9527755, z: 0} + - {x: -23.441938, y: -0.95266324, z: 0} + - {x: -23.437325, y: -0.938102, z: 0} + - {x: -23.432713, y: -0.94245934, z: 0} + - {x: -23.4281, y: -0.9565262, z: 0} + - {x: -23.423489, y: -0.9576765, z: 0} + - {x: -23.418875, y: -0.9748267, z: 0} + - {x: -23.414263, y: -0.99197686, z: 0} + - {x: -23.40965, y: -1.0083277, z: 0} + - {x: -23.405037, y: -1.0192091, z: 0} + - {x: -23.400425, y: -1.0300905, z: 0} + - {x: -23.395813, y: -1.0409719, z: 0} + - {x: -23.391201, y: -1.0518533, z: 0} + - {x: -23.386587, y: -1.0672024, z: 0} + - {x: -23.381975, y: -1.0843527, z: 0} + - {x: -23.377363, y: -1.1015029, z: 0} + - {x: -23.37275, y: -1.118653, z: 0} + - {x: -23.368137, y: -1.1342326, z: 0} + - {x: -23.363525, y: -1.1451141, z: 0} + - {x: -23.358913, y: -1.1559955, z: 0} + - {x: -23.3543, y: -1.1668769, z: 0} + - {x: -23.349688, y: -1.1782444, z: 0} + - {x: -23.345076, y: -1.1938787, z: 0} + - {x: -23.340462, y: -1.2110289, z: 0} + - {x: -23.33585, y: -1.2281791, z: 0} + - {x: -23.331238, y: -1.2449915, z: 0} + - {x: -23.326626, y: -1.2601376, z: 0} + - {x: -23.322014, y: -1.271019, z: 0} + - {x: -23.3174, y: -1.2819004, z: 0} + - {x: -23.312788, y: -1.2927818, z: 0} + - {x: -23.308176, y: -1.3041494, z: 0} + - {x: -23.303562, y: -1.320555, z: 0} + - {x: -23.29895, y: -1.3377051, z: 0} + - {x: -23.294338, y: -1.3548553, z: 0} + - {x: -23.289726, y: -1.3716677, z: 0} + - {x: -23.285112, y: -1.3860426, z: 0} + - {x: -23.2805, y: -1.396924, z: 0} + - {x: -23.275888, y: -1.4078053, z: 0} + - {x: -23.271275, y: -1.4191729, z: 0} + - {x: -23.266663, y: -1.4300809, z: 0} + - {x: -23.26205, y: -1.4343886, z: 0} + - {x: -23.257439, y: -1.4416692, z: 0} + - {x: -23.252825, y: -1.4432973, z: 0} + - {x: -23.248213, y: -1.4360167, z: 0} + - {x: -23.2436, y: -1.436264, z: 0} + - {x: -23.238987, y: -1.4435446, z: 0} + - {x: -23.234375, y: -1.4411747, z: 0} + - {x: -23.229763, y: -1.4341413, z: 0} + - {x: -23.225151, y: -1.4381394, z: 0} + - {x: -23.220537, y: -1.44542, z: 0} + - {x: -23.215925, y: -1.4392993, z: 0} + - {x: -23.211313, y: -1.4327341, z: 0} + - {x: -23.2067, y: -1.4400147, z: 0} + - {x: -23.202087, y: -1.4447047, z: 0} + - {x: -23.197475, y: -1.4374241, z: 0} + - {x: -23.192863, y: -1.4346095, z: 0} + - {x: -23.18825, y: -1.4418901, z: 0} + - {x: -23.183638, y: -1.4428293, z: 0} + - {x: -23.179026, y: -1.4355487, z: 0} + - {x: -23.174412, y: -1.4364848, z: 0} + - {x: -23.1698, y: -1.4437655, z: 0} + - {x: -23.165188, y: -1.440954, z: 0} + - {x: -23.160576, y: -1.4336733, z: 0} + - {x: -23.155962, y: -1.4386075, z: 0} + - {x: -23.15135, y: -1.4456408, z: 0} + - {x: -23.146738, y: -1.4390786, z: 0} + - {x: -23.142126, y: -1.4332021, z: 0} + - {x: -23.137512, y: -1.4404829, z: 0} + - {x: -23.1329, y: -1.4444838, z: 0} + - {x: -23.128288, y: -1.4372032, z: 0} + - {x: -23.123676, y: -1.4350775, z: 0} + - {x: -23.119062, y: -1.4423581, z: 0} + - {x: -23.11445, y: -1.4426085, z: 0} + - {x: -23.109838, y: -1.4353278, z: 0} + - {x: -23.105225, y: -1.2205523, z: 0} + - {x: -23.100613, y: -1.2182683, z: 0} + - {x: -23.096, y: -1.213544, z: 0} + - {x: -23.091389, y: -1.2136066, z: 0} + - {x: -23.086775, y: -1.2162069, z: 0} + - {x: -23.082163, y: -1.2140863, z: 0} + - {x: -23.07755, y: -1.2127373, z: 0} + - {x: -23.072937, y: -1.2173675, z: 0} + - {x: -23.068325, y: -1.2207557, z: 0} + - {x: -23.063713, y: -1.2203927, z: 0} + - {x: -23.059101, y: -1.2234188, z: 0} + - {x: -23.054487, y: -1.2295033, z: 0} + - {x: -23.049875, y: -1.2313327, z: 0} + - {x: -23.045263, y: -1.2312113, z: 0} + - {x: -23.04065, y: -1.2362665, z: 0} + - {x: -23.036037, y: -1.2406737, z: 0} + - {x: -23.031425, y: -1.2391576, z: 0} + - {x: -23.026814, y: -1.2388905, z: 0} + - {x: -23.0222, y: -1.2420322, z: 0} + - {x: -23.017588, y: -1.2413313, z: 0} + - {x: -23.012976, y: -1.2370468, z: 0} + - {x: -23.008362, y: -1.2364842, z: 0} + - {x: -23.00375, y: -1.2370969, z: 0} + - {x: -22.999138, y: -1.2317315, z: 0} + - {x: -22.994526, y: -1.2264495, z: 0} + - {x: -22.989912, y: -1.2263553, z: 0} + - {x: -22.9853, y: -1.2243584, z: 0} + - {x: -22.980688, y: -1.2185698, z: 0} + - {x: -22.976074, y: -1.2163644, z: 0} + - {x: -22.971462, y: -1.2175184, z: 0} + - {x: -22.96685, y: -1.2148775, z: 0} + - {x: -22.962238, y: -1.2113078, z: 0} + - {x: -22.957626, y: -1.2140812, z: 0} + - {x: -22.953012, y: -1.2171495, z: 0} + - {x: -22.9484, y: -1.2156625, z: 0} + - {x: -22.943789, y: -1.2168198, z: 0} + - {x: -22.939175, y: -1.2223786, z: 0} + - {x: -22.934563, y: -1.2250589, z: 0} + - {x: -22.92995, y: -1.2251257, z: 0} + - {x: -22.925339, y: -1.2296962, z: 0} + - {x: -22.920725, y: -1.2356515, z: 0} + - {x: -22.916113, y: -1.2356093, z: 0} + - {x: -22.9115, y: -1.2356707, z: 0} + - {x: -22.906887, y: -1.2403067, z: 0} + - {x: -22.902275, y: -1.2421507, z: 0} + - {x: -22.897663, y: -1.2394508, z: 0} + - {x: -22.893051, y: -1.2393055, z: 0} + - {x: -22.888437, y: -1.2411814, z: 0} + - {x: -22.883825, y: -1.237858, z: 0} + - {x: -22.879213, y: -1.2325661, z: 0} + - {x: -22.8746, y: -1.2325689, z: 0} + - {x: -22.869987, y: -1.2316226, z: 0} + - {x: -22.865376, y: -1.225504, z: 0} + - {x: -22.860764, y: -1.2216016, z: 0} + - {x: -22.85615, y: -1.2217791, z: 0} + - {x: -22.851538, y: -1.2189312, z: 0} + - {x: -22.846926, y: -1.2139443, z: 0} + - {x: -22.842312, y: -1.2142041, z: 0} + - {x: -22.8377, y: -1.2164764, z: 0} + - {x: -22.833088, y: -1.21369, z: 0} + - {x: -22.828476, y: -1.2124469, z: 0} + - {x: -22.823862, y: -1.216859, z: 0} + - {x: -22.81925, y: -1.2196245, z: 0} + - {x: -22.814638, y: -1.2191013, z: 0} + - {x: -22.810024, y: -1.2224057, z: 0} + - {x: -22.805412, y: -1.2284768, z: 0} + - {x: -22.8008, y: -1.2299291, z: 0} + - {x: -22.796188, y: -1.2298999, z: 0} + - {x: -22.791574, y: -1.2354871, z: 0} + - {x: -22.786963, y: -1.2396663, z: 0} + - {x: -22.78235, y: -1.238446, z: 0} + - {x: -22.777739, y: -1.2388308, z: 0} + - {x: -22.773125, y: -1.2422572, z: 0} + - {x: -22.768513, y: -1.2414228, z: 0} + - {x: -22.7639, y: -1.2374077, z: 0} + - {x: -22.759289, y: -1.2374945, z: 0} + - {x: -22.754675, y: -1.2382985, z: 0} + - {x: -22.750063, y: -1.2326907, z: 0} + - {x: -22.745451, y: -1.2279235, z: 0} + - {x: -22.740837, y: -1.2277836, z: 0} + - {x: -22.736225, y: -1.2253525, z: 0} + - {x: -22.731613, y: -1.219447, z: 0} + - {x: -22.727001, y: -1.2175012, z: 0} + - {x: -22.722387, y: -1.2183808, z: 0} + - {x: -22.717775, y: -1.2151029, z: 0} + - {x: -22.713163, y: -1.2112757, z: 0} + - {x: -22.70855, y: -1.214161, z: 0} + - {x: -22.703938, y: -1.2165312, z: 0} + - {x: -22.699326, y: -1.2147889, z: 0} + - {x: -22.694714, y: -1.2161076, z: 0} + - {x: -22.6901, y: -1.221522, z: 0} + - {x: -22.685488, y: -1.223624, z: 0} + - {x: -22.680876, y: -1.2236965, z: 0} + - {x: -22.676262, y: -1.2286619, z: 0} + - {x: -22.67165, y: -1.2345988, z: 0} + - {x: -22.667038, y: -1.2343605, z: 0} + - {x: -22.662426, y: -1.2350509, z: 0} + - {x: -22.657812, y: -1.2399235, z: 0} + - {x: -22.6532, y: -1.2416543, z: 0} + - {x: -22.648588, y: -1.2391969, z: 0} + - {x: -22.643974, y: -1.2397586, z: 0} + - {x: -22.639362, y: -1.241905, z: 0} + - {x: -22.63475, y: -1.2384436, z: 0} + - {x: -22.630138, y: -1.2335004, z: 0} + - {x: -22.625525, y: -1.2338859, z: 0} + - {x: -22.620913, y: -1.2326486, z: 0} + - {x: -22.6163, y: -1.226555, z: 0} + - {x: -22.611689, y: -1.2230489, z: 0} + - {x: -22.607075, y: -1.2231205, z: 0} + - {x: -22.602463, y: -1.2196733, z: 0} + - {x: -22.59785, y: -1.2144742, z: 0} + - {x: -22.593239, y: -1.2148639, z: 0} + - {x: -22.588625, y: -1.2166516, z: 0} + - {x: -22.584013, y: -1.2134072, z: 0} + - {x: -22.579401, y: -1.2122637, z: 0} + - {x: -22.574787, y: -1.2164148, z: 0} + - {x: -22.570175, y: -1.2185196, z: 0} + - {x: -22.565563, y: -1.2178671, z: 0} + - {x: -22.560951, y: -1.2214259, z: 0} + - {x: -22.556337, y: -1.2274328, z: 0} + - {x: -22.551725, y: -1.2284487, z: 0} + - {x: -22.547113, y: -1.2287914, z: 0} + - {x: -22.5425, y: -1.2346406, z: 0} + - {x: -22.537888, y: -1.2386231, z: 0} + - {x: -22.533276, y: -1.2375829, z: 0} + - {x: -22.528664, y: -1.2386961, z: 0} + - {x: -22.52405, y: -1.2423681, z: 0} + - {x: -22.519438, y: -1.2414386, z: 0} + - {x: -22.514826, y: -1.2376982, z: 0} + - {x: -22.510212, y: -1.2384658, z: 0} + - {x: -22.5056, y: -1.2391056, z: 0} + - {x: -22.500988, y: -1.2336019, z: 0} + - {x: -22.496376, y: -1.229317, z: 0} + - {x: -22.491762, y: -1.2292728, z: 0} + - {x: -22.48715, y: -1.2263758, z: 0} + - {x: -22.482538, y: -1.220378, z: 0} + - {x: -22.477924, y: -1.2186607, z: 0} + - {x: -22.473312, y: -1.2193881, z: 0} + - {x: -22.4687, y: -1.2154341, z: 0} + - {x: -22.464088, y: -1.2117157, z: 0} + - {x: -22.459475, y: -1.2143162, z: 0} + - {x: -22.454863, y: -1.2159771, z: 0} + - {x: -22.45025, y: -1.2139653, z: 0} + - {x: -22.445637, y: -1.2154777, z: 0} + - {x: -22.441025, y: -1.2207005, z: 0} + - {x: -22.436413, y: -1.2222844, z: 0} + - {x: -22.4318, y: -1.2222223, z: 0} + - {x: -22.427187, y: -1.2276139, z: 0} + - {x: -22.422575, y: -1.2332244, z: 0} + - {x: -22.417963, y: -1.2331029, z: 0} + - {x: -22.413351, y: -1.2343769, z: 0} + - {x: -22.408737, y: -1.2394416, z: 0} + - {x: -22.404125, y: -1.2410486, z: 0} + - {x: -22.399513, y: -1.2388697, z: 0} + - {x: -22.394901, y: -1.2401416, z: 0} + - {x: -22.390287, y: -1.2425234, z: 0} + - {x: -22.385675, y: -1.2389368, z: 0} + - {x: -22.381063, y: -1.2345928, z: 0} + - {x: -22.37645, y: -1.2352053, z: 0} + - {x: -22.371838, y: -1.2336209, z: 0} + - {x: -22.367226, y: -1.2276039, z: 0} + - {x: -22.362614, y: -1.2244635, z: 0} + m_Parameters: + serializedVersion: 3 + widthMultiplier: 0.015 + widthCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorGradient: + serializedVersion: 2 + key0: {r: 0.3018868, g: 0.18359648, b: 0, a: 1} + key1: {r: 1, g: 0.624189, b: 0.03784319, a: 1} + key2: {r: 1, g: 0.6301499, b: 0.08830078, a: 0} + key3: {r: 1, g: 0.6457976, b: 0.22075468, a: 0} + key4: {r: 0.99942267, g: 0.6457768, b: 0.22977777, a: 0} + key5: {r: 0.990566, g: 0.64545786, b: 0.36819148, a: 0} + key6: {r: 1, g: 1, b: 1, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 7325 + ctime2: 23130 + ctime3: 37779 + ctime4: 49151 + ctime5: 61295 + ctime6: 65535 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_ColorSpace: 0 + m_NumColorKeys: 7 + m_NumAlphaKeys: 2 + numCornerVertices: 0 + numCapVertices: 0 + alignment: 0 + textureMode: 0 + textureScale: {x: 1, y: 1} + shadowBias: 0.5 + generateLightingData: 0 + m_MaskInteraction: 0 + m_UseWorldSpace: 1 + m_Loop: 0 + m_ApplyActiveColorSpace: 1 +--- !u!114 &2848744788675904469 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3651813428422912178} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 255e27a83db9041409f9a2deb08fcc9b, type: 3} + m_Name: + m_EditorClassIdentifier: + waveType: 0 + waveHeight: 0.27 + waveWidth: 3.69 + waveStretch: 2.31 + speed: 0.5 + resolution: 800 + updateInterval: 0.02 + glowPoint: {fileID: 6794539355970557917} + glowColor: {r: 1, g: 1, b: 1, a: 1} + glowSize: 0.05 + noiseAmplitude: 1.02 + targetWaveformNoiseAmplitude: 0.1 +--- !u!1 &5469011914506891479 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6184808544250982558} + - component: {fileID: 6794539355970557917} + m_Layer: 0 + m_Name: Circle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6184808544250982558 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5469011914506891479} + serializedVersion: 2 + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 3.6853867, y: 0.0055365562, z: 0} + m_LocalScale: {x: 0.05, y: 0.05, z: 0.05} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1758447116171121493} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &6794539355970557917 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5469011914506891479} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: d3a6b7e7a0299614fa74875cdde310ea, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 1134468525 + m_SortingLayer: 10 + m_SortingOrder: 43 + m_Sprite: {fileID: -2413806693520163455, guid: a86470a33a6bf42c4b3595704624658b, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 diff --git a/Assets/Prefabs/FixSystemPrefabs/RobotECGWave.prefab.meta b/Assets/Prefabs/FixSystemPrefabs/RobotECGWave.prefab.meta new file mode 100644 index 000000000..9e17c525b --- /dev/null +++ b/Assets/Prefabs/FixSystemPrefabs/RobotECGWave.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 34b092f486e990e4a947d32895dbe4d5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Render/心电图.mat b/Assets/Render/心电图.mat new file mode 100644 index 000000000..ff98115a3 --- /dev/null +++ b/Assets/Render/心电图.mat @@ -0,0 +1,631 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: "\u5FC3\u7535\u56FE" + m_Shader: {fileID: 4800000, guid: 0803c241834332942abfcbd27c498b46, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ENABLEBRIGHTNESS_ON + - _SHADERFADING_NONE + - _SHADERSPACE_UV + - _TEXTURELAYER1SHEETTOGGLE_ON + - _TEXTURELAYER2SHEETTOGGLE_ON + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _AddColorMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _AddHueMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _AlphaTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _CustomFadeFadeMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FadingMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _InnerOutlineTintTexture: + m_Texture: {fileID: 2800000, guid: 5af9a397a8643994c829e696a24a7845, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetalMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OuterOutlineTintTexture: + m_Texture: {fileID: 2800000, guid: 5af9a397a8643994c829e696a24a7845, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _PixelOutlineTintTexture: + m_Texture: {fileID: 2800000, guid: 5af9a397a8643994c829e696a24a7845, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _RecolorRGBTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _RecolorRGBYCPTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ShineMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SineGlowMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _StrongTintMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureLayer1Texture: + m_Texture: {fileID: 2800000, guid: 9685c3a024e22a946a7e8c2ce3542300, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureLayer2Texture: + m_Texture: {fileID: 2800000, guid: 9685c3a024e22a946a7e8c2ce3542300, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UVDistortMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UberNoiseTexture: + m_Texture: {fileID: 2800000, guid: b8d18cd117976254d94a812a0bfc336e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - PixelSnap: 0 + - _AddColorContrast: 0.5 + - _AddColorContrastToggle: 0 + - _AddColorFade: 1 + - _AddColorMaskToggle: 0 + - _AddHueBrightness: 2 + - _AddHueContrast: 0.5 + - _AddHueFade: 1 + - _AddHueMaskToggle: 0 + - _AddHueSaturation: 1 + - _AddHueSpeed: 1 + - _AlphaCutoff: 0.5 + - _AlphaTintFade: 1 + - _AlphaTintMinAlpha: 0.02 + - _BakedMaterial: 0 + - _BlackTintFade: 1 + - _BlackTintPower: 4 + - _Brightness: 1.5 + - _BurnEdgeNoiseFactor: 0.5 + - _BurnFade: 1 + - _BurnInsideContrast: 2 + - _BurnInsideNoiseFactor: 0.2 + - _BurnRadius: 5 + - _BurnSwirlFactor: 1 + - _BurnWidth: 0.1 + - _CamouflageAnimationToggle: 0 + - _CamouflageContrast: 1 + - _CamouflageDensityA: 0.4 + - _CamouflageDensityB: 0.4 + - _CamouflageFade: 1 + - _CamouflageSmoothnessA: 0.2 + - _CamouflageSmoothnessB: 0.2 + - _CheckerboardDarken: 0.5 + - _CheckerboardTiling: 1 + - _ColorReplaceContrast: 1 + - _ColorReplaceFade: 1 + - _ColorReplaceRange: 0.05 + - _ColorReplaceSmoothness: 0.1 + - _Contrast: 1 + - _CustomFadeAlpha: 1 + - _CustomFadeNoiseFactor: 0 + - _CustomFadeSmoothness: 2 + - _DirectionalAlphaFadeFade: 0 + - _DirectionalAlphaFadeInvert: 0 + - _DirectionalAlphaFadeNoiseFactor: 0.2 + - _DirectionalAlphaFadeRotation: 0 + - _DirectionalAlphaFadeWidth: 0.2 + - _DirectionalDistortionFade: 0 + - _DirectionalDistortionInvert: 0 + - _DirectionalDistortionNoiseFactor: 0.2 + - _DirectionalDistortionRandomDirection: 0.1 + - _DirectionalDistortionRotation: 0 + - _DirectionalDistortionWidth: 0.5 + - _DirectionalGlowFadeFade: 0 + - _DirectionalGlowFadeInvert: 0 + - _DirectionalGlowFadeNoiseFactor: 0.2 + - _DirectionalGlowFadeRotation: 0 + - _DirectionalGlowFadeWidth: 0.1 + - _EnableAddColor: 0 + - _EnableAddHue: 0 + - _EnableAlphaTint: 0 + - _EnableBlackTint: 0 + - _EnableBrightness: 1 + - _EnableBurn: 0 + - _EnableCamouflage: 0 + - _EnableCheckerboard: 0 + - _EnableColorReplace: 0 + - _EnableContrast: 0 + - _EnableCustomFade: 0 + - _EnableDirectionalAlphaFade: 0 + - _EnableDirectionalDistortion: 0 + - _EnableDirectionalGlowFade: 0 + - _EnableEnchanted: 0 + - _EnableExternalAlpha: 0 + - _EnableFlame: 0 + - _EnableFrozen: 0 + - _EnableFullAlphaDissolve: 0 + - _EnableFullDistortion: 0 + - _EnableFullGlowDissolve: 0 + - _EnableGaussianBlur: 0 + - _EnableGlitch: 0 + - _EnableHalftone: 0 + - _EnableHologram: 0 + - _EnableHue: 0 + - _EnableInkSpread: 0 + - _EnableInnerOutline: 0 + - _EnableMetal: 0 + - _EnableNegative: 0 + - _EnableOuterOutline: 0 + - _EnablePingPongGlow: 0 + - _EnablePixelOutline: 0 + - _EnablePixelate: 0 + - _EnablePoison: 0 + - _EnableRainbow: 0 + - _EnableRecolorRGB: 0 + - _EnableRecolorRGBYCP: 0 + - _EnableSaturation: 0 + - _EnableScreenTiling: 0 + - _EnableShadow: 0 + - _EnableSharpen: 0 + - _EnableShiftHue: 0 + - _EnableShifting: 0 + - _EnableShine: 0 + - _EnableSineGlow: 0 + - _EnableSineMove: 0 + - _EnableSineRotate: 0 + - _EnableSineScale: 0 + - _EnableSmoke: 0 + - _EnableSmoothPixelArt: 0 + - _EnableSourceAlphaDissolve: 0 + - _EnableSourceGlowDissolve: 0 + - _EnableSplitToning: 0 + - _EnableSqueeze: 0 + - _EnableSquish: 0 + - _EnableStrongTint: 0 + - _EnableTextureLayer1: 0 + - _EnableTextureLayer2: 0 + - _EnableUVDistort: 0 + - _EnableUVRotate: 0 + - _EnableUVScale: 0 + - _EnableUVScroll: 0 + - _EnableVibrate: 0 + - _EnableWiggle: 0 + - _EnableWind: 0 + - _EnableWorldTiling: 0 + - _EnchantedBrightness: 1 + - _EnchantedContrast: 0.5 + - _EnchantedFade: 1 + - _EnchantedLerpToggle: 0 + - _EnchantedRainbowDensity: 0.5 + - _EnchantedRainbowSaturation: 0.8 + - _EnchantedRainbowSpeed: 0.5 + - _EnchantedRainbowToggle: 0 + - _EnchantedReduce: 0 + - _FadingFade: 1 + - _FadingNoiseFactor: 0.2 + - _FadingWidth: 0.3 + - _FlameBrightness: 10 + - _FlameNoiseFactor: 2.5 + - _FlameNoiseHeightFactor: 1.5 + - _FlameRadius: 0.2 + - _FlameSmooth: 2 + - _FrozenContrast: 2 + - _FrozenFade: 1 + - _FrozenHighlightContrast: 2 + - _FrozenHighlightDensity: 1 + - _FrozenSnowContrast: 1 + - _FrozenSnowDensity: 0.25 + - _FullAlphaDissolveFade: 0.5 + - _FullAlphaDissolveWidth: 0.5 + - _FullDistortionFade: 1 + - _FullGlowDissolveFade: 0.5 + - _FullGlowDissolveWidth: 0.5 + - _GaussianBlurFade: 1 + - _GaussianBlurOffset: 0.5 + - _GlitchBrightness: 4 + - _GlitchFade: 1 + - _GlitchHueSpeed: 1 + - _GlitchMaskMin: 0.4 + - _HalftoneFade: 1 + - _HalftoneFadeWidth: 1.5 + - _HalftoneInvert: 0 + - _HalftoneTiling: 4 + - _HologramContrast: 1 + - _HologramDistortionDensity: 0.5 + - _HologramDistortionOffset: 0.5 + - _HologramDistortionScale: 10 + - _HologramDistortionSpeed: 2 + - _HologramFade: 1 + - _HologramLineFrequency: 500 + - _HologramLineGap: 3 + - _HologramLineSpeed: 0.01 + - _HologramMinAlpha: 0.2 + - _Hue: 0 + - _InkSpreadContrast: 2 + - _InkSpreadDistance: 3 + - _InkSpreadFade: 1 + - _InkSpreadNoiseFactor: 0.5 + - _InkSpreadWidth: 0.2 + - _InnerOutlineDistortionToggle: 0 + - _InnerOutlineFade: 1 + - _InnerOutlineOutlineOnlyToggle: 0 + - _InnerOutlineTextureToggle: 0 + - _InnerOutlineWidth: 0.02 + - _MetalContrast: 2 + - _MetalFade: 1 + - _MetalHighlightContrast: 2 + - _MetalHighlightDensity: 1 + - _MetalMaskToggle: 0 + - _NegativeFade: 1 + - _NormalIntensity: 1 + - _OuterOutlineDistortionToggle: 0 + - _OuterOutlineFade: 1 + - _OuterOutlineOutlineOnlyToggle: 0 + - _OuterOutlineTextureToggle: 0 + - _OuterOutlineWidth: 0.04 + - _PingPongGlowContrast: 1 + - _PingPongGlowFade: 1 + - _PingPongGlowFrequency: 3 + - _PixelOutlineFade: 1 + - _PixelOutlineOutlineOnlyToggle: 0 + - _PixelOutlineTextureToggle: 0 + - _PixelOutlineWidth: 1 + - _PixelPerfectSpace: 0 + - _PixelPerfectUV: 0 + - _PixelateFade: 1 + - _PixelatePixelDensity: 16 + - _PixelatePixelsPerUnit: 100 + - _PixelsPerUnit: 100 + - _PoisonDensity: 3 + - _PoisonFade: 1 + - _PoisonNoiseBrightness: 2 + - _PoisonRecolorFactor: 0.5 + - _PoisonShiftSpeed: 0.2 + - _RainbowBrightness: 2 + - _RainbowContrast: 1 + - _RainbowDensity: 0.5 + - _RainbowFade: 1 + - _RainbowNoiseFactor: 0.2 + - _RainbowSaturation: 1 + - _RainbowSpeed: 1 + - _RecolorRGBFade: 1 + - _RecolorRGBTextureToggle: 0 + - _RecolorRGBYCPFade: 1 + - _RecolorRGBYCPTextureToggle: 0 + - _RectHeight: 100 + - _RectWidth: 100 + - _Saturation: 1 + - _ScreenTilingPixelsPerUnit: 100 + - _ScreenWidthUnits: 10 + - _ShaderFading: 0 + - _ShaderSpace: 0 + - _ShadowFade: 1 + - _SharpenFactor: 4 + - _SharpenFade: 1 + - _SharpenOffset: 2 + - _ShiftHueSpeed: 0.5 + - _ShiftingBrightness: 1 + - _ShiftingContrast: 0.5 + - _ShiftingDensity: 1.5 + - _ShiftingFade: 1 + - _ShiftingRainbowToggle: 0 + - _ShiftingSaturation: 0.8 + - _ShiftingSpeed: 0.5 + - _ShineContrast: 2 + - _ShineFade: 1 + - _ShineFrequency: 0.3 + - _ShineMaskToggle: 0 + - _ShineRotation: 30 + - _ShineSaturation: 0.5 + - _ShineSmooth: 1 + - _ShineSpeed: 5 + - _ShineWidth: 0.1 + - _SineGlowContrast: 1 + - _SineGlowFade: 1 + - _SineGlowFrequency: 4 + - _SineGlowMaskToggle: 0 + - _SineGlowMax: 1 + - _SineGlowMin: 0 + - _SineMoveFade: 1 + - _SineRotateAngle: 15 + - _SineRotateFade: 1 + - _SineRotateFrequency: 1 + - _SineScaleFrequency: 2 + - _SmokeAlpha: 1 + - _SmokeDarkEdge: 1 + - _SmokeNoiseFactor: 0.4 + - _SmokeNoiseScale: 0.5 + - _SmokeSmoothness: 1 + - _SmokeVertexSeed: 0 + - _SourceAlphaDissolveFade: 1 + - _SourceAlphaDissolveInvert: 0 + - _SourceAlphaDissolveNoiseFactor: 0.2 + - _SourceAlphaDissolveWidth: 0.2 + - _SourceGlowDissolveFade: 1 + - _SourceGlowDissolveInvert: 0 + - _SourceGlowDissolveNoiseFactor: 0.2 + - _SourceGlowDissolveWidth: 0.1 + - _SplitToningBalance: 1 + - _SplitToningContrast: 1 + - _SplitToningFade: 1 + - _SplitToningShift: 0 + - _SpriteSheetFix: 0 + - _SqueezeFade: 1 + - _SqueezePower: 1 + - _SquishFade: 1 + - _SquishFlip: 0 + - _SquishSquish: 0.1 + - _SquishStretch: 0.1 + - _StrongTintContrast: 0 + - _StrongTintContrastToggle: 0 + - _StrongTintFade: 1 + - _StrongTintMaskToggle: 0 + - _TextureLayer1Columns: 3 + - _TextureLayer1Contrast: 1 + - _TextureLayer1ContrastToggle: 0 + - _TextureLayer1EdgeClip: 0.005 + - _TextureLayer1Fade: 1 + - _TextureLayer1Rows: 3 + - _TextureLayer1ScrollToggle: 0 + - _TextureLayer1SheetToggle: 1 + - _TextureLayer1Speed: 20 + - _TextureLayer1StartFrame: 0 + - _TextureLayer2Columns: 3 + - _TextureLayer2Contrast: 1 + - _TextureLayer2ContrastToggle: 0 + - _TextureLayer2EdgeClip: 0.005 + - _TextureLayer2Fade: 1 + - _TextureLayer2Rows: 3 + - _TextureLayer2ScrollToggle: 0 + - _TextureLayer2SheetToggle: 1 + - _TextureLayer2Speed: 20 + - _TextureLayer2StartFrame: 0 + - _TilingFix: 0 + - _TimeFPS: 5 + - _TimeFrequency: 2 + - _TimeRange: 0.5 + - _TimeSpeed: 1 + - _TimeValue: 0 + - _ToggleCustomTime: 0 + - _ToggleTimeFPS: 0 + - _ToggleTimeFrequency: 0 + - _ToggleTimeSpeed: 0 + - _ToggleUnscaledTime: 0 + - _UVDistortFade: 1 + - _UVDistortMaskToggle: 0 + - _UVRotateSpeed: 1 + - _VertexTintFirst: 0 + - _VibrateFade: 1 + - _VibrateFrequency: 100 + - _VibrateOffset: 0.04 + - _VibrateRotation: 4 + - _WiggleFade: 1 + - _WiggleFixedGroundToggle: 0 + - _WiggleFrequency: 2 + - _WiggleOffset: 0.02 + - _WiggleSpeed: 2 + - _WindFlip: 0 + - _WindHighQualityNoise: 0 + - _WindIsParallax: 0 + - _WindLocalWind: 0 + - _WindMaxIntensity: 0.4 + - _WindMaxRotation: 2 + - _WindMinIntensity: -0.4 + - _WindNoiseScale: 0.1 + - _WindNoiseSpeed: 1 + - _WindRotation: 0 + - _WindRotationWindFactor: 1 + - _WindSquishFactor: 0.3 + - _WindSquishWindFactor: 0 + - _WindXPosition: 0 + - _WorldTilingPixelsPerUnit: 100 + m_Colors: + - _AddColorColor: {r: 2.996078, g: 0, b: 0, a: 0} + - _AlphaTintColor: {r: 95.87451, g: 5.019608, b: 95.87451, a: 0} + - _BlackTintColor: {r: 0, g: 0, b: 1, a: 0} + - _BurnEdgeColor: {r: 11.98431, g: 1.129412, b: 0.1254902, a: 0} + - _BurnEdgeNoiseScale: {r: 0.3, g: 0.3, b: 0, a: 0} + - _BurnInsideColor: {r: 0.75, g: 0.5625, b: 0.525, a: 0} + - _BurnInsideNoiseColor: {r: 3084.047, g: 257.0039, b: 0, a: 0} + - _BurnInsideNoiseScale: {r: 0.5, g: 0.5, b: 0, a: 0} + - _BurnPosition: {r: 0, g: 5, b: 0, a: 0} + - _BurnSwirlNoiseScale: {r: 0.1, g: 0.1, b: 0, a: 0} + - _CamouflageBaseColor: {r: 0.7450981, g: 0.7254902, b: 0.5686274, a: 0} + - _CamouflageColorA: {r: 0.62745106, g: 0.5882353, b: 0.43137258, a: 0} + - _CamouflageColorB: {r: 0.47058815, g: 0.43137258, b: 0.31372547, a: 0} + - _CamouflageDistortionIntensity: {r: 0.1, g: 0.1, b: 0, a: 0} + - _CamouflageDistortionScale: {r: 0.5, g: 0.5, b: 0, a: 0} + - _CamouflageDistortionSpeed: {r: 0.1, g: 0.1, b: 0, a: 0} + - _CamouflageNoiseScaleA: {r: 0.25, g: 0.25, b: 0, a: 0} + - _CamouflageNoiseScaleB: {r: 0.25, g: 0.25, b: 0, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _ColorReplaceFromColor: {r: 0, g: 0, b: 0, a: 0} + - _ColorReplaceToColor: {r: 0, g: 0, b: 0.2, a: 0} + - _CustomFadeNoiseScale: {r: 1, g: 1, b: 0, a: 0} + - _DirectionalAlphaFadeNoiseScale: {r: 0.3, g: 0.3, b: 0, a: 0} + - _DirectionalDistortionDistortion: {r: 0, g: 0.1, b: 0, a: 0} + - _DirectionalDistortionDistortionScale: {r: 1, g: 1, b: 0, a: 0} + - _DirectionalDistortionNoiseScale: {r: 0.4, g: 0.4, b: 0, a: 0} + - _DirectionalGlowFadeEdgeColor: {r: 11.98431, g: 0.6901961, b: 0.6901961, a: 0} + - _DirectionalGlowFadeNoiseScale: {r: 0.4, g: 0.4, b: 0, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _EnchantedHighColor: {r: 0, g: 0.7098798, b: 4.237095, a: 0} + - _EnchantedLowColor: {r: 2.996078, g: 0, b: 0, a: 0} + - _EnchantedScale: {r: 0.1, g: 0.1, b: 0, a: 0} + - _EnchantedSpeed: {r: 0, g: 1, b: 0, a: 0} + - _FadingNoiseScale: {r: 0.2, g: 0.2, b: 0, a: 0} + - _FadingPosition: {r: 0, g: 0, b: 0, a: 0} + - _FlameNoiseScale: {r: 1.2, g: 0.8, b: 0, a: 0} + - _FlameSpeed: {r: 0, g: -0.5, b: 0, a: 0} + - _Flip: {r: 1, g: 1, b: 1, a: 1} + - _FrozenHighlightColor: {r: 1.797647, g: 4.604501, b: 5.992157, a: 1} + - _FrozenHighlightDistortion: {r: 0.5, g: 0.5, b: 0, a: 0} + - _FrozenHighlightDistortionScale: {r: 0.2, g: 0.2, b: 0, a: 0} + - _FrozenHighlightDistortionSpeed: {r: -0.05, g: -0.05, b: 0, a: 0} + - _FrozenHighlightScale: {r: 0.2, g: 0.2, b: 0, a: 0} + - _FrozenHighlightSpeed: {r: 0.1, g: 0.1, b: 0, a: 0} + - _FrozenSnowColor: {r: 1.123529, g: 1.373203, b: 1.498039, a: 0} + - _FrozenSnowScale: {r: 0.1, g: 0.1, b: 0, a: 0} + - _FrozenTint: {r: 1.819608, g: 4.611765, b: 5.992157, a: 0} + - _FullAlphaDissolveNoiseScale: {r: 0.1, g: 0.1, b: 0, a: 0} + - _FullDistortionDistortion: {r: 0.2, g: 0.2, b: 0, a: 0} + - _FullDistortionNoiseScale: {r: 0.5, g: 0.5, b: 0, a: 0} + - _FullGlowDissolveEdgeColor: {r: 11.98431, g: 0.627451, b: 0.627451, a: 0} + - _FullGlowDissolveNoiseScale: {r: 0.1, g: 0.1, b: 0, a: 0} + - _GlitchDistortion: {r: 0.1, g: 0, b: 0, a: 0} + - _GlitchDistortionScale: {r: 0, g: 3, b: 0, a: 0} + - _GlitchDistortionSpeed: {r: 0, g: 1, b: 0, a: 0} + - _GlitchMaskScale: {r: 0, g: 0.2, b: 0, a: 0} + - _GlitchMaskSpeed: {r: 0, g: 4, b: 0, a: 0} + - _GlitchNoiseScale: {r: 0, g: 3, b: 0, a: 0} + - _GlitchNoiseSpeed: {r: 0, g: 1, b: 0, a: 0} + - _HalftonePosition: {r: 0, g: 0, b: 0, a: 0} + - _HologramTint: {r: 0.3137255, g: 1.662745, b: 2.996078, a: 1} + - _InkSpreadColor: {r: 8.47419, g: 5.013525, b: 0.08873497, a: 0} + - _InkSpreadNoiseScale: {r: 0.4, g: 0.4, b: 0, a: 0} + - _InkSpreadPosition: {r: 0.5, g: -1, b: 0, a: 0} + - _InnerOutlineColor: {r: 11.98431, g: 1.254902, b: 1.254902, a: 1} + - _InnerOutlineDistortionIntensity: {r: 0.01, g: 0.01, b: 0, a: 0} + - _InnerOutlineNoiseScale: {r: 4, g: 4, b: 0, a: 0} + - _InnerOutlineNoiseSpeed: {r: 0, g: 0.1, b: 0, a: 0} + - _InnerOutlineTextureSpeed: {r: 0.5, g: 0, b: 0, a: 0} + - _MetalColor: {r: 5.992157, g: 3.639216, b: 0.3137255, a: 1} + - _MetalHighlightColor: {r: 5.992157, g: 3.796078, b: 0.6588235, a: 1} + - _MetalNoiseDistortion: {r: 0.5, g: 0.5, b: 0, a: 0} + - _MetalNoiseDistortionScale: {r: 0.2, g: 0.2, b: 0, a: 0} + - _MetalNoiseDistortionSpeed: {r: -0.05, g: -0.05, b: 0, a: 0} + - _MetalNoiseScale: {r: 0.25, g: 0.25, b: 0, a: 0} + - _MetalNoiseSpeed: {r: 0.05, g: 0.05, b: 0, a: 0} + - _OuterOutlineColor: {r: 0, g: 0, b: 0, a: 1} + - _OuterOutlineDistortionIntensity: {r: 0.01, g: 0.01, b: 0, a: 0} + - _OuterOutlineNoiseScale: {r: 4, g: 4, b: 0, a: 0} + - _OuterOutlineNoiseSpeed: {r: 0, g: 0.1, b: 0, a: 0} + - _OuterOutlineTextureSpeed: {r: 0.5, g: 0, b: 0, a: 0} + - _PingPongGlowFrom: {r: 5.992157, g: 0.1882353, b: 0.1882353, a: 0} + - _PingPongGlowTo: {r: 0.1882353, g: 0.1882353, b: 5.992157, a: 0} + - _PixelOutlineColor: {r: 0, g: 0, b: 0, a: 1} + - _PixelOutlineTextureSpeed: {r: 0.5, g: 0, b: 0, a: 0} + - _PoisonColor: {r: 0.3137255, g: 2.996078, b: 0.3137255, a: 0} + - _PoisonNoiseScale: {r: 0.2, g: 0.2, b: 0, a: 0} + - _PoisonNoiseSpeed: {r: 0, g: -0.2, b: 0, a: 0} + - _RainbowCenter: {r: 0, g: 0, b: 0, a: 0} + - _RainbowNoiseScale: {r: 0.2, g: 0.2, b: 0, a: 0} + - _RecolorRGBBlueTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBGreenTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBRedTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBYCPBlueTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBYCPCyanTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBYCPGreenTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBYCPPurpleTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBYCPRedTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBYCPYellowTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RendererColor: {r: 1, g: 1, b: 1, a: 1} + - _ScreenTilingOffset: {r: 0, g: 0, b: 0, a: 0} + - _ScreenTilingScale: {r: 1, g: 1, b: 0, a: 0} + - _ShadowColor: {r: 0, g: 0, b: 0, a: 0} + - _ShadowOffset: {r: 0.05, g: -0.05, b: 0, a: 0} + - _ShiftingColorA: {r: 1.498039, g: 0, b: 0, a: 0} + - _ShiftingColorB: {r: 1.498039, g: 0.7490196, b: 0, a: 0} + - _ShineColor: {r: 11.98431, g: 11.98431, b: 11.98431, a: 0} + - _SineGlowColor: {r: 0, g: 2.007843, b: 2.996078, a: 0} + - _SineMoveFrequency: {r: 1, g: 1, b: 0, a: 0} + - _SineMoveOffset: {r: 0, g: 0.5, b: 0, a: 0} + - _SineRotatePivot: {r: 0.5, g: 0.5, b: 0, a: 0} + - _SineScaleFactor: {r: 0.2, g: 0.2, b: 0, a: 0} + - _SourceAlphaDissolveNoiseScale: {r: 0.3, g: 0.3, b: 0, a: 0} + - _SourceAlphaDissolvePosition: {r: 0, g: 0, b: 0, a: 0} + - _SourceGlowDissolveEdgeColor: {r: 11.98431, g: 0.627451, b: 0.627451, a: 0} + - _SourceGlowDissolveNoiseScale: {r: 0.3, g: 0.3, b: 0, a: 0} + - _SourceGlowDissolvePosition: {r: 0, g: 0, b: 0, a: 0} + - _SplitToningHighlightsColor: {r: 1, g: 0.1, b: 0.1, a: 0} + - _SplitToningShadowsColor: {r: 0.1, g: 0.4000002, b: 1, a: 0} + - _SpriteSheetRect: {r: 0, g: 0, b: 1, a: 1} + - _SqueezeCenter: {r: 0.5, g: 0.5, b: 0, a: 0} + - _SqueezeScale: {r: 2, g: 0, b: 0, a: 0} + - _StrongTintTint: {r: 1, g: 1, b: 1, a: 1} + - _TextureLayer1Color: {r: 0.4494117, g: 1.298301, b: 2.996079, a: 1} + - _TextureLayer1Offset: {r: 0, g: 0, b: 0, a: 0} + - _TextureLayer1Scale: {r: 1, g: 1, b: 0, a: 0} + - _TextureLayer1ScrollSpeed: {r: 0, g: 1, b: 0, a: 0} + - _TextureLayer2Color: {r: 0.4494117, g: 1.298301, b: 2.996079, a: 1} + - _TextureLayer2Offset: {r: 0, g: 0, b: 0, a: 0} + - _TextureLayer2Scale: {r: 1, g: 1, b: 0, a: 0} + - _TextureLayer2ScrollSpeed: {r: 0, g: 1, b: 0, a: 0} + - _UVDistortFrom: {r: -0.02, g: -0.02, b: 0, a: 0} + - _UVDistortNoiseScale: {r: 0.1, g: 0.1, b: 0, a: 0} + - _UVDistortSpeed: {r: 2, g: 2, b: 0, a: 0} + - _UVDistortTo: {r: 0.02, g: 0.02, b: 0, a: 0} + - _UVRotatePivot: {r: 0.5, g: 0.5, b: 0, a: 0} + - _UVScalePivot: {r: 0.5, g: 0.5, b: 0, a: 0} + - _UVScaleScale: {r: 1, g: 1, b: 0, a: 0} + - _UVScrollSpeed: {r: 0.2, g: 0, b: 0, a: 0} + - _WorldTilingOffset: {r: 0, g: 0, b: 0, a: 0} + - _WorldTilingScale: {r: 1, g: 1, b: 0, a: 0} + m_BuildTextureStacks: [] diff --git a/Assets/Render/心电图.mat.meta b/Assets/Render/心电图.mat.meta new file mode 100644 index 000000000..57f799802 --- /dev/null +++ b/Assets/Render/心电图.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e1846d5e4a555e044bd9cf74b61e8ca5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Render/跳动的小球.mat b/Assets/Render/跳动的小球.mat new file mode 100644 index 000000000..08087a9f9 --- /dev/null +++ b/Assets/Render/跳动的小球.mat @@ -0,0 +1,631 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: "\u8DF3\u52A8\u7684\u5C0F\u7403" + m_Shader: {fileID: 4800000, guid: 0803c241834332942abfcbd27c498b46, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ENABLEBRIGHTNESS_ON + - _SHADERFADING_NONE + - _SHADERSPACE_UV + - _TEXTURELAYER1SHEETTOGGLE_ON + - _TEXTURELAYER2SHEETTOGGLE_ON + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _AddColorMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _AddHueMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _AlphaTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _CustomFadeFadeMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FadingMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _InnerOutlineTintTexture: + m_Texture: {fileID: 2800000, guid: 5af9a397a8643994c829e696a24a7845, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MaskTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetalMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _NormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OuterOutlineTintTexture: + m_Texture: {fileID: 2800000, guid: 5af9a397a8643994c829e696a24a7845, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _PixelOutlineTintTexture: + m_Texture: {fileID: 2800000, guid: 5af9a397a8643994c829e696a24a7845, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _RecolorRGBTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _RecolorRGBYCPTexture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ShineMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SineGlowMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _StrongTintMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureLayer1Texture: + m_Texture: {fileID: 2800000, guid: 9685c3a024e22a946a7e8c2ce3542300, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TextureLayer2Texture: + m_Texture: {fileID: 2800000, guid: 9685c3a024e22a946a7e8c2ce3542300, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UVDistortMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UberNoiseTexture: + m_Texture: {fileID: 2800000, guid: b8d18cd117976254d94a812a0bfc336e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _texcoord: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - PixelSnap: 0 + - _AddColorContrast: 0.5 + - _AddColorContrastToggle: 0 + - _AddColorFade: 1 + - _AddColorMaskToggle: 0 + - _AddHueBrightness: 2 + - _AddHueContrast: 0.5 + - _AddHueFade: 1 + - _AddHueMaskToggle: 0 + - _AddHueSaturation: 1 + - _AddHueSpeed: 1 + - _AlphaCutoff: 0.5 + - _AlphaTintFade: 1 + - _AlphaTintMinAlpha: 0.02 + - _BakedMaterial: 0 + - _BlackTintFade: 1 + - _BlackTintPower: 4 + - _Brightness: 2 + - _BurnEdgeNoiseFactor: 0.5 + - _BurnFade: 1 + - _BurnInsideContrast: 2 + - _BurnInsideNoiseFactor: 0.2 + - _BurnRadius: 5 + - _BurnSwirlFactor: 1 + - _BurnWidth: 0.1 + - _CamouflageAnimationToggle: 0 + - _CamouflageContrast: 1 + - _CamouflageDensityA: 0.4 + - _CamouflageDensityB: 0.4 + - _CamouflageFade: 1 + - _CamouflageSmoothnessA: 0.2 + - _CamouflageSmoothnessB: 0.2 + - _CheckerboardDarken: 0.5 + - _CheckerboardTiling: 1 + - _ColorReplaceContrast: 1 + - _ColorReplaceFade: 1 + - _ColorReplaceRange: 0.05 + - _ColorReplaceSmoothness: 0.1 + - _Contrast: 1 + - _CustomFadeAlpha: 1 + - _CustomFadeNoiseFactor: 0 + - _CustomFadeSmoothness: 2 + - _DirectionalAlphaFadeFade: 0 + - _DirectionalAlphaFadeInvert: 0 + - _DirectionalAlphaFadeNoiseFactor: 0.2 + - _DirectionalAlphaFadeRotation: 0 + - _DirectionalAlphaFadeWidth: 0.2 + - _DirectionalDistortionFade: 0 + - _DirectionalDistortionInvert: 0 + - _DirectionalDistortionNoiseFactor: 0.2 + - _DirectionalDistortionRandomDirection: 0.1 + - _DirectionalDistortionRotation: 0 + - _DirectionalDistortionWidth: 0.5 + - _DirectionalGlowFadeFade: 0 + - _DirectionalGlowFadeInvert: 0 + - _DirectionalGlowFadeNoiseFactor: 0.2 + - _DirectionalGlowFadeRotation: 0 + - _DirectionalGlowFadeWidth: 0.1 + - _EnableAddColor: 0 + - _EnableAddHue: 0 + - _EnableAlphaTint: 0 + - _EnableBlackTint: 0 + - _EnableBrightness: 1 + - _EnableBurn: 0 + - _EnableCamouflage: 0 + - _EnableCheckerboard: 0 + - _EnableColorReplace: 0 + - _EnableContrast: 0 + - _EnableCustomFade: 0 + - _EnableDirectionalAlphaFade: 0 + - _EnableDirectionalDistortion: 0 + - _EnableDirectionalGlowFade: 0 + - _EnableEnchanted: 0 + - _EnableExternalAlpha: 0 + - _EnableFlame: 0 + - _EnableFrozen: 0 + - _EnableFullAlphaDissolve: 0 + - _EnableFullDistortion: 0 + - _EnableFullGlowDissolve: 0 + - _EnableGaussianBlur: 0 + - _EnableGlitch: 0 + - _EnableHalftone: 0 + - _EnableHologram: 0 + - _EnableHue: 0 + - _EnableInkSpread: 0 + - _EnableInnerOutline: 0 + - _EnableMetal: 0 + - _EnableNegative: 0 + - _EnableOuterOutline: 0 + - _EnablePingPongGlow: 0 + - _EnablePixelOutline: 0 + - _EnablePixelate: 0 + - _EnablePoison: 0 + - _EnableRainbow: 0 + - _EnableRecolorRGB: 0 + - _EnableRecolorRGBYCP: 0 + - _EnableSaturation: 0 + - _EnableScreenTiling: 0 + - _EnableShadow: 0 + - _EnableSharpen: 0 + - _EnableShiftHue: 0 + - _EnableShifting: 0 + - _EnableShine: 0 + - _EnableSineGlow: 0 + - _EnableSineMove: 0 + - _EnableSineRotate: 0 + - _EnableSineScale: 0 + - _EnableSmoke: 0 + - _EnableSmoothPixelArt: 0 + - _EnableSourceAlphaDissolve: 0 + - _EnableSourceGlowDissolve: 0 + - _EnableSplitToning: 0 + - _EnableSqueeze: 0 + - _EnableSquish: 0 + - _EnableStrongTint: 0 + - _EnableTextureLayer1: 0 + - _EnableTextureLayer2: 0 + - _EnableUVDistort: 0 + - _EnableUVRotate: 0 + - _EnableUVScale: 0 + - _EnableUVScroll: 0 + - _EnableVibrate: 0 + - _EnableWiggle: 0 + - _EnableWind: 0 + - _EnableWorldTiling: 0 + - _EnchantedBrightness: 1 + - _EnchantedContrast: 0.5 + - _EnchantedFade: 1 + - _EnchantedLerpToggle: 0 + - _EnchantedRainbowDensity: 0.5 + - _EnchantedRainbowSaturation: 0.8 + - _EnchantedRainbowSpeed: 0.5 + - _EnchantedRainbowToggle: 0 + - _EnchantedReduce: 0 + - _FadingFade: 1 + - _FadingNoiseFactor: 0.2 + - _FadingWidth: 0.3 + - _FlameBrightness: 10 + - _FlameNoiseFactor: 2.5 + - _FlameNoiseHeightFactor: 1.5 + - _FlameRadius: 0.2 + - _FlameSmooth: 2 + - _FrozenContrast: 2 + - _FrozenFade: 1 + - _FrozenHighlightContrast: 2 + - _FrozenHighlightDensity: 1 + - _FrozenSnowContrast: 1 + - _FrozenSnowDensity: 0.25 + - _FullAlphaDissolveFade: 0.5 + - _FullAlphaDissolveWidth: 0.5 + - _FullDistortionFade: 1 + - _FullGlowDissolveFade: 0.5 + - _FullGlowDissolveWidth: 0.5 + - _GaussianBlurFade: 1 + - _GaussianBlurOffset: 0.5 + - _GlitchBrightness: 4 + - _GlitchFade: 1 + - _GlitchHueSpeed: 1 + - _GlitchMaskMin: 0.4 + - _HalftoneFade: 1 + - _HalftoneFadeWidth: 1.5 + - _HalftoneInvert: 0 + - _HalftoneTiling: 4 + - _HologramContrast: 1 + - _HologramDistortionDensity: 0.5 + - _HologramDistortionOffset: 0.5 + - _HologramDistortionScale: 10 + - _HologramDistortionSpeed: 2 + - _HologramFade: 1 + - _HologramLineFrequency: 500 + - _HologramLineGap: 3 + - _HologramLineSpeed: 0.01 + - _HologramMinAlpha: 0.2 + - _Hue: 0 + - _InkSpreadContrast: 2 + - _InkSpreadDistance: 3 + - _InkSpreadFade: 1 + - _InkSpreadNoiseFactor: 0.5 + - _InkSpreadWidth: 0.2 + - _InnerOutlineDistortionToggle: 0 + - _InnerOutlineFade: 1 + - _InnerOutlineOutlineOnlyToggle: 0 + - _InnerOutlineTextureToggle: 0 + - _InnerOutlineWidth: 0.02 + - _MetalContrast: 2 + - _MetalFade: 1 + - _MetalHighlightContrast: 2 + - _MetalHighlightDensity: 1 + - _MetalMaskToggle: 0 + - _NegativeFade: 1 + - _NormalIntensity: 1 + - _OuterOutlineDistortionToggle: 0 + - _OuterOutlineFade: 1 + - _OuterOutlineOutlineOnlyToggle: 0 + - _OuterOutlineTextureToggle: 0 + - _OuterOutlineWidth: 0.04 + - _PingPongGlowContrast: 1 + - _PingPongGlowFade: 1 + - _PingPongGlowFrequency: 3 + - _PixelOutlineFade: 1 + - _PixelOutlineOutlineOnlyToggle: 0 + - _PixelOutlineTextureToggle: 0 + - _PixelOutlineWidth: 1 + - _PixelPerfectSpace: 0 + - _PixelPerfectUV: 0 + - _PixelateFade: 1 + - _PixelatePixelDensity: 16 + - _PixelatePixelsPerUnit: 100 + - _PixelsPerUnit: 100 + - _PoisonDensity: 3 + - _PoisonFade: 1 + - _PoisonNoiseBrightness: 2 + - _PoisonRecolorFactor: 0.5 + - _PoisonShiftSpeed: 0.2 + - _RainbowBrightness: 2 + - _RainbowContrast: 1 + - _RainbowDensity: 0.5 + - _RainbowFade: 1 + - _RainbowNoiseFactor: 0.2 + - _RainbowSaturation: 1 + - _RainbowSpeed: 1 + - _RecolorRGBFade: 1 + - _RecolorRGBTextureToggle: 0 + - _RecolorRGBYCPFade: 1 + - _RecolorRGBYCPTextureToggle: 0 + - _RectHeight: 100 + - _RectWidth: 100 + - _Saturation: 1 + - _ScreenTilingPixelsPerUnit: 100 + - _ScreenWidthUnits: 10 + - _ShaderFading: 0 + - _ShaderSpace: 0 + - _ShadowFade: 1 + - _SharpenFactor: 4 + - _SharpenFade: 1 + - _SharpenOffset: 2 + - _ShiftHueSpeed: 0.5 + - _ShiftingBrightness: 1 + - _ShiftingContrast: 0.5 + - _ShiftingDensity: 1.5 + - _ShiftingFade: 1 + - _ShiftingRainbowToggle: 0 + - _ShiftingSaturation: 0.8 + - _ShiftingSpeed: 0.5 + - _ShineContrast: 2 + - _ShineFade: 1 + - _ShineFrequency: 0.3 + - _ShineMaskToggle: 0 + - _ShineRotation: 30 + - _ShineSaturation: 0.5 + - _ShineSmooth: 1 + - _ShineSpeed: 5 + - _ShineWidth: 0.1 + - _SineGlowContrast: 1 + - _SineGlowFade: 1 + - _SineGlowFrequency: 4 + - _SineGlowMaskToggle: 0 + - _SineGlowMax: 1 + - _SineGlowMin: 0 + - _SineMoveFade: 1 + - _SineRotateAngle: 15 + - _SineRotateFade: 1 + - _SineRotateFrequency: 1 + - _SineScaleFrequency: 2 + - _SmokeAlpha: 1 + - _SmokeDarkEdge: 1 + - _SmokeNoiseFactor: 0.4 + - _SmokeNoiseScale: 0.5 + - _SmokeSmoothness: 1 + - _SmokeVertexSeed: 0 + - _SourceAlphaDissolveFade: 1 + - _SourceAlphaDissolveInvert: 0 + - _SourceAlphaDissolveNoiseFactor: 0.2 + - _SourceAlphaDissolveWidth: 0.2 + - _SourceGlowDissolveFade: 1 + - _SourceGlowDissolveInvert: 0 + - _SourceGlowDissolveNoiseFactor: 0.2 + - _SourceGlowDissolveWidth: 0.1 + - _SplitToningBalance: 1 + - _SplitToningContrast: 1 + - _SplitToningFade: 1 + - _SplitToningShift: 0 + - _SpriteSheetFix: 0 + - _SqueezeFade: 1 + - _SqueezePower: 1 + - _SquishFade: 1 + - _SquishFlip: 0 + - _SquishSquish: 0.1 + - _SquishStretch: 0.1 + - _StrongTintContrast: 0 + - _StrongTintContrastToggle: 0 + - _StrongTintFade: 1 + - _StrongTintMaskToggle: 0 + - _TextureLayer1Columns: 3 + - _TextureLayer1Contrast: 1 + - _TextureLayer1ContrastToggle: 0 + - _TextureLayer1EdgeClip: 0.005 + - _TextureLayer1Fade: 1 + - _TextureLayer1Rows: 3 + - _TextureLayer1ScrollToggle: 0 + - _TextureLayer1SheetToggle: 1 + - _TextureLayer1Speed: 20 + - _TextureLayer1StartFrame: 0 + - _TextureLayer2Columns: 3 + - _TextureLayer2Contrast: 1 + - _TextureLayer2ContrastToggle: 0 + - _TextureLayer2EdgeClip: 0.005 + - _TextureLayer2Fade: 1 + - _TextureLayer2Rows: 3 + - _TextureLayer2ScrollToggle: 0 + - _TextureLayer2SheetToggle: 1 + - _TextureLayer2Speed: 20 + - _TextureLayer2StartFrame: 0 + - _TilingFix: 0 + - _TimeFPS: 5 + - _TimeFrequency: 2 + - _TimeRange: 0.5 + - _TimeSpeed: 1 + - _TimeValue: 0 + - _ToggleCustomTime: 0 + - _ToggleTimeFPS: 0 + - _ToggleTimeFrequency: 0 + - _ToggleTimeSpeed: 0 + - _ToggleUnscaledTime: 0 + - _UVDistortFade: 1 + - _UVDistortMaskToggle: 0 + - _UVRotateSpeed: 1 + - _VertexTintFirst: 0 + - _VibrateFade: 1 + - _VibrateFrequency: 100 + - _VibrateOffset: 0.04 + - _VibrateRotation: 4 + - _WiggleFade: 1 + - _WiggleFixedGroundToggle: 0 + - _WiggleFrequency: 2 + - _WiggleOffset: 0.02 + - _WiggleSpeed: 2 + - _WindFlip: 0 + - _WindHighQualityNoise: 0 + - _WindIsParallax: 0 + - _WindLocalWind: 0 + - _WindMaxIntensity: 0.4 + - _WindMaxRotation: 2 + - _WindMinIntensity: -0.4 + - _WindNoiseScale: 0.1 + - _WindNoiseSpeed: 1 + - _WindRotation: 0 + - _WindRotationWindFactor: 1 + - _WindSquishFactor: 0.3 + - _WindSquishWindFactor: 0 + - _WindXPosition: 0 + - _WorldTilingPixelsPerUnit: 100 + m_Colors: + - _AddColorColor: {r: 2.996078, g: 0, b: 0, a: 0} + - _AlphaTintColor: {r: 95.87451, g: 5.019608, b: 95.87451, a: 0} + - _BlackTintColor: {r: 0, g: 0, b: 1, a: 0} + - _BurnEdgeColor: {r: 11.98431, g: 1.129412, b: 0.1254902, a: 0} + - _BurnEdgeNoiseScale: {r: 0.3, g: 0.3, b: 0, a: 0} + - _BurnInsideColor: {r: 0.75, g: 0.5625, b: 0.525, a: 0} + - _BurnInsideNoiseColor: {r: 3084.047, g: 257.0039, b: 0, a: 0} + - _BurnInsideNoiseScale: {r: 0.5, g: 0.5, b: 0, a: 0} + - _BurnPosition: {r: 0, g: 5, b: 0, a: 0} + - _BurnSwirlNoiseScale: {r: 0.1, g: 0.1, b: 0, a: 0} + - _CamouflageBaseColor: {r: 0.7450981, g: 0.7254902, b: 0.5686274, a: 0} + - _CamouflageColorA: {r: 0.62745106, g: 0.5882353, b: 0.43137258, a: 0} + - _CamouflageColorB: {r: 0.47058815, g: 0.43137258, b: 0.31372547, a: 0} + - _CamouflageDistortionIntensity: {r: 0.1, g: 0.1, b: 0, a: 0} + - _CamouflageDistortionScale: {r: 0.5, g: 0.5, b: 0, a: 0} + - _CamouflageDistortionSpeed: {r: 0.1, g: 0.1, b: 0, a: 0} + - _CamouflageNoiseScaleA: {r: 0.25, g: 0.25, b: 0, a: 0} + - _CamouflageNoiseScaleB: {r: 0.25, g: 0.25, b: 0, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _ColorReplaceFromColor: {r: 0, g: 0, b: 0, a: 0} + - _ColorReplaceToColor: {r: 0, g: 0, b: 0.2, a: 0} + - _CustomFadeNoiseScale: {r: 1, g: 1, b: 0, a: 0} + - _DirectionalAlphaFadeNoiseScale: {r: 0.3, g: 0.3, b: 0, a: 0} + - _DirectionalDistortionDistortion: {r: 0, g: 0.1, b: 0, a: 0} + - _DirectionalDistortionDistortionScale: {r: 1, g: 1, b: 0, a: 0} + - _DirectionalDistortionNoiseScale: {r: 0.4, g: 0.4, b: 0, a: 0} + - _DirectionalGlowFadeEdgeColor: {r: 11.98431, g: 0.6901961, b: 0.6901961, a: 0} + - _DirectionalGlowFadeNoiseScale: {r: 0.4, g: 0.4, b: 0, a: 0} + - _EmissionColor: {r: 1, g: 1, b: 1, a: 1} + - _EnchantedHighColor: {r: 0, g: 0.7098798, b: 4.237095, a: 0} + - _EnchantedLowColor: {r: 2.996078, g: 0, b: 0, a: 0} + - _EnchantedScale: {r: 0.1, g: 0.1, b: 0, a: 0} + - _EnchantedSpeed: {r: 0, g: 1, b: 0, a: 0} + - _FadingNoiseScale: {r: 0.2, g: 0.2, b: 0, a: 0} + - _FadingPosition: {r: 0, g: 0, b: 0, a: 0} + - _FlameNoiseScale: {r: 1.2, g: 0.8, b: 0, a: 0} + - _FlameSpeed: {r: 0, g: -0.5, b: 0, a: 0} + - _Flip: {r: 1, g: 1, b: 1, a: 1} + - _FrozenHighlightColor: {r: 1.797647, g: 4.604501, b: 5.992157, a: 1} + - _FrozenHighlightDistortion: {r: 0.5, g: 0.5, b: 0, a: 0} + - _FrozenHighlightDistortionScale: {r: 0.2, g: 0.2, b: 0, a: 0} + - _FrozenHighlightDistortionSpeed: {r: -0.05, g: -0.05, b: 0, a: 0} + - _FrozenHighlightScale: {r: 0.2, g: 0.2, b: 0, a: 0} + - _FrozenHighlightSpeed: {r: 0.1, g: 0.1, b: 0, a: 0} + - _FrozenSnowColor: {r: 1.123529, g: 1.373203, b: 1.498039, a: 0} + - _FrozenSnowScale: {r: 0.1, g: 0.1, b: 0, a: 0} + - _FrozenTint: {r: 1.819608, g: 4.611765, b: 5.992157, a: 0} + - _FullAlphaDissolveNoiseScale: {r: 0.1, g: 0.1, b: 0, a: 0} + - _FullDistortionDistortion: {r: 0.2, g: 0.2, b: 0, a: 0} + - _FullDistortionNoiseScale: {r: 0.5, g: 0.5, b: 0, a: 0} + - _FullGlowDissolveEdgeColor: {r: 11.98431, g: 0.627451, b: 0.627451, a: 0} + - _FullGlowDissolveNoiseScale: {r: 0.1, g: 0.1, b: 0, a: 0} + - _GlitchDistortion: {r: 0.1, g: 0, b: 0, a: 0} + - _GlitchDistortionScale: {r: 0, g: 3, b: 0, a: 0} + - _GlitchDistortionSpeed: {r: 0, g: 1, b: 0, a: 0} + - _GlitchMaskScale: {r: 0, g: 0.2, b: 0, a: 0} + - _GlitchMaskSpeed: {r: 0, g: 4, b: 0, a: 0} + - _GlitchNoiseScale: {r: 0, g: 3, b: 0, a: 0} + - _GlitchNoiseSpeed: {r: 0, g: 1, b: 0, a: 0} + - _HalftonePosition: {r: 0, g: 0, b: 0, a: 0} + - _HologramTint: {r: 0.3137255, g: 1.662745, b: 2.996078, a: 1} + - _InkSpreadColor: {r: 8.47419, g: 5.013525, b: 0.08873497, a: 0} + - _InkSpreadNoiseScale: {r: 0.4, g: 0.4, b: 0, a: 0} + - _InkSpreadPosition: {r: 0.5, g: -1, b: 0, a: 0} + - _InnerOutlineColor: {r: 11.98431, g: 1.254902, b: 1.254902, a: 1} + - _InnerOutlineDistortionIntensity: {r: 0.01, g: 0.01, b: 0, a: 0} + - _InnerOutlineNoiseScale: {r: 4, g: 4, b: 0, a: 0} + - _InnerOutlineNoiseSpeed: {r: 0, g: 0.1, b: 0, a: 0} + - _InnerOutlineTextureSpeed: {r: 0.5, g: 0, b: 0, a: 0} + - _MetalColor: {r: 5.992157, g: 3.639216, b: 0.3137255, a: 1} + - _MetalHighlightColor: {r: 5.992157, g: 3.796078, b: 0.6588235, a: 1} + - _MetalNoiseDistortion: {r: 0.5, g: 0.5, b: 0, a: 0} + - _MetalNoiseDistortionScale: {r: 0.2, g: 0.2, b: 0, a: 0} + - _MetalNoiseDistortionSpeed: {r: -0.05, g: -0.05, b: 0, a: 0} + - _MetalNoiseScale: {r: 0.25, g: 0.25, b: 0, a: 0} + - _MetalNoiseSpeed: {r: 0.05, g: 0.05, b: 0, a: 0} + - _OuterOutlineColor: {r: 0, g: 0, b: 0, a: 1} + - _OuterOutlineDistortionIntensity: {r: 0.01, g: 0.01, b: 0, a: 0} + - _OuterOutlineNoiseScale: {r: 4, g: 4, b: 0, a: 0} + - _OuterOutlineNoiseSpeed: {r: 0, g: 0.1, b: 0, a: 0} + - _OuterOutlineTextureSpeed: {r: 0.5, g: 0, b: 0, a: 0} + - _PingPongGlowFrom: {r: 5.992157, g: 0.1882353, b: 0.1882353, a: 0} + - _PingPongGlowTo: {r: 0.1882353, g: 0.1882353, b: 5.992157, a: 0} + - _PixelOutlineColor: {r: 0, g: 0, b: 0, a: 1} + - _PixelOutlineTextureSpeed: {r: 0.5, g: 0, b: 0, a: 0} + - _PoisonColor: {r: 0.3137255, g: 2.996078, b: 0.3137255, a: 0} + - _PoisonNoiseScale: {r: 0.2, g: 0.2, b: 0, a: 0} + - _PoisonNoiseSpeed: {r: 0, g: -0.2, b: 0, a: 0} + - _RainbowCenter: {r: 0, g: 0, b: 0, a: 0} + - _RainbowNoiseScale: {r: 0.2, g: 0.2, b: 0, a: 0} + - _RecolorRGBBlueTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBGreenTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBRedTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBYCPBlueTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBYCPCyanTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBYCPGreenTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBYCPPurpleTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBYCPRedTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RecolorRGBYCPYellowTint: {r: 1, g: 1, b: 1, a: 0.5019608} + - _RendererColor: {r: 1, g: 1, b: 1, a: 1} + - _ScreenTilingOffset: {r: 0, g: 0, b: 0, a: 0} + - _ScreenTilingScale: {r: 1, g: 1, b: 0, a: 0} + - _ShadowColor: {r: 0, g: 0, b: 0, a: 0} + - _ShadowOffset: {r: 0.05, g: -0.05, b: 0, a: 0} + - _ShiftingColorA: {r: 1.498039, g: 0, b: 0, a: 0} + - _ShiftingColorB: {r: 1.498039, g: 0.7490196, b: 0, a: 0} + - _ShineColor: {r: 11.98431, g: 11.98431, b: 11.98431, a: 0} + - _SineGlowColor: {r: 0, g: 2.007843, b: 2.996078, a: 0} + - _SineMoveFrequency: {r: 1, g: 1, b: 0, a: 0} + - _SineMoveOffset: {r: 0, g: 0.5, b: 0, a: 0} + - _SineRotatePivot: {r: 0.5, g: 0.5, b: 0, a: 0} + - _SineScaleFactor: {r: 0.2, g: 0.2, b: 0, a: 0} + - _SourceAlphaDissolveNoiseScale: {r: 0.3, g: 0.3, b: 0, a: 0} + - _SourceAlphaDissolvePosition: {r: 0, g: 0, b: 0, a: 0} + - _SourceGlowDissolveEdgeColor: {r: 11.98431, g: 0.627451, b: 0.627451, a: 0} + - _SourceGlowDissolveNoiseScale: {r: 0.3, g: 0.3, b: 0, a: 0} + - _SourceGlowDissolvePosition: {r: 0, g: 0, b: 0, a: 0} + - _SplitToningHighlightsColor: {r: 1, g: 0.1, b: 0.1, a: 0} + - _SplitToningShadowsColor: {r: 0.1, g: 0.4000002, b: 1, a: 0} + - _SpriteSheetRect: {r: 0, g: 0, b: 1, a: 1} + - _SqueezeCenter: {r: 0.5, g: 0.5, b: 0, a: 0} + - _SqueezeScale: {r: 2, g: 0, b: 0, a: 0} + - _StrongTintTint: {r: 1, g: 1, b: 1, a: 1} + - _TextureLayer1Color: {r: 0.4494117, g: 1.298301, b: 2.996079, a: 1} + - _TextureLayer1Offset: {r: 0, g: 0, b: 0, a: 0} + - _TextureLayer1Scale: {r: 1, g: 1, b: 0, a: 0} + - _TextureLayer1ScrollSpeed: {r: 0, g: 1, b: 0, a: 0} + - _TextureLayer2Color: {r: 0.4494117, g: 1.298301, b: 2.996079, a: 1} + - _TextureLayer2Offset: {r: 0, g: 0, b: 0, a: 0} + - _TextureLayer2Scale: {r: 1, g: 1, b: 0, a: 0} + - _TextureLayer2ScrollSpeed: {r: 0, g: 1, b: 0, a: 0} + - _UVDistortFrom: {r: -0.02, g: -0.02, b: 0, a: 0} + - _UVDistortNoiseScale: {r: 0.1, g: 0.1, b: 0, a: 0} + - _UVDistortSpeed: {r: 2, g: 2, b: 0, a: 0} + - _UVDistortTo: {r: 0.02, g: 0.02, b: 0, a: 0} + - _UVRotatePivot: {r: 0.5, g: 0.5, b: 0, a: 0} + - _UVScalePivot: {r: 0.5, g: 0.5, b: 0, a: 0} + - _UVScaleScale: {r: 1, g: 1, b: 0, a: 0} + - _UVScrollSpeed: {r: 0.2, g: 0, b: 0, a: 0} + - _WorldTilingOffset: {r: 0, g: 0, b: 0, a: 0} + - _WorldTilingScale: {r: 1, g: 1, b: 0, a: 0} + m_BuildTextureStacks: [] diff --git a/Assets/Render/跳动的小球.mat.meta b/Assets/Render/跳动的小球.mat.meta new file mode 100644 index 000000000..100184e4e --- /dev/null +++ b/Assets/Render/跳动的小球.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d3a6b7e7a0299614fa74875cdde310ea +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/OpenFixScene.unity b/Assets/Scenes/OpenFixScene.unity index 1b7be5ba5..848e27b39 100644 --- a/Assets/Scenes/OpenFixScene.unity +++ b/Assets/Scenes/OpenFixScene.unity @@ -1614,358 +1614,6 @@ Transform: - {fileID: 1003515191} m_Father: {fileID: 719924201} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &288073687 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 288073688} - - component: {fileID: 288073690} - - component: {fileID: 288073689} - m_Layer: 0 - m_Name: OscilloscopeSystem2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &288073688 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 288073687} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -11.86, y: 9.8, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &288073689 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 288073687} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 047e87c6fd095a24d929c5bdb55baf25, type: 3} - m_Name: - m_EditorClassIdentifier: - currentState: 0 - pointCount: 200 - amplitude: 3.74 - frequency: 1 - updateInterval: 0 ---- !u!120 &288073690 -LineRenderer: - serializedVersion: 2 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 288073687} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 0 - m_LightProbeUsage: 0 - m_ReflectionProbeUsage: 0 - m_RayTracingMode: 0 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 0} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_Positions: - - {x: -10, y: 0.3, z: 0} - - {x: -9.9, y: 0.29105532, z: 0} - - {x: -9.8, y: 0.27319336, z: 0} - - {x: -9.7, y: 0.25600892, z: 0} - - {x: -9.6, y: 0.23880158, z: 0} - - {x: -9.5, y: 0.21246643, z: 0} - - {x: -9.4, y: 0.2009079, z: 0} - - {x: -9.3, y: 0.110925294, z: 0} - - {x: -9.2, y: 0.07165833, z: 0} - - {x: -9.1, y: 0.03876343, z: 0} - - {x: -9, y: 0.021496583, z: 0} - - {x: -8.9, y: 0.010826111, z: 0} - - {x: -8.8, y: 0, z: 0} - - {x: -8.7, y: 0, z: 0} - - {x: -8.6, y: 0, z: 0} - - {x: -8.5, y: 0, z: 0} - - {x: -8.4, y: 0, z: 0} - - {x: -8.3, y: 0, z: 0} - - {x: -8.2, y: 0, z: 0} - - {x: -8.1, y: 0, z: 0} - - {x: -8, y: 0, z: 0} - - {x: -7.9, y: 0, z: 0} - - {x: -7.8, y: 0, z: 0} - - {x: -7.7, y: 0, z: 0} - - {x: -7.6, y: 0, z: 0} - - {x: -7.5, y: 0, z: 0} - - {x: -7.4, y: 0, z: 0} - - {x: -7.3, y: 0, z: 0} - - {x: -7.2, y: 0, z: 0} - - {x: -7.1, y: 0, z: 0} - - {x: -7, y: 0, z: 0} - - {x: -6.9, y: 0, z: 0} - - {x: -6.8, y: 0, z: 0} - - {x: -6.7, y: 0, z: 0} - - {x: -6.6, y: 0, z: 0} - - {x: -6.5, y: 0, z: 0} - - {x: -6.4, y: 0, z: 0} - - {x: -6.3, y: 0, z: 0} - - {x: -6.2, y: 0, z: 0} - - {x: -6.1, y: 0, z: 0} - - {x: -6, y: 0.011575083, z: 0} - - {x: -5.9, y: 0.041712996, z: 0} - - {x: -5.8, y: 0.064971395, z: 0} - - {x: -5.7, y: 0.09872975, z: 0} - - {x: -5.6, y: 0.11729163, z: 0} - - {x: -5.5, y: 0.13489327, z: 0} - - {x: -5.4, y: 0.15078233, z: 0} - - {x: -5.3, y: 0.16539909, z: 0} - - {x: -5.2, y: 0.17737757, z: 0} - - {x: -5.1, y: 0.18682878, z: 0} - - {x: -5, y: 0.19367574, z: 0} - - {x: -4.9, y: 0.1980412, z: 0} - - {x: -4.8, y: 0.19992137, z: 0} - - {x: -4.7, y: 0.17734213, z: 0} - - {x: -4.6, y: 0.12760353, z: 0} - - {x: -4.5, y: 0.007821312, z: 0} - - {x: -4.4, y: 0, z: 0} - - {x: -4.3, y: 0, z: 0} - - {x: -4.2, y: 0, z: 0} - - {x: -4.1, y: 0, z: 0} - - {x: -4, y: 0, z: 0} - - {x: -3.9, y: 0, z: 0} - - {x: -3.8, y: 0, z: 0} - - {x: -3.7, y: 0, z: 0} - - {x: -3.6, y: 0, z: 0} - - {x: -3.5, y: 0, z: 0} - - {x: -3.4, y: 0, z: 0} - - {x: -3.3, y: 0, z: 0} - - {x: -3.2, y: 0, z: 0} - - {x: -3.1, y: 0, z: 0} - - {x: -3, y: 0, z: 0} - - {x: -2.9, y: 0, z: 0} - - {x: -2.8, y: 0, z: 0} - - {x: -2.7, y: 0, z: 0} - - {x: -2.6, y: 0, z: 0} - - {x: -2.5, y: 0, z: 0} - - {x: -2.4, y: 0, z: 0} - - {x: -2.3, y: 0, z: 0} - - {x: -2.2, y: 0, z: 0} - - {x: -2.1, y: 0, z: 0} - - {x: -2, y: 0, z: 0} - - {x: -1.9, y: 2.6263585, z: 0} - - {x: -1.8, y: 2.363756, z: 0} - - {x: -1.7, y: 2.119532, z: 0} - - {x: -1.6, y: 1.8996149, z: 0} - - {x: -1.5, y: 1.6479765, z: 0} - - {x: -1.4, y: 1.3885467, z: 0} - - {x: -1.3, y: 1.1300657, z: 0} - - {x: -1.2, y: 0.8581386, z: 0} - - {x: -1.1, y: 0.5795633, z: 0} - - {x: -1, y: 0.2777439, z: 0} - - {x: -0.9, y: 0.3, z: 0} - - {x: -0.8, y: 0.3, z: 0} - - {x: -0.7, y: 0.3, z: 0} - - {x: -0.6, y: 0.3, z: 0} - - {x: -0.5, y: 0.3, z: 0} - - {x: -0.4, y: 0.3, z: 0} - - {x: -0.3, y: 0.3, z: 0} - - {x: -0.2, y: 0.3, z: 0} - - {x: -0.1, y: 0.3, z: 0} - - {x: 0, y: 0.3, z: 0} - - {x: 0.1, y: 0.3, z: 0} - - {x: 0.2, y: 0.3, z: 0} - - {x: 0.3, y: 0.3, z: 0} - - {x: 0.4, y: 0.3, z: 0} - - {x: 0.5, y: 0.3, z: 0} - - {x: 0.6, y: 0.3, z: 0} - - {x: 0.7, y: 0.3, z: 0} - - {x: 0.8, y: 0.3, z: 0} - - {x: 0.9, y: 0.3, z: 0} - - {x: 1, y: 0.3, z: 0} - - {x: 1.1, y: 0.3, z: 0} - - {x: 1.2, y: 0.3, z: 0} - - {x: 1.3, y: 0.3, z: 0} - - {x: 1.4, y: 0.3, z: 0} - - {x: 1.5, y: 0.3, z: 0} - - {x: 1.6, y: 0.3, z: 0} - - {x: 1.7, y: 0.2978989, z: 0} - - {x: 1.8, y: 0.2833832, z: 0} - - {x: 1.9, y: 0.27254793, z: 0} - - {x: 2, y: 0.26141968, z: 0} - - {x: 2.1, y: 0.25039217, z: 0} - - {x: 2.2, y: 0.23980866, z: 0} - - {x: 2.3, y: 0.229097, z: 0} - - {x: 2.4, y: 0.21845399, z: 0} - - {x: 2.5, y: 0.20678101, z: 0} - - {x: 2.6, y: 0.19596864, z: 0} - - {x: 2.7, y: 0.18501435, z: 0} - - {x: 2.8, y: 0.13140106, z: 0} - - {x: 2.9, y: 0.03942261, z: 0} - - {x: 3, y: 0.013742066, z: 0} - - {x: 3.1, y: 0, z: 0} - - {x: 3.2, y: 0, z: 0} - - {x: 3.3, y: 0, z: 0} - - {x: 3.4, y: 0, z: 0} - - {x: 3.5, y: 0, z: 0} - - {x: 3.6, y: 0, z: 0} - - {x: 3.7, y: 0, z: 0} - - {x: 3.8, y: 0, z: 0} - - {x: 3.9, y: 0, z: 0} - - {x: 4, y: 0, z: 0} - - {x: 4.1, y: 0, z: 0} - - {x: 4.2, y: 0, z: 0} - - {x: 4.3, y: 0, z: 0} - - {x: 4.4, y: 0, z: 0} - - {x: 4.5, y: 0, z: 0} - - {x: 4.6, y: 0, z: 0} - - {x: 4.7, y: 0, z: 0} - - {x: 4.8, y: 0, z: 0} - - {x: 4.9, y: 0, z: 0} - - {x: 5, y: 0, z: 0} - - {x: 5.1, y: 0, z: 0} - - {x: 5.2, y: 0, z: 0} - - {x: 5.3, y: 0, z: 0} - - {x: 5.4, y: 0, z: 0} - - {x: 5.5, y: 0, z: 0} - - {x: 5.6, y: 0, z: 0} - - {x: 5.7, y: 0, z: 0} - - {x: 5.8, y: 0, z: 0} - - {x: 5.9, y: 0, z: 0} - - {x: 6, y: 0, z: 0} - - {x: 6.1, y: 0, z: 0} - - {x: 6.2, y: 0, z: 0} - - {x: 6.3, y: 0, z: 0} - - {x: 6.4, y: 0, z: 0} - - {x: 6.5, y: 0, z: 0} - - {x: 6.6, y: 0, z: 0} - - {x: 6.7, y: 0, z: 0} - - {x: 6.8, y: 0, z: 0} - - {x: 6.9, y: 0, z: 0} - - {x: 7, y: 0, z: 0} - - {x: 7.1, y: 0, z: 0} - - {x: 7.2, y: 0, z: 0} - - {x: 7.3, y: 0, z: 0} - - {x: 7.4, y: 0, z: 0} - - {x: 7.5, y: 0, z: 0} - - {x: 7.6, y: 0, z: 0} - - {x: 7.7, y: 0, z: 0} - - {x: 7.8, y: 0, z: 0} - - {x: 7.9, y: 0, z: 0} - - {x: 8, y: 0, z: 0} - - {x: 8.1, y: 0, z: 0} - - {x: 8.2, y: 0, z: 0} - - {x: 8.3, y: 0.0063936934, z: 0} - - {x: 8.4, y: 0.04472715, z: 0} - - {x: 8.5, y: 0.08034649, z: 0} - - {x: 8.6, y: 0.11262403, z: 0} - - {x: 8.7, y: 0.14175992, z: 0} - - {x: 8.8, y: 0.16626729, z: 0} - - {x: 8.9, y: 0.18361439, z: 0} - - {x: 9, y: 0.19608754, z: 0} - - {x: 9.1, y: 0.19999956, z: 0} - - {x: 9.2, y: 0.19735722, z: 0} - - {x: 9.3, y: 0.15032159, z: 0} - - {x: 9.4, y: 0.11860013, z: 0} - - {x: 9.5, y: 0.08171385, z: 0} - - {x: 9.6, y: 0.03990157, z: 0} - - {x: 9.7, y: 0, z: 0} - - {x: 9.8, y: 0, z: 0} - - {x: 9.9, y: 0, z: 0} - m_Parameters: - serializedVersion: 3 - widthMultiplier: 0.05 - widthCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - colorGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - numCornerVertices: 0 - numCapVertices: 0 - alignment: 0 - textureMode: 0 - textureScale: {x: 1, y: 1} - shadowBias: 0.5 - generateLightingData: 0 - m_MaskInteraction: 0 - m_UseWorldSpace: 0 - m_Loop: 0 - m_ApplyActiveColorSpace: 1 --- !u!1 &300794776 GameObject: m_ObjectHideFlags: 0 @@ -10944,1198 +10592,6 @@ MonoBehaviour: m_Calls: [] m_LegacyBlendHint: 0 m_ComponentOwner: {fileID: 1804389452} ---- !u!1 &1527428208 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1527428211} - - component: {fileID: 1527428213} - - component: {fileID: 1527428212} - m_Layer: 0 - m_Name: OscilloscopeSystem - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1527428211 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1527428208} - serializedVersion: 2 - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -22.97, y: -1.331, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!120 &1527428212 -LineRenderer: - serializedVersion: 2 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1527428208} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 - m_MotionVectors: 0 - m_LightProbeUsage: 0 - m_ReflectionProbeUsage: 0 - m_RayTracingMode: 0 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 0} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_Positions: - - {x: -5, y: 0, z: 0} - - {x: -4.990225, y: 0.011044593, z: 0} - - {x: -4.9804497, y: 0.02208877, z: 0} - - {x: -4.9706745, y: 0.033132114, z: 0} - - {x: -4.9608994, y: 0.044174213, z: 0} - - {x: -4.951124, y: 0.055214647, z: 0} - - {x: -4.941349, y: 0.06625301, z: 0} - - {x: -4.931574, y: 0.077288866, z: 0} - - {x: -4.9217987, y: 0.08832182, z: 0} - - {x: -4.9120235, y: 0.09935145, z: 0} - - {x: -4.9022484, y: 0.11037734, z: 0} - - {x: -4.892473, y: 0.12139906, z: 0} - - {x: -4.882698, y: 0.13241622, z: 0} - - {x: -4.872923, y: 0.1434284, z: 0} - - {x: -4.8631477, y: 0.15443519, z: 0} - - {x: -4.8533726, y: 0.16543612, z: 0} - - {x: -4.8435974, y: 0.17643085, z: 0} - - {x: -4.8338223, y: 0.18741897, z: 0} - - {x: -4.824047, y: 0.19839999, z: 0} - - {x: -4.814272, y: 0.20937355, z: 0} - - {x: -4.804497, y: 0.22033922, z: 0} - - {x: -4.7947216, y: 0.23129663, z: 0} - - {x: -4.7849464, y: 0.24224529, z: 0} - - {x: -4.7751713, y: 0.25318485, z: 0} - - {x: -4.765396, y: 0.26411486, z: 0} - - {x: -4.755621, y: 0.27503496, z: 0} - - {x: -4.7458453, y: 0.2859447, z: 0} - - {x: -4.73607, y: 0.29684365, z: 0} - - {x: -4.726295, y: 0.30773142, z: 0} - - {x: -4.71652, y: 0.3186076, z: 0} - - {x: -4.7067447, y: 0.3294718, z: 0} - - {x: -4.6969695, y: 0.3403236, z: 0} - - {x: -4.6871943, y: 0.3511626, z: 0} - - {x: -4.677419, y: 0.36198837, z: 0} - - {x: -4.667644, y: 0.37280053, z: 0} - - {x: -4.657869, y: 0.38359863, z: 0} - - {x: -4.6480937, y: 0.39438224, z: 0} - - {x: -4.6383185, y: 0.40515107, z: 0} - - {x: -4.6285434, y: 0.41590464, z: 0} - - {x: -4.618768, y: 0.42664248, z: 0} - - {x: -4.608993, y: 0.43736434, z: 0} - - {x: -4.599218, y: 0.44806972, z: 0} - - {x: -4.5894427, y: 0.45875823, z: 0} - - {x: -4.5796676, y: 0.46942943, z: 0} - - {x: -4.5698924, y: 0.48008305, z: 0} - - {x: -4.5601172, y: 0.49071845, z: 0} - - {x: -4.550342, y: 0.50133544, z: 0} - - {x: -4.540567, y: 0.5119336, z: 0} - - {x: -4.5307918, y: 0.52251244, z: 0} - - {x: -4.5210166, y: 0.53307164, z: 0} - - {x: -4.5112414, y: 0.5436107, z: 0} - - {x: -4.5014663, y: 0.5541295, z: 0} - - {x: -4.491691, y: 0.5646272, z: 0} - - {x: -4.481916, y: 0.57510364, z: 0} - - {x: -4.472141, y: 0.5855586, z: 0} - - {x: -4.4623656, y: 0.5959914, z: 0} - - {x: -4.4525905, y: 0.6064018, z: 0} - - {x: -4.4428153, y: 0.61678934, z: 0} - - {x: -4.43304, y: 0.62715364, z: 0} - - {x: -4.423265, y: 0.6374944, z: 0} - - {x: -4.41349, y: 0.6478111, z: 0} - - {x: -4.4037147, y: 0.65810347, z: 0} - - {x: -4.3939395, y: 0.66837096, z: 0} - - {x: -4.3841643, y: 0.6786134, z: 0} - - {x: -4.374389, y: 0.68883026, z: 0} - - {x: -4.364614, y: 0.6990211, z: 0} - - {x: -4.354839, y: 0.7091858, z: 0} - - {x: -4.3450637, y: 0.7193236, z: 0} - - {x: -4.3352885, y: 0.72943443, z: 0} - - {x: -4.3255134, y: 0.7395178, z: 0} - - {x: -4.315738, y: 0.74957323, z: 0} - - {x: -4.305963, y: 0.7596005, z: 0} - - {x: -4.296188, y: 0.7695992, z: 0} - - {x: -4.2864127, y: 0.7795689, z: 0} - - {x: -4.2766376, y: 0.7895093, z: 0} - - {x: -4.2668624, y: 0.79942, z: 0} - - {x: -4.257087, y: 0.8093004, z: 0} - - {x: -4.2473116, y: 0.81915045, z: 0} - - {x: -4.2375364, y: 0.8289697, z: 0} - - {x: -4.2277613, y: 0.83875775, z: 0} - - {x: -4.217986, y: 0.84851414, z: 0} - - {x: -4.208211, y: 0.8582387, z: 0} - - {x: -4.198436, y: 0.8679308, z: 0} - - {x: -4.1886606, y: 0.87759036, z: 0} - - {x: -4.1788855, y: 0.8872168, z: 0} - - {x: -4.1691103, y: 0.8968098, z: 0} - - {x: -4.159335, y: 0.9063691, z: 0} - - {x: -4.14956, y: 0.9158944, z: 0} - - {x: -4.139785, y: 0.925385, z: 0} - - {x: -4.1300097, y: 0.93484086, z: 0} - - {x: -4.1202345, y: 0.9442615, z: 0} - - {x: -4.1104593, y: 0.95364654, z: 0} - - {x: -4.100684, y: 0.9629958, z: 0} - - {x: -4.090909, y: 0.97230875, z: 0} - - {x: -4.081134, y: 0.98158497, z: 0} - - {x: -4.0713587, y: 0.99082446, z: 0} - - {x: -4.0615835, y: 1.0000265, z: 0} - - {x: -4.0518084, y: 1.009191, z: 0} - - {x: -4.042033, y: 1.0183172, z: 0} - - {x: -4.032258, y: 1.0274054, z: 0} - - {x: -4.022483, y: 1.0364548, z: 0} - - {x: -4.0127077, y: 1.0454652, z: 0} - - {x: -4.0029325, y: 1.0544362, z: 0} - - {x: -3.9931574, y: 1.0633675, z: 0} - - {x: -3.9833822, y: 1.0722588, z: 0} - - {x: -3.973607, y: 1.0811098, z: 0} - - {x: -3.963832, y: 1.0899198, z: 0} - - {x: -3.9540567, y: 1.0986891, z: 0} - - {x: -3.9442816, y: 1.107417, z: 0} - - {x: -3.9345064, y: 1.116103, z: 0} - - {x: -3.9247313, y: 1.1247472, z: 0} - - {x: -3.914956, y: 1.133349, z: 0} - - {x: -3.905181, y: 1.141908, z: 0} - - {x: -3.8954058, y: 1.150424, z: 0} - - {x: -3.8856306, y: 1.1588969, z: 0} - - {x: -3.8758554, y: 1.1673261, z: 0} - - {x: -3.86608, y: 1.1757112, z: 0} - - {x: -3.856305, y: 1.1840521, z: 0} - - {x: -3.8465297, y: 1.1923485, z: 0} - - {x: -3.8367546, y: 1.2005999, z: 0} - - {x: -3.8269794, y: 1.2088063, z: 0} - - {x: -3.8172042, y: 1.216967, z: 0} - - {x: -3.807429, y: 1.2250819, z: 0} - - {x: -3.797654, y: 1.2331507, z: 0} - - {x: -3.7878788, y: 1.241173, z: 0} - - {x: -3.7781036, y: 1.2491486, z: 0} - - {x: -3.7683284, y: 1.2570775, z: 0} - - {x: -3.7585533, y: 1.2649586, z: 0} - - {x: -3.748778, y: 1.2727922, z: 0} - - {x: -3.739003, y: 1.280578, z: 0} - - {x: -3.7292278, y: 1.2883155, z: 0} - - {x: -3.7194526, y: 1.2960045, z: 0} - - {x: -3.7096775, y: 1.3036449, z: 0} - - {x: -3.6999023, y: 1.311236, z: 0} - - {x: -3.6901271, y: 1.3187777, z: 0} - - {x: -3.680352, y: 1.3262699, z: 0} - - {x: -3.6705768, y: 1.3337121, z: 0} - - {x: -3.6608016, y: 1.341104, z: 0} - - {x: -3.6510265, y: 1.3484455, z: 0} - - {x: -3.6412513, y: 1.3557363, z: 0} - - {x: -3.6314762, y: 1.3629761, z: 0} - - {x: -3.6217008, y: 1.3701644, z: 0} - - {x: -3.6119256, y: 1.3773012, z: 0} - - {x: -3.6021504, y: 1.3843861, z: 0} - - {x: -3.5923753, y: 1.3914188, z: 0} - - {x: -3.5826, y: 1.3983994, z: 0} - - {x: -3.572825, y: 1.4053271, z: 0} - - {x: -3.5630498, y: 1.412202, z: 0} - - {x: -3.5532746, y: 1.4190235, z: 0} - - {x: -3.5434995, y: 1.4257919, z: 0} - - {x: -3.5337243, y: 1.4325066, z: 0} - - {x: -3.5239491, y: 1.4391673, z: 0} - - {x: -3.514174, y: 1.4457736, z: 0} - - {x: -3.5043988, y: 1.4523257, z: 0} - - {x: -3.4946237, y: 1.458823, z: 0} - - {x: -3.4848485, y: 1.4652654, z: 0} - - {x: -3.4750733, y: 1.4716527, z: 0} - - {x: -3.4652982, y: 1.4779847, z: 0} - - {x: -3.455523, y: 1.4842608, z: 0} - - {x: -3.4457479, y: 1.4904811, z: 0} - - {x: -3.4359727, y: 1.4966455, z: 0} - - {x: -3.4261975, y: 1.5027533, z: 0} - - {x: -3.4164224, y: 1.5088046, z: 0} - - {x: -3.4066472, y: 1.514799, z: 0} - - {x: -3.396872, y: 1.5207365, z: 0} - - {x: -3.387097, y: 1.5266166, z: 0} - - {x: -3.3773217, y: 1.5324394, z: 0} - - {x: -3.3675463, y: 1.5382044, z: 0} - - {x: -3.3577712, y: 1.5439117, z: 0} - - {x: -3.347996, y: 1.5495605, z: 0} - - {x: -3.3382208, y: 1.5551512, z: 0} - - {x: -3.3284457, y: 1.5606834, z: 0} - - {x: -3.3186705, y: 1.5661566, z: 0} - - {x: -3.3088953, y: 1.571571, z: 0} - - {x: -3.2991202, y: 1.5769262, z: 0} - - {x: -3.289345, y: 1.5822222, z: 0} - - {x: -3.2795699, y: 1.5874584, z: 0} - - {x: -3.2697947, y: 1.5926349, z: 0} - - {x: -3.2600195, y: 1.5977515, z: 0} - - {x: -3.2502444, y: 1.6028078, z: 0} - - {x: -3.2404692, y: 1.6078038, z: 0} - - {x: -3.230694, y: 1.6127393, z: 0} - - {x: -3.220919, y: 1.6176142, z: 0} - - {x: -3.2111437, y: 1.6224279, z: 0} - - {x: -3.2013686, y: 1.6271808, z: 0} - - {x: -3.1915934, y: 1.6318724, z: 0} - - {x: -3.1818182, y: 1.6365025, z: 0} - - {x: -3.172043, y: 1.641071, z: 0} - - {x: -3.162268, y: 1.6455777, z: 0} - - {x: -3.1524928, y: 1.6500224, z: 0} - - {x: -3.1427176, y: 1.6544051, z: 0} - - {x: -3.1329424, y: 1.6587253, z: 0} - - {x: -3.123167, y: 1.6629832, z: 0} - - {x: -3.1133919, y: 1.6671785, z: 0} - - {x: -3.1036167, y: 1.6713111, z: 0} - - {x: -3.0938416, y: 1.6753807, z: 0} - - {x: -3.0840664, y: 1.6793872, z: 0} - - {x: -3.0742912, y: 1.6833304, z: 0} - - {x: -3.064516, y: 1.6872103, z: 0} - - {x: -3.054741, y: 1.6910266, z: 0} - - {x: -3.0449657, y: 1.6947794, z: 0} - - {x: -3.0351906, y: 1.6984682, z: 0} - - {x: -3.0254154, y: 1.7020934, z: 0} - - {x: -3.0156403, y: 1.7056543, z: 0} - - {x: -3.005865, y: 1.7091508, z: 0} - - {x: -2.99609, y: 1.7125831, z: 0} - - {x: -2.9863148, y: 1.715951, z: 0} - - {x: -2.9765396, y: 1.7192541, z: 0} - - {x: -2.9667645, y: 1.7224927, z: 0} - - {x: -2.9569893, y: 1.7256664, z: 0} - - {x: -2.9472141, y: 1.728775, z: 0} - - {x: -2.937439, y: 1.7318187, z: 0} - - {x: -2.9276638, y: 1.734797, z: 0} - - {x: -2.9178886, y: 1.73771, z: 0} - - {x: -2.9081135, y: 1.7405577, z: 0} - - {x: -2.8983383, y: 1.7433398, z: 0} - - {x: -2.8885632, y: 1.7460563, z: 0} - - {x: -2.878788, y: 1.748707, z: 0} - - {x: -2.8690126, y: 1.751292, z: 0} - - {x: -2.8592374, y: 1.753811, z: 0} - - {x: -2.8494623, y: 1.7562637, z: 0} - - {x: -2.839687, y: 1.7586508, z: 0} - - {x: -2.829912, y: 1.7609714, z: 0} - - {x: -2.8201368, y: 1.7632258, z: 0} - - {x: -2.8103616, y: 1.7654138, z: 0} - - {x: -2.8005865, y: 1.767535, z: 0} - - {x: -2.7908113, y: 1.7695899, z: 0} - - {x: -2.7810361, y: 1.7715781, z: 0} - - {x: -2.771261, y: 1.7734998, z: 0} - - {x: -2.7614858, y: 1.7753546, z: 0} - - {x: -2.7517107, y: 1.7771426, z: 0} - - {x: -2.7419355, y: 1.7788637, z: 0} - - {x: -2.7321603, y: 1.7805178, z: 0} - - {x: -2.7223852, y: 1.7821047, z: 0} - - {x: -2.71261, y: 1.7836249, z: 0} - - {x: -2.7028348, y: 1.7850777, z: 0} - - {x: -2.6930597, y: 1.7864633, z: 0} - - {x: -2.6832845, y: 1.7877817, z: 0} - - {x: -2.6735094, y: 1.7890327, z: 0} - - {x: -2.6637342, y: 1.7902162, z: 0} - - {x: -2.653959, y: 1.7913326, z: 0} - - {x: -2.6441839, y: 1.7923813, z: 0} - - {x: -2.6344087, y: 1.7933629, z: 0} - - {x: -2.6246333, y: 1.7942766, z: 0} - - {x: -2.6148582, y: 1.7951229, z: 0} - - {x: -2.605083, y: 1.7959015, z: 0} - - {x: -2.5953078, y: 1.7966126, z: 0} - - {x: -2.5855327, y: 1.797256, z: 0} - - {x: -2.5757575, y: 1.797832, z: 0} - - {x: -2.5659823, y: 1.79834, z: 0} - - {x: -2.5562072, y: 1.7987804, z: 0} - - {x: -2.546432, y: 1.7991531, z: 0} - - {x: -2.5366569, y: 1.7994579, z: 0} - - {x: -2.5268817, y: 1.7996953, z: 0} - - {x: -2.5171065, y: 1.7998645, z: 0} - - {x: -2.5073314, y: 1.7999661, z: 0} - - {x: -2.4975562, y: 1.8000001, z: 0} - - {x: -2.487781, y: 1.7999661, z: 0} - - {x: -2.478006, y: 1.7998645, z: 0} - - {x: -2.4682307, y: 1.7996953, z: 0} - - {x: -2.4584556, y: 1.7994579, z: 0} - - {x: -2.4486804, y: 1.7991531, z: 0} - - {x: -2.4389052, y: 1.7987804, z: 0} - - {x: -2.42913, y: 1.79834, z: 0} - - {x: -2.419355, y: 1.797832, z: 0} - - {x: -2.4095798, y: 1.797256, z: 0} - - {x: -2.3998046, y: 1.7966126, z: 0} - - {x: -2.3900294, y: 1.7959015, z: 0} - - {x: -2.3802543, y: 1.7951229, z: 0} - - {x: -2.3704789, y: 1.7942766, z: 0} - - {x: -2.3607037, y: 1.7933629, z: 0} - - {x: -2.3509285, y: 1.7923813, z: 0} - - {x: -2.3411534, y: 1.7913326, z: 0} - - {x: -2.3313782, y: 1.7902162, z: 0} - - {x: -2.321603, y: 1.7890327, z: 0} - - {x: -2.311828, y: 1.7877815, z: 0} - - {x: -2.3020527, y: 1.7864631, z: 0} - - {x: -2.2922776, y: 1.7850777, z: 0} - - {x: -2.2825024, y: 1.7836249, z: 0} - - {x: -2.2727273, y: 1.7821047, z: 0} - - {x: -2.262952, y: 1.7805178, z: 0} - - {x: -2.253177, y: 1.7788637, z: 0} - - {x: -2.2434018, y: 1.7771426, z: 0} - - {x: -2.2336266, y: 1.7753546, z: 0} - - {x: -2.2238514, y: 1.7734998, z: 0} - - {x: -2.2140763, y: 1.7715781, z: 0} - - {x: -2.204301, y: 1.7695899, z: 0} - - {x: -2.194526, y: 1.767535, z: 0} - - {x: -2.1847508, y: 1.7654135, z: 0} - - {x: -2.1749756, y: 1.7632256, z: 0} - - {x: -2.1652005, y: 1.7609714, z: 0} - - {x: -2.1554253, y: 1.7586508, z: 0} - - {x: -2.1456501, y: 1.7562637, z: 0} - - {x: -2.135875, y: 1.753811, z: 0} - - {x: -2.1260998, y: 1.7512919, z: 0} - - {x: -2.1163244, y: 1.748707, z: 0} - - {x: -2.1065493, y: 1.7460563, z: 0} - - {x: -2.096774, y: 1.7433398, z: 0} - - {x: -2.086999, y: 1.7405577, z: 0} - - {x: -2.0772238, y: 1.73771, z: 0} - - {x: -2.0674486, y: 1.734797, z: 0} - - {x: -2.0576735, y: 1.7318187, z: 0} - - {x: -2.0478983, y: 1.7287749, z: 0} - - {x: -2.0381231, y: 1.7256663, z: 0} - - {x: -2.028348, y: 1.7224927, z: 0} - - {x: -2.0185728, y: 1.7192541, z: 0} - - {x: -2.0087976, y: 1.715951, z: 0} - - {x: -1.9990225, y: 1.712583, z: 0} - - {x: -1.9892473, y: 1.7091508, z: 0} - - {x: -1.9794722, y: 1.7056541, z: 0} - - {x: -1.969697, y: 1.7020931, z: 0} - - {x: -1.9599218, y: 1.6984682, z: 0} - - {x: -1.9501467, y: 1.6947794, z: 0} - - {x: -1.9403715, y: 1.6910266, z: 0} - - {x: -1.9305962, y: 1.6872101, z: 0} - - {x: -1.9208211, y: 1.6833304, z: 0} - - {x: -1.9110459, y: 1.6793872, z: 0} - - {x: -1.9012707, y: 1.6753805, z: 0} - - {x: -1.8914956, y: 1.6713111, z: 0} - - {x: -1.8817204, y: 1.6671785, z: 0} - - {x: -1.8719453, y: 1.6629832, z: 0} - - {x: -1.8621701, y: 1.6587253, z: 0} - - {x: -1.8523949, y: 1.6544051, z: 0} - - {x: -1.8426198, y: 1.6500224, z: 0} - - {x: -1.8328446, y: 1.6455777, z: 0} - - {x: -1.8230695, y: 1.641071, z: 0} - - {x: -1.8132943, y: 1.6365025, z: 0} - - {x: -1.803519, y: 1.6318724, z: 0} - - {x: -1.7937438, y: 1.6271808, z: 0} - - {x: -1.7839687, y: 1.6224279, z: 0} - - {x: -1.7741935, y: 1.617614, z: 0} - - {x: -1.7644184, y: 1.6127393, z: 0} - - {x: -1.7546432, y: 1.6078038, z: 0} - - {x: -1.744868, y: 1.6028076, z: 0} - - {x: -1.7350929, y: 1.5977514, z: 0} - - {x: -1.7253177, y: 1.5926347, z: 0} - - {x: -1.7155426, y: 1.5874583, z: 0} - - {x: -1.7057674, y: 1.582222, z: 0} - - {x: -1.6959922, y: 1.5769261, z: 0} - - {x: -1.686217, y: 1.571571, z: 0} - - {x: -1.6764418, y: 1.5661566, z: 0} - - {x: -1.6666666, y: 1.5606834, z: 0} - - {x: -1.6568915, y: 1.5551512, z: 0} - - {x: -1.6471163, y: 1.5495605, z: 0} - - {x: -1.6373411, y: 1.5439115, z: 0} - - {x: -1.627566, y: 1.5382044, z: 0} - - {x: -1.6177908, y: 1.5324394, z: 0} - - {x: -1.6080157, y: 1.5266166, z: 0} - - {x: -1.5982405, y: 1.5207363, z: 0} - - {x: -1.5884653, y: 1.514799, z: 0} - - {x: -1.5786902, y: 1.5088044, z: 0} - - {x: -1.568915, y: 1.502753, z: 0} - - {x: -1.5591397, y: 1.4966452, z: 0} - - {x: -1.5493646, y: 1.4904811, z: 0} - - {x: -1.5395894, y: 1.4842608, z: 0} - - {x: -1.5298142, y: 1.4779845, z: 0} - - {x: -1.5200391, y: 1.4716527, z: 0} - - {x: -1.5102639, y: 1.4652654, z: 0} - - {x: -1.5004888, y: 1.458823, z: 0} - - {x: -1.4907136, y: 1.4523256, z: 0} - - {x: -1.4809384, y: 1.4457736, z: 0} - - {x: -1.4711633, y: 1.439167, z: 0} - - {x: -1.4613881, y: 1.4325064, z: 0} - - {x: -1.451613, y: 1.4257917, z: 0} - - {x: -1.4418378, y: 1.4190235, z: 0} - - {x: -1.4320625, y: 1.4122018, z: 0} - - {x: -1.4222873, y: 1.4053268, z: 0} - - {x: -1.4125122, y: 1.3983994, z: 0} - - {x: -1.402737, y: 1.3914189, z: 0} - - {x: -1.3929619, y: 1.3843861, z: 0} - - {x: -1.3831867, y: 1.3773011, z: 0} - - {x: -1.3734115, y: 1.3701644, z: 0} - - {x: -1.3636364, y: 1.362976, z: 0} - - {x: -1.3538612, y: 1.3557363, z: 0} - - {x: -1.344086, y: 1.3484454, z: 0} - - {x: -1.3343109, y: 1.3411039, z: 0} - - {x: -1.3245357, y: 1.333712, z: 0} - - {x: -1.3147606, y: 1.3262696, z: 0} - - {x: -1.3049853, y: 1.3187776, z: 0} - - {x: -1.2952101, y: 1.3112358, z: 0} - - {x: -1.285435, y: 1.3036447, z: 0} - - {x: -1.2756598, y: 1.2960045, z: 0} - - {x: -1.2658846, y: 1.2883155, z: 0} - - {x: -1.2561095, y: 1.280578, z: 0} - - {x: -1.2463343, y: 1.2727922, z: 0} - - {x: -1.2365592, y: 1.2649586, z: 0} - - {x: -1.226784, y: 1.2570772, z: 0} - - {x: -1.2170088, y: 1.2491486, z: 0} - - {x: -1.2072337, y: 1.241173, z: 0} - - {x: -1.1974585, y: 1.2331506, z: 0} - - {x: -1.1876833, y: 1.2250817, z: 0} - - {x: -1.1779081, y: 1.2169667, z: 0} - - {x: -1.1681329, y: 1.208806, z: 0} - - {x: -1.1583577, y: 1.2005998, z: 0} - - {x: -1.1485826, y: 1.1923482, z: 0} - - {x: -1.1388074, y: 1.1840521, z: 0} - - {x: -1.1290323, y: 1.1757112, z: 0} - - {x: -1.1192571, y: 1.167326, z: 0} - - {x: -1.1094819, y: 1.1588969, z: 0} - - {x: -1.0997068, y: 1.150424, z: 0} - - {x: -1.0899316, y: 1.1419079, z: 0} - - {x: -1.0801564, y: 1.1333488, z: 0} - - {x: -1.0703813, y: 1.124747, z: 0} - - {x: -1.060606, y: 1.1161028, z: 0} - - {x: -1.0508308, y: 1.1074167, z: 0} - - {x: -1.0410557, y: 1.0986888, z: 0} - - {x: -1.0312805, y: 1.0899198, z: 0} - - {x: -1.0215054, y: 1.0811094, z: 0} - - {x: -1.0117302, y: 1.0722585, z: 0} - - {x: -1.001955, y: 1.0633676, z: 0} - - {x: -0.9921799, y: 1.0544362, z: 0} - - {x: -0.9824047, y: 1.0454652, z: 0} - - {x: -0.97262955, y: 1.0364547, z: 0} - - {x: -0.9628543, y: 1.0274053, z: 0} - - {x: -0.95307916, y: 1.0183172, z: 0} - - {x: -0.943304, y: 1.0091907, z: 0} - - {x: -0.93352884, y: 1.0000265, z: 0} - - {x: -0.9237537, y: 0.9908243, z: 0} - - {x: -0.9139785, y: 0.9815848, z: 0} - - {x: -0.9042033, y: 0.9723085, z: 0} - - {x: -0.89442813, y: 0.96299547, z: 0} - - {x: -0.884653, y: 0.9536463, z: 0} - - {x: -0.8748778, y: 0.9442612, z: 0} - - {x: -0.86510265, y: 0.93484086, z: 0} - - {x: -0.8553275, y: 0.925385, z: 0} - - {x: -0.8455523, y: 0.91589427, z: 0} - - {x: -0.8357771, y: 0.9063691, z: 0} - - {x: -0.82600194, y: 0.8968097, z: 0} - - {x: -0.8162268, y: 0.8872167, z: 0} - - {x: -0.8064516, y: 0.8775903, z: 0} - - {x: -0.79667646, y: 0.86793065, z: 0} - - {x: -0.7869013, y: 0.85823846, z: 0} - - {x: -0.7771261, y: 0.84851396, z: 0} - - {x: -0.7673509, y: 0.8387575, z: 0} - - {x: -0.75757575, y: 0.8289694, z: 0} - - {x: -0.7478006, y: 0.8191502, z: 0} - - {x: -0.7380254, y: 0.80930054, z: 0} - - {x: -0.72825027, y: 0.79942, z: 0} - - {x: -0.71847504, y: 0.7895093, z: 0} - - {x: -0.7086999, y: 0.7795689, z: 0} - - {x: -0.6989247, y: 0.7695992, z: 0} - - {x: -0.68914956, y: 0.7596004, z: 0} - - {x: -0.6793744, y: 0.7495731, z: 0} - - {x: -0.66959924, y: 0.7395176, z: 0} - - {x: -0.6598241, y: 0.7294342, z: 0} - - {x: -0.65004885, y: 0.71932346, z: 0} - - {x: -0.6402737, y: 0.7091855, z: 0} - - {x: -0.6304985, y: 0.69902086, z: 0} - - {x: -0.62072337, y: 0.68882996, z: 0} - - {x: -0.6109482, y: 0.67861307, z: 0} - - {x: -0.60117304, y: 0.668371, z: 0} - - {x: -0.5913978, y: 0.65810347, z: 0} - - {x: -0.58162266, y: 0.6478111, z: 0} - - {x: -0.5718475, y: 0.6374943, z: 0} - - {x: -0.56207234, y: 0.62715364, z: 0} - - {x: -0.5522972, y: 0.6167892, z: 0} - - {x: -0.542522, y: 0.6064017, z: 0} - - {x: -0.53274685, y: 0.59599125, z: 0} - - {x: -0.52297163, y: 0.58555835, z: 0} - - {x: -0.51319647, y: 0.57510346, z: 0} - - {x: -0.5034213, y: 0.56462693, z: 0} - - {x: -0.49364614, y: 0.5541291, z: 0} - - {x: -0.48387095, y: 0.54361045, z: 0} - - {x: -0.4740958, y: 0.5330713, z: 0} - - {x: -0.46432063, y: 0.5225125, z: 0} - - {x: -0.45454547, y: 0.5119336, z: 0} - - {x: -0.44477028, y: 0.50133544, z: 0} - - {x: -0.4349951, y: 0.49071842, z: 0} - - {x: -0.42521995, y: 0.48008293, z: 0} - - {x: -0.41544476, y: 0.46942937, z: 0} - - {x: -0.4056696, y: 0.45875806, z: 0} - - {x: -0.39589444, y: 0.44806954, z: 0} - - {x: -0.38611925, y: 0.43736416, z: 0} - - {x: -0.37634408, y: 0.4266423, z: 0} - - {x: -0.36656892, y: 0.41590434, z: 0} - - {x: -0.35679373, y: 0.40515077, z: 0} - - {x: -0.34701857, y: 0.39438194, z: 0} - - {x: -0.3372434, y: 0.38359827, z: 0} - - {x: -0.32746822, y: 0.37280053, z: 0} - - {x: -0.31769305, y: 0.36198837, z: 0} - - {x: -0.3079179, y: 0.35116255, z: 0} - - {x: -0.29814273, y: 0.34032357, z: 0} - - {x: -0.28836754, y: 0.32947174, z: 0} - - {x: -0.27859238, y: 0.3186075, z: 0} - - {x: -0.26881722, y: 0.30773127, z: 0} - - {x: -0.25904202, y: 0.29684347, z: 0} - - {x: -0.24926686, y: 0.28594446, z: 0} - - {x: -0.23949169, y: 0.27503473, z: 0} - - {x: -0.22971652, y: 0.26411462, z: 0} - - {x: -0.21994135, y: 0.25318456, z: 0} - - {x: -0.21016617, y: 0.24224496, z: 0} - - {x: -0.20039101, y: 0.23129624, z: 0} - - {x: -0.19061583, y: 0.22033927, z: 0} - - {x: -0.18084067, y: 0.20937355, z: 0} - - {x: -0.1710655, y: 0.19839996, z: 0} - - {x: -0.16129032, y: 0.1874189, z: 0} - - {x: -0.15151516, y: 0.17643078, z: 0} - - {x: -0.14173998, y: 0.16543601, z: 0} - - {x: -0.1319648, y: 0.15443501, z: 0} - - {x: -0.12218964, y: 0.1434282, z: 0} - - {x: -0.112414464, y: 0.13241601, z: 0} - - {x: -0.102639295, y: 0.12139882, z: 0} - - {x: -0.092864126, y: 0.11037706, z: 0} - - {x: -0.08308896, y: 0.09935114, z: 0} - - {x: -0.07331378, y: 0.08832148, z: 0} - - {x: -0.06353861, y: 0.0772885, z: 0} - - {x: -0.05376344, y: 0.066253036, z: 0} - - {x: -0.04398827, y: 0.055214647, z: 0} - - {x: -0.0342131, y: 0.04417418, z: 0} - - {x: -0.024437929, y: 0.03313205, z: 0} - - {x: -0.014662757, y: 0.022088675, z: 0} - - {x: -0.0048875855, y: 0.011044467, z: 0} - - {x: 0.0048875855, y: -0.000000157361, z: 0} - - {x: 0.014662757, y: -0.011044782, z: 0} - - {x: 0.024437929, y: -0.02208899, z: 0} - - {x: 0.0342131, y: -0.033132367, z: 0} - - {x: 0.04398827, y: -0.044174496, z: 0} - - {x: 0.05376344, y: -0.05521496, z: 0} - - {x: 0.06353861, y: -0.06625335, z: 0} - - {x: 0.07331378, y: -0.077288814, z: 0} - - {x: 0.08308896, y: -0.0883218, z: 0} - - {x: 0.092864126, y: -0.09935146, z: 0} - - {x: 0.102639295, y: -0.11037737, z: 0} - - {x: 0.112414464, y: -0.12139913, z: 0} - - {x: 0.12218964, y: -0.13241632, z: 0} - - {x: 0.1319648, y: -0.14342853, z: 0} - - {x: 0.14173998, y: -0.15443534, z: 0} - - {x: 0.15151516, y: -0.16543633, z: 0} - - {x: 0.16129032, y: -0.17643109, z: 0} - - {x: 0.1710655, y: -0.1874192, z: 0} - - {x: 0.18084067, y: -0.19840027, z: 0} - - {x: 0.19061583, y: -0.20937386, z: 0} - - {x: 0.20039101, y: -0.22033958, z: 0} - - {x: 0.21016617, y: -0.23129658, z: 0} - - {x: 0.21994135, y: -0.24224527, z: 0} - - {x: 0.22971652, y: -0.25318485, z: 0} - - {x: 0.23949169, y: -0.26411492, z: 0} - - {x: 0.24926686, y: -0.27503502, z: 0} - - {x: 0.25904202, y: -0.2859448, z: 0} - - {x: 0.26881722, y: -0.29684377, z: 0} - - {x: 0.27859238, y: -0.3077316, z: 0} - - {x: 0.28836754, y: -0.31860784, z: 0} - - {x: 0.29814273, y: -0.32947206, z: 0} - - {x: 0.3079179, y: -0.34032387, z: 0} - - {x: 0.31769305, y: -0.3511629, z: 0} - - {x: 0.32746822, y: -0.3619887, z: 0} - - {x: 0.3372434, y: -0.37280083, z: 0} - - {x: 0.34701857, y: -0.38359854, z: 0} - - {x: 0.35679373, y: -0.39438224, z: 0} - - {x: 0.36656892, y: -0.40515113, z: 0} - - {x: 0.37634408, y: -0.41590467, z: 0} - - {x: 0.38611925, y: -0.4266426, z: 0} - - {x: 0.39589444, y: -0.43736446, z: 0} - - {x: 0.4056696, y: -0.44806987, z: 0} - - {x: 0.41544476, y: -0.4587584, z: 0} - - {x: 0.42521995, y: -0.4694296, z: 0} - - {x: 0.4349951, y: -0.48008323, z: 0} - - {x: 0.44477028, y: -0.49071872, z: 0} - - {x: 0.45454547, y: -0.5013358, z: 0} - - {x: 0.46432063, y: -0.51193386, z: 0} - - {x: 0.4740958, y: -0.5225128, z: 0} - - {x: 0.48387095, y: -0.5330716, z: 0} - - {x: 0.49364614, y: -0.5436107, z: 0} - - {x: 0.5034213, y: -0.55412936, z: 0} - - {x: 0.51319647, y: -0.56462723, z: 0} - - {x: 0.52297163, y: -0.57510376, z: 0} - - {x: 0.53274685, y: -0.58555865, z: 0} - - {x: 0.542522, y: -0.59599155, z: 0} - - {x: 0.5522972, y: -0.6064019, z: 0} - - {x: 0.56207234, y: -0.6167896, z: 0} - - {x: 0.5718475, y: -0.6271539, z: 0} - - {x: 0.58162266, y: -0.6374947, z: 0} - - {x: 0.5913978, y: -0.64781135, z: 0} - - {x: 0.60117304, y: -0.65810376, z: 0} - - {x: 0.6109482, y: -0.6683713, z: 0} - - {x: 0.62072337, y: -0.6786133, z: 0} - - {x: 0.6304985, y: -0.6888302, z: 0} - - {x: 0.6402737, y: -0.6990211, z: 0} - - {x: 0.65004885, y: -0.7091858, z: 0} - - {x: 0.6598241, y: -0.7193237, z: 0} - - {x: 0.66959924, y: -0.72943455, z: 0} - - {x: 0.6793744, y: -0.73951787, z: 0} - - {x: 0.68914956, y: -0.74957347, z: 0} - - {x: 0.6989247, y: -0.7596007, z: 0} - - {x: 0.7086999, y: -0.76959944, z: 0} - - {x: 0.71847504, y: -0.7795692, z: 0} - - {x: 0.72825027, y: -0.78950953, z: 0} - - {x: 0.7380254, y: -0.79942024, z: 0} - - {x: 0.7478006, y: -0.8093008, z: 0} - - {x: 0.75757575, y: -0.81915045, z: 0} - - {x: 0.7673509, y: -0.8289697, z: 0} - - {x: 0.7771261, y: -0.83875775, z: 0} - - {x: 0.7869013, y: -0.8485142, z: 0} - - {x: 0.79667646, y: -0.85823876, z: 0} - - {x: 0.8064516, y: -0.8679309, z: 0} - - {x: 0.8162268, y: -0.87759054, z: 0} - - {x: 0.82600194, y: -0.887217, z: 0} - - {x: 0.8357771, y: -0.89681, z: 0} - - {x: 0.8455523, y: -0.9063693, z: 0} - - {x: 0.8553275, y: -0.9158946, z: 0} - - {x: 0.86510265, y: -0.9253852, z: 0} - - {x: 0.8748778, y: -0.9348412, z: 0} - - {x: 0.884653, y: -0.94426143, z: 0} - - {x: 0.89442813, y: -0.95364654, z: 0} - - {x: 0.9042033, y: -0.9629958, z: 0} - - {x: 0.9139785, y: -0.97230875, z: 0} - - {x: 0.9237537, y: -0.98158514, z: 0} - - {x: 0.93352884, y: -0.99082446, z: 0} - - {x: 0.943304, y: -1.0000266, z: 0} - - {x: 0.95307916, y: -1.009191, z: 0} - - {x: 0.9628543, y: -1.0183175, z: 0} - - {x: 0.97262955, y: -1.0274056, z: 0} - - {x: 0.9824047, y: -1.0364552, z: 0} - - {x: 0.9921799, y: -1.0454655, z: 0} - - {x: 1.001955, y: -1.0544364, z: 0} - - {x: 1.0117302, y: -1.0633678, z: 0} - - {x: 1.0215054, y: -1.0722588, z: 0} - - {x: 1.0312805, y: -1.0811098, z: 0} - - {x: 1.0410557, y: -1.0899199, z: 0} - - {x: 1.0508308, y: -1.0986891, z: 0} - - {x: 1.060606, y: -1.107417, z: 0} - - {x: 1.0703813, y: -1.1161032, z: 0} - - {x: 1.0801564, y: -1.1247473, z: 0} - - {x: 1.0899316, y: -1.133349, z: 0} - - {x: 1.0997068, y: -1.1419082, z: 0} - - {x: 1.1094819, y: -1.1504242, z: 0} - - {x: 1.1192571, y: -1.158897, z: 0} - - {x: 1.1290323, y: -1.1673262, z: 0} - - {x: 1.1388074, y: -1.1757114, z: 0} - - {x: 1.1485826, y: -1.1840525, z: 0} - - {x: 1.1583577, y: -1.1923485, z: 0} - - {x: 1.1681329, y: -1.2005999, z: 0} - - {x: 1.1779081, y: -1.2088063, z: 0} - - {x: 1.1876833, y: -1.216967, z: 0} - - {x: 1.1974585, y: -1.2250819, z: 0} - - {x: 1.2072337, y: -1.2331507, z: 0} - - {x: 1.2170088, y: -1.2411731, z: 0} - - {x: 1.226784, y: -1.2491488, z: 0} - - {x: 1.2365592, y: -1.2570775, z: 0} - - {x: 1.2463343, y: -1.2649589, z: 0} - - {x: 1.2561095, y: -1.2727925, z: 0} - - {x: 1.2658846, y: -1.2805783, z: 0} - - {x: 1.2756598, y: -1.2883158, z: 0} - - {x: 1.285435, y: -1.2960049, z: 0} - - {x: 1.2952101, y: -1.3036449, z: 0} - - {x: 1.3049853, y: -1.311236, z: 0} - - {x: 1.3147606, y: -1.3187777, z: 0} - - {x: 1.3245357, y: -1.3262699, z: 0} - - {x: 1.3343109, y: -1.3337121, z: 0} - - {x: 1.344086, y: -1.3411041, z: 0} - - {x: 1.3538612, y: -1.3484457, z: 0} - - {x: 1.3636364, y: -1.3557364, z: 0} - - {x: 1.3734115, y: -1.3629758, z: 0} - - {x: 1.3831867, y: -1.3701643, z: 0} - - {x: 1.3929619, y: -1.3773011, z: 0} - - {x: 1.402737, y: -1.384386, z: 0} - - {x: 1.4125122, y: -1.3914188, z: 0} - - {x: 1.4222873, y: -1.3983992, z: 0} - - {x: 1.4320625, y: -1.4053271, z: 0} - - {x: 1.4418378, y: -1.412202, z: 0} - - {x: 1.451613, y: -1.4190236, z: 0} - - {x: 1.4613881, y: -1.425792, z: 0} - - {x: 1.4711633, y: -1.4325066, z: 0} - - {x: 1.4809384, y: -1.4391673, z: 0} - - {x: 1.4907136, y: -1.4457737, z: 0} - - {x: 1.5004888, y: -1.4523258, z: 0} - - {x: 1.5102639, y: -1.4588232, z: 0} - - {x: 1.5200391, y: -1.4652656, z: 0} - - {x: 1.5298142, y: -1.4716529, z: 0} - - {x: 1.5395894, y: -1.4779848, z: 0} - - {x: 1.5493646, y: -1.484261, z: 0} - - {x: 1.5591397, y: -1.4904814, z: 0} - - {x: 1.568915, y: -1.4966457, z: 0} - - {x: 1.5786902, y: -1.5027535, z: 0} - - {x: 1.5884653, y: -1.5088048, z: 0} - - {x: 1.5982405, y: -1.5147994, z: 0} - - {x: 1.6080157, y: -1.5207369, z: 0} - - {x: 1.6177908, y: -1.526617, z: 0} - - {x: 1.627566, y: -1.5324397, z: 0} - - {x: 1.6373411, y: -1.5382043, z: 0} - - {x: 1.6471163, y: -1.5439115, z: 0} - - {x: 1.6568915, y: -1.5495604, z: 0} - - {x: 1.6666666, y: -1.5551512, z: 0} - - {x: 1.6764418, y: -1.5606834, z: 0} - - {x: 1.686217, y: -1.5661566, z: 0} - - {x: 1.6959922, y: -1.571571, z: 0} - - {x: 1.7057674, y: -1.5769262, z: 0} - - {x: 1.7155426, y: -1.582222, z: 0} - - {x: 1.7253177, y: -1.5874584, z: 0} - - {x: 1.7350929, y: -1.5926349, z: 0} - - {x: 1.744868, y: -1.5977515, z: 0} - - {x: 1.7546432, y: -1.6028078, z: 0} - - {x: 1.7644184, y: -1.6078038, z: 0} - - {x: 1.7741935, y: -1.6127393, z: 0} - - {x: 1.7839687, y: -1.6176143, z: 0} - - {x: 1.7937438, y: -1.6224282, z: 0} - - {x: 1.803519, y: -1.6271808, z: 0} - - {x: 1.8132943, y: -1.6318724, z: 0} - - {x: 1.8230695, y: -1.6365026, z: 0} - - {x: 1.8328446, y: -1.6410711, z: 0} - - {x: 1.8426198, y: -1.6455778, z: 0} - - {x: 1.8523949, y: -1.6500225, z: 0} - - {x: 1.8621701, y: -1.6544054, z: 0} - - {x: 1.8719453, y: -1.6587256, z: 0} - - {x: 1.8817204, y: -1.6629835, z: 0} - - {x: 1.8914956, y: -1.6671786, z: 0} - - {x: 1.9012707, y: -1.6713109, z: 0} - - {x: 1.9110459, y: -1.6753805, z: 0} - - {x: 1.9208211, y: -1.6793871, z: 0} - - {x: 1.9305962, y: -1.6833303, z: 0} - - {x: 1.9403715, y: -1.6872103, z: 0} - - {x: 1.9501467, y: -1.6910266, z: 0} - - {x: 1.9599218, y: -1.6947794, z: 0} - - {x: 1.969697, y: -1.6984682, z: 0} - - {x: 1.9794722, y: -1.7020931, z: 0} - - {x: 1.9892473, y: -1.7056541, z: 0} - - {x: 1.9990225, y: -1.7091508, z: 0} - - {x: 2.0087976, y: -1.7125831, z: 0} - - {x: 2.0185728, y: -1.7159511, z: 0} - - {x: 2.028348, y: -1.7192541, z: 0} - - {x: 2.0381231, y: -1.7224927, z: 0} - - {x: 2.0478983, y: -1.7256664, z: 0} - - {x: 2.0576735, y: -1.728775, z: 0} - - {x: 2.0674486, y: -1.7318187, z: 0} - - {x: 2.0772238, y: -1.734797, z: 0} - - {x: 2.086999, y: -1.7377102, z: 0} - - {x: 2.096774, y: -1.7405579, z: 0} - - {x: 2.1065493, y: -1.7433398, z: 0} - - {x: 2.1163244, y: -1.7460563, z: 0} - - {x: 2.1260998, y: -1.7487073, z: 0} - - {x: 2.135875, y: -1.751292, z: 0} - - {x: 2.1456501, y: -1.753811, z: 0} - - {x: 2.1554253, y: -1.7562642, z: 0} - - {x: 2.1652005, y: -1.7586508, z: 0} - - {x: 2.1749756, y: -1.7609713, z: 0} - - {x: 2.1847508, y: -1.7632256, z: 0} - - {x: 2.194526, y: -1.7654135, z: 0} - - {x: 2.204301, y: -1.767535, z: 0} - - {x: 2.2140763, y: -1.7695899, z: 0} - - {x: 2.2238514, y: -1.7715781, z: 0} - - {x: 2.2336266, y: -1.7734998, z: 0} - - {x: 2.2434018, y: -1.7753546, z: 0} - - {x: 2.253177, y: -1.7771426, z: 0} - - {x: 2.262952, y: -1.7788637, z: 0} - - {x: 2.2727273, y: -1.7805178, z: 0} - - {x: 2.2825024, y: -1.782105, z: 0} - - {x: 2.2922776, y: -1.7836249, z: 0} - - {x: 2.3020527, y: -1.7850777, z: 0} - - {x: 2.311828, y: -1.7864633, z: 0} - - {x: 2.321603, y: -1.7877817, z: 0} - - {x: 2.3313782, y: -1.7890327, z: 0} - - {x: 2.3411534, y: -1.7902162, z: 0} - - {x: 2.3509285, y: -1.7913326, z: 0} - - {x: 2.3607037, y: -1.7923813, z: 0} - - {x: 2.3704789, y: -1.7933629, z: 0} - - {x: 2.3802543, y: -1.7942766, z: 0} - - {x: 2.3900294, y: -1.7951229, z: 0} - - {x: 2.3998046, y: -1.7959017, z: 0} - - {x: 2.4095798, y: -1.7966126, z: 0} - - {x: 2.419355, y: -1.7972562, z: 0} - - {x: 2.42913, y: -1.797832, z: 0} - - {x: 2.4389052, y: -1.79834, z: 0} - - {x: 2.4486804, y: -1.7987804, z: 0} - - {x: 2.4584556, y: -1.7991531, z: 0} - - {x: 2.4682307, y: -1.7994579, z: 0} - - {x: 2.478006, y: -1.7996953, z: 0} - - {x: 2.487781, y: -1.7998645, z: 0} - - {x: 2.4975562, y: -1.7999661, z: 0} - - {x: 2.5073314, y: -1.8000001, z: 0} - - {x: 2.5171065, y: -1.7999661, z: 0} - - {x: 2.5268817, y: -1.7998645, z: 0} - - {x: 2.5366569, y: -1.7996953, z: 0} - - {x: 2.546432, y: -1.7994579, z: 0} - - {x: 2.5562072, y: -1.7991531, z: 0} - - {x: 2.5659823, y: -1.7987804, z: 0} - - {x: 2.5757575, y: -1.79834, z: 0} - - {x: 2.5855327, y: -1.797832, z: 0} - - {x: 2.5953078, y: -1.797256, z: 0} - - {x: 2.605083, y: -1.7966126, z: 0} - - {x: 2.6148582, y: -1.7959015, z: 0} - - {x: 2.6246333, y: -1.7951229, z: 0} - - {x: 2.6344087, y: -1.7942766, z: 0} - - {x: 2.6441839, y: -1.7933629, z: 0} - - {x: 2.653959, y: -1.7923813, z: 0} - - {x: 2.6637342, y: -1.7913326, z: 0} - - {x: 2.6735094, y: -1.7902162, z: 0} - - {x: 2.6832845, y: -1.7890325, z: 0} - - {x: 2.6930597, y: -1.7877815, z: 0} - - {x: 2.7028348, y: -1.7864631, z: 0} - - {x: 2.71261, y: -1.7850777, z: 0} - - {x: 2.7223852, y: -1.7836249, z: 0} - - {x: 2.7321603, y: -1.782105, z: 0} - - {x: 2.7419355, y: -1.7805178, z: 0} - - {x: 2.7517107, y: -1.7788637, z: 0} - - {x: 2.7614858, y: -1.7771426, z: 0} - - {x: 2.771261, y: -1.7753546, z: 0} - - {x: 2.7810361, y: -1.7734998, z: 0} - - {x: 2.7908113, y: -1.7715781, z: 0} - - {x: 2.8005865, y: -1.7695899, z: 0} - - {x: 2.8103616, y: -1.767535, z: 0} - - {x: 2.8201368, y: -1.7654135, z: 0} - - {x: 2.829912, y: -1.7632256, z: 0} - - {x: 2.839687, y: -1.7609713, z: 0} - - {x: 2.8494623, y: -1.7586508, z: 0} - - {x: 2.8592374, y: -1.7562637, z: 0} - - {x: 2.8690126, y: -1.753811, z: 0} - - {x: 2.878788, y: -1.7512919, z: 0} - - {x: 2.8885632, y: -1.7487069, z: 0} - - {x: 2.8983383, y: -1.7460562, z: 0} - - {x: 2.9081135, y: -1.7433397, z: 0} - - {x: 2.9178886, y: -1.7405577, z: 0} - - {x: 2.9276638, y: -1.7377099, z: 0} - - {x: 2.937439, y: -1.7347968, z: 0} - - {x: 2.9472141, y: -1.7318184, z: 0} - - {x: 2.9569893, y: -1.7287749, z: 0} - - {x: 2.9667645, y: -1.7256663, z: 0} - - {x: 2.9765396, y: -1.7224925, z: 0} - - {x: 2.9863148, y: -1.7192541, z: 0} - - {x: 2.99609, y: -1.7159511, z: 0} - - {x: 3.005865, y: -1.7125831, z: 0} - - {x: 3.0156403, y: -1.7091508, z: 0} - - {x: 3.0254154, y: -1.7056541, z: 0} - - {x: 3.0351906, y: -1.7020931, z: 0} - - {x: 3.0449657, y: -1.6984682, z: 0} - - {x: 3.054741, y: -1.6947794, z: 0} - - {x: 3.064516, y: -1.6910266, z: 0} - - {x: 3.0742912, y: -1.6872103, z: 0} - - {x: 3.0840664, y: -1.6833303, z: 0} - - {x: 3.0938416, y: -1.6793871, z: 0} - - {x: 3.1036167, y: -1.6753805, z: 0} - - {x: 3.1133919, y: -1.6713109, z: 0} - - {x: 3.123167, y: -1.6671784, z: 0} - - {x: 3.1329424, y: -1.662983, z: 0} - - {x: 3.1427176, y: -1.6587253, z: 0} - - {x: 3.1524928, y: -1.6544048, z: 0} - - {x: 3.162268, y: -1.6500223, z: 0} - - {x: 3.172043, y: -1.6455774, z: 0} - - {x: 3.1818182, y: -1.6410708, z: 0} - - {x: 3.1915934, y: -1.6365023, z: 0} - - {x: 3.2013686, y: -1.631872, z: 0} - - {x: 3.2111437, y: -1.6271806, z: 0} - - {x: 3.220919, y: -1.6224278, z: 0} - - {x: 3.230694, y: -1.6176138, z: 0} - - {x: 3.2404692, y: -1.6127391, z: 0} - - {x: 3.2502444, y: -1.6078036, z: 0} - - {x: 3.2600195, y: -1.6028078, z: 0} - - {x: 3.2697947, y: -1.5977515, z: 0} - - {x: 3.2795699, y: -1.5926349, z: 0} - - {x: 3.289345, y: -1.5874584, z: 0} - - {x: 3.2991202, y: -1.582222, z: 0} - - {x: 3.3088953, y: -1.5769262, z: 0} - - {x: 3.3186705, y: -1.571571, z: 0} - - {x: 3.3284457, y: -1.5661566, z: 0} - - {x: 3.3382208, y: -1.5606834, z: 0} - - {x: 3.347996, y: -1.5551512, z: 0} - - {x: 3.3577712, y: -1.5495604, z: 0} - - {x: 3.3675463, y: -1.5439115, z: 0} - - {x: 3.3773217, y: -1.5382043, z: 0} - - {x: 3.387097, y: -1.5324394, z: 0} - - {x: 3.396872, y: -1.5266166, z: 0} - - {x: 3.4066472, y: -1.5207363, z: 0} - - {x: 3.4164224, y: -1.5147989, z: 0} - - {x: 3.4261975, y: -1.5088043, z: 0} - - {x: 3.4359727, y: -1.502753, z: 0} - - {x: 3.4457479, y: -1.4966451, z: 0} - - {x: 3.455523, y: -1.4904809, z: 0} - - {x: 3.4652982, y: -1.4842606, z: 0} - - {x: 3.4750733, y: -1.4779842, z: 0} - - {x: 3.4848485, y: -1.4716524, z: 0} - - {x: 3.4946237, y: -1.4652652, z: 0} - - {x: 3.5043988, y: -1.4588226, z: 0} - - {x: 3.514174, y: -1.4523252, z: 0} - - {x: 3.5239491, y: -1.4457737, z: 0} - - {x: 3.5337243, y: -1.4391673, z: 0} - - {x: 3.5434995, y: -1.4325066, z: 0} - - {x: 3.5532746, y: -1.4257919, z: 0} - - {x: 3.5630498, y: -1.4190235, z: 0} - - {x: 3.572825, y: -1.4122019, z: 0} - - {x: 3.5826, y: -1.4053271, z: 0} - - {x: 3.5923753, y: -1.3983992, z: 0} - - {x: 3.6021504, y: -1.3914188, z: 0} - - {x: 3.6119256, y: -1.384386, z: 0} - - {x: 3.6217008, y: -1.3773011, z: 0} - - {x: 3.6314762, y: -1.3701643, z: 0} - - {x: 3.6412513, y: -1.3629758, z: 0} - - {x: 3.6510265, y: -1.3557361, z: 0} - - {x: 3.6608016, y: -1.3484454, z: 0} - - {x: 3.6705768, y: -1.3411038, z: 0} - - {x: 3.680352, y: -1.3337119, z: 0} - - {x: 3.6901271, y: -1.3262696, z: 0} - - {x: 3.6999023, y: -1.3187774, z: 0} - - {x: 3.7096775, y: -1.3112357, z: 0} - - {x: 3.7194526, y: -1.3036445, z: 0} - - {x: 3.7292278, y: -1.2960042, z: 0} - - {x: 3.739003, y: -1.2883152, z: 0} - - {x: 3.748778, y: -1.2805777, z: 0} - - {x: 3.7585533, y: -1.2727917, z: 0} - - {x: 3.7683284, y: -1.2649581, z: 0} - - {x: 3.7781036, y: -1.2570769, z: 0} - - {x: 3.7878788, y: -1.2491481, z: 0} - - {x: 3.797654, y: -1.2411731, z: 0} - - {x: 3.807429, y: -1.2331507, z: 0} - - {x: 3.8172042, y: -1.2250819, z: 0} - - {x: 3.8269794, y: -1.216967, z: 0} - - {x: 3.8367546, y: -1.2088063, z: 0} - - {x: 3.8465297, y: -1.2005999, z: 0} - - {x: 3.856305, y: -1.1923484, z: 0} - - {x: 3.86608, y: -1.184052, z: 0} - - {x: 3.8758554, y: -1.1757112, z: 0} - - {x: 3.8856306, y: -1.1673259, z: 0} - - {x: 3.8954058, y: -1.1588968, z: 0} - - {x: 3.905181, y: -1.1504239, z: 0} - - {x: 3.914956, y: -1.1419077, z: 0} - - {x: 3.9247313, y: -1.1333487, z: 0} - - {x: 3.9345064, y: -1.1247468, z: 0} - - {x: 3.9442816, y: -1.1161027, z: 0} - - {x: 3.9540567, y: -1.1074166, z: 0} - - {x: 3.963832, y: -1.0986888, z: 0} - - {x: 3.973607, y: -1.0899196, z: 0} - - {x: 3.9833822, y: -1.0811093, z: 0} - - {x: 3.9931574, y: -1.0722584, z: 0} - - {x: 4.0029325, y: -1.063367, z: 0} - - {x: 4.0127077, y: -1.0544357, z: 0} - - {x: 4.022483, y: -1.0454648, z: 0} - - {x: 4.032258, y: -1.0364543, z: 0} - - {x: 4.042033, y: -1.0274049, z: 0} - - {x: 4.0518084, y: -1.0183167, z: 0} - - {x: 4.0615835, y: -1.0091903, z: 0} - - {x: 4.0713587, y: -1.0000266, z: 0} - - {x: 4.081134, y: -0.99082446, z: 0} - - {x: 4.090909, y: -0.98158514, z: 0} - - {x: 4.100684, y: -0.97230875, z: 0} - - {x: 4.1104593, y: -0.9629958, z: 0} - - {x: 4.1202345, y: -0.95364654, z: 0} - - {x: 4.1300097, y: -0.94426143, z: 0} - - {x: 4.139785, y: -0.9348408, z: 0} - - {x: 4.14956, y: -0.9253849, z: 0} - - {x: 4.159335, y: -0.91589415, z: 0} - - {x: 4.1691103, y: -0.90636903, z: 0} - - {x: 4.1788855, y: -0.89680964, z: 0} - - {x: 4.1886606, y: -0.88721657, z: 0} - - {x: 4.198436, y: -0.87759006, z: 0} - - {x: 4.208211, y: -0.86793053, z: 0} - - {x: 4.217986, y: -0.8582384, z: 0} - - {x: 4.2277613, y: -0.8485138, z: 0} - - {x: 4.2375364, y: -0.83875734, z: 0} - - {x: 4.2473116, y: -0.82896936, z: 0} - - {x: 4.257087, y: -0.81915003, z: 0} - - {x: 4.2668624, y: -0.80929995, z: 0} - - {x: 4.2766376, y: -0.7994194, z: 0} - - {x: 4.2864127, y: -0.78950876, z: 0} - - {x: 4.296188, y: -0.77956843, z: 0} - - {x: 4.305963, y: -0.7695986, z: 0} - - {x: 4.315738, y: -0.7595999, z: 0} - - {x: 4.3255134, y: -0.74957263, z: 0} - - {x: 4.3352885, y: -0.7395178, z: 0} - - {x: 4.3450637, y: -0.7294345, z: 0} - - {x: 4.354839, y: -0.71932364, z: 0} - - {x: 4.364614, y: -0.7091858, z: 0} - - {x: 4.374389, y: -0.6990211, z: 0} - - {x: 4.3841643, y: -0.6888302, z: 0} - - {x: 4.3939395, y: -0.6786133, z: 0} - - {x: 4.4037147, y: -0.6683709, z: 0} - - {x: 4.41349, y: -0.6581033, z: 0} - - {x: 4.423265, y: -0.64781094, z: 0} - - {x: 4.43304, y: -0.6374942, z: 0} - - {x: 4.4428153, y: -0.62715346, z: 0} - - {x: 4.4525905, y: -0.6167891, z: 0} - - {x: 4.4623656, y: -0.6064015, z: 0} - - {x: 4.472141, y: -0.5959911, z: 0} - - {x: 4.481916, y: -0.58555824, z: 0} - - {x: 4.491691, y: -0.57510334, z: 0} - - {x: 4.5014663, y: -0.5646268, z: 0} - - {x: 4.5112414, y: -0.55412894, z: 0} - - {x: 4.5210166, y: -0.5436103, z: 0} - - {x: 4.5307918, y: -0.53307116, z: 0} - - {x: 4.540567, y: -0.52251196, z: 0} - - {x: 4.550342, y: -0.511933, z: 0} - - {x: 4.5601172, y: -0.50133485, z: 0} - - {x: 4.5698924, y: -0.4907179, z: 0} - - {x: 4.5796676, y: -0.48008233, z: 0} - - {x: 4.5894427, y: -0.46942878, z: 0} - - {x: 4.599218, y: -0.45875752, z: 0} - - {x: 4.608993, y: -0.4480698, z: 0} - - {x: 4.618768, y: -0.43736446, z: 0} - - {x: 4.6285434, y: -0.4266426, z: 0} - - {x: 4.6383185, y: -0.41590464, z: 0} - - {x: 4.6480937, y: -0.405151, z: 0} - - {x: 4.657869, y: -0.39438224, z: 0} - - {x: 4.667644, y: -0.38359854, z: 0} - - {x: 4.677419, y: -0.37280038, z: 0} - - {x: 4.6871943, y: -0.3619882, z: 0} - - {x: 4.6969695, y: -0.35116243, z: 0} - - {x: 4.7067447, y: -0.34032342, z: 0} - - {x: 4.71652, y: -0.3294716, z: 0} - - {x: 4.726295, y: -0.31860733, z: 0} - - {x: 4.73607, y: -0.30773112, z: 0} - - {x: 4.7458453, y: -0.29684332, z: 0} - - {x: 4.755621, y: -0.2859443, z: 0} - - {x: 4.765396, y: -0.27503455, z: 0} - - {x: 4.7751713, y: -0.26411444, z: 0} - - {x: 4.7849464, y: -0.25318438, z: 0} - - {x: 4.7947216, y: -0.24224482, z: 0} - - {x: 4.804497, y: -0.23129609, z: 0} - - {x: 4.814272, y: -0.22033869, z: 0} - - {x: 4.824047, y: -0.20937297, z: 0} - - {x: 4.8338223, y: -0.19839938, z: 0} - - {x: 4.8435974, y: -0.18741831, z: 0} - - {x: 4.8533726, y: -0.1764302, z: 0} - - {x: 4.8631477, y: -0.16543542, z: 0} - - {x: 4.872923, y: -0.15443444, z: 0} - - {x: 4.882698, y: -0.14342849, z: 0} - - {x: 4.892473, y: -0.13241628, z: 0} - - {x: 4.9022484, y: -0.12139909, z: 0} - - {x: 4.9120235, y: -0.11037733, z: 0} - - {x: 4.9217987, y: -0.09935141, z: 0} - - {x: 4.931574, y: -0.08832175, z: 0} - - {x: 4.941349, y: -0.07728877, z: 0} - - {x: 4.951124, y: -0.06625287, z: 0} - - {x: 4.9608994, y: -0.05521449, z: 0} - - {x: 4.9706745, y: -0.044174023, z: 0} - - {x: 4.9804497, y: -0.033131894, z: 0} - - {x: 4.990225, y: -0.022088518, z: 0} - - {x: 5, y: -0.0110443095, z: 0} - m_Parameters: - serializedVersion: 3 - widthMultiplier: 1 - widthCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0.05 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - colorGradient: - serializedVersion: 2 - key0: {r: 0, g: 1, b: 0, a: 1} - key1: {r: 0, g: 1, b: 0, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_ColorSpace: -1 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - numCornerVertices: 0 - numCapVertices: 0 - alignment: 0 - textureMode: 0 - textureScale: {x: 1, y: 1} - shadowBias: 0.5 - generateLightingData: 0 - m_MaskInteraction: 0 - m_UseWorldSpace: 1 - m_Loop: 0 - m_ApplyActiveColorSpace: 1 ---- !u!114 &1527428213 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1527428208} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: dbf315e70839b624b845c62b69975bec, type: 3} - m_Name: - m_EditorClassIdentifier: - config: - samples: 1024 - amplitude: 0.6 - spikeRange: 20 - spatialFrequency: 1 - temporalFrequency: 0.1 - targetWaveformNoiseAmplitude: 0.1 - noiseAmplitude: 0.5 - noiseColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} - clearColor: {r: 0, g: 1, b: 0, a: 1} - hotColor: {r: 1, g: 0, b: 0, a: 1} - waveformType: 0 --- !u!21 &1537067506 Material: serializedVersion: 8 @@ -15800,6 +14256,3267 @@ GameObject: m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 +--- !u!1001 &5231891092103724642 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 1758447116171121493, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_LocalPosition.x + value: -26.048 + objectReference: {fileID: 0} + - target: {fileID: 1758447116171121493, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_LocalPosition.y + value: -1.23 + objectReference: {fileID: 0} + - target: {fileID: 1758447116171121493, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1758447116171121493, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1758447116171121493, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1758447116171121493, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1758447116171121493, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1758447116171121493, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1758447116171121493, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1758447116171121493, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3651813428422912178, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Name + value: RobotECGWave + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[0].y + value: -1.1964179 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[1].y + value: -1.2072994 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[2].y + value: -1.2231116 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[3].y + value: -1.2399241 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[4].y + value: -1.2570742 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[5].y + value: -1.2742245 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[6].y + value: -1.2891926 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[7].y + value: -1.3005601 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[8].y + value: -1.3114415 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[9].y + value: -1.322323 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[10].y + value: -1.3332044 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[11].y + value: -1.3494501 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[12].y + value: -1.3666003 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[13].y + value: -1.3837504 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[14].y + value: -1.4009007 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[15].y + value: -1.4155837 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[16].y + value: -1.426465 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[17].y + value: -1.4373465 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[18].y + value: -1.4343193 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[19].y + value: -1.4379613 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[20].y + value: -1.4449949 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[21].y + value: -1.4397246 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[22].y + value: -1.4325562 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[23].y + value: -1.4398367 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[24].y + value: -1.4451299 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[25].y + value: -1.4378492 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[26].y + value: -1.4344316 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[27].y + value: -1.4417121 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[28].y + value: -1.4432545 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[29].y + value: -1.4359739 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[30].y + value: -1.4363068 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[31].y + value: -1.4435875 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[32].y + value: -1.4413791 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[33].y + value: -1.4340985 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[34].y + value: -1.4381822 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[35].y + value: -1.445463 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[36].y + value: -1.4392565 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[37].y + value: -1.4327769 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[38].y + value: -1.4400576 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[39].y + value: -1.4446619 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[40].y + value: -1.4373811 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[41].y + value: -1.4346523 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[42].y + value: -1.4419329 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[43].y + value: -1.4427865 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[44].y + value: -1.4355057 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[45].y + value: -1.4365277 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[46].y + value: -1.4438083 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[47].y + value: -1.440911 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[48].y + value: -1.4336305 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[49].y + value: -1.4384031 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[50].y + value: -1.4456837 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[51].y + value: -1.4390357 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[52].y + value: -1.2197357 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[53].y + value: -1.2187266 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[54].y + value: -1.21405 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[55].y + value: -1.21293 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[56].y + value: -1.2155867 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[57].y + value: -1.2147586 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[58].y + value: -1.2128489 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[59].y + value: -1.2169058 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[60].y + value: -1.2215697 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[61].y + value: -1.221236 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[62].y + value: -1.2230184 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[63].y + value: -1.2291323 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[64].y + value: -1.2321889 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[65].y + value: -1.2320462 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[66].y + value: -1.2358037 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[67].y + value: -1.2408549 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[68].y + value: -1.2398667 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[69].y + value: -1.2383089 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[70].y + value: -1.2413937 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[71].y + value: -1.2418728 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[72].y + value: -1.2375365 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[73].y + value: -1.235693 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[74].y + value: -1.23627 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[75].y + value: -1.2321414 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[76].y + value: -1.2260866 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[77].y + value: -1.2254921 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[78].y + value: -1.2247452 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[79].y + value: -1.2190101 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[80].y + value: -1.2155783 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[81].y + value: -1.2167783 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[82].y + value: -1.2154257 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[83].y + value: -1.2119526 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[84].y + value: -1.2135066 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[85].y + value: -1.2174414 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[86].y + value: -1.2164277 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[87].y + value: -1.2163905 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[88].y + value: -1.221981 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[89].y + value: -1.2259171 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[90].y + value: -1.2259909 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[91].y + value: -1.2293193 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[92].y + value: -1.2352294 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[93].y + value: -1.2364187 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[94].y + value: -1.2355502 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[95].y + value: -1.2397906 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[96].y + value: -1.2428606 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[97].y + value: -1.2400594 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[98].y + value: -1.238622 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[99].y + value: -1.240445 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[100].y + value: -1.2383412 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[101].y + value: -1.2329814 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[102].y + value: -1.2317212 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[103].y + value: -1.2317263 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[104].y + value: -1.2258756 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[105].y + value: -1.2207485 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[106].y + value: -1.2209499 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[107].y + value: -1.2193729 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[108].y + value: -1.2144303 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[109].y + value: -1.2134589 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[110].y + value: -1.2158335 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[111].y + value: -1.21434 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[112].y + value: -1.2121087 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[113].y + value: -1.2163469 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[114].y + value: -1.2204238 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[115].y + value: -1.2199341 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[116].y + value: -1.2220249 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[117].y + value: -1.2280809 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[118].y + value: -1.2307904 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[119].y + value: -1.2307448 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[120].y + value: -1.2350677 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[121].y + value: -1.2403286 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[122].y + value: -1.2391759 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[123].y + value: -1.2382715 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[124].y + value: -1.2416414 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[125].y + value: -1.2419863 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[126].y + value: -1.2379514 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[127].y + value: -1.2367201 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[128].y + value: -1.2374846 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[129].y + value: -1.2330835 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[130].y + value: -1.2271264 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[131].y + value: -1.2269186 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[132].y + value: -1.2257321 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[133].y + value: -1.219848 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[134].y + value: -1.2166456 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[135].y + value: -1.2176214 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[136].y + value: -1.2156296 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[137].y + value: -1.2118363 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[138].y + value: -1.2135636 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[139].y + value: -1.2171822 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[140].y + value: -1.2155353 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[141].y + value: -1.215663 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[142].y + value: -1.221113 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[143].y + value: -1.2245324 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[144].y + value: -1.2245604 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[145].y + value: -1.228289 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[146].y + value: -1.2343102 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[147].y + value: -1.2352384 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[148].y + value: -1.2346009 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[149].y + value: -1.2394277 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[150].y + value: -1.242342 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[151].y + value: -1.2398704 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[152].y + value: -1.2390972 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[153].y + value: -1.2411891 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[154].y + value: -1.2389144 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[155].y + value: -1.2337544 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[156].y + value: -1.2330476 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[157].y + value: -1.2330264 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[158].y + value: -1.2269257 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[159].y + value: -1.2221899 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[160].y + value: -1.2222242 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[161].y + value: -1.2200998 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[162].y + value: -1.2149415 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[163].y + value: -1.214144 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[164].y + value: -1.2161942 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[165].y + value: -1.2140346 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[166].y + value: -1.2117113 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[167].y + value: -1.2159152 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[168].y + value: -1.2193547 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[169].y + value: -1.2186879 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[170].y + value: -1.2210376 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[171].y + value: -1.2270594 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[172].y + value: -1.229313 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[173].y + value: -1.2293973 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[174].y + value: -1.234234 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[175].y + value: -1.2394174 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[176].y + value: -1.238333 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[177].y + value: -1.2381228 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[178].y + value: -1.2417749 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[179].y + value: -1.2420247 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[180].y + value: -1.2382289 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[181].y + value: -1.2376595 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[182].y + value: -1.2386305 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[183].y + value: -1.234005 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[184].y + value: -1.2284619 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[185].y + value: -1.2283504 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[186].y + value: -1.2267504 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[187].y + value: -1.220769 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[188].y + value: -1.2178442 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[189].y + value: -1.2186104 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[190].y + value: -1.21594 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[191].y + value: -1.2118738 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[192].y + value: -1.2136961 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[193].y + value: -1.2166494 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[194].y + value: -1.2147399 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[195].y + value: -1.215016 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[196].y + value: -1.2202785 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[197].y + value: -1.2231276 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[198].y + value: -1.2231402 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[199].y + value: -1.227243 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[200].y + value: -1.2333232 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[201].y + value: -1.2339379 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[202].y + value: -1.233914 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[203].y + value: -1.238965 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[204].y + value: -1.2417578 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[205].y + value: -1.239524 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[206].y + value: -1.239503 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[207].y + value: -1.2418288 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[208].y + value: -1.2394264 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[209].y + value: -1.2344819 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[210].y + value: -1.2343783 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[211].y + value: -1.2340308 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[212].y + value: -1.227976 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[213].y + value: -1.2236004 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[214].y + value: -1.2236062 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[215].y + value: -1.2208997 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[216].y + value: -1.215544 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[217].y + value: -1.2148871 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[218].y + value: -1.2167126 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[219].y + value: -1.2138431 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[220].y + value: -1.2116163 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[221].y + value: -1.2155514 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[222].y + value: -1.2183189 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[223].y + value: -1.2174522 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[224].y + value: -1.2200915 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[225].y + value: -1.2260289 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[226].y + value: -1.2278826 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[227].y + value: -1.227956 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[228].y + value: -1.2333399 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[229].y + value: -1.2383102 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[230].y + value: -1.2374414 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[231].y + value: -1.2379005 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[232].y + value: -1.2417948 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[233].y + value: -1.2419499 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[234].y + value: -1.2384338 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[235].y + value: -1.2385539 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[236].y + value: -1.2396996 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[237].y + value: -1.2348709 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[238].y + value: -1.2298295 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[239].y + value: -1.2298346 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[240].y + value: -1.227765 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[241].y + value: -1.2217363 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[242].y + value: -1.2190584 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[243].y + value: -1.2196369 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[244].y + value: -1.2163203 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[245].y + value: -1.2120223 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[246].y + value: -1.2139429 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[247].y + value: -1.2162308 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[248].y + value: -1.2139996 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[249].y + value: -1.214457 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[250].y + value: -1.2195129 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[251].y + value: -1.2218257 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[252].y + value: -1.221684 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[253].y + value: -1.2261915 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[254].y + value: -1.2323049 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[255].y + value: -1.2326366 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[256].y + value: -1.2331781 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[257].y + value: -1.2384387 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[258].y + value: -1.241067 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[259].y + value: -1.2391064 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[260].y + value: -1.2022436 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[261].y + value: -1.2027495 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[262].y + value: -1.2035438 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[263].y + value: -1.2016504 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[264].y + value: -1.1855713 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[265].y + value: -1.1694922 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[266].y + value: -1.1530424 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[267].y + value: -1.1523619 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[268].y + value: -1.1528678 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[269].y + value: -1.1533737 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[270].y + value: -1.1423554 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[271].y + value: -1.1262765 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[272].y + value: -1.1101974 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[273].y + value: -1.1016858 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[274].y + value: -1.1021917 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[275].y + value: -1.102986 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[276].y + value: -1.0995104 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[277].y + value: -1.0834315 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[278].y + value: -1.0673524 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[279].y + value: -1.051298 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[280].y + value: -1.051804 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[281].y + value: -1.0523099 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[282].y + value: -1.0528158 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[283].y + value: -1.0402156 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[284].y + value: -1.0241365 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[285].y + value: -1.0080575 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[286].y + value: -1.0011278 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[287].y + value: -1.0019221 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[288].y + value: -1.002428 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[289].y + value: -0.9973706 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[290].y + value: -0.98129153 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[291].y + value: -0.96521246 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[292].y + value: -0.9507401 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[293].y + value: -0.9512461 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[294].y + value: -0.95175195 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[295].y + value: -0.9347007 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[296].y + value: -0.94876766 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[297].y + value: -0.9566711 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[298].y + value: -0.9421098 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[299].y + value: -0.93845147 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[300].y + value: -0.95251834 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[301].y + value: -0.9529203 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[302].y + value: -0.9383591 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[303].y + value: -0.9422022 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[304].y + value: -0.9567635 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[305].y + value: -0.94916964 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[306].y + value: -0.93460834 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[307].y + value: -0.94595295 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[308].y + value: -0.95948577 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[309].y + value: -0.94541883 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[310].y + value: -0.9351424 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[311].y + value: -0.9497037 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[312].y + value: -0.955735 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[313].y + value: -0.94166815 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[314].y + value: -0.9388932 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[315].y + value: -0.95345443 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[316].y + value: -0.9519843 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[317].y + value: -0.9379174 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[318].y + value: -0.9426439 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[319].y + value: -0.9572052 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[320].y + value: -0.94823354 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[321].y + value: -0.9336723 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[322].y + value: -0.9463947 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[323].y + value: -0.9590441 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[324].y + value: -0.9444828 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[325].y + value: -0.9360785 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[326].y + value: -0.95014536 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[327].y + value: -0.9552934 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[328].y + value: -0.9407321 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[329].y + value: -0.9528346 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[330].y + value: -0.96420217 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[331].y + value: -0.9801792 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[332].y + value: -0.9973295 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[333].y + value: -1.0144796 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[334].y + value: -1.031292 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[335].y + value: -1.0460954 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[336].y + value: -1.0569768 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[337].y + value: -1.0678582 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[338].y + value: -1.0787396 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[339].y + value: -1.0901072 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[340].y + value: -1.1068554 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[341].y + value: -1.1240057 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[342].y + value: -1.1411558 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[343].y + value: -1.1579683 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[344].y + value: -1.1720003 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[345].y + value: -1.1828817 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[346].y + value: -1.1937631 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[347].y + value: -1.2051307 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[348].y + value: -1.2163814 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[349].y + value: -1.2335316 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[350].y + value: -1.2506819 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[351].y + value: -1.2674942 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[352].y + value: -1.2846445 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[353].y + value: -1.2979053 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[354].y + value: -1.3087866 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[355].y + value: -1.319668 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[356].y + value: -1.3310356 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[357].y + value: -1.3430576 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[358].y + value: -1.3602079 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[359].y + value: -1.3773581 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[360].y + value: -1.3941705 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[361].y + value: -1.4113207 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[362].y + value: -1.4238102 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[363].y + value: -1.4346917 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[364].y + value: -1.4455123 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[365].y + value: -1.4392071 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[366].y + value: -1.4330736 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[367].y + value: -1.4403542 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[368].y + value: -1.4446124 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[369].y + value: -1.4373317 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[370].y + value: -1.4349489 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[371].y + value: -1.4422296 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[372].y + value: -1.4424899 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[373].y + value: -1.4354564 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[374].y + value: -1.4368243 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[375].y + value: -1.4441049 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[376].y + value: -1.4406145 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[377].y + value: -1.433581 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[378].y + value: -1.4386997 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[379].y + value: -1.4459803 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[380].y + value: -1.4387391 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[381].y + value: -1.4332944 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[382].y + value: -1.4405751 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[383].y + value: -1.4441444 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[384].y + value: -1.4368637 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[385].y + value: -1.4351698 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[386].y + value: -1.4424504 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[387].y + value: -1.442269 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[388].y + value: -1.4349884 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[389].y + value: -1.4372923 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[390].y + value: -1.4443258 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[391].y + value: -1.4403936 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[392].y + value: -1.433113 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[393].y + value: -1.4391677 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[394].y + value: -1.4457989 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[395].y + value: -1.4385183 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[396].y + value: -1.4337624 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[397].y + value: -1.4410431 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[398].y + value: -1.4439235 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[399].y + value: -1.2169137 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[400].y + value: -1.2139632 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[401].y + value: -1.2157087 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[402].y + value: -1.2149773 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[403].y + value: -1.2120957 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[404].y + value: -1.2142917 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[405].y + value: -1.2188056 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[406].y + value: -1.2182773 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[407].y + value: -1.2186441 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[408].y + value: -1.224551 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[409].y + value: -1.2286174 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[410].y + value: -1.2286998 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[411].y + value: -1.2318882 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[412].y + value: -1.2375501 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[413].y + value: -1.2383221 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[414].y + value: -1.2369565 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[415].y + value: -1.2406087 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[416].y + value: -1.2430744 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[417].y + value: -1.2396442 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[418].y + value: -1.237621 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[419].y + value: -1.2388381 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[420].y + value: -1.2362913 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[421].y + value: -1.230569 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[422].y + value: -1.2290953 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[423].y + value: -1.2290051 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[424].y + value: -1.2232075 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[425].y + value: -1.2182696 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[426].y + value: -1.2187952 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[427].y + value: -1.2176352 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[428].y + value: -1.2132587 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[429].y + value: -1.2128706 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[430].y + value: -1.2158711 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[431].y + value: -1.2149802 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[432].y + value: -1.213389 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[433].y + value: -1.2181256 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[434].y + value: -1.2226107 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[435].y + value: -1.2224348 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[436].y + value: -1.224703 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[437].y + value: -1.2308213 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[438].y + value: -1.2334015 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[439].y + value: -1.2331096 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[440].y + value: -1.2370818 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[441].y + value: -1.2418305 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[442].y + value: -1.2401272 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[443].y + value: -1.2386338 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[444].y + value: -1.2413744 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[445].y + value: -1.2411172 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[446].y + value: -1.236478 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[447].y + value: -1.234779 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[448].y + value: -1.2351575 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[449].y + value: -1.2304975 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[450].y + value: -1.2243907 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[451].y + value: -1.2242256 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[452].y + value: -1.2231815 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[453].y + value: -1.2176248 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[454].y + value: -1.2148353 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[455].y + value: -1.2163256 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[456].y + value: -1.214896 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[457].y + value: -1.2117248 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[458].y + value: -1.2140648 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[459].y + value: -1.2183224 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[460].y + value: -1.2171931 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[461].y + value: -1.2177935 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[462].y + value: -1.2235565 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[463].y + value: -1.2271891 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[464].y + value: -1.2272832 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[465].y + value: -1.2309552 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[466].y + value: -1.2367297 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[467].y + value: -1.237313 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[468].y + value: -1.2362378 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[469].y + value: -1.2405189 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[470].y + value: -1.2428509 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[471].y + value: -1.2397054 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[472].y + value: -1.2383338 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[473].y + value: -1.2398467 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[474].y + value: -1.2370428 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[475].y + value: -1.2315007 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[476].y + value: -1.2304994 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[477].y + value: -1.2303042 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[478].y + value: -1.2241951 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[479].y + value: -1.2195604 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[480].y + value: -1.2199254 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[481].y + value: -1.2181747 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[482].y + value: -1.2135136 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[483].y + value: -1.2132653 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[484].y + value: -1.2159804 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[485].y + value: -1.2144281 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[486].y + value: -1.2127342 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[487].y + value: -1.2174616 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[488].y + value: -1.2213831 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[489].y + value: -1.2210785 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[490].y + value: -1.2236851 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[491].y + value: -1.2298024 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[492].y + value: -1.2320418 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[493].y + value: -1.2318763 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[494].y + value: -1.2364104 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[495].y + value: -1.2411332 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[496].y + value: -1.2395651 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[497].y + value: -1.2387328 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[498].y + value: -1.2417591 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[499].y + value: -1.2413625 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[500].y + value: -1.2370092 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[501].y + value: -1.2359025 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[502].y + value: -1.2364435 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[503].y + value: -1.2314826 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[504].y + value: -1.2257231 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[505].y + value: -1.2256317 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[506].y + value: -1.2241175 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[507].y + value: -1.2183827 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[508].y + value: -1.215852 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[509].y + value: -1.2170479 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[510].y + value: -1.2149671 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[511].y + value: -1.2115115 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[512].y + value: -1.2139851 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[513].y + value: -1.2175792 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[514].y + value: -1.2161918 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[515].y + value: -1.216979 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[516].y + value: -1.2226275 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[517].y + value: -1.2257742 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[518].y + value: -1.2258542 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[519].y + value: -1.2299577 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[520].y + value: -1.2358738 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[521].y + value: -1.2362217 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[522].y + value: -1.2357459 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[523].y + value: -1.2402824 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[524].y + value: -1.2424695 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[525].y + value: -1.2396137 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[526].y + value: -1.2389411 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[527].y + value: -1.2407103 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[528].y + value: -1.2377467 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[529].y + value: -1.2323513 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[530].y + value: -1.2318741 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[531].y + value: -1.2313524 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[532].y + value: -1.2252313 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[533].y + value: -1.2209561 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[534].y + value: -1.2211261 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[535].y + value: -1.2188034 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[536].y + value: -1.2139072 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[537].y + value: -1.2138178 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[538].y + value: -1.2162038 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[539].y + value: -1.2139865 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[540].y + value: -1.2124015 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[541].y + value: -1.2169157 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[542].y + value: -1.2201688 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[543].y + value: -1.2197665 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[544].y + value: -1.2226615 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[545].y + value: -1.2287511 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[546].y + value: -1.2305915 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[547].y + value: -1.2305855 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[548].y + value: -1.2356606 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[549].y + value: -1.2402134 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[550].y + value: -1.2388475 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[551].y + value: -1.2387184 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[552].y + value: -1.2420301 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[553].y + value: -1.2415345 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[554].y + value: -1.2374108 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[555].y + value: -1.2369468 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[556].y + value: -1.2376713 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[557].y + value: -1.2324585 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[558].y + value: -1.2272036 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[559].y + value: -1.2271134 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[560].y + value: -1.2250968 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[561].y + value: -1.2192357 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[562].y + value: -1.2169037 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[563].y + value: -1.2179213 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[564].y + value: -1.2151488 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[565].y + value: -1.2114124 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[566].y + value: -1.2139807 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[567].y + value: -1.2168713 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[568].y + value: -1.2152802 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[569].y + value: -1.2162359 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[570].y + value: -1.2217218 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[571].y + value: -1.2243264 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[572].y + value: -1.2244228 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[573].y + value: -1.2289319 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[574].y + value: -1.2349378 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[575].y + value: -1.2350011 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[576].y + value: -1.2351921 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[577].y + value: -1.2399405 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[578].y + value: -1.242018 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[579].y + value: -1.2394466 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[580].y + value: -1.2394836 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[581].y + value: -1.2414752 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[582].y + value: -1.2383678 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[583].y + value: -1.2331659 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[584].y + value: -1.2332659 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[585].y + value: -1.232387 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[586].y + value: -1.2262801 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[587].y + value: -1.2223339 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[588].y + value: -1.2224447 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[589].y + value: -1.2195144 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[590].y + value: -1.214399 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[591].y + value: -1.2144346 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[592].y + value: -1.2165852 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[593].y + value: -1.2136154 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[594].y + value: -1.2121747 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[595].y + value: -1.2164325 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[596].y + value: -1.2190845 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[597].y + value: -1.2184532 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[598].y + value: -1.221667 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[599].y + value: -1.227703 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[600].y + value: -1.229175 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[601].y + value: -1.2291898 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[602].y + value: -1.2348402 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[603].y + value: -1.2392044 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[604].y + value: -1.2380737 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[605].y + value: -1.2386287 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[606].y + value: -1.2185056 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[607].y + value: -1.2024266 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[608].y + value: -1.1863475 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[609].y + value: -1.1864579 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[610].y + value: -1.1869638 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[611].y + value: -1.1877581 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[612].y + value: -1.1756605 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[613].y + value: -1.1595815 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[614].y + value: -1.1435025 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[615].y + value: -1.1360703 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[616].y + value: -1.1365762 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[617].y + value: -1.1370821 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[618].y + value: -1.1328155 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[619].y + value: -1.1163657 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[620].y + value: -1.1002866 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[621].y + value: -1.0853941 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[622].y + value: -1.0859001 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[623].y + value: -1.0866944 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[624].y + value: -1.0872003 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[625].y + value: -1.0735207 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[626].y + value: -1.0574416 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[627].y + value: -1.0413625 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[628].y + value: -1.0355123 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[629].y + value: -1.0360183 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[630].y + value: -1.0365242 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[631].y + value: -1.0306756 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[632].y + value: -1.0142258 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[633].y + value: -0.9981468 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[634].y + value: -0.9848362 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[635].y + value: -0.98534214 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[636].y + value: -0.98613644 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[637].y + value: -0.98664236 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[638].y + value: -0.9713808 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[639].y + value: -0.95530176 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[640].y + value: -0.9388519 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[641].y + value: -0.9556362 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[642].y + value: -0.9410749 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[643].y + value: -0.9394864 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[644].y + value: -0.9540477 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[645].y + value: -0.95188546 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[646].y + value: -0.93732417 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[647].y + value: -0.9432371 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[648].y + value: -0.9577984 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[649].y + value: -0.9481347 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[650].y + value: -0.9335734 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[651].y + value: -0.94698787 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[652].y + value: -0.9584509 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[653].y + value: -0.944384 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[654].y + value: -0.9361773 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[655].y + value: -0.9507386 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[656].y + value: -0.9547001 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[657].y + value: -0.94063324 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[658].y + value: -0.93992805 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[659].y + value: -0.95448935 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[660].y + value: -0.95094943 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[661].y + value: -0.93638813 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[662].y + value: -0.9436788 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[663].y + value: -0.9582401 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[664].y + value: -0.9471986 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[665].y + value: -0.9333626 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[666].y + value: -0.94742954 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[667].y + value: -0.95800924 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[668].y + value: -0.9434479 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[669].y + value: -0.9371134 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[670].y + value: -0.9511802 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[671].y + value: -0.95425844 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[672].y + value: -0.93969715 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[673].y + value: -0.9408641 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[674].y + value: -0.954931 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[675].y + value: -0.95050776 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[676].y + value: -0.9615474 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[677].y + value: -0.97378683 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[678].y + value: -0.99093705 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[679].y + value: -1.0077494 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[680].y + value: -1.0248996 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[681].y + value: -1.0420499 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[682].y + value: -1.0543219 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[683].y + value: -1.0656896 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[684].y + value: -1.0765709 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[685].y + value: -1.0874523 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[686].y + value: -1.100463 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[687].y + value: -1.1172755 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[688].y + value: -1.1344256 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[689].y + value: -1.1515758 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[690].y + value: -1.1687261 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[691].y + value: -1.180713 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[692].y + value: -1.1915945 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[693].y + value: -1.2024758 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[694].y + value: -1.2133572 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[695].y + value: -1.2271392 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[696].y + value: -1.2439517 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[697].y + value: -1.2611018 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[698].y + value: -1.278252 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[699].y + value: -1.2952504 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[700].y + value: -1.306618 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[701].y + value: -1.3174994 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[702].y + value: -1.3283808 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[703].y + value: -1.3392622 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[704].y + value: -1.3534777 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[705].y + value: -1.3706279 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[706].y + value: -1.387778 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[707].y + value: -1.4049283 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[708].y + value: -1.4216416 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[709].y + value: -1.432523 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[710].y + value: -1.433591 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[711].y + value: -1.4408717 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[712].y + value: -1.4438478 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[713].y + value: -1.4368143 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[714].y + value: -1.4354664 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[715].y + value: -1.4427471 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[716].y + value: -1.4419724 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[717].y + value: -1.4349389 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[718].y + value: -1.4373418 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[719].y + value: -1.4446224 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[720].y + value: -1.440097 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[721].y + value: -1.4330635 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[722].y + value: -1.4392172 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[723].y + value: -1.4455023 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[724].y + value: -1.4382217 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[725].y + value: -1.4338119 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[726].y + value: -1.4410925 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[727].y + value: -1.4436269 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[728].y + value: -1.4363463 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[729].y + value: -1.4359344 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[730].y + value: -1.4429679 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[731].y + value: -1.4417515 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[732].y + value: -1.4344709 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[733].y + value: -1.4378098 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[734].y + value: -1.4448433 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[735].y + value: -1.4398762 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[736].y + value: -1.4325955 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[737].y + value: -1.4396852 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[738].y + value: -1.4452814 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[739].y + value: -1.4380008 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[740].y + value: -1.4342799 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[741].y + value: -1.4415605 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[742].y + value: -1.4434061 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[743].y + value: -1.4361254 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[744].y + value: -1.4361553 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[745].y + value: -1.2160692 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[746].y + value: -1.2170209 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[747].y + value: -1.2163951 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[748].y + value: -1.2125746 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[749].y + value: -1.2128321 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[750].y + value: -1.2164589 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[751].y + value: -1.2161919 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[752].y + value: -1.2150872 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[753].y + value: -1.2202882 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[754].y + value: -1.2250803 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[755].y + value: -1.225159 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[756].y + value: -1.2274467 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[757].y + value: -1.2334747 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[758].y + value: -1.2358029 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[759].y + value: -1.2352052 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[760].y + value: -1.2386467 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[761].y + value: -1.2428744 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[762].y + value: -1.2405431 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[763].y + value: -1.2384427 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[764].y + value: -1.2405175 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[765].y + value: -1.2397087 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[766].y + value: -1.2345692 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[767].y + value: -1.2324922 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[768].y + value: -1.2325356 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[769].y + value: -1.2277693 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[770].y + value: -1.2216657 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[771].y + value: -1.2216696 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[772].y + value: -1.2209152 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[773].y + value: -1.2157366 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[774].y + value: -1.2134732 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[775].y + value: -1.2155406 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[776].y + value: -1.21475 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[777].y + value: -1.2122113 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[778].y + value: -1.2151352 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[779].y + value: -1.219941 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[780].y + value: -1.219253 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[781].y + value: -1.2202026 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[782].y + value: -1.2262172 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[783].y + value: -1.2299117 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[784].y + value: -1.2299448 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[785].y + value: -1.2334086 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[786].y + value: -1.2388744 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[787].y + value: -1.2389888 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[788].y + value: -1.2373985 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[789].y + value: -1.2410424 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[790].y + value: -1.2427619 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[791].y + value: -1.2389935 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[792].y + value: -1.237058 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[793].y + value: -1.2380002 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[794].y + value: -1.2348326 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[795].y + value: -1.2289585 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[796].y + value: -1.2278098 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[797].y + value: -1.227567 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[798].y + value: -1.2216023 + objectReference: {fileID: 0} + - target: {fileID: 4541464282480466270, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_Positions.Array.data[799].y + value: -1.2172216 + objectReference: {fileID: 0} + - target: {fileID: 6184808544250982558, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} + propertyPath: m_LocalPosition.y + value: 0.012778401 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 34b092f486e990e4a947d32895dbe4d5, type: 3} --- !u!114 &5376774025504713225 MonoBehaviour: m_ObjectHideFlags: 0 @@ -16634,8 +18351,7 @@ SceneRoots: - {fileID: 1250150728} - {fileID: 994336031} - {fileID: 1800817884} - - {fileID: 1527428211} - - {fileID: 288073688} + - {fileID: 5231891092103724642} - {fileID: 1593128183} - {fileID: 772885936} - {fileID: 66799946} diff --git a/Assets/Scripts/FixSystemNew/RobotECGWave.cs b/Assets/Scripts/FixSystemNew/RobotECGWave.cs index 6731c13bb..9b83d070a 100644 --- a/Assets/Scripts/FixSystemNew/RobotECGWave.cs +++ b/Assets/Scripts/FixSystemNew/RobotECGWave.cs @@ -10,7 +10,9 @@ public class RobotECGWave : MonoBehaviour Sine, Triangle, Square, - HumanECG + HumanECG, + Emergency, + Noise } [Header("波形设置")] @@ -25,6 +27,15 @@ public class RobotECGWave : MonoBehaviour public int resolution = 300; public float updateInterval = 0.02f; + [Header("发光点设置")] + public SpriteRenderer glowPoint; + public Color glowColor = Color.red; + public float glowSize = 0.1f; + + [Header("噪音设置")] + public float noiseAmplitude = 0.5f; + public float targetWaveformNoiseAmplitude = 0.1f; + private LineRenderer lineRenderer; private Vector3[] points; private float timer = 0f; @@ -34,6 +45,12 @@ public class RobotECGWave : MonoBehaviour private float phaseOffset = 0f; + private void Start() + { + Init(); + SetupGlowPoint(); + } + void OnEnable() { Init(); @@ -55,10 +72,37 @@ public class RobotECGWave : MonoBehaviour } } + void SetupGlowPoint() + { + if (glowPoint == null) + { + GameObject glowObj = new GameObject("GlowPoint"); + glowObj.transform.SetParent(transform); + glowPoint = glowObj.AddComponent(); + + // 创建一个简单的圆形精灵 + Texture2D texture = new Texture2D(32, 32); + Color[] colors = new Color[32 * 32]; + for (int i = 0; i < colors.Length; i++) + { + float x = (i % 32) / 31f; + float y = (i / 32) / 31f; + float distance = Vector2.Distance(new Vector2(x, y), new Vector2(0.5f, 0.5f)); + colors[i] = new Color(1, 1, 1, Mathf.Clamp01(1 - distance * 2)); + } + texture.SetPixels(colors); + texture.Apply(); + + Sprite sprite = Sprite.Create(texture, new Rect(0, 0, 32, 32), new Vector2(0.5f, 0.5f)); + glowPoint.sprite = sprite; + } + + glowPoint.color = glowColor; + glowPoint.transform.localScale = Vector3.one * glowSize; + } + void Update() { - Init(); - if (Application.isPlaying) { timer += Time.deltaTime; @@ -93,13 +137,19 @@ public class RobotECGWave : MonoBehaviour if (lineRenderer != null) lineRenderer.SetPositions(points); + + // 更新发光点位置 + if (glowPoint != null) + { + Vector3 lastPoint = points[resolution - 1]; + glowPoint.transform.position = lastPoint; + } } float GetWaveValue(float time) { switch (waveType) { - case WaveType.Sine: return Mathf.Sin(time * Mathf.PI * 2f); @@ -112,6 +162,12 @@ public class RobotECGWave : MonoBehaviour case WaveType.HumanECG: return GenerateHumanECGShape(time); + case WaveType.Emergency: + return GenerateEmergencyShape(time); + + case WaveType.Noise: + return GenerateNoiseShape(time); + case WaveType.RobotECG: default: return GenerateRobotECGShape(time); @@ -119,40 +175,39 @@ public class RobotECGWave : MonoBehaviour } float GenerateRobotECGShape(float time) -{ - float t = time % 1.0f; + { + float t = time % 1.0f; - float baseValue = 0f; + float baseValue = 0f; - if (t < 0.10f) - { - // 上升锯齿:锯齿线性上升 - baseValue = (t / 0.10f) + Mathf.PingPong(t * 80f, 0.1f); - } - else if (t < 0.20f) - { - // 高电平方波 + 高频扰动 - baseValue = 1f + Mathf.PingPong(t * 120f, 0.1f); - } - else if (t < 0.30f) - { - // 快速下降:线性下降带锯齿 - baseValue = Mathf.Lerp(1f, -0.8f, (t - 0.20f) / 0.10f) + Mathf.PingPong(t * 100f, 0.05f); - } - else if (t < 0.40f) - { - // 低电平方波 + 微扰动 - baseValue = -0.8f + Mathf.PingPong(t * 60f, 0.05f); - } - else - { - // 平缓底噪,锯齿叠加轻扰动 - baseValue = Mathf.Sin(t * 80f) * 0.05f + Mathf.PingPong(t * 10f, 0.02f); - } - - return baseValue; -} + if (t < 0.10f) + { + // 上升锯齿:锯齿线性上升 + baseValue = (t / 0.10f) + Mathf.PingPong(t * 80f, 0.1f); + } + else if (t < 0.20f) + { + // 高电平方波 + 高频扰动 + baseValue = 1f + Mathf.PingPong(t * 120f, 0.1f); + } + else if (t < 0.30f) + { + // 快速下降:线性下降带锯齿 + baseValue = Mathf.Lerp(1f, -0.8f, (t - 0.20f) / 0.10f) + Mathf.PingPong(t * 100f, 0.05f); + } + else if (t < 0.40f) + { + // 低电平方波 + 微扰动 + baseValue = -0.8f + Mathf.PingPong(t * 60f, 0.05f); + } + else + { + // 平缓底噪,锯齿叠加轻扰动 + baseValue = Mathf.Sin(t * 80f) * 0.05f + Mathf.PingPong(t * 10f, 0.02f); + } + return baseValue; + } float GenerateHumanECGShape(float time) { @@ -186,4 +241,71 @@ public class RobotECGWave : MonoBehaviour return 0f; // 静息段 } + float GenerateEmergencyShape(float time) + { + float t = time % 1.0f; + float baseValue = 0f; + + // 使用多个正弦波叠加来创造不规则波形 + float irregularity = Mathf.Sin(t * 20f) * 0.2f + + Mathf.Sin(t * 35f) * 0.15f + + Mathf.Sin(t * 50f) * 0.1f; + + if (t < 0.15f) + { + // 快速上升段 + baseValue = Mathf.Lerp(0f, 1.2f, t / 0.15f) + irregularity; + } + else if (t < 0.25f) + { + // 剧烈波动段 + baseValue = 1.2f + Mathf.Sin(t * 100f) * 0.3f + irregularity; + } + else if (t < 0.35f) + { + // 快速下降段 + baseValue = Mathf.Lerp(1.2f, -0.8f, (t - 0.25f) / 0.1f) + irregularity; + } + else if (t < 0.45f) + { + // 不规则波动段 + baseValue = -0.8f + Mathf.Sin(t * 80f) * 0.4f + irregularity; + } + else if (t < 0.55f) + { + // 快速上升段 + baseValue = Mathf.Lerp(-0.8f, 0.8f, (t - 0.45f) / 0.1f) + irregularity; + } + else if (t < 0.65f) + { + // 高频震荡段 + baseValue = 0.8f + Mathf.Sin(t * 120f) * 0.2f + irregularity; + } + else if (t < 0.75f) + { + // 快速下降段 + baseValue = Mathf.Lerp(0.8f, -0.5f, (t - 0.65f) / 0.1f) + irregularity; + } + else + { + // 不规则底噪段 + baseValue = -0.5f + Mathf.Sin(t * 60f) * 0.3f + irregularity; + } + + // 添加随机扰动 + baseValue += Mathf.PerlinNoise(t * 100f, Time.time) * 0.1f; + + return baseValue; + } + + float GenerateNoiseShape(float time) + { + float t = time % 1.0f; + + // 使用纯随机值生成噪音 + float noise = Random.Range(-noiseAmplitude, noiseAmplitude); + + // 确保波形在合理范围内 + return Mathf.Clamp(noise, -1f, 1f); + } } diff --git a/Assets/Scripts/FixSystemNew/SynthWaveform.cs b/Assets/Scripts/FixSystemNew/SynthWaveform.cs new file mode 100644 index 000000000..26725b11b --- /dev/null +++ b/Assets/Scripts/FixSystemNew/SynthWaveform.cs @@ -0,0 +1,158 @@ +using UnityEngine; + +[ExecuteInEditMode] +[RequireComponent(typeof(LineRenderer))] +public class SynthWaveform : MonoBehaviour +{ + [System.Serializable] + public class SynthVoice + { + public bool enabled = true; // 是否启用该波形 + [Range(0f, 1f)] + public float waveMorph = 0f; // 0~1 控制波形从三角到脉冲环形渐变 + public float frequency = 1f; // 基础频率 + public int octave = 0; // 八度调整(+/-) + [Range(0f, 1f)] + public float amplitude = 1f; // 振幅 + [Range(0.1f, 0.9f)] + public float pulseWidth = 0.5f; // 脉冲宽度,仅在Pulse阶段有效 + } + + public SynthVoice[] voices = new SynthVoice[3]; + + [Header("绘图设置")] + public int resolution = 300; + public float waveWidth = 10f; + public float waveHeight = 1f; + public float speed = 2f; + + [Header("周期设置")] + [Range(1, 20)] + public int cycles = 4; // 在waveWidth内显示几个波周期 + + [Header("跳动点")] + public Transform glowPointInstance; // 小球跳动点物体 + + private LineRenderer lineRenderer; + private Vector3[] points; + private float phaseOffset = 0f; + + void OnEnable() + { + lineRenderer = GetComponent(); + lineRenderer.positionCount = resolution; + points = new Vector3[resolution]; + } + + void Update() + { + phaseOffset += Time.deltaTime * speed; + UpdateWave(); + UpdateGlowPoint(); + } + + void UpdateWave() + { + Vector3 origin = transform.position; + Quaternion rotation = transform.rotation; + + for (int i = 0; i < resolution; i++) + { + float x = ((float)i / (resolution - 1)) * waveWidth; + float time = (x / waveWidth) * cycles + phaseOffset; + + float sample = 0f; + foreach (var voice in voices) + { + if (!voice.enabled) continue; + + float freq = voice.frequency * Mathf.Pow(2, voice.octave); + float wavePos = (time * freq) % 1f; + + float morphValue = voice.waveMorph * 20f; // 0~20两圈循环 + float val = MorphWaveCircular(morphValue, wavePos, voice.pulseWidth); + + sample += val * voice.amplitude; + } + + sample = Mathf.Clamp(sample, -1f, 1f); + Vector3 localPos = new Vector3(x, sample * waveHeight, 0f); + points[i] = origin + rotation * localPos; + } + + lineRenderer.SetPositions(points); + } + + void UpdateGlowPoint() + { + if (glowPointInstance == null || points == null || points.Length == 0) return; + + // phaseOffset在0~1之间循环,映射points索引 + float t = phaseOffset % 1f; + int idx = Mathf.RoundToInt(t * (resolution - 1)); + idx = Mathf.Clamp(idx, 0, resolution - 1); + + // 小球X固定为最右端点X + float fixedX = points[resolution - 1].x; + // 小球Y跟随索引对应的波形Y + float y = points[idx].y; + + glowPointInstance.position = new Vector3(fixedX, y, points[idx].z); + } + + // 环形渐变波形 morphValue 0~20,循环两圈 + float MorphWaveCircular(float morphValue, float time, float pulseWidth) + { + float val = morphValue % 20f; + + float[] keyPoints = { 0f, 4f, 7f, 10f, 14f, 17f, 20f }; + int[] waveIDs = { 0, 1, 2, 3, 3, 0, 1 }; + + int idx = 0; + for (int i = 0; i < keyPoints.Length - 1; i++) + { + if (val >= keyPoints[i] && val < keyPoints[i + 1]) + { + idx = i; + break; + } + } + + float t = (val - keyPoints[idx]) / (keyPoints[idx + 1] - keyPoints[idx]); + float waveA = GetWaveByID(waveIDs[idx], time, pulseWidth); + float waveB = GetWaveByID(waveIDs[idx + 1], time, pulseWidth); + return Mathf.Lerp(waveA, waveB, t); + } + + float GetWaveByID(int id, float t, float pulseWidth) + { + switch (id) + { + case 0: return Triangle(t); + case 1: return Sawtooth(t); + case 2: return Square(t); + case 3: return Pulse(t, pulseWidth); + default: return 0f; + } + } + + float Sawtooth(float t) + { + return 2f * t - 1f; + } + + float Triangle(float t) + { + return 1f - 4f * Mathf.Abs(Mathf.Round(t - 0.25f) - (t - 0.25f)); + } + + float Square(float t) + { + return t < 0.5f ? 1f : -1f; + } + + float Pulse(float t, float pulseWidth) + { + return t < pulseWidth ? 1f : -1f; + } +} diff --git a/Assets/Scripts/FixSystemNew/SynthWaveform.cs.meta b/Assets/Scripts/FixSystemNew/SynthWaveform.cs.meta new file mode 100644 index 000000000..6cbc07dc5 --- /dev/null +++ b/Assets/Scripts/FixSystemNew/SynthWaveform.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 5a5207af6f6b1874d84ed2369a7f6594 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: