diff --git a/Assets/Art/Materials/Base.mat b/Assets/Art/Materials/Base.mat
new file mode 100644
index 0000000..c275f9a
--- /dev/null
+++ b/Assets/Art/Materials/Base.mat
@@ -0,0 +1,137 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!114 &-7382003762351373957
+MonoBehaviour:
+ m_ObjectHideFlags: 11
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Editor::UnityEditor.Rendering.Universal.AssetVersion
+ version: 10
+--- !u!21 &2100000
+Material:
+ serializedVersion: 8
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: Base
+ m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
+ m_ValidKeywords: []
+ m_InvalidKeywords: []
+ m_LightmapFlags: 4
+ m_EnableInstancingVariants: 0
+ m_DoubleSidedGI: 0
+ m_CustomRenderQueue: -1
+ stringTagMap:
+ RenderType: Opaque
+ disabledShaderPasses:
+ - MOTIONVECTORS
+ m_LockedProperties:
+ m_SavedProperties:
+ serializedVersion: 3
+ m_TexEnvs:
+ - _BaseMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _BumpMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _DetailAlbedoMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _DetailMask:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _DetailNormalMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _EmissionMap:
+ m_Texture: {fileID: 0}
+ 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}
+ - _MetallicGlossMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _OcclusionMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _ParallaxMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _SpecGlossMap:
+ 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:
+ - _AddPrecomputedVelocity: 0
+ - _AlphaClip: 0
+ - _AlphaToMask: 0
+ - _Blend: 0
+ - _BlendModePreserveSpecular: 1
+ - _BumpScale: 1
+ - _ClearCoatMask: 0
+ - _ClearCoatSmoothness: 0
+ - _Cull: 2
+ - _Cutoff: 0.5
+ - _DetailAlbedoMapScale: 1
+ - _DetailNormalMapScale: 1
+ - _DstBlend: 0
+ - _DstBlendAlpha: 0
+ - _EnvironmentReflections: 1
+ - _GlossMapScale: 0
+ - _Glossiness: 0
+ - _GlossyReflections: 0
+ - _Metallic: 0
+ - _OcclusionStrength: 1
+ - _Parallax: 0.005
+ - _QueueOffset: 0
+ - _ReceiveShadows: 1
+ - _Smoothness: 0.5
+ - _SmoothnessTextureChannel: 0
+ - _SpecularHighlights: 1
+ - _SrcBlend: 1
+ - _SrcBlendAlpha: 1
+ - _Surface: 0
+ - _WorkflowMode: 1
+ - _XRMotionVectorsPass: 1
+ - _ZWrite: 1
+ m_Colors:
+ - _BaseColor: {r: 1, g: 1, b: 1, a: 1}
+ - _Color: {r: 1, g: 1, b: 1, a: 1}
+ - _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
+ - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
+ m_BuildTextureStacks: []
+ m_AllowLocking: 1
diff --git a/Assets/Art/Materials/Base.mat.meta b/Assets/Art/Materials/Base.mat.meta
new file mode 100644
index 0000000..68c73fd
--- /dev/null
+++ b/Assets/Art/Materials/Base.mat.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: d1a257a00e51547a6be8f795bcdf5cae
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 2100000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Art/Materials/DevTex/Materials/Dev_trans_grey.mat b/Assets/Art/Materials/DevTex/Materials/Dev_trans_grey.mat
new file mode 100644
index 0000000..7213a2e
--- /dev/null
+++ b/Assets/Art/Materials/DevTex/Materials/Dev_trans_grey.mat
@@ -0,0 +1,143 @@
+%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: Dev_trans_grey
+ m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
+ m_Parent: {fileID: 0}
+ m_ModifiedSerializedProperties: 0
+ m_ValidKeywords:
+ - _ALPHAPREMULTIPLY_ON
+ - _SURFACE_TYPE_TRANSPARENT
+ m_InvalidKeywords: []
+ m_LightmapFlags: 4
+ m_EnableInstancingVariants: 0
+ m_DoubleSidedGI: 0
+ m_CustomRenderQueue: 3000
+ stringTagMap:
+ RenderType: Transparent
+ disabledShaderPasses:
+ - MOTIONVECTORS
+ - DepthOnly
+ - SHADOWCASTER
+ m_LockedProperties:
+ m_SavedProperties:
+ serializedVersion: 3
+ m_TexEnvs:
+ - _BaseMap:
+ m_Texture: {fileID: 2800000, guid: 423391cbbe5ecd94b94ef01cc234a46d, type: 3}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _BumpMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _DetailAlbedoMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _DetailMask:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _DetailNormalMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _EmissionMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _MainTex:
+ m_Texture: {fileID: 2800000, guid: 423391cbbe5ecd94b94ef01cc234a46d, type: 3}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _MetallicGlossMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _OcclusionMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _ParallaxMap:
+ m_Texture: {fileID: 0}
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ - _SpecGlossMap:
+ 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:
+ - _AddPrecomputedVelocity: 0
+ - _AlphaClip: 0
+ - _AlphaToMask: 0
+ - _Blend: 0
+ - _BlendModePreserveSpecular: 1
+ - _BumpScale: 1
+ - _ClearCoatMask: 0
+ - _ClearCoatSmoothness: 0
+ - _Cull: 2
+ - _Cutoff: 0.5
+ - _DetailAlbedoMapScale: 1
+ - _DetailNormalMapScale: 1
+ - _DstBlend: 10
+ - _DstBlendAlpha: 10
+ - _EnvironmentReflections: 1
+ - _GlossMapScale: 1
+ - _Glossiness: 0.5
+ - _GlossyReflections: 1
+ - _Metallic: 0
+ - _Mode: 0
+ - _OcclusionStrength: 1
+ - _Parallax: 0.02
+ - _QueueOffset: 0
+ - _ReceiveShadows: 1
+ - _Smoothness: 0.5
+ - _SmoothnessTextureChannel: 0
+ - _SpecularHighlights: 1
+ - _SrcBlend: 1
+ - _SrcBlendAlpha: 1
+ - _Surface: 1
+ - _UVSec: 0
+ - _WorkflowMode: 1
+ - _XRMotionVectorsPass: 1
+ - _ZWrite: 0
+ m_Colors:
+ - _BaseColor: {r: 1, g: 1, b: 1, a: 0.4745098}
+ - _Color: {r: 1, g: 1, b: 1, a: 0.4745098}
+ - _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
+ - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
+ m_BuildTextureStacks: []
+ m_AllowLocking: 1
+--- !u!114 &2556394321436131706
+MonoBehaviour:
+ m_ObjectHideFlags: 11
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Editor::UnityEditor.Rendering.Universal.AssetVersion
+ version: 10
diff --git a/Assets/Art/Materials/DevTex/Materials/Dev_trans_grey.mat.meta b/Assets/Art/Materials/DevTex/Materials/Dev_trans_grey.mat.meta
new file mode 100644
index 0000000..fca0e2e
--- /dev/null
+++ b/Assets/Art/Materials/DevTex/Materials/Dev_trans_grey.mat.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: e2ff028127aed49898d5db254c679ffa
+NativeFormatImporter:
+ externalObjects: {}
+ mainObjectFileID: 2100000
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Art/Models/Level.meta b/Assets/Art/Models/Level.meta
new file mode 100644
index 0000000..6473734
--- /dev/null
+++ b/Assets/Art/Models/Level.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: c06cd160cc1ea554b8ba343bd3b83845
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Code/Scripts/Interaction/ButtonSequenceDoorPuzzle.cs b/Assets/Code/Scripts/Interaction/ButtonSequenceDoorPuzzle.cs
new file mode 100644
index 0000000..361ac6a
--- /dev/null
+++ b/Assets/Code/Scripts/Interaction/ButtonSequenceDoorPuzzle.cs
@@ -0,0 +1,189 @@
+using System;
+using UnityEngine;
+using UnityEngine.Events;
+
+public class ButtonSequenceDoorPuzzle : MonoBehaviour
+{
+ [Header("References")]
+ [Tooltip("All available buttons for this puzzle.")]
+ [SerializeField] private WallInteractButton[] buttons;
+
+ [Tooltip("Door to open when the sequence is correct.")]
+ [SerializeField] private SlidingDoor targetDoor;
+
+ [Tooltip("Optional blocks controlled by this puzzle (reset with SetOff on start/wrong input).")]
+ [SerializeField] private TestBlock[] puzzleBlocks;
+
+ [Header("Sequence")]
+ [Tooltip("Button indices (from the buttons array) that must be pressed in order. Example: 2,0,3")]
+ [SerializeField] private int[] requiredSequence = { 0, 1, 2 };
+
+ [Tooltip("If true, wrong input resets progress back to 0.")]
+ [SerializeField] private bool resetOnWrongPress = true;
+
+ [Tooltip("If true, puzzle can only be solved once.")]
+ [SerializeField] private bool lockAfterSolved = true;
+
+ [Header("Debug")]
+ [SerializeField] private bool enableDebugLogs = true;
+
+ private int m_progress;
+ private bool m_isSolved;
+ private UnityAction[] m_cachedListeners;
+
+ private void OnEnable()
+ {
+ SetAllBlocksOff();
+ RegisterAllButtons();
+ }
+
+ private void OnDisable()
+ {
+ UnregisterAllButtons();
+ }
+
+ private void RegisterAllButtons()
+ {
+ if (buttons == null)
+ return;
+
+ m_cachedListeners = new UnityAction[buttons.Length];
+
+ for (int i = 0; i < buttons.Length; i++)
+ {
+ WallInteractButton button = buttons[i];
+ if (button == null)
+ continue;
+
+ int buttonIndex = i;
+ UnityAction action = () => OnButtonPressed(buttonIndex);
+ m_cachedListeners[i] = action;
+ button.OnInteract.AddListener(action);
+ }
+ }
+
+ private void UnregisterAllButtons()
+ {
+ if (buttons == null)
+ return;
+
+ for (int i = 0; i < buttons.Length; i++)
+ {
+ WallInteractButton button = buttons[i];
+ if (button == null)
+ continue;
+
+ if (m_cachedListeners != null && i < m_cachedListeners.Length && m_cachedListeners[i] != null)
+ button.OnInteract.RemoveListener(m_cachedListeners[i]);
+ }
+
+ m_cachedListeners = null;
+ m_progress = 0;
+ }
+
+ private void OnButtonPressed(int buttonIndex)
+ {
+ Log($"Button pressed: index {buttonIndex}");
+
+ if (m_isSolved && lockAfterSolved)
+ {
+ Log("Puzzle already solved and locked.");
+ return;
+ }
+
+ if (!IsSequenceValid())
+ {
+ Log("Invalid sequence configuration.");
+ return;
+ }
+
+ int expectedIndex = requiredSequence[m_progress];
+ Log($"Expected button index: {expectedIndex} (step {m_progress + 1}/{requiredSequence.Length})");
+
+ if (buttonIndex == expectedIndex)
+ {
+ m_progress++;
+ Log($"Correct input. Progress: {m_progress}/{requiredSequence.Length}");
+
+ if (m_progress >= requiredSequence.Length)
+ {
+ SolvePuzzle();
+ }
+
+ return;
+ }
+
+ if (resetOnWrongPress)
+ {
+ Log("Wrong input. Resetting sequence and turning puzzle blocks OFF.");
+ m_progress = 0;
+ SetAllBlocksOff();
+ return;
+ }
+
+ Log("Wrong input, but resetOnWrongPress is disabled.");
+ }
+
+ private bool IsSequenceValid()
+ {
+ if (requiredSequence == null || requiredSequence.Length == 0)
+ return false;
+
+ if (buttons == null || buttons.Length == 0)
+ return false;
+
+ for (int i = 0; i < requiredSequence.Length; i++)
+ {
+ int index = requiredSequence[i];
+ if (index < 0 || index >= buttons.Length)
+ return false;
+ }
+
+ return true;
+ }
+
+ private void SolvePuzzle()
+ {
+ m_isSolved = true;
+ m_progress = 0;
+ Log("Sequence completed. Opening door.");
+
+ if (targetDoor != null)
+ targetDoor.Open();
+ }
+
+ private void SetAllBlocksOff()
+ {
+ if (puzzleBlocks == null)
+ return;
+
+ for (int i = 0; i < puzzleBlocks.Length; i++)
+ {
+ if (puzzleBlocks[i] == null)
+ continue;
+
+ puzzleBlocks[i].SetOff();
+ }
+ }
+
+ private void Log(string message)
+ {
+ if (!enableDebugLogs)
+ return;
+
+ Debug.Log($"[{nameof(ButtonSequenceDoorPuzzle)}] {message}", this);
+ }
+
+#if UNITY_EDITOR
+ private void OnValidate()
+ {
+ if (requiredSequence == null)
+ return;
+
+ for (int i = 0; i < requiredSequence.Length; i++)
+ {
+ requiredSequence[i] = Math.Max(0, requiredSequence[i]);
+ }
+ }
+#endif
+}
diff --git a/Assets/Code/Scripts/Interaction/ButtonSequenceDoorPuzzle.cs.meta b/Assets/Code/Scripts/Interaction/ButtonSequenceDoorPuzzle.cs.meta
new file mode 100644
index 0000000..1f92af6
--- /dev/null
+++ b/Assets/Code/Scripts/Interaction/ButtonSequenceDoorPuzzle.cs.meta
@@ -0,0 +1,2 @@
+fileFormatVersion: 2
+guid: 920802292ba9a49d2bee3519a905717d
\ No newline at end of file
diff --git a/Assets/Code/Scripts/Level.meta b/Assets/Code/Scripts/Level.meta
new file mode 100644
index 0000000..9210c49
--- /dev/null
+++ b/Assets/Code/Scripts/Level.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 2e7b9c54377674993a7922f84e9cfcce
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Code/Scripts/Level/SubtitleSequencePlayer.cs b/Assets/Code/Scripts/Level/SubtitleSequencePlayer.cs
new file mode 100644
index 0000000..7446f11
--- /dev/null
+++ b/Assets/Code/Scripts/Level/SubtitleSequencePlayer.cs
@@ -0,0 +1,262 @@
+using System;
+using System.Collections;
+using UnityEngine;
+
+///
+/// Reusable subtitle player that renders and plays subtitle lines loaded from JSON.
+///
+public class SubtitleSequencePlayer : MonoBehaviour
+{
+ [Serializable]
+ private struct SubtitleLine
+ {
+ public string speaker;
+ public string text;
+ public float duration;
+ }
+
+ [Serializable]
+ private struct SubtitleFile
+ {
+ public SubtitleLine[] lines;
+ }
+
+ [Header("Optional Default Data")]
+ [Tooltip("Used only if trigger zone calls PlayDefault().")]
+ [SerializeField] private TextAsset defaultSubtitleJson;
+
+ [SerializeField] private float typewriterCharsPerSecond = 40f;
+ [SerializeField] private float fadeDuration = 0.2f;
+ [SerializeField] private float gapBetweenLines = 0.15f;
+
+ [Header("Visual")]
+ [SerializeField] private int fontSize = 28;
+ [SerializeField] private int speakerFontSize = 18;
+ [SerializeField] private float horizontalPadding = 28f;
+ [SerializeField] private float bottomOffset = 56f;
+ [SerializeField] private Color textColor = new Color(1f, 1f, 1f, 1f);
+ [SerializeField] private Color speakerColor = new Color(1f, 0.85f, 0.35f, 1f);
+ [SerializeField] private Color backgroundColor = new Color(0f, 0f, 0f, 0.62f);
+
+ private string m_currentSpeaker;
+ private string m_currentText;
+ private GUIStyle m_textStyle;
+ private GUIStyle m_speakerStyle;
+ private Texture2D m_background;
+ private bool m_isShowing;
+ private bool m_isPlaying;
+ private float m_alpha;
+ private SubtitleLine[] m_runtimeLines = Array.Empty();
+
+ public bool IsPlaying => m_isPlaying;
+
+ public bool TryPlay(TextAsset subtitleJson, float initialDelay = 0f)
+ {
+ if (m_isPlaying)
+ return false;
+
+ if (!TryReadLinesFromJson(subtitleJson, out SubtitleLine[] parsedLines))
+ return false;
+
+ m_runtimeLines = parsedLines;
+ StartCoroutine(PlaySequence(initialDelay));
+ return true;
+ }
+
+ public bool PlayDefault(float initialDelay = 0f)
+ {
+ return TryPlay(defaultSubtitleJson, initialDelay);
+ }
+
+ private IEnumerator PlaySequence(float initialDelay)
+ {
+ m_isPlaying = true;
+
+ if (m_runtimeLines == null || m_runtimeLines.Length == 0)
+ {
+ m_isPlaying = false;
+ yield break;
+ }
+
+ if (initialDelay > 0f)
+ yield return new WaitForSeconds(initialDelay);
+
+ for (int i = 0; i < m_runtimeLines.Length; i++)
+ {
+ if (string.IsNullOrWhiteSpace(m_runtimeLines[i].text) || m_runtimeLines[i].duration <= 0f)
+ continue;
+
+ yield return StartCoroutine(ShowLine(m_runtimeLines[i]));
+
+ if (gapBetweenLines > 0f)
+ yield return new WaitForSeconds(gapBetweenLines);
+ }
+
+ m_currentSpeaker = string.Empty;
+ m_currentText = string.Empty;
+ m_isPlaying = false;
+ }
+
+ private bool TryReadLinesFromJson(TextAsset subtitleJson, out SubtitleLine[] parsedLines)
+ {
+ parsedLines = Array.Empty();
+
+ if (subtitleJson == null || string.IsNullOrWhiteSpace(subtitleJson.text))
+ return false;
+
+ SubtitleFile file;
+ try
+ {
+ file = JsonUtility.FromJson(subtitleJson.text);
+ }
+ catch
+ {
+ return false;
+ }
+
+ if (file.lines == null || file.lines.Length == 0)
+ return false;
+
+ parsedLines = file.lines;
+ return true;
+ }
+
+ private IEnumerator ShowLine(SubtitleLine line)
+ {
+ m_currentSpeaker = line.speaker;
+ m_currentText = string.Empty;
+ m_isShowing = true;
+
+ if (fadeDuration > 0f)
+ {
+ float fadeIn = 0f;
+ while (fadeIn < fadeDuration)
+ {
+ fadeIn += Time.deltaTime;
+ m_alpha = Mathf.Clamp01(fadeIn / fadeDuration);
+ yield return null;
+ }
+ }
+ else
+ {
+ m_alpha = 1f;
+ }
+
+ float typeTime = 0f;
+ int totalChars = line.text.Length;
+ if (typewriterCharsPerSecond > 0f)
+ {
+ while (m_currentText.Length < totalChars)
+ {
+ typeTime += Time.deltaTime;
+ int visibleChars = Mathf.Clamp(Mathf.FloorToInt(typeTime * typewriterCharsPerSecond), 0, totalChars);
+ m_currentText = line.text.Substring(0, visibleChars);
+ yield return null;
+ }
+ }
+ else
+ {
+ m_currentText = line.text;
+ }
+
+ float holdDuration = Mathf.Max(0f, line.duration - (typewriterCharsPerSecond > 0f ? typeTime : 0f));
+ if (holdDuration > 0f)
+ yield return new WaitForSeconds(holdDuration);
+
+ if (fadeDuration > 0f)
+ {
+ float fadeOut = fadeDuration;
+ while (fadeOut > 0f)
+ {
+ fadeOut -= Time.deltaTime;
+ m_alpha = Mathf.Clamp01(fadeOut / fadeDuration);
+ yield return null;
+ }
+ }
+
+ m_alpha = 0f;
+ m_isShowing = false;
+ }
+
+ private void OnGUI()
+ {
+ if (!m_isShowing || string.IsNullOrEmpty(m_currentText))
+ return;
+
+ EnsureStyles();
+
+ float maxWidth = Mathf.Min(Screen.width - 24f, 940f);
+ float textWidth = maxWidth - horizontalPadding * 2f;
+ float speakerHeight = string.IsNullOrEmpty(m_currentSpeaker)
+ ? 0f
+ : m_speakerStyle.CalcHeight(new GUIContent(m_currentSpeaker), textWidth);
+ float textHeight = m_textStyle.CalcHeight(new GUIContent(string.IsNullOrEmpty(m_currentText) ? " " : m_currentText), textWidth);
+
+ float boxWidth = maxWidth;
+ float boxHeight = speakerHeight + textHeight + 28f;
+ float boxX = (Screen.width - boxWidth) * 0.5f;
+ float boxY = Screen.height - bottomOffset - boxHeight;
+
+ Rect boxRect = new Rect(boxX, boxY, boxWidth, boxHeight);
+ Color previousColor = GUI.color;
+ GUI.color = new Color(1f, 1f, 1f, m_alpha);
+ GUI.DrawTexture(boxRect, m_background);
+
+ float yOffset = boxRect.y + 10f;
+ if (!string.IsNullOrEmpty(m_currentSpeaker))
+ {
+ Rect speakerRect = new Rect(
+ boxRect.x + horizontalPadding,
+ yOffset,
+ textWidth,
+ speakerHeight);
+ GUI.Label(speakerRect, m_currentSpeaker, m_speakerStyle);
+ yOffset += speakerHeight + 2f;
+ }
+
+ Rect textRect = new Rect(
+ boxRect.x + horizontalPadding,
+ yOffset,
+ textWidth,
+ textHeight);
+
+ GUI.Label(textRect, m_currentText, m_textStyle);
+ GUI.color = previousColor;
+ }
+
+ private void EnsureStyles()
+ {
+ if (m_textStyle != null)
+ return;
+
+ m_background = new Texture2D(1, 1);
+ m_background.SetPixel(0, 0, backgroundColor);
+ m_background.Apply();
+
+ m_textStyle = new GUIStyle(GUI.skin.label)
+ {
+ alignment = TextAnchor.MiddleCenter,
+ fontSize = fontSize,
+ wordWrap = true,
+ richText = false,
+ clipping = TextClipping.Clip,
+ };
+ m_textStyle.normal.textColor = textColor;
+
+ m_speakerStyle = new GUIStyle(GUI.skin.label)
+ {
+ alignment = TextAnchor.MiddleCenter,
+ fontSize = speakerFontSize,
+ fontStyle = FontStyle.Bold,
+ wordWrap = false,
+ clipping = TextClipping.Clip,
+ };
+ m_speakerStyle.normal.textColor = speakerColor;
+ }
+
+ private void OnDestroy()
+ {
+ if (m_background != null)
+ Destroy(m_background);
+ }
+}
diff --git a/Assets/Code/Scripts/Level/SubtitleSequencePlayer.cs.meta b/Assets/Code/Scripts/Level/SubtitleSequencePlayer.cs.meta
new file mode 100644
index 0000000..5ebda90
--- /dev/null
+++ b/Assets/Code/Scripts/Level/SubtitleSequencePlayer.cs.meta
@@ -0,0 +1,2 @@
+fileFormatVersion: 2
+guid: 4947743d7bc9b4589b9932d429517d3a
\ No newline at end of file
diff --git a/Assets/Code/Scripts/Level/SubtitleTriggerZone.cs b/Assets/Code/Scripts/Level/SubtitleTriggerZone.cs
new file mode 100644
index 0000000..8410dd1
--- /dev/null
+++ b/Assets/Code/Scripts/Level/SubtitleTriggerZone.cs
@@ -0,0 +1,51 @@
+using UnityEngine;
+
+///
+/// Trigger zone that starts a subtitle JSON sequence on a linked SubtitleSequencePlayer.
+/// Put this on the zone collider object, and link the player on your empty object.
+///
+[RequireComponent(typeof(Collider))]
+public class SubtitleTriggerZone : MonoBehaviour
+{
+ [Header("References")]
+ [SerializeField] private SubtitleSequencePlayer subtitlePlayer;
+ [SerializeField] private TextAsset subtitleJson;
+
+ [Header("Playback")]
+ [SerializeField] private float initialDelay = 0f;
+ [SerializeField] private bool oneShot = true;
+
+ private bool m_hasPlayed;
+
+ private void Reset()
+ {
+ Collider col = GetComponent();
+ col.isTrigger = true;
+ }
+
+ private void OnTriggerEnter(Collider other)
+ {
+ if (!IsPlayer(other))
+ return;
+
+ if (oneShot && m_hasPlayed)
+ return;
+
+ if (subtitlePlayer == null)
+ return;
+
+ if (subtitlePlayer.TryPlay(subtitleJson, initialDelay))
+ m_hasPlayed = true;
+ }
+
+ private bool IsPlayer(Collider other)
+ {
+ if (other.CompareTag("Player"))
+ return true;
+
+ if (other.GetComponentInParent() != null)
+ return true;
+
+ return false;
+ }
+}
diff --git a/Assets/Code/Scripts/Level/SubtitleTriggerZone.cs.meta b/Assets/Code/Scripts/Level/SubtitleTriggerZone.cs.meta
new file mode 100644
index 0000000..739926a
--- /dev/null
+++ b/Assets/Code/Scripts/Level/SubtitleTriggerZone.cs.meta
@@ -0,0 +1,2 @@
+fileFormatVersion: 2
+guid: 33a33c65f75e2443383c2e29bd6bf5f1
\ No newline at end of file
diff --git a/Assets/Code/Subtitles.meta b/Assets/Code/Subtitles.meta
new file mode 100644
index 0000000..9c9ba8f
--- /dev/null
+++ b/Assets/Code/Subtitles.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 3952fe191e7e945b3ba35d76408a51a6
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Code/Subtitles/Level01IntroSubtitles.json b/Assets/Code/Subtitles/Level01IntroSubtitles.json
new file mode 100644
index 0000000..afcce3e
--- /dev/null
+++ b/Assets/Code/Subtitles/Level01IntroSubtitles.json
@@ -0,0 +1,19 @@
+{
+ "lines": [
+ {
+ "speaker": "SYSTEME",
+ "text": "...Ici, quelque chose cloche.",
+ "duration": 2.5
+ },
+ {
+ "speaker": "SYSTEME",
+ "text": "Reste calme. Observe la piece.",
+ "duration": 2.5
+ },
+ {
+ "speaker": "SYSTEME",
+ "text": "Trouve une sortie.",
+ "duration": 2.2
+ }
+ ]
+}
diff --git a/Assets/Code/Subtitles/Level01IntroSubtitles.json.meta b/Assets/Code/Subtitles/Level01IntroSubtitles.json.meta
new file mode 100644
index 0000000..3d5ec86
--- /dev/null
+++ b/Assets/Code/Subtitles/Level01IntroSubtitles.json.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: c4b9d13b29337441dbdb06a8a45e32c3
+TextScriptImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Level/Prefabs/Dev/TestBlock.prefab b/Assets/Level/Prefabs/Dev/TestBlock.prefab
index b0b67c2..1bda979 100644
--- a/Assets/Level/Prefabs/Dev/TestBlock.prefab
+++ b/Assets/Level/Prefabs/Dev/TestBlock.prefab
@@ -13,7 +13,6 @@ GameObject:
- component: {fileID: 489735366413190748}
- component: {fileID: 6101101176935368636}
- component: {fileID: 6700426716916120764}
- - component: {fileID: 5678899781269647745}
- component: {fileID: 7552511637356990312}
m_Layer: 0
m_Name: TestBlock
@@ -335,28 +334,6 @@ MeshFilter:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2408983304096713058}
m_Mesh: {fileID: 0}
---- !u!64 &5678899781269647745
-MeshCollider:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 2408983304096713058}
- m_Material: {fileID: 0}
- m_IncludeLayers:
- serializedVersion: 2
- m_Bits: 0
- m_ExcludeLayers:
- serializedVersion: 2
- m_Bits: 0
- m_LayerOverridePriority: 0
- m_IsTrigger: 0
- m_ProvidesContacts: 0
- m_Enabled: 1
- serializedVersion: 5
- m_Convex: 0
- m_CookingOptions: 30
- m_Mesh: {fileID: 0}
--- !u!114 &7552511637356990312
MonoBehaviour:
m_ObjectHideFlags: 0
diff --git a/Assets/Level/Prefabs/Interactives/Button.prefab b/Assets/Level/Prefabs/Interactives/Button.prefab
index 78ded57..489dd01 100644
--- a/Assets/Level/Prefabs/Interactives/Button.prefab
+++ b/Assets/Level/Prefabs/Interactives/Button.prefab
@@ -13,7 +13,6 @@ GameObject:
- component: {fileID: 7188501903215599936}
- component: {fileID: 2249752946204529007}
- component: {fileID: 8097217384448450469}
- - component: {fileID: 513860795296143253}
- component: {fileID: 9200216552899707794}
- component: {fileID: 3436190445336344638}
m_Layer: 0
@@ -31,11 +30,12 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6532970485135766022}
serializedVersion: 2
- m_LocalRotation: {x: -0, y: -0.7071068, z: -0, w: 0.7071068}
+ m_LocalRotation: {x: 0, y: -0.7071068, z: 0, w: 0.7071068}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
- m_Children: []
+ m_Children:
+ - {fileID: 49885129851102518}
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: -90, z: 0}
--- !u!114 &2573419581855463883
@@ -22457,7687 +22457,7687 @@ MonoBehaviour:
- m_Vertices: ed0e0000ef0e0000f20e0000f50e0000f70e0000fa0e0000
m_SharedTextures: []
m_Positions:
- - {x: -0.13143277, y: 0.2126627, z: 0}
- - {x: -0.1539105, y: 0.19596076, z: 0.020271573}
- - {x: -0.12111041, y: 0.21623233, z: 0.032800097}
- - {x: -0.1539105, y: 0.19596076, z: 0.020271573}
- - {x: -0.17344512, y: 0.17551161, z: 0.040155508}
- - {x: -0.14281292, y: 0.1981623, z: 0.053255714}
- - {x: -0.1539105, y: 0.19596076, z: 0.020271573}
- - {x: -0.14281292, y: 0.1981623, z: 0.053255714}
- - {x: -0.12111041, y: 0.21623233, z: 0.032800097}
- - {x: -0.12111041, y: 0.21623233, z: 0.032800097}
- - {x: -0.14281292, y: 0.1981623, z: 0.053255714}
- - {x: -0.10847214, y: 0.21566711, z: 0.06497298}
- - {x: -0.17344512, y: 0.17551161, z: 0.040155508}
- - {x: -0.18966308, y: 0.15170628, z: 0.059271578}
- - {x: -0.16185299, y: 0.17557746, z: 0.07400114}
- - {x: -0.18966308, y: 0.15170628, z: 0.059271578}
- - {x: -0.20225425, y: 0.125, z: 0.07725424}
- - {x: -0.17677669, y: 0.15037523, z: 0.092937}
- - {x: -0.18966308, y: 0.15170628, z: 0.059271578}
- - {x: -0.17677669, y: 0.15037523, z: 0.092937}
- - {x: -0.16185299, y: 0.17557746, z: 0.07400114}
- - {x: -0.16185299, y: 0.17557746, z: 0.07400114}
- - {x: -0.17677669, y: 0.15037523, z: 0.092937}
- - {x: -0.14694633, y: 0.17204773, z: 0.10633135}
- - {x: -0.17344512, y: 0.17551161, z: 0.040155508}
- - {x: -0.16185299, y: 0.17557746, z: 0.07400114}
- - {x: -0.14281292, y: 0.1981623, z: 0.053255714}
- - {x: -0.16185299, y: 0.17557746, z: 0.07400114}
- - {x: -0.14694633, y: 0.17204773, z: 0.10633135}
- - {x: -0.1290304, y: 0.19586292, z: 0.08653825}
- - {x: -0.16185299, y: 0.17557746, z: 0.07400114}
- - {x: -0.1290304, y: 0.19586292, z: 0.08653825}
- - {x: -0.14281292, y: 0.1981623, z: 0.053255714}
- - {x: -0.14281292, y: 0.1981623, z: 0.053255714}
- - {x: -0.1290304, y: 0.19586292, z: 0.08653825}
- - {x: -0.10847214, y: 0.21566711, z: 0.06497298}
- - {x: -0.10847214, y: 0.21566711, z: 0.06497298}
- - {x: -0.1290304, y: 0.19586292, z: 0.08653825}
- - {x: -0.09375963, y: 0.21097787, z: 0.095903434}
- - {x: -0.1290304, y: 0.19586292, z: 0.08653825}
- - {x: -0.14694633, y: 0.17204773, z: 0.10633135}
- - {x: -0.11349764, y: 0.18948385, z: 0.117107466}
- - {x: -0.1290304, y: 0.19586292, z: 0.08653825}
- - {x: -0.11349764, y: 0.18948385, z: 0.117107466}
- - {x: -0.09375963, y: 0.21097787, z: 0.095903434}
- - {x: -0.09375963, y: 0.21097787, z: 0.095903434}
- - {x: -0.11349764, y: 0.18948385, z: 0.117107466}
- - {x: -0.07725424, y: 0.20225425, z: 0.125}
- - {x: -0.20225425, y: 0.125, z: 0.07725424}
- - {x: -0.21097787, y: 0.095903434, z: 0.09375963}
- - {x: -0.18948385, y: 0.117107466, z: 0.11349764}
- - {x: -0.21097787, y: 0.095903434, z: 0.09375963}
- - {x: -0.21566711, y: 0.06497298, z: 0.10847214}
- - {x: -0.19586292, y: 0.08653825, z: 0.1290304}
- - {x: -0.21097787, y: 0.095903434, z: 0.09375963}
- - {x: -0.19586292, y: 0.08653825, z: 0.1290304}
- - {x: -0.18948385, y: 0.117107466, z: 0.11349764}
- - {x: -0.18948385, y: 0.117107466, z: 0.11349764}
- - {x: -0.19586292, y: 0.08653825, z: 0.1290304}
- - {x: -0.17204773, y: 0.10633135, z: 0.14694633}
- - {x: -0.21566711, y: 0.06497298, z: 0.10847214}
- - {x: -0.21623233, y: 0.032800097, z: 0.12111041}
- - {x: -0.1981623, y: 0.053255714, z: 0.14281292}
- - {x: -0.21623233, y: 0.032800097, z: 0.12111041}
- - {x: -0.2126627, y: 0, z: 0.13143277}
- - {x: -0.19596076, y: 0.020271573, z: 0.1539105}
- - {x: -0.21623233, y: 0.032800097, z: 0.12111041}
- - {x: -0.19596076, y: 0.020271573, z: 0.1539105}
- - {x: -0.1981623, y: 0.053255714, z: 0.14281292}
- - {x: -0.1981623, y: 0.053255714, z: 0.14281292}
- - {x: -0.19596076, y: 0.020271573, z: 0.1539105}
- - {x: -0.17551161, y: 0.040155508, z: 0.17344512}
- - {x: -0.21566711, y: 0.06497298, z: 0.10847214}
- - {x: -0.1981623, y: 0.053255714, z: 0.14281292}
- - {x: -0.19586292, y: 0.08653825, z: 0.1290304}
- - {x: -0.1981623, y: 0.053255714, z: 0.14281292}
- - {x: -0.17551161, y: 0.040155508, z: 0.17344512}
- - {x: -0.17557746, y: 0.07400114, z: 0.16185299}
- - {x: -0.1981623, y: 0.053255714, z: 0.14281292}
- - {x: -0.17557746, y: 0.07400114, z: 0.16185299}
- - {x: -0.19586292, y: 0.08653825, z: 0.1290304}
- - {x: -0.19586292, y: 0.08653825, z: 0.1290304}
- - {x: -0.17557746, y: 0.07400114, z: 0.16185299}
- - {x: -0.17204773, y: 0.10633135, z: 0.14694633}
- - {x: -0.17204773, y: 0.10633135, z: 0.14694633}
- - {x: -0.17557746, y: 0.07400114, z: 0.16185299}
- - {x: -0.15037523, y: 0.092937, z: 0.17677669}
- - {x: -0.17557746, y: 0.07400114, z: 0.16185299}
- - {x: -0.17551161, y: 0.040155508, z: 0.17344512}
- - {x: -0.15170628, y: 0.059271578, z: 0.18966308}
- - {x: -0.17557746, y: 0.07400114, z: 0.16185299}
- - {x: -0.15170628, y: 0.059271578, z: 0.18966308}
- - {x: -0.15037523, y: 0.092937, z: 0.17677669}
- - {x: -0.15037523, y: 0.092937, z: 0.17677669}
- - {x: -0.15170628, y: 0.059271578, z: 0.18966308}
- - {x: -0.125, y: 0.07725424, z: 0.20225425}
- - {x: -0.20225425, y: 0.125, z: 0.07725424}
- - {x: -0.18948385, y: 0.117107466, z: 0.11349764}
- - {x: -0.17677669, y: 0.15037523, z: 0.092937}
- - {x: -0.18948385, y: 0.117107466, z: 0.11349764}
- - {x: -0.17204773, y: 0.10633135, z: 0.14694633}
- - {x: -0.16164444, y: 0.14106356, z: 0.12834387}
- - {x: -0.18948385, y: 0.117107466, z: 0.11349764}
- - {x: -0.16164444, y: 0.14106356, z: 0.12834387}
- - {x: -0.17677669, y: 0.15037523, z: 0.092937}
- - {x: -0.17677669, y: 0.15037523, z: 0.092937}
- - {x: -0.16164444, y: 0.14106356, z: 0.12834387}
- - {x: -0.14694633, y: 0.17204773, z: 0.10633135}
- - {x: -0.17204773, y: 0.10633135, z: 0.14694633}
- - {x: -0.15037523, y: 0.092937, z: 0.17677669}
- - {x: -0.14106356, y: 0.12834387, z: 0.16164444}
- - {x: -0.15037523, y: 0.092937, z: 0.17677669}
- - {x: -0.125, y: 0.07725424, z: 0.20225425}
- - {x: -0.117107466, y: 0.11349764, z: 0.18948385}
- - {x: -0.15037523, y: 0.092937, z: 0.17677669}
- - {x: -0.117107466, y: 0.11349764, z: 0.18948385}
- - {x: -0.14106356, y: 0.12834387, z: 0.16164444}
- - {x: -0.14106356, y: 0.12834387, z: 0.16164444}
- - {x: -0.117107466, y: 0.11349764, z: 0.18948385}
- - {x: -0.10633135, y: 0.14694633, z: 0.17204773}
- - {x: -0.17204773, y: 0.10633135, z: 0.14694633}
- - {x: -0.14106356, y: 0.12834387, z: 0.16164444}
- - {x: -0.16164444, y: 0.14106356, z: 0.12834387}
- - {x: -0.14106356, y: 0.12834387, z: 0.16164444}
- - {x: -0.10633135, y: 0.14694633, z: 0.17204773}
- - {x: -0.12834387, y: 0.16164444, z: 0.14106356}
- - {x: -0.14106356, y: 0.12834387, z: 0.16164444}
- - {x: -0.12834387, y: 0.16164444, z: 0.14106356}
- - {x: -0.16164444, y: 0.14106356, z: 0.12834387}
- - {x: -0.16164444, y: 0.14106356, z: 0.12834387}
- - {x: -0.12834387, y: 0.16164444, z: 0.14106356}
- - {x: -0.14694633, y: 0.17204773, z: 0.10633135}
- - {x: -0.14694633, y: 0.17204773, z: 0.10633135}
- - {x: -0.12834387, y: 0.16164444, z: 0.14106356}
- - {x: -0.11349764, y: 0.18948385, z: 0.117107466}
- - {x: -0.12834387, y: 0.16164444, z: 0.14106356}
- - {x: -0.10633135, y: 0.14694633, z: 0.17204773}
- - {x: -0.092937, y: 0.17677669, z: 0.15037523}
- - {x: -0.12834387, y: 0.16164444, z: 0.14106356}
- - {x: -0.092937, y: 0.17677669, z: 0.15037523}
- - {x: -0.11349764, y: 0.18948385, z: 0.117107466}
- - {x: -0.11349764, y: 0.18948385, z: 0.117107466}
- - {x: -0.092937, y: 0.17677669, z: 0.15037523}
- - {x: -0.07725424, y: 0.20225425, z: 0.125}
- - {x: -0.07725424, y: 0.20225425, z: 0.125}
- - {x: -0.092937, y: 0.17677669, z: 0.15037523}
- - {x: -0.059271578, y: 0.18966308, z: 0.15170628}
- - {x: -0.092937, y: 0.17677669, z: 0.15037523}
- - {x: -0.10633135, y: 0.14694633, z: 0.17204773}
- - {x: -0.07400114, y: 0.16185299, z: 0.17557746}
- - {x: -0.092937, y: 0.17677669, z: 0.15037523}
- - {x: -0.07400114, y: 0.16185299, z: 0.17557746}
- - {x: -0.059271578, y: 0.18966308, z: 0.15170628}
- - {x: -0.059271578, y: 0.18966308, z: 0.15170628}
- - {x: -0.07400114, y: 0.16185299, z: 0.17557746}
- - {x: -0.040155508, y: 0.17344512, z: 0.17551161}
- - {x: -0.10633135, y: 0.14694633, z: 0.17204773}
- - {x: -0.117107466, y: 0.11349764, z: 0.18948385}
- - {x: -0.08653825, y: 0.1290304, z: 0.19586292}
- - {x: -0.117107466, y: 0.11349764, z: 0.18948385}
- - {x: -0.125, y: 0.07725424, z: 0.20225425}
- - {x: -0.095903434, y: 0.09375963, z: 0.21097787}
- - {x: -0.117107466, y: 0.11349764, z: 0.18948385}
- - {x: -0.095903434, y: 0.09375963, z: 0.21097787}
- - {x: -0.08653825, y: 0.1290304, z: 0.19586292}
- - {x: -0.08653825, y: 0.1290304, z: 0.19586292}
- - {x: -0.095903434, y: 0.09375963, z: 0.21097787}
- - {x: -0.06497298, y: 0.10847214, z: 0.21566711}
- - {x: -0.10633135, y: 0.14694633, z: 0.17204773}
- - {x: -0.08653825, y: 0.1290304, z: 0.19586292}
- - {x: -0.07400114, y: 0.16185299, z: 0.17557746}
- - {x: -0.08653825, y: 0.1290304, z: 0.19586292}
- - {x: -0.06497298, y: 0.10847214, z: 0.21566711}
- - {x: -0.053255714, y: 0.14281292, z: 0.1981623}
- - {x: -0.08653825, y: 0.1290304, z: 0.19586292}
- - {x: -0.053255714, y: 0.14281292, z: 0.1981623}
- - {x: -0.07400114, y: 0.16185299, z: 0.17557746}
- - {x: -0.07400114, y: 0.16185299, z: 0.17557746}
- - {x: -0.053255714, y: 0.14281292, z: 0.1981623}
- - {x: -0.040155508, y: 0.17344512, z: 0.17551161}
- - {x: -0.040155508, y: 0.17344512, z: 0.17551161}
- - {x: -0.053255714, y: 0.14281292, z: 0.1981623}
- - {x: -0.020271573, y: 0.1539105, z: 0.19596076}
- - {x: -0.053255714, y: 0.14281292, z: 0.1981623}
- - {x: -0.06497298, y: 0.10847214, z: 0.21566711}
- - {x: -0.032800097, y: 0.12111041, z: 0.21623233}
- - {x: -0.053255714, y: 0.14281292, z: 0.1981623}
- - {x: -0.032800097, y: 0.12111041, z: 0.21623233}
- - {x: -0.020271573, y: 0.1539105, z: 0.19596076}
- - {x: -0.020271573, y: 0.1539105, z: 0.19596076}
- - {x: -0.032800097, y: 0.12111041, z: 0.21623233}
- - {x: 0, y: 0.13143277, z: 0.2126627}
- - {x: -0.13143277, y: 0.2126627, z: 0}
- - {x: -0.12111041, y: 0.21623233, z: 0.032800097}
- - {x: -0.10083884, y: 0.22876085, z: 0}
- - {x: -0.12111041, y: 0.21623233, z: 0.032800097}
- - {x: -0.10847214, y: 0.21566711, z: 0.06497298}
- - {x: -0.0895572, y: 0.23107615, z: 0.032913845}
- - {x: -0.12111041, y: 0.21623233, z: 0.032800097}
- - {x: -0.0895572, y: 0.23107615, z: 0.032913845}
- - {x: -0.10083884, y: 0.22876085, z: 0}
- - {x: -0.10083884, y: 0.22876085, z: 0}
- - {x: -0.0895572, y: 0.23107615, z: 0.032913845}
- - {x: -0.06831663, y: 0.2404846, z: 0}
- - {x: -0.10847214, y: 0.21566711, z: 0.06497298}
- - {x: -0.09375963, y: 0.21097787, z: 0.095903434}
- - {x: -0.075314716, y: 0.22906104, z: 0.06602069}
- - {x: -0.09375963, y: 0.21097787, z: 0.095903434}
- - {x: -0.07725424, y: 0.20225425, z: 0.125}
- - {x: -0.05966923, y: 0.22275163, z: 0.09654684}
- - {x: -0.09375963, y: 0.21097787, z: 0.095903434}
- - {x: -0.05966923, y: 0.22275163, z: 0.09654684}
- - {x: -0.075314716, y: 0.22906104, z: 0.06602069}
- - {x: -0.075314716, y: 0.22906104, z: 0.06602069}
- - {x: -0.05966923, y: 0.22275163, z: 0.09654684}
- - {x: -0.040614963, y: 0.23776414, z: 0.06571639}
- - {x: -0.10847214, y: 0.21566711, z: 0.06497298}
- - {x: -0.075314716, y: 0.22906104, z: 0.06602069}
- - {x: -0.0895572, y: 0.23107615, z: 0.032913845}
- - {x: -0.075314716, y: 0.22906104, z: 0.06602069}
- - {x: -0.040614963, y: 0.23776414, z: 0.06571639}
- - {x: -0.055029258, y: 0.24159816, z: 0.033198122}
- - {x: -0.075314716, y: 0.22906104, z: 0.06602069}
- - {x: -0.055029258, y: 0.24159816, z: 0.033198122}
- - {x: -0.0895572, y: 0.23107615, z: 0.032913845}
- - {x: -0.0895572, y: 0.23107615, z: 0.032913845}
- - {x: -0.055029258, y: 0.24159816, z: 0.033198122}
- - {x: -0.06831663, y: 0.2404846, z: 0}
- - {x: -0.06831663, y: 0.2404846, z: 0}
- - {x: -0.055029258, y: 0.24159816, z: 0.033198122}
- - {x: -0.03448806, y: 0.24760972, z: 0}
- - {x: -0.055029258, y: 0.24159816, z: 0.033198122}
- - {x: -0.040614963, y: 0.23776414, z: 0.06571639}
- - {x: -0.020560617, y: 0.24692209, z: 0.03326778}
- - {x: -0.055029258, y: 0.24159816, z: 0.033198122}
- - {x: -0.020560617, y: 0.24692209, z: 0.03326778}
- - {x: -0.03448806, y: 0.24760972, z: 0}
- - {x: -0.03448806, y: 0.24760972, z: 0}
- - {x: -0.020560617, y: 0.24692209, z: 0.03326778}
- - {x: 0, y: 0.25, z: 0}
- - {x: -0.07725424, y: 0.20225425, z: 0.125}
- - {x: -0.059271578, y: 0.18966308, z: 0.15170628}
- - {x: -0.039108615, y: 0.21004447, z: 0.12981462}
- - {x: -0.059271578, y: 0.18966308, z: 0.15170628}
- - {x: -0.040155508, y: 0.17344512, z: 0.17551161}
- - {x: -0.020285463, y: 0.19505109, z: 0.15505989}
- - {x: -0.059271578, y: 0.18966308, z: 0.15170628}
- - {x: -0.020285463, y: 0.19505109, z: 0.15505989}
- - {x: -0.039108615, y: 0.21004447, z: 0.12981462}
- - {x: -0.039108615, y: 0.21004447, z: 0.12981462}
- - {x: -0.020285463, y: 0.19505109, z: 0.15505989}
- - {x: 0, y: 0.2126627, z: 0.13143277}
- - {x: -0.040155508, y: 0.17344512, z: 0.17551161}
- - {x: -0.020271573, y: 0.1539105, z: 0.19596076}
- - {x: 0, y: 0.17572676, z: 0.17782043}
- - {x: -0.020271573, y: 0.1539105, z: 0.19596076}
- - {x: 0, y: 0.13143277, z: 0.2126627}
- - {x: 0.020271573, y: 0.1539105, z: 0.19596076}
- - {x: -0.020271573, y: 0.1539105, z: 0.19596076}
- - {x: 0.020271573, y: 0.1539105, z: 0.19596076}
- - {x: 0, y: 0.17572676, z: 0.17782043}
- - {x: 0, y: 0.17572676, z: 0.17782043}
- - {x: 0.020271573, y: 0.1539105, z: 0.19596076}
- - {x: 0.040155508, y: 0.17344512, z: 0.17551161}
- - {x: -0.040155508, y: 0.17344512, z: 0.17551161}
- - {x: 0, y: 0.17572676, z: 0.17782043}
- - {x: -0.020285463, y: 0.19505109, z: 0.15505989}
- - {x: 0, y: 0.17572676, z: 0.17782043}
- - {x: 0.040155508, y: 0.17344512, z: 0.17551161}
- - {x: 0.020285463, y: 0.19505109, z: 0.15505989}
- - {x: 0, y: 0.17572676, z: 0.17782043}
- - {x: 0.020285463, y: 0.19505109, z: 0.15505989}
- - {x: -0.020285463, y: 0.19505109, z: 0.15505989}
- - {x: -0.020285463, y: 0.19505109, z: 0.15505989}
- - {x: 0.020285463, y: 0.19505109, z: 0.15505989}
- - {x: 0, y: 0.2126627, z: 0.13143277}
- - {x: 0, y: 0.2126627, z: 0.13143277}
- - {x: 0.020285463, y: 0.19505109, z: 0.15505989}
- - {x: 0.039108615, y: 0.21004447, z: 0.12981462}
- - {x: 0.020285463, y: 0.19505109, z: 0.15505989}
- - {x: 0.040155508, y: 0.17344512, z: 0.17551161}
- - {x: 0.059271578, y: 0.18966308, z: 0.15170628}
- - {x: 0.020285463, y: 0.19505109, z: 0.15505989}
- - {x: 0.059271578, y: 0.18966308, z: 0.15170628}
- - {x: 0.039108615, y: 0.21004447, z: 0.12981462}
- - {x: 0.039108615, y: 0.21004447, z: 0.12981462}
- - {x: 0.059271578, y: 0.18966308, z: 0.15170628}
- - {x: 0.07725424, y: 0.20225425, z: 0.125}
- - {x: -0.07725424, y: 0.20225425, z: 0.125}
- - {x: -0.039108615, y: 0.21004447, z: 0.12981462}
- - {x: -0.05966923, y: 0.22275163, z: 0.09654684}
- - {x: -0.039108615, y: 0.21004447, z: 0.12981462}
- - {x: 0, y: 0.2126627, z: 0.13143277}
- - {x: -0.020580895, y: 0.22824562, z: 0.09990176}
- - {x: -0.039108615, y: 0.21004447, z: 0.12981462}
- - {x: -0.020580895, y: 0.22824562, z: 0.09990176}
- - {x: -0.05966923, y: 0.22275163, z: 0.09654684}
- - {x: -0.05966923, y: 0.22275163, z: 0.09654684}
- - {x: -0.020580895, y: 0.22824562, z: 0.09990176}
- - {x: -0.040614963, y: 0.23776414, z: 0.06571639}
- - {x: 0, y: 0.2126627, z: 0.13143277}
- - {x: 0.039108615, y: 0.21004447, z: 0.12981462}
- - {x: 0.020580895, y: 0.22824562, z: 0.09990176}
- - {x: 0.039108615, y: 0.21004447, z: 0.12981462}
- - {x: 0.07725424, y: 0.20225425, z: 0.125}
- - {x: 0.05966923, y: 0.22275163, z: 0.09654684}
- - {x: 0.039108615, y: 0.21004447, z: 0.12981462}
- - {x: 0.05966923, y: 0.22275163, z: 0.09654684}
- - {x: 0.020580895, y: 0.22824562, z: 0.09990176}
- - {x: 0.020580895, y: 0.22824562, z: 0.09990176}
- - {x: 0.05966923, y: 0.22275163, z: 0.09654684}
- - {x: 0.040614963, y: 0.23776414, z: 0.06571639}
- - {x: 0, y: 0.2126627, z: 0.13143277}
- - {x: 0.020580895, y: 0.22824562, z: 0.09990176}
- - {x: -0.020580895, y: 0.22824562, z: 0.09990176}
- - {x: 0.020580895, y: 0.22824562, z: 0.09990176}
- - {x: 0.040614963, y: 0.23776414, z: 0.06571639}
- - {x: 0, y: 0.2409653, z: 0.06660118}
- - {x: 0.020580895, y: 0.22824562, z: 0.09990176}
- - {x: 0, y: 0.2409653, z: 0.06660118}
- - {x: -0.020580895, y: 0.22824562, z: 0.09990176}
- - {x: -0.020580895, y: 0.22824562, z: 0.09990176}
- - {x: 0, y: 0.2409653, z: 0.06660118}
- - {x: -0.040614963, y: 0.23776414, z: 0.06571639}
- - {x: -0.040614963, y: 0.23776414, z: 0.06571639}
- - {x: 0, y: 0.2409653, z: 0.06660118}
- - {x: -0.020560617, y: 0.24692209, z: 0.03326778}
- - {x: 0, y: 0.2409653, z: 0.06660118}
- - {x: 0.040614963, y: 0.23776414, z: 0.06571639}
- - {x: 0.020560617, y: 0.24692209, z: 0.03326778}
- - {x: 0, y: 0.2409653, z: 0.06660118}
- - {x: 0.020560617, y: 0.24692209, z: 0.03326778}
- - {x: -0.020560617, y: 0.24692209, z: 0.03326778}
- - {x: -0.020560617, y: 0.24692209, z: 0.03326778}
- - {x: 0.020560617, y: 0.24692209, z: 0.03326778}
- - {x: 0, y: 0.25, z: 0}
- - {x: 0, y: 0.25, z: 0}
- - {x: 0.020560617, y: 0.24692209, z: 0.03326778}
- - {x: 0.03448806, y: 0.24760972, z: 0}
- - {x: 0.020560617, y: 0.24692209, z: 0.03326778}
- - {x: 0.040614963, y: 0.23776414, z: 0.06571639}
- - {x: 0.055029258, y: 0.24159816, z: 0.033198122}
- - {x: 0.020560617, y: 0.24692209, z: 0.03326778}
- - {x: 0.055029258, y: 0.24159816, z: 0.033198122}
- - {x: 0.03448806, y: 0.24760972, z: 0}
- - {x: 0.03448806, y: 0.24760972, z: 0}
- - {x: 0.055029258, y: 0.24159816, z: 0.033198122}
- - {x: 0.06831663, y: 0.2404846, z: 0}
- - {x: 0.040614963, y: 0.23776414, z: 0.06571639}
- - {x: 0.05966923, y: 0.22275163, z: 0.09654684}
- - {x: 0.075314716, y: 0.22906104, z: 0.06602069}
- - {x: 0.05966923, y: 0.22275163, z: 0.09654684}
- - {x: 0.07725424, y: 0.20225425, z: 0.125}
- - {x: 0.09375963, y: 0.21097787, z: 0.095903434}
- - {x: 0.05966923, y: 0.22275163, z: 0.09654684}
- - {x: 0.09375963, y: 0.21097787, z: 0.095903434}
- - {x: 0.075314716, y: 0.22906104, z: 0.06602069}
- - {x: 0.075314716, y: 0.22906104, z: 0.06602069}
- - {x: 0.09375963, y: 0.21097787, z: 0.095903434}
- - {x: 0.10847214, y: 0.21566711, z: 0.06497298}
- - {x: 0.040614963, y: 0.23776414, z: 0.06571639}
- - {x: 0.075314716, y: 0.22906104, z: 0.06602069}
- - {x: 0.055029258, y: 0.24159816, z: 0.033198122}
- - {x: 0.075314716, y: 0.22906104, z: 0.06602069}
- - {x: 0.10847214, y: 0.21566711, z: 0.06497298}
- - {x: 0.0895572, y: 0.23107615, z: 0.032913845}
- - {x: 0.075314716, y: 0.22906104, z: 0.06602069}
- - {x: 0.0895572, y: 0.23107615, z: 0.032913845}
- - {x: 0.055029258, y: 0.24159816, z: 0.033198122}
- - {x: 0.055029258, y: 0.24159816, z: 0.033198122}
- - {x: 0.0895572, y: 0.23107615, z: 0.032913845}
- - {x: 0.06831663, y: 0.2404846, z: 0}
- - {x: 0.06831663, y: 0.2404846, z: 0}
- - {x: 0.0895572, y: 0.23107615, z: 0.032913845}
- - {x: 0.10083884, y: 0.22876085, z: 0}
- - {x: 0.0895572, y: 0.23107615, z: 0.032913845}
- - {x: 0.10847214, y: 0.21566711, z: 0.06497298}
- - {x: 0.12111041, y: 0.21623233, z: 0.032800097}
- - {x: 0.0895572, y: 0.23107615, z: 0.032913845}
- - {x: 0.12111041, y: 0.21623233, z: 0.032800097}
- - {x: 0.10083884, y: 0.22876085, z: 0}
- - {x: 0.10083884, y: 0.22876085, z: 0}
- - {x: 0.12111041, y: 0.21623233, z: 0.032800097}
- - {x: 0.13143277, y: 0.2126627, z: 0}
- - {x: -0.13143277, y: 0.2126627, z: 0}
- - {x: -0.10083884, y: 0.22876085, z: 0}
- - {x: -0.12111041, y: 0.21623233, z: -0.032800097}
- - {x: -0.10083884, y: 0.22876085, z: 0}
- - {x: -0.06831663, y: 0.2404846, z: 0}
- - {x: -0.0895572, y: 0.23107615, z: -0.032913845}
- - {x: -0.10083884, y: 0.22876085, z: 0}
- - {x: -0.0895572, y: 0.23107615, z: -0.032913845}
- - {x: -0.12111041, y: 0.21623233, z: -0.032800097}
- - {x: -0.12111041, y: 0.21623233, z: -0.032800097}
- - {x: -0.0895572, y: 0.23107615, z: -0.032913845}
- - {x: -0.10847214, y: 0.21566711, z: -0.06497298}
- - {x: -0.06831663, y: 0.2404846, z: 0}
- - {x: -0.03448806, y: 0.24760972, z: 0}
- - {x: -0.055029258, y: 0.24159816, z: -0.033198122}
- - {x: -0.03448806, y: 0.24760972, z: 0}
- - {x: 0, y: 0.25, z: 0}
- - {x: -0.020560617, y: 0.24692209, z: -0.03326778}
- - {x: -0.03448806, y: 0.24760972, z: 0}
- - {x: -0.020560617, y: 0.24692209, z: -0.03326778}
- - {x: -0.055029258, y: 0.24159816, z: -0.033198122}
- - {x: -0.055029258, y: 0.24159816, z: -0.033198122}
- - {x: -0.020560617, y: 0.24692209, z: -0.03326778}
- - {x: -0.040614963, y: 0.23776414, z: -0.06571639}
- - {x: -0.06831663, y: 0.2404846, z: 0}
- - {x: -0.055029258, y: 0.24159816, z: -0.033198122}
- - {x: -0.0895572, y: 0.23107615, z: -0.032913845}
- - {x: -0.055029258, y: 0.24159816, z: -0.033198122}
- - {x: -0.040614963, y: 0.23776414, z: -0.06571639}
- - {x: -0.075314716, y: 0.22906104, z: -0.06602069}
- - {x: -0.055029258, y: 0.24159816, z: -0.033198122}
- - {x: -0.075314716, y: 0.22906104, z: -0.06602069}
- - {x: -0.0895572, y: 0.23107615, z: -0.032913845}
- - {x: -0.0895572, y: 0.23107615, z: -0.032913845}
- - {x: -0.075314716, y: 0.22906104, z: -0.06602069}
- - {x: -0.10847214, y: 0.21566711, z: -0.06497298}
- - {x: -0.10847214, y: 0.21566711, z: -0.06497298}
- - {x: -0.075314716, y: 0.22906104, z: -0.06602069}
- - {x: -0.09375963, y: 0.21097787, z: -0.095903434}
- - {x: -0.075314716, y: 0.22906104, z: -0.06602069}
- - {x: -0.040614963, y: 0.23776414, z: -0.06571639}
- - {x: -0.05966923, y: 0.22275163, z: -0.09654684}
- - {x: -0.075314716, y: 0.22906104, z: -0.06602069}
- - {x: -0.05966923, y: 0.22275163, z: -0.09654684}
- - {x: -0.09375963, y: 0.21097787, z: -0.095903434}
- - {x: -0.09375963, y: 0.21097787, z: -0.095903434}
- - {x: -0.05966923, y: 0.22275163, z: -0.09654684}
- - {x: -0.07725424, y: 0.20225425, z: -0.125}
- - {x: 0, y: 0.25, z: 0}
- - {x: 0.03448806, y: 0.24760972, z: 0}
- - {x: 0.020560617, y: 0.24692209, z: -0.03326778}
- - {x: 0.03448806, y: 0.24760972, z: 0}
- - {x: 0.06831663, y: 0.2404846, z: 0}
- - {x: 0.055029258, y: 0.24159816, z: -0.033198122}
- - {x: 0.03448806, y: 0.24760972, z: 0}
- - {x: 0.055029258, y: 0.24159816, z: -0.033198122}
- - {x: 0.020560617, y: 0.24692209, z: -0.03326778}
- - {x: 0.020560617, y: 0.24692209, z: -0.03326778}
- - {x: 0.055029258, y: 0.24159816, z: -0.033198122}
- - {x: 0.040614963, y: 0.23776414, z: -0.06571639}
- - {x: 0.06831663, y: 0.2404846, z: 0}
- - {x: 0.10083884, y: 0.22876085, z: 0}
- - {x: 0.0895572, y: 0.23107615, z: -0.032913845}
- - {x: 0.10083884, y: 0.22876085, z: 0}
- - {x: 0.13143277, y: 0.2126627, z: 0}
- - {x: 0.12111041, y: 0.21623233, z: -0.032800097}
- - {x: 0.10083884, y: 0.22876085, z: 0}
- - {x: 0.12111041, y: 0.21623233, z: -0.032800097}
- - {x: 0.0895572, y: 0.23107615, z: -0.032913845}
- - {x: 0.0895572, y: 0.23107615, z: -0.032913845}
- - {x: 0.12111041, y: 0.21623233, z: -0.032800097}
- - {x: 0.10847214, y: 0.21566711, z: -0.06497298}
- - {x: 0.06831663, y: 0.2404846, z: 0}
- - {x: 0.0895572, y: 0.23107615, z: -0.032913845}
- - {x: 0.055029258, y: 0.24159816, z: -0.033198122}
- - {x: 0.0895572, y: 0.23107615, z: -0.032913845}
- - {x: 0.10847214, y: 0.21566711, z: -0.06497298}
- - {x: 0.075314716, y: 0.22906104, z: -0.06602069}
- - {x: 0.0895572, y: 0.23107615, z: -0.032913845}
- - {x: 0.075314716, y: 0.22906104, z: -0.06602069}
- - {x: 0.055029258, y: 0.24159816, z: -0.033198122}
- - {x: 0.055029258, y: 0.24159816, z: -0.033198122}
- - {x: 0.075314716, y: 0.22906104, z: -0.06602069}
- - {x: 0.040614963, y: 0.23776414, z: -0.06571639}
- - {x: 0.040614963, y: 0.23776414, z: -0.06571639}
- - {x: 0.075314716, y: 0.22906104, z: -0.06602069}
- - {x: 0.05966923, y: 0.22275163, z: -0.09654684}
- - {x: 0.075314716, y: 0.22906104, z: -0.06602069}
- - {x: 0.10847214, y: 0.21566711, z: -0.06497298}
- - {x: 0.09375963, y: 0.21097787, z: -0.095903434}
- - {x: 0.075314716, y: 0.22906104, z: -0.06602069}
- - {x: 0.09375963, y: 0.21097787, z: -0.095903434}
- - {x: 0.05966923, y: 0.22275163, z: -0.09654684}
- - {x: 0.05966923, y: 0.22275163, z: -0.09654684}
- - {x: 0.09375963, y: 0.21097787, z: -0.095903434}
- - {x: 0.07725424, y: 0.20225425, z: -0.125}
- - {x: 0, y: 0.25, z: 0}
- - {x: 0.020560617, y: 0.24692209, z: -0.03326778}
- - {x: -0.020560617, y: 0.24692209, z: -0.03326778}
- - {x: 0.020560617, y: 0.24692209, z: -0.03326778}
- - {x: 0.040614963, y: 0.23776414, z: -0.06571639}
- - {x: 0, y: 0.2409653, z: -0.06660118}
- - {x: 0.020560617, y: 0.24692209, z: -0.03326778}
- - {x: 0, y: 0.2409653, z: -0.06660118}
- - {x: -0.020560617, y: 0.24692209, z: -0.03326778}
- - {x: -0.020560617, y: 0.24692209, z: -0.03326778}
- - {x: 0, y: 0.2409653, z: -0.06660118}
- - {x: -0.040614963, y: 0.23776414, z: -0.06571639}
- - {x: 0.040614963, y: 0.23776414, z: -0.06571639}
- - {x: 0.05966923, y: 0.22275163, z: -0.09654684}
- - {x: 0.020580895, y: 0.22824562, z: -0.09990176}
- - {x: 0.05966923, y: 0.22275163, z: -0.09654684}
- - {x: 0.07725424, y: 0.20225425, z: -0.125}
- - {x: 0.039108615, y: 0.21004447, z: -0.12981462}
- - {x: 0.05966923, y: 0.22275163, z: -0.09654684}
- - {x: 0.039108615, y: 0.21004447, z: -0.12981462}
- - {x: 0.020580895, y: 0.22824562, z: -0.09990176}
- - {x: 0.020580895, y: 0.22824562, z: -0.09990176}
- - {x: 0.039108615, y: 0.21004447, z: -0.12981462}
- - {x: 0, y: 0.2126627, z: -0.13143277}
- - {x: 0.040614963, y: 0.23776414, z: -0.06571639}
- - {x: 0.020580895, y: 0.22824562, z: -0.09990176}
- - {x: 0, y: 0.2409653, z: -0.06660118}
- - {x: 0.020580895, y: 0.22824562, z: -0.09990176}
- - {x: 0, y: 0.2126627, z: -0.13143277}
- - {x: -0.020580895, y: 0.22824562, z: -0.09990176}
- - {x: 0.020580895, y: 0.22824562, z: -0.09990176}
- - {x: -0.020580895, y: 0.22824562, z: -0.09990176}
- - {x: 0, y: 0.2409653, z: -0.06660118}
- - {x: 0, y: 0.2409653, z: -0.06660118}
- - {x: -0.020580895, y: 0.22824562, z: -0.09990176}
- - {x: -0.040614963, y: 0.23776414, z: -0.06571639}
- - {x: -0.040614963, y: 0.23776414, z: -0.06571639}
- - {x: -0.020580895, y: 0.22824562, z: -0.09990176}
- - {x: -0.05966923, y: 0.22275163, z: -0.09654684}
- - {x: -0.020580895, y: 0.22824562, z: -0.09990176}
- - {x: 0, y: 0.2126627, z: -0.13143277}
- - {x: -0.039108615, y: 0.21004447, z: -0.12981462}
- - {x: -0.020580895, y: 0.22824562, z: -0.09990176}
- - {x: -0.039108615, y: 0.21004447, z: -0.12981462}
- - {x: -0.05966923, y: 0.22275163, z: -0.09654684}
- - {x: -0.05966923, y: 0.22275163, z: -0.09654684}
- - {x: -0.039108615, y: 0.21004447, z: -0.12981462}
- - {x: -0.07725424, y: 0.20225425, z: -0.125}
- - {x: -0.07725424, y: 0.20225425, z: -0.125}
- - {x: -0.039108615, y: 0.21004447, z: -0.12981462}
- - {x: -0.059271578, y: 0.18966308, z: -0.15170628}
- - {x: -0.039108615, y: 0.21004447, z: -0.12981462}
- - {x: 0, y: 0.2126627, z: -0.13143277}
- - {x: -0.020285463, y: 0.19505109, z: -0.15505989}
- - {x: -0.039108615, y: 0.21004447, z: -0.12981462}
- - {x: -0.020285463, y: 0.19505109, z: -0.15505989}
- - {x: -0.059271578, y: 0.18966308, z: -0.15170628}
- - {x: -0.059271578, y: 0.18966308, z: -0.15170628}
- - {x: -0.020285463, y: 0.19505109, z: -0.15505989}
- - {x: -0.040155508, y: 0.17344512, z: -0.17551161}
- - {x: 0, y: 0.2126627, z: -0.13143277}
- - {x: 0.039108615, y: 0.21004447, z: -0.12981462}
- - {x: 0.020285463, y: 0.19505109, z: -0.15505989}
- - {x: 0.039108615, y: 0.21004447, z: -0.12981462}
- - {x: 0.07725424, y: 0.20225425, z: -0.125}
- - {x: 0.059271578, y: 0.18966308, z: -0.15170628}
- - {x: 0.039108615, y: 0.21004447, z: -0.12981462}
- - {x: 0.059271578, y: 0.18966308, z: -0.15170628}
- - {x: 0.020285463, y: 0.19505109, z: -0.15505989}
- - {x: 0.020285463, y: 0.19505109, z: -0.15505989}
- - {x: 0.059271578, y: 0.18966308, z: -0.15170628}
- - {x: 0.040155508, y: 0.17344512, z: -0.17551161}
- - {x: 0, y: 0.2126627, z: -0.13143277}
- - {x: 0.020285463, y: 0.19505109, z: -0.15505989}
- - {x: -0.020285463, y: 0.19505109, z: -0.15505989}
- - {x: 0.020285463, y: 0.19505109, z: -0.15505989}
- - {x: 0.040155508, y: 0.17344512, z: -0.17551161}
- - {x: 0, y: 0.17572676, z: -0.17782043}
- - {x: 0.020285463, y: 0.19505109, z: -0.15505989}
- - {x: 0, y: 0.17572676, z: -0.17782043}
- - {x: -0.020285463, y: 0.19505109, z: -0.15505989}
- - {x: -0.020285463, y: 0.19505109, z: -0.15505989}
- - {x: 0, y: 0.17572676, z: -0.17782043}
- - {x: -0.040155508, y: 0.17344512, z: -0.17551161}
- - {x: -0.040155508, y: 0.17344512, z: -0.17551161}
- - {x: 0, y: 0.17572676, z: -0.17782043}
- - {x: -0.020271573, y: 0.1539105, z: -0.19596076}
- - {x: 0, y: 0.17572676, z: -0.17782043}
- - {x: 0.040155508, y: 0.17344512, z: -0.17551161}
- - {x: 0.020271573, y: 0.1539105, z: -0.19596076}
- - {x: 0, y: 0.17572676, z: -0.17782043}
- - {x: 0.020271573, y: 0.1539105, z: -0.19596076}
- - {x: -0.020271573, y: 0.1539105, z: -0.19596076}
- - {x: -0.020271573, y: 0.1539105, z: -0.19596076}
- - {x: 0.020271573, y: 0.1539105, z: -0.19596076}
- - {x: 0, y: 0.13143277, z: -0.2126627}
- - {x: -0.13143277, y: 0.2126627, z: 0}
- - {x: -0.12111041, y: 0.21623233, z: -0.032800097}
- - {x: -0.1539105, y: 0.19596076, z: -0.020271573}
- - {x: -0.12111041, y: 0.21623233, z: -0.032800097}
- - {x: -0.10847214, y: 0.21566711, z: -0.06497298}
- - {x: -0.14281292, y: 0.1981623, z: -0.053255714}
- - {x: -0.12111041, y: 0.21623233, z: -0.032800097}
- - {x: -0.14281292, y: 0.1981623, z: -0.053255714}
- - {x: -0.1539105, y: 0.19596076, z: -0.020271573}
- - {x: -0.1539105, y: 0.19596076, z: -0.020271573}
- - {x: -0.14281292, y: 0.1981623, z: -0.053255714}
- - {x: -0.17344512, y: 0.17551161, z: -0.040155508}
- - {x: -0.10847214, y: 0.21566711, z: -0.06497298}
- - {x: -0.09375963, y: 0.21097787, z: -0.095903434}
- - {x: -0.1290304, y: 0.19586292, z: -0.08653825}
- - {x: -0.09375963, y: 0.21097787, z: -0.095903434}
- - {x: -0.07725424, y: 0.20225425, z: -0.125}
- - {x: -0.11349764, y: 0.18948385, z: -0.117107466}
- - {x: -0.09375963, y: 0.21097787, z: -0.095903434}
- - {x: -0.11349764, y: 0.18948385, z: -0.117107466}
- - {x: -0.1290304, y: 0.19586292, z: -0.08653825}
- - {x: -0.1290304, y: 0.19586292, z: -0.08653825}
- - {x: -0.11349764, y: 0.18948385, z: -0.117107466}
- - {x: -0.14694633, y: 0.17204773, z: -0.10633135}
- - {x: -0.10847214, y: 0.21566711, z: -0.06497298}
- - {x: -0.1290304, y: 0.19586292, z: -0.08653825}
- - {x: -0.14281292, y: 0.1981623, z: -0.053255714}
- - {x: -0.1290304, y: 0.19586292, z: -0.08653825}
- - {x: -0.14694633, y: 0.17204773, z: -0.10633135}
- - {x: -0.16185299, y: 0.17557746, z: -0.07400114}
- - {x: -0.1290304, y: 0.19586292, z: -0.08653825}
- - {x: -0.16185299, y: 0.17557746, z: -0.07400114}
- - {x: -0.14281292, y: 0.1981623, z: -0.053255714}
- - {x: -0.14281292, y: 0.1981623, z: -0.053255714}
- - {x: -0.16185299, y: 0.17557746, z: -0.07400114}
- - {x: -0.17344512, y: 0.17551161, z: -0.040155508}
- - {x: -0.17344512, y: 0.17551161, z: -0.040155508}
- - {x: -0.16185299, y: 0.17557746, z: -0.07400114}
- - {x: -0.18966308, y: 0.15170628, z: -0.059271578}
- - {x: -0.16185299, y: 0.17557746, z: -0.07400114}
- - {x: -0.14694633, y: 0.17204773, z: -0.10633135}
- - {x: -0.17677669, y: 0.15037523, z: -0.092937}
- - {x: -0.16185299, y: 0.17557746, z: -0.07400114}
- - {x: -0.17677669, y: 0.15037523, z: -0.092937}
- - {x: -0.18966308, y: 0.15170628, z: -0.059271578}
- - {x: -0.18966308, y: 0.15170628, z: -0.059271578}
- - {x: -0.17677669, y: 0.15037523, z: -0.092937}
- - {x: -0.20225425, y: 0.125, z: -0.07725424}
- - {x: -0.07725424, y: 0.20225425, z: -0.125}
- - {x: -0.059271578, y: 0.18966308, z: -0.15170628}
- - {x: -0.092937, y: 0.17677669, z: -0.15037523}
- - {x: -0.059271578, y: 0.18966308, z: -0.15170628}
- - {x: -0.040155508, y: 0.17344512, z: -0.17551161}
- - {x: -0.07400114, y: 0.16185299, z: -0.17557746}
- - {x: -0.059271578, y: 0.18966308, z: -0.15170628}
- - {x: -0.07400114, y: 0.16185299, z: -0.17557746}
- - {x: -0.092937, y: 0.17677669, z: -0.15037523}
- - {x: -0.092937, y: 0.17677669, z: -0.15037523}
- - {x: -0.07400114, y: 0.16185299, z: -0.17557746}
- - {x: -0.10633135, y: 0.14694633, z: -0.17204773}
- - {x: -0.040155508, y: 0.17344512, z: -0.17551161}
- - {x: -0.020271573, y: 0.1539105, z: -0.19596076}
- - {x: -0.053255714, y: 0.14281292, z: -0.1981623}
- - {x: -0.020271573, y: 0.1539105, z: -0.19596076}
- - {x: 0, y: 0.13143277, z: -0.2126627}
- - {x: -0.032800097, y: 0.12111041, z: -0.21623233}
- - {x: -0.020271573, y: 0.1539105, z: -0.19596076}
- - {x: -0.032800097, y: 0.12111041, z: -0.21623233}
- - {x: -0.053255714, y: 0.14281292, z: -0.1981623}
- - {x: -0.053255714, y: 0.14281292, z: -0.1981623}
- - {x: -0.032800097, y: 0.12111041, z: -0.21623233}
- - {x: -0.06497298, y: 0.10847214, z: -0.21566711}
- - {x: -0.040155508, y: 0.17344512, z: -0.17551161}
- - {x: -0.053255714, y: 0.14281292, z: -0.1981623}
- - {x: -0.07400114, y: 0.16185299, z: -0.17557746}
- - {x: -0.053255714, y: 0.14281292, z: -0.1981623}
- - {x: -0.06497298, y: 0.10847214, z: -0.21566711}
- - {x: -0.08653825, y: 0.1290304, z: -0.19586292}
- - {x: -0.053255714, y: 0.14281292, z: -0.1981623}
- - {x: -0.08653825, y: 0.1290304, z: -0.19586292}
- - {x: -0.07400114, y: 0.16185299, z: -0.17557746}
- - {x: -0.07400114, y: 0.16185299, z: -0.17557746}
- - {x: -0.08653825, y: 0.1290304, z: -0.19586292}
- - {x: -0.10633135, y: 0.14694633, z: -0.17204773}
- - {x: -0.10633135, y: 0.14694633, z: -0.17204773}
- - {x: -0.08653825, y: 0.1290304, z: -0.19586292}
- - {x: -0.117107466, y: 0.11349764, z: -0.18948385}
- - {x: -0.08653825, y: 0.1290304, z: -0.19586292}
- - {x: -0.06497298, y: 0.10847214, z: -0.21566711}
- - {x: -0.095903434, y: 0.09375963, z: -0.21097787}
- - {x: -0.08653825, y: 0.1290304, z: -0.19586292}
- - {x: -0.095903434, y: 0.09375963, z: -0.21097787}
- - {x: -0.117107466, y: 0.11349764, z: -0.18948385}
- - {x: -0.117107466, y: 0.11349764, z: -0.18948385}
- - {x: -0.095903434, y: 0.09375963, z: -0.21097787}
- - {x: -0.125, y: 0.07725424, z: -0.20225425}
- - {x: -0.07725424, y: 0.20225425, z: -0.125}
- - {x: -0.092937, y: 0.17677669, z: -0.15037523}
- - {x: -0.11349764, y: 0.18948385, z: -0.117107466}
- - {x: -0.092937, y: 0.17677669, z: -0.15037523}
- - {x: -0.10633135, y: 0.14694633, z: -0.17204773}
- - {x: -0.12834387, y: 0.16164444, z: -0.14106356}
- - {x: -0.092937, y: 0.17677669, z: -0.15037523}
- - {x: -0.12834387, y: 0.16164444, z: -0.14106356}
- - {x: -0.11349764, y: 0.18948385, z: -0.117107466}
- - {x: -0.11349764, y: 0.18948385, z: -0.117107466}
- - {x: -0.12834387, y: 0.16164444, z: -0.14106356}
- - {x: -0.14694633, y: 0.17204773, z: -0.10633135}
- - {x: -0.10633135, y: 0.14694633, z: -0.17204773}
- - {x: -0.117107466, y: 0.11349764, z: -0.18948385}
- - {x: -0.14106356, y: 0.12834387, z: -0.16164444}
- - {x: -0.117107466, y: 0.11349764, z: -0.18948385}
- - {x: -0.125, y: 0.07725424, z: -0.20225425}
- - {x: -0.15037523, y: 0.092937, z: -0.17677669}
- - {x: -0.117107466, y: 0.11349764, z: -0.18948385}
- - {x: -0.15037523, y: 0.092937, z: -0.17677669}
- - {x: -0.14106356, y: 0.12834387, z: -0.16164444}
- - {x: -0.14106356, y: 0.12834387, z: -0.16164444}
- - {x: -0.15037523, y: 0.092937, z: -0.17677669}
- - {x: -0.17204773, y: 0.10633135, z: -0.14694633}
- - {x: -0.10633135, y: 0.14694633, z: -0.17204773}
- - {x: -0.14106356, y: 0.12834387, z: -0.16164444}
- - {x: -0.12834387, y: 0.16164444, z: -0.14106356}
- - {x: -0.14106356, y: 0.12834387, z: -0.16164444}
- - {x: -0.17204773, y: 0.10633135, z: -0.14694633}
- - {x: -0.16164444, y: 0.14106356, z: -0.12834387}
- - {x: -0.14106356, y: 0.12834387, z: -0.16164444}
- - {x: -0.16164444, y: 0.14106356, z: -0.12834387}
- - {x: -0.12834387, y: 0.16164444, z: -0.14106356}
- - {x: -0.12834387, y: 0.16164444, z: -0.14106356}
- - {x: -0.16164444, y: 0.14106356, z: -0.12834387}
- - {x: -0.14694633, y: 0.17204773, z: -0.10633135}
- - {x: -0.14694633, y: 0.17204773, z: -0.10633135}
- - {x: -0.16164444, y: 0.14106356, z: -0.12834387}
- - {x: -0.17677669, y: 0.15037523, z: -0.092937}
- - {x: -0.16164444, y: 0.14106356, z: -0.12834387}
- - {x: -0.17204773, y: 0.10633135, z: -0.14694633}
- - {x: -0.18948385, y: 0.117107466, z: -0.11349764}
- - {x: -0.16164444, y: 0.14106356, z: -0.12834387}
- - {x: -0.18948385, y: 0.117107466, z: -0.11349764}
- - {x: -0.17677669, y: 0.15037523, z: -0.092937}
- - {x: -0.17677669, y: 0.15037523, z: -0.092937}
- - {x: -0.18948385, y: 0.117107466, z: -0.11349764}
- - {x: -0.20225425, y: 0.125, z: -0.07725424}
- - {x: -0.20225425, y: 0.125, z: -0.07725424}
- - {x: -0.18948385, y: 0.117107466, z: -0.11349764}
- - {x: -0.21097787, y: 0.095903434, z: -0.09375963}
- - {x: -0.18948385, y: 0.117107466, z: -0.11349764}
- - {x: -0.17204773, y: 0.10633135, z: -0.14694633}
- - {x: -0.19586292, y: 0.08653825, z: -0.1290304}
- - {x: -0.18948385, y: 0.117107466, z: -0.11349764}
- - {x: -0.19586292, y: 0.08653825, z: -0.1290304}
- - {x: -0.21097787, y: 0.095903434, z: -0.09375963}
- - {x: -0.21097787, y: 0.095903434, z: -0.09375963}
- - {x: -0.19586292, y: 0.08653825, z: -0.1290304}
- - {x: -0.21566711, y: 0.06497298, z: -0.10847214}
- - {x: -0.17204773, y: 0.10633135, z: -0.14694633}
- - {x: -0.15037523, y: 0.092937, z: -0.17677669}
- - {x: -0.17557746, y: 0.07400114, z: -0.16185299}
- - {x: -0.15037523, y: 0.092937, z: -0.17677669}
- - {x: -0.125, y: 0.07725424, z: -0.20225425}
- - {x: -0.15170628, y: 0.059271578, z: -0.18966308}
- - {x: -0.15037523, y: 0.092937, z: -0.17677669}
- - {x: -0.15170628, y: 0.059271578, z: -0.18966308}
- - {x: -0.17557746, y: 0.07400114, z: -0.16185299}
- - {x: -0.17557746, y: 0.07400114, z: -0.16185299}
- - {x: -0.15170628, y: 0.059271578, z: -0.18966308}
- - {x: -0.17551161, y: 0.040155508, z: -0.17344512}
- - {x: -0.17204773, y: 0.10633135, z: -0.14694633}
- - {x: -0.17557746, y: 0.07400114, z: -0.16185299}
- - {x: -0.19586292, y: 0.08653825, z: -0.1290304}
- - {x: -0.17557746, y: 0.07400114, z: -0.16185299}
- - {x: -0.17551161, y: 0.040155508, z: -0.17344512}
- - {x: -0.1981623, y: 0.053255714, z: -0.14281292}
- - {x: -0.17557746, y: 0.07400114, z: -0.16185299}
- - {x: -0.1981623, y: 0.053255714, z: -0.14281292}
- - {x: -0.19586292, y: 0.08653825, z: -0.1290304}
- - {x: -0.19586292, y: 0.08653825, z: -0.1290304}
- - {x: -0.1981623, y: 0.053255714, z: -0.14281292}
- - {x: -0.21566711, y: 0.06497298, z: -0.10847214}
- - {x: -0.21566711, y: 0.06497298, z: -0.10847214}
- - {x: -0.1981623, y: 0.053255714, z: -0.14281292}
- - {x: -0.21623233, y: 0.032800097, z: -0.12111041}
- - {x: -0.1981623, y: 0.053255714, z: -0.14281292}
- - {x: -0.17551161, y: 0.040155508, z: -0.17344512}
- - {x: -0.19596076, y: 0.020271573, z: -0.1539105}
- - {x: -0.1981623, y: 0.053255714, z: -0.14281292}
- - {x: -0.19596076, y: 0.020271573, z: -0.1539105}
- - {x: -0.21623233, y: 0.032800097, z: -0.12111041}
- - {x: -0.21623233, y: 0.032800097, z: -0.12111041}
- - {x: -0.19596076, y: 0.020271573, z: -0.1539105}
- - {x: -0.2126627, y: 0, z: -0.13143277}
- - {x: -0.13143277, y: 0.2126627, z: 0}
- - {x: -0.1539105, y: 0.19596076, z: -0.020271573}
- - {x: -0.1539105, y: 0.19596076, z: 0.020271573}
- - {x: -0.1539105, y: 0.19596076, z: -0.020271573}
- - {x: -0.17344512, y: 0.17551161, z: -0.040155508}
- - {x: -0.17572676, y: 0.17782043, z: 0}
- - {x: -0.1539105, y: 0.19596076, z: -0.020271573}
- - {x: -0.17572676, y: 0.17782043, z: 0}
- - {x: -0.1539105, y: 0.19596076, z: 0.020271573}
- - {x: -0.1539105, y: 0.19596076, z: 0.020271573}
- - {x: -0.17572676, y: 0.17782043, z: 0}
- - {x: -0.17344512, y: 0.17551161, z: 0.040155508}
- - {x: -0.17344512, y: 0.17551161, z: -0.040155508}
- - {x: -0.18966308, y: 0.15170628, z: -0.059271578}
- - {x: -0.19505109, y: 0.15505989, z: -0.020285463}
- - {x: -0.18966308, y: 0.15170628, z: -0.059271578}
- - {x: -0.20225425, y: 0.125, z: -0.07725424}
- - {x: -0.21004447, y: 0.12981462, z: -0.039108615}
- - {x: -0.18966308, y: 0.15170628, z: -0.059271578}
- - {x: -0.21004447, y: 0.12981462, z: -0.039108615}
- - {x: -0.19505109, y: 0.15505989, z: -0.020285463}
- - {x: -0.19505109, y: 0.15505989, z: -0.020285463}
- - {x: -0.21004447, y: 0.12981462, z: -0.039108615}
- - {x: -0.2126627, y: 0.13143277, z: 0}
- - {x: -0.17344512, y: 0.17551161, z: -0.040155508}
- - {x: -0.19505109, y: 0.15505989, z: -0.020285463}
- - {x: -0.17572676, y: 0.17782043, z: 0}
- - {x: -0.19505109, y: 0.15505989, z: -0.020285463}
- - {x: -0.2126627, y: 0.13143277, z: 0}
- - {x: -0.19505109, y: 0.15505989, z: 0.020285463}
- - {x: -0.19505109, y: 0.15505989, z: -0.020285463}
- - {x: -0.19505109, y: 0.15505989, z: 0.020285463}
- - {x: -0.17572676, y: 0.17782043, z: 0}
- - {x: -0.17572676, y: 0.17782043, z: 0}
- - {x: -0.19505109, y: 0.15505989, z: 0.020285463}
- - {x: -0.17344512, y: 0.17551161, z: 0.040155508}
- - {x: -0.17344512, y: 0.17551161, z: 0.040155508}
- - {x: -0.19505109, y: 0.15505989, z: 0.020285463}
- - {x: -0.18966308, y: 0.15170628, z: 0.059271578}
- - {x: -0.19505109, y: 0.15505989, z: 0.020285463}
- - {x: -0.2126627, y: 0.13143277, z: 0}
- - {x: -0.21004447, y: 0.12981462, z: 0.039108615}
- - {x: -0.19505109, y: 0.15505989, z: 0.020285463}
- - {x: -0.21004447, y: 0.12981462, z: 0.039108615}
- - {x: -0.18966308, y: 0.15170628, z: 0.059271578}
- - {x: -0.18966308, y: 0.15170628, z: 0.059271578}
- - {x: -0.21004447, y: 0.12981462, z: 0.039108615}
- - {x: -0.20225425, y: 0.125, z: 0.07725424}
- - {x: -0.20225425, y: 0.125, z: -0.07725424}
- - {x: -0.21097787, y: 0.095903434, z: -0.09375963}
- - {x: -0.22275163, y: 0.09654684, z: -0.05966923}
- - {x: -0.21097787, y: 0.095903434, z: -0.09375963}
- - {x: -0.21566711, y: 0.06497298, z: -0.10847214}
- - {x: -0.22906104, y: 0.06602069, z: -0.075314716}
- - {x: -0.21097787, y: 0.095903434, z: -0.09375963}
- - {x: -0.22906104, y: 0.06602069, z: -0.075314716}
- - {x: -0.22275163, y: 0.09654684, z: -0.05966923}
- - {x: -0.22275163, y: 0.09654684, z: -0.05966923}
- - {x: -0.22906104, y: 0.06602069, z: -0.075314716}
- - {x: -0.23776414, y: 0.06571639, z: -0.040614963}
- - {x: -0.21566711, y: 0.06497298, z: -0.10847214}
- - {x: -0.21623233, y: 0.032800097, z: -0.12111041}
- - {x: -0.23107615, y: 0.032913845, z: -0.0895572}
- - {x: -0.21623233, y: 0.032800097, z: -0.12111041}
- - {x: -0.2126627, y: 0, z: -0.13143277}
- - {x: -0.22876085, y: 0, z: -0.10083884}
- - {x: -0.21623233, y: 0.032800097, z: -0.12111041}
- - {x: -0.22876085, y: 0, z: -0.10083884}
- - {x: -0.23107615, y: 0.032913845, z: -0.0895572}
- - {x: -0.23107615, y: 0.032913845, z: -0.0895572}
- - {x: -0.22876085, y: 0, z: -0.10083884}
- - {x: -0.2404846, y: 0, z: -0.06831663}
- - {x: -0.21566711, y: 0.06497298, z: -0.10847214}
- - {x: -0.23107615, y: 0.032913845, z: -0.0895572}
- - {x: -0.22906104, y: 0.06602069, z: -0.075314716}
- - {x: -0.23107615, y: 0.032913845, z: -0.0895572}
- - {x: -0.2404846, y: 0, z: -0.06831663}
- - {x: -0.24159816, y: 0.033198122, z: -0.055029258}
- - {x: -0.23107615, y: 0.032913845, z: -0.0895572}
- - {x: -0.24159816, y: 0.033198122, z: -0.055029258}
- - {x: -0.22906104, y: 0.06602069, z: -0.075314716}
- - {x: -0.22906104, y: 0.06602069, z: -0.075314716}
- - {x: -0.24159816, y: 0.033198122, z: -0.055029258}
- - {x: -0.23776414, y: 0.06571639, z: -0.040614963}
- - {x: -0.23776414, y: 0.06571639, z: -0.040614963}
- - {x: -0.24159816, y: 0.033198122, z: -0.055029258}
- - {x: -0.24692209, y: 0.03326778, z: -0.020560617}
- - {x: -0.24159816, y: 0.033198122, z: -0.055029258}
- - {x: -0.2404846, y: 0, z: -0.06831663}
- - {x: -0.24760972, y: 0, z: -0.03448806}
- - {x: -0.24159816, y: 0.033198122, z: -0.055029258}
- - {x: -0.24760972, y: 0, z: -0.03448806}
- - {x: -0.24692209, y: 0.03326778, z: -0.020560617}
- - {x: -0.24692209, y: 0.03326778, z: -0.020560617}
- - {x: -0.24760972, y: 0, z: -0.03448806}
- - {x: -0.25, y: 0, z: 0}
- - {x: -0.20225425, y: 0.125, z: -0.07725424}
- - {x: -0.22275163, y: 0.09654684, z: -0.05966923}
- - {x: -0.21004447, y: 0.12981462, z: -0.039108615}
- - {x: -0.22275163, y: 0.09654684, z: -0.05966923}
- - {x: -0.23776414, y: 0.06571639, z: -0.040614963}
- - {x: -0.22824562, y: 0.09990176, z: -0.020580895}
- - {x: -0.22275163, y: 0.09654684, z: -0.05966923}
- - {x: -0.22824562, y: 0.09990176, z: -0.020580895}
- - {x: -0.21004447, y: 0.12981462, z: -0.039108615}
- - {x: -0.21004447, y: 0.12981462, z: -0.039108615}
- - {x: -0.22824562, y: 0.09990176, z: -0.020580895}
- - {x: -0.2126627, y: 0.13143277, z: 0}
- - {x: -0.23776414, y: 0.06571639, z: -0.040614963}
- - {x: -0.24692209, y: 0.03326778, z: -0.020560617}
- - {x: -0.2409653, y: 0.06660118, z: 0}
- - {x: -0.24692209, y: 0.03326778, z: -0.020560617}
- - {x: -0.25, y: 0, z: 0}
- - {x: -0.24692209, y: 0.03326778, z: 0.020560617}
- - {x: -0.24692209, y: 0.03326778, z: -0.020560617}
- - {x: -0.24692209, y: 0.03326778, z: 0.020560617}
- - {x: -0.2409653, y: 0.06660118, z: 0}
- - {x: -0.2409653, y: 0.06660118, z: 0}
- - {x: -0.24692209, y: 0.03326778, z: 0.020560617}
- - {x: -0.23776414, y: 0.06571639, z: 0.040614963}
- - {x: -0.23776414, y: 0.06571639, z: -0.040614963}
- - {x: -0.2409653, y: 0.06660118, z: 0}
- - {x: -0.22824562, y: 0.09990176, z: -0.020580895}
- - {x: -0.2409653, y: 0.06660118, z: 0}
- - {x: -0.23776414, y: 0.06571639, z: 0.040614963}
- - {x: -0.22824562, y: 0.09990176, z: 0.020580895}
- - {x: -0.2409653, y: 0.06660118, z: 0}
- - {x: -0.22824562, y: 0.09990176, z: 0.020580895}
- - {x: -0.22824562, y: 0.09990176, z: -0.020580895}
- - {x: -0.22824562, y: 0.09990176, z: -0.020580895}
- - {x: -0.22824562, y: 0.09990176, z: 0.020580895}
- - {x: -0.2126627, y: 0.13143277, z: 0}
- - {x: -0.2126627, y: 0.13143277, z: 0}
- - {x: -0.22824562, y: 0.09990176, z: 0.020580895}
- - {x: -0.21004447, y: 0.12981462, z: 0.039108615}
- - {x: -0.22824562, y: 0.09990176, z: 0.020580895}
- - {x: -0.23776414, y: 0.06571639, z: 0.040614963}
- - {x: -0.22275163, y: 0.09654684, z: 0.05966923}
- - {x: -0.22824562, y: 0.09990176, z: 0.020580895}
- - {x: -0.22275163, y: 0.09654684, z: 0.05966923}
- - {x: -0.21004447, y: 0.12981462, z: 0.039108615}
- - {x: -0.21004447, y: 0.12981462, z: 0.039108615}
- - {x: -0.22275163, y: 0.09654684, z: 0.05966923}
- - {x: -0.20225425, y: 0.125, z: 0.07725424}
- - {x: -0.20225425, y: 0.125, z: 0.07725424}
- - {x: -0.22275163, y: 0.09654684, z: 0.05966923}
- - {x: -0.21097787, y: 0.095903434, z: 0.09375963}
- - {x: -0.22275163, y: 0.09654684, z: 0.05966923}
- - {x: -0.23776414, y: 0.06571639, z: 0.040614963}
- - {x: -0.22906104, y: 0.06602069, z: 0.075314716}
- - {x: -0.22275163, y: 0.09654684, z: 0.05966923}
- - {x: -0.22906104, y: 0.06602069, z: 0.075314716}
- - {x: -0.21097787, y: 0.095903434, z: 0.09375963}
- - {x: -0.21097787, y: 0.095903434, z: 0.09375963}
- - {x: -0.22906104, y: 0.06602069, z: 0.075314716}
- - {x: -0.21566711, y: 0.06497298, z: 0.10847214}
- - {x: -0.23776414, y: 0.06571639, z: 0.040614963}
- - {x: -0.24692209, y: 0.03326778, z: 0.020560617}
- - {x: -0.24159816, y: 0.033198122, z: 0.055029258}
- - {x: -0.24692209, y: 0.03326778, z: 0.020560617}
- - {x: -0.25, y: 0, z: 0}
- - {x: -0.24760972, y: 0, z: 0.03448806}
- - {x: -0.24692209, y: 0.03326778, z: 0.020560617}
- - {x: -0.24760972, y: 0, z: 0.03448806}
- - {x: -0.24159816, y: 0.033198122, z: 0.055029258}
- - {x: -0.24159816, y: 0.033198122, z: 0.055029258}
- - {x: -0.24760972, y: 0, z: 0.03448806}
- - {x: -0.2404846, y: 0, z: 0.06831663}
- - {x: -0.23776414, y: 0.06571639, z: 0.040614963}
- - {x: -0.24159816, y: 0.033198122, z: 0.055029258}
- - {x: -0.22906104, y: 0.06602069, z: 0.075314716}
- - {x: -0.24159816, y: 0.033198122, z: 0.055029258}
- - {x: -0.2404846, y: 0, z: 0.06831663}
- - {x: -0.23107615, y: 0.032913845, z: 0.0895572}
- - {x: -0.24159816, y: 0.033198122, z: 0.055029258}
- - {x: -0.23107615, y: 0.032913845, z: 0.0895572}
- - {x: -0.22906104, y: 0.06602069, z: 0.075314716}
- - {x: -0.22906104, y: 0.06602069, z: 0.075314716}
- - {x: -0.23107615, y: 0.032913845, z: 0.0895572}
- - {x: -0.21566711, y: 0.06497298, z: 0.10847214}
- - {x: -0.21566711, y: 0.06497298, z: 0.10847214}
- - {x: -0.23107615, y: 0.032913845, z: 0.0895572}
- - {x: -0.21623233, y: 0.032800097, z: 0.12111041}
- - {x: -0.23107615, y: 0.032913845, z: 0.0895572}
- - {x: -0.2404846, y: 0, z: 0.06831663}
- - {x: -0.22876085, y: 0, z: 0.10083884}
- - {x: -0.23107615, y: 0.032913845, z: 0.0895572}
- - {x: -0.22876085, y: 0, z: 0.10083884}
- - {x: -0.21623233, y: 0.032800097, z: 0.12111041}
- - {x: -0.21623233, y: 0.032800097, z: 0.12111041}
- - {x: -0.22876085, y: 0, z: 0.10083884}
- - {x: -0.2126627, y: 0, z: 0.13143277}
- - {x: 0.13143277, y: 0.2126627, z: 0}
- - {x: 0.12111041, y: 0.21623233, z: 0.032800097}
- - {x: 0.1539105, y: 0.19596076, z: 0.020271573}
- - {x: 0.12111041, y: 0.21623233, z: 0.032800097}
- - {x: 0.10847214, y: 0.21566711, z: 0.06497298}
- - {x: 0.14281292, y: 0.1981623, z: 0.053255714}
- - {x: 0.12111041, y: 0.21623233, z: 0.032800097}
- - {x: 0.14281292, y: 0.1981623, z: 0.053255714}
- - {x: 0.1539105, y: 0.19596076, z: 0.020271573}
- - {x: 0.1539105, y: 0.19596076, z: 0.020271573}
- - {x: 0.14281292, y: 0.1981623, z: 0.053255714}
- - {x: 0.17344512, y: 0.17551161, z: 0.040155508}
- - {x: 0.10847214, y: 0.21566711, z: 0.06497298}
- - {x: 0.09375963, y: 0.21097787, z: 0.095903434}
- - {x: 0.1290304, y: 0.19586292, z: 0.08653825}
- - {x: 0.09375963, y: 0.21097787, z: 0.095903434}
- - {x: 0.07725424, y: 0.20225425, z: 0.125}
- - {x: 0.11349764, y: 0.18948385, z: 0.117107466}
- - {x: 0.09375963, y: 0.21097787, z: 0.095903434}
- - {x: 0.11349764, y: 0.18948385, z: 0.117107466}
- - {x: 0.1290304, y: 0.19586292, z: 0.08653825}
- - {x: 0.1290304, y: 0.19586292, z: 0.08653825}
- - {x: 0.11349764, y: 0.18948385, z: 0.117107466}
- - {x: 0.14694633, y: 0.17204773, z: 0.10633135}
- - {x: 0.10847214, y: 0.21566711, z: 0.06497298}
- - {x: 0.1290304, y: 0.19586292, z: 0.08653825}
- - {x: 0.14281292, y: 0.1981623, z: 0.053255714}
- - {x: 0.1290304, y: 0.19586292, z: 0.08653825}
- - {x: 0.14694633, y: 0.17204773, z: 0.10633135}
- - {x: 0.16185299, y: 0.17557746, z: 0.07400114}
- - {x: 0.1290304, y: 0.19586292, z: 0.08653825}
- - {x: 0.16185299, y: 0.17557746, z: 0.07400114}
- - {x: 0.14281292, y: 0.1981623, z: 0.053255714}
- - {x: 0.14281292, y: 0.1981623, z: 0.053255714}
- - {x: 0.16185299, y: 0.17557746, z: 0.07400114}
- - {x: 0.17344512, y: 0.17551161, z: 0.040155508}
- - {x: 0.17344512, y: 0.17551161, z: 0.040155508}
- - {x: 0.16185299, y: 0.17557746, z: 0.07400114}
- - {x: 0.18966308, y: 0.15170628, z: 0.059271578}
- - {x: 0.16185299, y: 0.17557746, z: 0.07400114}
- - {x: 0.14694633, y: 0.17204773, z: 0.10633135}
- - {x: 0.17677669, y: 0.15037523, z: 0.092937}
- - {x: 0.16185299, y: 0.17557746, z: 0.07400114}
- - {x: 0.17677669, y: 0.15037523, z: 0.092937}
- - {x: 0.18966308, y: 0.15170628, z: 0.059271578}
- - {x: 0.18966308, y: 0.15170628, z: 0.059271578}
- - {x: 0.17677669, y: 0.15037523, z: 0.092937}
- - {x: 0.20225425, y: 0.125, z: 0.07725424}
- - {x: 0.07725424, y: 0.20225425, z: 0.125}
- - {x: 0.059271578, y: 0.18966308, z: 0.15170628}
- - {x: 0.092937, y: 0.17677669, z: 0.15037523}
- - {x: 0.059271578, y: 0.18966308, z: 0.15170628}
- - {x: 0.040155508, y: 0.17344512, z: 0.17551161}
- - {x: 0.07400114, y: 0.16185299, z: 0.17557746}
- - {x: 0.059271578, y: 0.18966308, z: 0.15170628}
- - {x: 0.07400114, y: 0.16185299, z: 0.17557746}
- - {x: 0.092937, y: 0.17677669, z: 0.15037523}
- - {x: 0.092937, y: 0.17677669, z: 0.15037523}
- - {x: 0.07400114, y: 0.16185299, z: 0.17557746}
- - {x: 0.10633135, y: 0.14694633, z: 0.17204773}
- - {x: 0.040155508, y: 0.17344512, z: 0.17551161}
- - {x: 0.020271573, y: 0.1539105, z: 0.19596076}
- - {x: 0.053255714, y: 0.14281292, z: 0.1981623}
- - {x: 0.020271573, y: 0.1539105, z: 0.19596076}
- - {x: 0, y: 0.13143277, z: 0.2126627}
- - {x: 0.032800097, y: 0.12111041, z: 0.21623233}
- - {x: 0.020271573, y: 0.1539105, z: 0.19596076}
- - {x: 0.032800097, y: 0.12111041, z: 0.21623233}
- - {x: 0.053255714, y: 0.14281292, z: 0.1981623}
- - {x: 0.053255714, y: 0.14281292, z: 0.1981623}
- - {x: 0.032800097, y: 0.12111041, z: 0.21623233}
- - {x: 0.06497298, y: 0.10847214, z: 0.21566711}
- - {x: 0.040155508, y: 0.17344512, z: 0.17551161}
- - {x: 0.053255714, y: 0.14281292, z: 0.1981623}
- - {x: 0.07400114, y: 0.16185299, z: 0.17557746}
- - {x: 0.053255714, y: 0.14281292, z: 0.1981623}
- - {x: 0.06497298, y: 0.10847214, z: 0.21566711}
- - {x: 0.08653825, y: 0.1290304, z: 0.19586292}
- - {x: 0.053255714, y: 0.14281292, z: 0.1981623}
- - {x: 0.08653825, y: 0.1290304, z: 0.19586292}
- - {x: 0.07400114, y: 0.16185299, z: 0.17557746}
- - {x: 0.07400114, y: 0.16185299, z: 0.17557746}
- - {x: 0.08653825, y: 0.1290304, z: 0.19586292}
- - {x: 0.10633135, y: 0.14694633, z: 0.17204773}
- - {x: 0.10633135, y: 0.14694633, z: 0.17204773}
- - {x: 0.08653825, y: 0.1290304, z: 0.19586292}
- - {x: 0.117107466, y: 0.11349764, z: 0.18948385}
- - {x: 0.08653825, y: 0.1290304, z: 0.19586292}
- - {x: 0.06497298, y: 0.10847214, z: 0.21566711}
- - {x: 0.095903434, y: 0.09375963, z: 0.21097787}
- - {x: 0.08653825, y: 0.1290304, z: 0.19586292}
- - {x: 0.095903434, y: 0.09375963, z: 0.21097787}
- - {x: 0.117107466, y: 0.11349764, z: 0.18948385}
- - {x: 0.117107466, y: 0.11349764, z: 0.18948385}
- - {x: 0.095903434, y: 0.09375963, z: 0.21097787}
- - {x: 0.125, y: 0.07725424, z: 0.20225425}
- - {x: 0.07725424, y: 0.20225425, z: 0.125}
- - {x: 0.092937, y: 0.17677669, z: 0.15037523}
- - {x: 0.11349764, y: 0.18948385, z: 0.117107466}
- - {x: 0.092937, y: 0.17677669, z: 0.15037523}
- - {x: 0.10633135, y: 0.14694633, z: 0.17204773}
- - {x: 0.12834387, y: 0.16164444, z: 0.14106356}
- - {x: 0.092937, y: 0.17677669, z: 0.15037523}
- - {x: 0.12834387, y: 0.16164444, z: 0.14106356}
- - {x: 0.11349764, y: 0.18948385, z: 0.117107466}
- - {x: 0.11349764, y: 0.18948385, z: 0.117107466}
- - {x: 0.12834387, y: 0.16164444, z: 0.14106356}
- - {x: 0.14694633, y: 0.17204773, z: 0.10633135}
- - {x: 0.10633135, y: 0.14694633, z: 0.17204773}
- - {x: 0.117107466, y: 0.11349764, z: 0.18948385}
- - {x: 0.14106356, y: 0.12834387, z: 0.16164444}
- - {x: 0.117107466, y: 0.11349764, z: 0.18948385}
- - {x: 0.125, y: 0.07725424, z: 0.20225425}
- - {x: 0.15037523, y: 0.092937, z: 0.17677669}
- - {x: 0.117107466, y: 0.11349764, z: 0.18948385}
- - {x: 0.15037523, y: 0.092937, z: 0.17677669}
- - {x: 0.14106356, y: 0.12834387, z: 0.16164444}
- - {x: 0.14106356, y: 0.12834387, z: 0.16164444}
- - {x: 0.15037523, y: 0.092937, z: 0.17677669}
- - {x: 0.17204773, y: 0.10633135, z: 0.14694633}
- - {x: 0.10633135, y: 0.14694633, z: 0.17204773}
- - {x: 0.14106356, y: 0.12834387, z: 0.16164444}
- - {x: 0.12834387, y: 0.16164444, z: 0.14106356}
- - {x: 0.14106356, y: 0.12834387, z: 0.16164444}
- - {x: 0.17204773, y: 0.10633135, z: 0.14694633}
- - {x: 0.16164444, y: 0.14106356, z: 0.12834387}
- - {x: 0.14106356, y: 0.12834387, z: 0.16164444}
- - {x: 0.16164444, y: 0.14106356, z: 0.12834387}
- - {x: 0.12834387, y: 0.16164444, z: 0.14106356}
- - {x: 0.12834387, y: 0.16164444, z: 0.14106356}
- - {x: 0.16164444, y: 0.14106356, z: 0.12834387}
- - {x: 0.14694633, y: 0.17204773, z: 0.10633135}
- - {x: 0.14694633, y: 0.17204773, z: 0.10633135}
- - {x: 0.16164444, y: 0.14106356, z: 0.12834387}
- - {x: 0.17677669, y: 0.15037523, z: 0.092937}
- - {x: 0.16164444, y: 0.14106356, z: 0.12834387}
- - {x: 0.17204773, y: 0.10633135, z: 0.14694633}
- - {x: 0.18948385, y: 0.117107466, z: 0.11349764}
- - {x: 0.16164444, y: 0.14106356, z: 0.12834387}
- - {x: 0.18948385, y: 0.117107466, z: 0.11349764}
- - {x: 0.17677669, y: 0.15037523, z: 0.092937}
- - {x: 0.17677669, y: 0.15037523, z: 0.092937}
- - {x: 0.18948385, y: 0.117107466, z: 0.11349764}
- - {x: 0.20225425, y: 0.125, z: 0.07725424}
- - {x: 0.20225425, y: 0.125, z: 0.07725424}
- - {x: 0.18948385, y: 0.117107466, z: 0.11349764}
- - {x: 0.21097787, y: 0.095903434, z: 0.09375963}
- - {x: 0.18948385, y: 0.117107466, z: 0.11349764}
- - {x: 0.17204773, y: 0.10633135, z: 0.14694633}
- - {x: 0.19586292, y: 0.08653825, z: 0.1290304}
- - {x: 0.18948385, y: 0.117107466, z: 0.11349764}
- - {x: 0.19586292, y: 0.08653825, z: 0.1290304}
- - {x: 0.21097787, y: 0.095903434, z: 0.09375963}
- - {x: 0.21097787, y: 0.095903434, z: 0.09375963}
- - {x: 0.19586292, y: 0.08653825, z: 0.1290304}
- - {x: 0.21566711, y: 0.06497298, z: 0.10847214}
- - {x: 0.17204773, y: 0.10633135, z: 0.14694633}
- - {x: 0.15037523, y: 0.092937, z: 0.17677669}
- - {x: 0.17557746, y: 0.07400114, z: 0.16185299}
- - {x: 0.15037523, y: 0.092937, z: 0.17677669}
- - {x: 0.125, y: 0.07725424, z: 0.20225425}
- - {x: 0.15170628, y: 0.059271578, z: 0.18966308}
- - {x: 0.15037523, y: 0.092937, z: 0.17677669}
- - {x: 0.15170628, y: 0.059271578, z: 0.18966308}
- - {x: 0.17557746, y: 0.07400114, z: 0.16185299}
- - {x: 0.17557746, y: 0.07400114, z: 0.16185299}
- - {x: 0.15170628, y: 0.059271578, z: 0.18966308}
- - {x: 0.17551161, y: 0.040155508, z: 0.17344512}
- - {x: 0.17204773, y: 0.10633135, z: 0.14694633}
- - {x: 0.17557746, y: 0.07400114, z: 0.16185299}
- - {x: 0.19586292, y: 0.08653825, z: 0.1290304}
- - {x: 0.17557746, y: 0.07400114, z: 0.16185299}
- - {x: 0.17551161, y: 0.040155508, z: 0.17344512}
- - {x: 0.1981623, y: 0.053255714, z: 0.14281292}
- - {x: 0.17557746, y: 0.07400114, z: 0.16185299}
- - {x: 0.1981623, y: 0.053255714, z: 0.14281292}
- - {x: 0.19586292, y: 0.08653825, z: 0.1290304}
- - {x: 0.19586292, y: 0.08653825, z: 0.1290304}
- - {x: 0.1981623, y: 0.053255714, z: 0.14281292}
- - {x: 0.21566711, y: 0.06497298, z: 0.10847214}
- - {x: 0.21566711, y: 0.06497298, z: 0.10847214}
- - {x: 0.1981623, y: 0.053255714, z: 0.14281292}
- - {x: 0.21623233, y: 0.032800097, z: 0.12111041}
- - {x: 0.1981623, y: 0.053255714, z: 0.14281292}
- - {x: 0.17551161, y: 0.040155508, z: 0.17344512}
- - {x: 0.19596076, y: 0.020271573, z: 0.1539105}
- - {x: 0.1981623, y: 0.053255714, z: 0.14281292}
- - {x: 0.19596076, y: 0.020271573, z: 0.1539105}
- - {x: 0.21623233, y: 0.032800097, z: 0.12111041}
- - {x: 0.21623233, y: 0.032800097, z: 0.12111041}
- - {x: 0.19596076, y: 0.020271573, z: 0.1539105}
- - {x: 0.2126627, y: 0, z: 0.13143277}
- - {x: 0, y: 0.13143277, z: 0.2126627}
- - {x: -0.032800097, y: 0.12111041, z: 0.21623233}
- - {x: 0, y: 0.10083884, z: 0.22876085}
- - {x: -0.032800097, y: 0.12111041, z: 0.21623233}
- - {x: -0.06497298, y: 0.10847214, z: 0.21566711}
- - {x: -0.032913845, y: 0.0895572, z: 0.23107615}
- - {x: -0.032800097, y: 0.12111041, z: 0.21623233}
- - {x: -0.032913845, y: 0.0895572, z: 0.23107615}
- - {x: 0, y: 0.10083884, z: 0.22876085}
- - {x: 0, y: 0.10083884, z: 0.22876085}
- - {x: -0.032913845, y: 0.0895572, z: 0.23107615}
- - {x: 0, y: 0.06831663, z: 0.2404846}
- - {x: -0.06497298, y: 0.10847214, z: 0.21566711}
- - {x: -0.095903434, y: 0.09375963, z: 0.21097787}
- - {x: -0.06602069, y: 0.075314716, z: 0.22906104}
- - {x: -0.095903434, y: 0.09375963, z: 0.21097787}
- - {x: -0.125, y: 0.07725424, z: 0.20225425}
- - {x: -0.09654684, y: 0.05966923, z: 0.22275163}
- - {x: -0.095903434, y: 0.09375963, z: 0.21097787}
- - {x: -0.09654684, y: 0.05966923, z: 0.22275163}
- - {x: -0.06602069, y: 0.075314716, z: 0.22906104}
- - {x: -0.06602069, y: 0.075314716, z: 0.22906104}
- - {x: -0.09654684, y: 0.05966923, z: 0.22275163}
- - {x: -0.06571639, y: 0.040614963, z: 0.23776414}
- - {x: -0.06497298, y: 0.10847214, z: 0.21566711}
- - {x: -0.06602069, y: 0.075314716, z: 0.22906104}
- - {x: -0.032913845, y: 0.0895572, z: 0.23107615}
- - {x: -0.06602069, y: 0.075314716, z: 0.22906104}
- - {x: -0.06571639, y: 0.040614963, z: 0.23776414}
- - {x: -0.033198122, y: 0.055029258, z: 0.24159816}
- - {x: -0.06602069, y: 0.075314716, z: 0.22906104}
- - {x: -0.033198122, y: 0.055029258, z: 0.24159816}
- - {x: -0.032913845, y: 0.0895572, z: 0.23107615}
- - {x: -0.032913845, y: 0.0895572, z: 0.23107615}
- - {x: -0.033198122, y: 0.055029258, z: 0.24159816}
- - {x: 0, y: 0.06831663, z: 0.2404846}
- - {x: 0, y: 0.06831663, z: 0.2404846}
- - {x: -0.033198122, y: 0.055029258, z: 0.24159816}
- - {x: 0, y: 0.03448806, z: 0.24760972}
- - {x: -0.033198122, y: 0.055029258, z: 0.24159816}
- - {x: -0.06571639, y: 0.040614963, z: 0.23776414}
- - {x: -0.03326778, y: 0.020560617, z: 0.24692209}
- - {x: -0.033198122, y: 0.055029258, z: 0.24159816}
- - {x: -0.03326778, y: 0.020560617, z: 0.24692209}
- - {x: 0, y: 0.03448806, z: 0.24760972}
- - {x: 0, y: 0.03448806, z: 0.24760972}
- - {x: -0.03326778, y: 0.020560617, z: 0.24692209}
- - {x: 0, y: 0, z: 0.25}
- - {x: -0.125, y: 0.07725424, z: 0.20225425}
- - {x: -0.15170628, y: 0.059271578, z: 0.18966308}
- - {x: -0.12981462, y: 0.039108615, z: 0.21004447}
- - {x: -0.15170628, y: 0.059271578, z: 0.18966308}
- - {x: -0.17551161, y: 0.040155508, z: 0.17344512}
- - {x: -0.15505989, y: 0.020285463, z: 0.19505109}
- - {x: -0.15170628, y: 0.059271578, z: 0.18966308}
- - {x: -0.15505989, y: 0.020285463, z: 0.19505109}
- - {x: -0.12981462, y: 0.039108615, z: 0.21004447}
- - {x: -0.12981462, y: 0.039108615, z: 0.21004447}
- - {x: -0.15505989, y: 0.020285463, z: 0.19505109}
- - {x: -0.13143277, y: 0, z: 0.2126627}
- - {x: -0.17551161, y: 0.040155508, z: 0.17344512}
- - {x: -0.19596076, y: 0.020271573, z: 0.1539105}
- - {x: -0.17782043, y: 0, z: 0.17572676}
- - {x: -0.19596076, y: 0.020271573, z: 0.1539105}
- - {x: -0.2126627, y: 0, z: 0.13143277}
- - {x: -0.19596076, y: -0.020271573, z: 0.1539105}
- - {x: -0.19596076, y: 0.020271573, z: 0.1539105}
- - {x: -0.19596076, y: -0.020271573, z: 0.1539105}
- - {x: -0.17782043, y: 0, z: 0.17572676}
- - {x: -0.17782043, y: 0, z: 0.17572676}
- - {x: -0.19596076, y: -0.020271573, z: 0.1539105}
- - {x: -0.17551161, y: -0.040155508, z: 0.17344512}
- - {x: -0.17551161, y: 0.040155508, z: 0.17344512}
- - {x: -0.17782043, y: 0, z: 0.17572676}
- - {x: -0.15505989, y: 0.020285463, z: 0.19505109}
- - {x: -0.17782043, y: 0, z: 0.17572676}
- - {x: -0.17551161, y: -0.040155508, z: 0.17344512}
- - {x: -0.15505989, y: -0.020285463, z: 0.19505109}
- - {x: -0.17782043, y: 0, z: 0.17572676}
- - {x: -0.15505989, y: -0.020285463, z: 0.19505109}
- - {x: -0.15505989, y: 0.020285463, z: 0.19505109}
- - {x: -0.15505989, y: 0.020285463, z: 0.19505109}
- - {x: -0.15505989, y: -0.020285463, z: 0.19505109}
- - {x: -0.13143277, y: 0, z: 0.2126627}
- - {x: -0.13143277, y: 0, z: 0.2126627}
- - {x: -0.15505989, y: -0.020285463, z: 0.19505109}
- - {x: -0.12981462, y: -0.039108615, z: 0.21004447}
- - {x: -0.15505989, y: -0.020285463, z: 0.19505109}
- - {x: -0.17551161, y: -0.040155508, z: 0.17344512}
- - {x: -0.15170628, y: -0.059271578, z: 0.18966308}
- - {x: -0.15505989, y: -0.020285463, z: 0.19505109}
- - {x: -0.15170628, y: -0.059271578, z: 0.18966308}
- - {x: -0.12981462, y: -0.039108615, z: 0.21004447}
- - {x: -0.12981462, y: -0.039108615, z: 0.21004447}
- - {x: -0.15170628, y: -0.059271578, z: 0.18966308}
- - {x: -0.125, y: -0.07725424, z: 0.20225425}
- - {x: -0.125, y: 0.07725424, z: 0.20225425}
- - {x: -0.12981462, y: 0.039108615, z: 0.21004447}
- - {x: -0.09654684, y: 0.05966923, z: 0.22275163}
- - {x: -0.12981462, y: 0.039108615, z: 0.21004447}
- - {x: -0.13143277, y: 0, z: 0.2126627}
- - {x: -0.09990176, y: 0.020580895, z: 0.22824562}
- - {x: -0.12981462, y: 0.039108615, z: 0.21004447}
- - {x: -0.09990176, y: 0.020580895, z: 0.22824562}
- - {x: -0.09654684, y: 0.05966923, z: 0.22275163}
- - {x: -0.09654684, y: 0.05966923, z: 0.22275163}
- - {x: -0.09990176, y: 0.020580895, z: 0.22824562}
- - {x: -0.06571639, y: 0.040614963, z: 0.23776414}
- - {x: -0.13143277, y: 0, z: 0.2126627}
- - {x: -0.12981462, y: -0.039108615, z: 0.21004447}
- - {x: -0.09990176, y: -0.020580895, z: 0.22824562}
- - {x: -0.12981462, y: -0.039108615, z: 0.21004447}
- - {x: -0.125, y: -0.07725424, z: 0.20225425}
- - {x: -0.09654684, y: -0.05966923, z: 0.22275163}
- - {x: -0.12981462, y: -0.039108615, z: 0.21004447}
- - {x: -0.09654684, y: -0.05966923, z: 0.22275163}
- - {x: -0.09990176, y: -0.020580895, z: 0.22824562}
- - {x: -0.09990176, y: -0.020580895, z: 0.22824562}
- - {x: -0.09654684, y: -0.05966923, z: 0.22275163}
- - {x: -0.06571639, y: -0.040614963, z: 0.23776414}
- - {x: -0.13143277, y: 0, z: 0.2126627}
- - {x: -0.09990176, y: -0.020580895, z: 0.22824562}
- - {x: -0.09990176, y: 0.020580895, z: 0.22824562}
- - {x: -0.09990176, y: -0.020580895, z: 0.22824562}
- - {x: -0.06571639, y: -0.040614963, z: 0.23776414}
- - {x: -0.06660118, y: 0, z: 0.2409653}
- - {x: -0.09990176, y: -0.020580895, z: 0.22824562}
- - {x: -0.06660118, y: 0, z: 0.2409653}
- - {x: -0.09990176, y: 0.020580895, z: 0.22824562}
- - {x: -0.09990176, y: 0.020580895, z: 0.22824562}
- - {x: -0.06660118, y: 0, z: 0.2409653}
- - {x: -0.06571639, y: 0.040614963, z: 0.23776414}
- - {x: -0.06571639, y: 0.040614963, z: 0.23776414}
- - {x: -0.06660118, y: 0, z: 0.2409653}
- - {x: -0.03326778, y: 0.020560617, z: 0.24692209}
- - {x: -0.06660118, y: 0, z: 0.2409653}
- - {x: -0.06571639, y: -0.040614963, z: 0.23776414}
- - {x: -0.03326778, y: -0.020560617, z: 0.24692209}
- - {x: -0.06660118, y: 0, z: 0.2409653}
- - {x: -0.03326778, y: -0.020560617, z: 0.24692209}
- - {x: -0.03326778, y: 0.020560617, z: 0.24692209}
- - {x: -0.03326778, y: 0.020560617, z: 0.24692209}
- - {x: -0.03326778, y: -0.020560617, z: 0.24692209}
- - {x: 0, y: 0, z: 0.25}
- - {x: 0, y: 0, z: 0.25}
- - {x: -0.03326778, y: -0.020560617, z: 0.24692209}
- - {x: 0, y: -0.03448806, z: 0.24760972}
- - {x: -0.03326778, y: -0.020560617, z: 0.24692209}
- - {x: -0.06571639, y: -0.040614963, z: 0.23776414}
- - {x: -0.033198122, y: -0.055029258, z: 0.24159816}
- - {x: -0.03326778, y: -0.020560617, z: 0.24692209}
- - {x: -0.033198122, y: -0.055029258, z: 0.24159816}
- - {x: 0, y: -0.03448806, z: 0.24760972}
- - {x: 0, y: -0.03448806, z: 0.24760972}
- - {x: -0.033198122, y: -0.055029258, z: 0.24159816}
- - {x: 0, y: -0.06831663, z: 0.2404846}
- - {x: -0.06571639, y: -0.040614963, z: 0.23776414}
- - {x: -0.09654684, y: -0.05966923, z: 0.22275163}
- - {x: -0.06602069, y: -0.075314716, z: 0.22906104}
- - {x: -0.09654684, y: -0.05966923, z: 0.22275163}
- - {x: -0.125, y: -0.07725424, z: 0.20225425}
- - {x: -0.095903434, y: -0.09375963, z: 0.21097787}
- - {x: -0.09654684, y: -0.05966923, z: 0.22275163}
- - {x: -0.095903434, y: -0.09375963, z: 0.21097787}
- - {x: -0.06602069, y: -0.075314716, z: 0.22906104}
- - {x: -0.06602069, y: -0.075314716, z: 0.22906104}
- - {x: -0.095903434, y: -0.09375963, z: 0.21097787}
- - {x: -0.06497298, y: -0.10847214, z: 0.21566711}
- - {x: -0.06571639, y: -0.040614963, z: 0.23776414}
- - {x: -0.06602069, y: -0.075314716, z: 0.22906104}
- - {x: -0.033198122, y: -0.055029258, z: 0.24159816}
- - {x: -0.06602069, y: -0.075314716, z: 0.22906104}
- - {x: -0.06497298, y: -0.10847214, z: 0.21566711}
- - {x: -0.032913845, y: -0.0895572, z: 0.23107615}
- - {x: -0.06602069, y: -0.075314716, z: 0.22906104}
- - {x: -0.032913845, y: -0.0895572, z: 0.23107615}
- - {x: -0.033198122, y: -0.055029258, z: 0.24159816}
- - {x: -0.033198122, y: -0.055029258, z: 0.24159816}
- - {x: -0.032913845, y: -0.0895572, z: 0.23107615}
- - {x: 0, y: -0.06831663, z: 0.2404846}
- - {x: 0, y: -0.06831663, z: 0.2404846}
- - {x: -0.032913845, y: -0.0895572, z: 0.23107615}
- - {x: 0, y: -0.10083884, z: 0.22876085}
- - {x: -0.032913845, y: -0.0895572, z: 0.23107615}
- - {x: -0.06497298, y: -0.10847214, z: 0.21566711}
- - {x: -0.032800097, y: -0.12111041, z: 0.21623233}
- - {x: -0.032913845, y: -0.0895572, z: 0.23107615}
- - {x: -0.032800097, y: -0.12111041, z: 0.21623233}
- - {x: 0, y: -0.10083884, z: 0.22876085}
- - {x: 0, y: -0.10083884, z: 0.22876085}
- - {x: -0.032800097, y: -0.12111041, z: 0.21623233}
- - {x: 0, y: -0.13143277, z: 0.2126627}
- - {x: -0.2126627, y: 0, z: 0.13143277}
- - {x: -0.22876085, y: 0, z: 0.10083884}
- - {x: -0.21623233, y: -0.032800097, z: 0.12111041}
- - {x: -0.22876085, y: 0, z: 0.10083884}
- - {x: -0.2404846, y: 0, z: 0.06831663}
- - {x: -0.23107615, y: -0.032913845, z: 0.0895572}
- - {x: -0.22876085, y: 0, z: 0.10083884}
- - {x: -0.23107615, y: -0.032913845, z: 0.0895572}
- - {x: -0.21623233, y: -0.032800097, z: 0.12111041}
- - {x: -0.21623233, y: -0.032800097, z: 0.12111041}
- - {x: -0.23107615, y: -0.032913845, z: 0.0895572}
- - {x: -0.21566711, y: -0.06497298, z: 0.10847214}
- - {x: -0.2404846, y: 0, z: 0.06831663}
- - {x: -0.24760972, y: 0, z: 0.03448806}
- - {x: -0.24159816, y: -0.033198122, z: 0.055029258}
- - {x: -0.24760972, y: 0, z: 0.03448806}
- - {x: -0.25, y: 0, z: 0}
- - {x: -0.24692209, y: -0.03326778, z: 0.020560617}
- - {x: -0.24760972, y: 0, z: 0.03448806}
- - {x: -0.24692209, y: -0.03326778, z: 0.020560617}
- - {x: -0.24159816, y: -0.033198122, z: 0.055029258}
- - {x: -0.24159816, y: -0.033198122, z: 0.055029258}
- - {x: -0.24692209, y: -0.03326778, z: 0.020560617}
- - {x: -0.23776414, y: -0.06571639, z: 0.040614963}
- - {x: -0.2404846, y: 0, z: 0.06831663}
- - {x: -0.24159816, y: -0.033198122, z: 0.055029258}
- - {x: -0.23107615, y: -0.032913845, z: 0.0895572}
- - {x: -0.24159816, y: -0.033198122, z: 0.055029258}
- - {x: -0.23776414, y: -0.06571639, z: 0.040614963}
- - {x: -0.22906104, y: -0.06602069, z: 0.075314716}
- - {x: -0.24159816, y: -0.033198122, z: 0.055029258}
- - {x: -0.22906104, y: -0.06602069, z: 0.075314716}
- - {x: -0.23107615, y: -0.032913845, z: 0.0895572}
- - {x: -0.23107615, y: -0.032913845, z: 0.0895572}
- - {x: -0.22906104, y: -0.06602069, z: 0.075314716}
- - {x: -0.21566711, y: -0.06497298, z: 0.10847214}
- - {x: -0.21566711, y: -0.06497298, z: 0.10847214}
- - {x: -0.22906104, y: -0.06602069, z: 0.075314716}
- - {x: -0.21097787, y: -0.095903434, z: 0.09375963}
- - {x: -0.22906104, y: -0.06602069, z: 0.075314716}
- - {x: -0.23776414, y: -0.06571639, z: 0.040614963}
- - {x: -0.22275163, y: -0.09654684, z: 0.05966923}
- - {x: -0.22906104, y: -0.06602069, z: 0.075314716}
- - {x: -0.22275163, y: -0.09654684, z: 0.05966923}
- - {x: -0.21097787, y: -0.095903434, z: 0.09375963}
- - {x: -0.21097787, y: -0.095903434, z: 0.09375963}
- - {x: -0.22275163, y: -0.09654684, z: 0.05966923}
- - {x: -0.20225425, y: -0.125, z: 0.07725424}
- - {x: -0.25, y: 0, z: 0}
- - {x: -0.24760972, y: 0, z: -0.03448806}
- - {x: -0.24692209, y: -0.03326778, z: -0.020560617}
- - {x: -0.24760972, y: 0, z: -0.03448806}
- - {x: -0.2404846, y: 0, z: -0.06831663}
- - {x: -0.24159816, y: -0.033198122, z: -0.055029258}
- - {x: -0.24760972, y: 0, z: -0.03448806}
- - {x: -0.24159816, y: -0.033198122, z: -0.055029258}
- - {x: -0.24692209, y: -0.03326778, z: -0.020560617}
- - {x: -0.24692209, y: -0.03326778, z: -0.020560617}
- - {x: -0.24159816, y: -0.033198122, z: -0.055029258}
- - {x: -0.23776414, y: -0.06571639, z: -0.040614963}
- - {x: -0.2404846, y: 0, z: -0.06831663}
- - {x: -0.22876085, y: 0, z: -0.10083884}
- - {x: -0.23107615, y: -0.032913845, z: -0.0895572}
- - {x: -0.22876085, y: 0, z: -0.10083884}
- - {x: -0.2126627, y: 0, z: -0.13143277}
- - {x: -0.21623233, y: -0.032800097, z: -0.12111041}
- - {x: -0.22876085, y: 0, z: -0.10083884}
- - {x: -0.21623233, y: -0.032800097, z: -0.12111041}
- - {x: -0.23107615, y: -0.032913845, z: -0.0895572}
- - {x: -0.23107615, y: -0.032913845, z: -0.0895572}
- - {x: -0.21623233, y: -0.032800097, z: -0.12111041}
- - {x: -0.21566711, y: -0.06497298, z: -0.10847214}
- - {x: -0.2404846, y: 0, z: -0.06831663}
- - {x: -0.23107615, y: -0.032913845, z: -0.0895572}
- - {x: -0.24159816, y: -0.033198122, z: -0.055029258}
- - {x: -0.23107615, y: -0.032913845, z: -0.0895572}
- - {x: -0.21566711, y: -0.06497298, z: -0.10847214}
- - {x: -0.22906104, y: -0.06602069, z: -0.075314716}
- - {x: -0.23107615, y: -0.032913845, z: -0.0895572}
- - {x: -0.22906104, y: -0.06602069, z: -0.075314716}
- - {x: -0.24159816, y: -0.033198122, z: -0.055029258}
- - {x: -0.24159816, y: -0.033198122, z: -0.055029258}
- - {x: -0.22906104, y: -0.06602069, z: -0.075314716}
- - {x: -0.23776414, y: -0.06571639, z: -0.040614963}
- - {x: -0.23776414, y: -0.06571639, z: -0.040614963}
- - {x: -0.22906104, y: -0.06602069, z: -0.075314716}
- - {x: -0.22275163, y: -0.09654684, z: -0.05966923}
- - {x: -0.22906104, y: -0.06602069, z: -0.075314716}
- - {x: -0.21566711, y: -0.06497298, z: -0.10847214}
- - {x: -0.21097787, y: -0.095903434, z: -0.09375963}
- - {x: -0.22906104, y: -0.06602069, z: -0.075314716}
- - {x: -0.21097787, y: -0.095903434, z: -0.09375963}
- - {x: -0.22275163, y: -0.09654684, z: -0.05966923}
- - {x: -0.22275163, y: -0.09654684, z: -0.05966923}
- - {x: -0.21097787, y: -0.095903434, z: -0.09375963}
- - {x: -0.20225425, y: -0.125, z: -0.07725424}
- - {x: -0.25, y: 0, z: 0}
- - {x: -0.24692209, y: -0.03326778, z: -0.020560617}
- - {x: -0.24692209, y: -0.03326778, z: 0.020560617}
- - {x: -0.24692209, y: -0.03326778, z: -0.020560617}
- - {x: -0.23776414, y: -0.06571639, z: -0.040614963}
- - {x: -0.2409653, y: -0.06660118, z: 0}
- - {x: -0.24692209, y: -0.03326778, z: -0.020560617}
- - {x: -0.2409653, y: -0.06660118, z: 0}
- - {x: -0.24692209, y: -0.03326778, z: 0.020560617}
- - {x: -0.24692209, y: -0.03326778, z: 0.020560617}
- - {x: -0.2409653, y: -0.06660118, z: 0}
- - {x: -0.23776414, y: -0.06571639, z: 0.040614963}
- - {x: -0.23776414, y: -0.06571639, z: -0.040614963}
- - {x: -0.22275163, y: -0.09654684, z: -0.05966923}
- - {x: -0.22824562, y: -0.09990176, z: -0.020580895}
- - {x: -0.22275163, y: -0.09654684, z: -0.05966923}
- - {x: -0.20225425, y: -0.125, z: -0.07725424}
- - {x: -0.21004447, y: -0.12981462, z: -0.039108615}
- - {x: -0.22275163, y: -0.09654684, z: -0.05966923}
- - {x: -0.21004447, y: -0.12981462, z: -0.039108615}
- - {x: -0.22824562, y: -0.09990176, z: -0.020580895}
- - {x: -0.22824562, y: -0.09990176, z: -0.020580895}
- - {x: -0.21004447, y: -0.12981462, z: -0.039108615}
- - {x: -0.2126627, y: -0.13143277, z: 0}
- - {x: -0.23776414, y: -0.06571639, z: -0.040614963}
- - {x: -0.22824562, y: -0.09990176, z: -0.020580895}
- - {x: -0.2409653, y: -0.06660118, z: 0}
- - {x: -0.22824562, y: -0.09990176, z: -0.020580895}
- - {x: -0.2126627, y: -0.13143277, z: 0}
- - {x: -0.22824562, y: -0.09990176, z: 0.020580895}
- - {x: -0.22824562, y: -0.09990176, z: -0.020580895}
- - {x: -0.22824562, y: -0.09990176, z: 0.020580895}
- - {x: -0.2409653, y: -0.06660118, z: 0}
- - {x: -0.2409653, y: -0.06660118, z: 0}
- - {x: -0.22824562, y: -0.09990176, z: 0.020580895}
- - {x: -0.23776414, y: -0.06571639, z: 0.040614963}
- - {x: -0.23776414, y: -0.06571639, z: 0.040614963}
- - {x: -0.22824562, y: -0.09990176, z: 0.020580895}
- - {x: -0.22275163, y: -0.09654684, z: 0.05966923}
- - {x: -0.22824562, y: -0.09990176, z: 0.020580895}
- - {x: -0.2126627, y: -0.13143277, z: 0}
- - {x: -0.21004447, y: -0.12981462, z: 0.039108615}
- - {x: -0.22824562, y: -0.09990176, z: 0.020580895}
- - {x: -0.21004447, y: -0.12981462, z: 0.039108615}
- - {x: -0.22275163, y: -0.09654684, z: 0.05966923}
- - {x: -0.22275163, y: -0.09654684, z: 0.05966923}
- - {x: -0.21004447, y: -0.12981462, z: 0.039108615}
- - {x: -0.20225425, y: -0.125, z: 0.07725424}
- - {x: -0.20225425, y: -0.125, z: 0.07725424}
- - {x: -0.21004447, y: -0.12981462, z: 0.039108615}
- - {x: -0.18966308, y: -0.15170628, z: 0.059271578}
- - {x: -0.21004447, y: -0.12981462, z: 0.039108615}
- - {x: -0.2126627, y: -0.13143277, z: 0}
- - {x: -0.19505109, y: -0.15505989, z: 0.020285463}
- - {x: -0.21004447, y: -0.12981462, z: 0.039108615}
- - {x: -0.19505109, y: -0.15505989, z: 0.020285463}
- - {x: -0.18966308, y: -0.15170628, z: 0.059271578}
- - {x: -0.18966308, y: -0.15170628, z: 0.059271578}
- - {x: -0.19505109, y: -0.15505989, z: 0.020285463}
- - {x: -0.17344512, y: -0.17551161, z: 0.040155508}
- - {x: -0.2126627, y: -0.13143277, z: 0}
- - {x: -0.21004447, y: -0.12981462, z: -0.039108615}
- - {x: -0.19505109, y: -0.15505989, z: -0.020285463}
- - {x: -0.21004447, y: -0.12981462, z: -0.039108615}
- - {x: -0.20225425, y: -0.125, z: -0.07725424}
- - {x: -0.18966308, y: -0.15170628, z: -0.059271578}
- - {x: -0.21004447, y: -0.12981462, z: -0.039108615}
- - {x: -0.18966308, y: -0.15170628, z: -0.059271578}
- - {x: -0.19505109, y: -0.15505989, z: -0.020285463}
- - {x: -0.19505109, y: -0.15505989, z: -0.020285463}
- - {x: -0.18966308, y: -0.15170628, z: -0.059271578}
- - {x: -0.17344512, y: -0.17551161, z: -0.040155508}
- - {x: -0.2126627, y: -0.13143277, z: 0}
- - {x: -0.19505109, y: -0.15505989, z: -0.020285463}
- - {x: -0.19505109, y: -0.15505989, z: 0.020285463}
- - {x: -0.19505109, y: -0.15505989, z: -0.020285463}
- - {x: -0.17344512, y: -0.17551161, z: -0.040155508}
- - {x: -0.17572676, y: -0.17782043, z: 0}
- - {x: -0.19505109, y: -0.15505989, z: -0.020285463}
- - {x: -0.17572676, y: -0.17782043, z: 0}
- - {x: -0.19505109, y: -0.15505989, z: 0.020285463}
- - {x: -0.19505109, y: -0.15505989, z: 0.020285463}
- - {x: -0.17572676, y: -0.17782043, z: 0}
- - {x: -0.17344512, y: -0.17551161, z: 0.040155508}
- - {x: -0.17344512, y: -0.17551161, z: 0.040155508}
- - {x: -0.17572676, y: -0.17782043, z: 0}
- - {x: -0.1539105, y: -0.19596076, z: 0.020271573}
- - {x: -0.17572676, y: -0.17782043, z: 0}
- - {x: -0.17344512, y: -0.17551161, z: -0.040155508}
- - {x: -0.1539105, y: -0.19596076, z: -0.020271573}
- - {x: -0.17572676, y: -0.17782043, z: 0}
- - {x: -0.1539105, y: -0.19596076, z: -0.020271573}
- - {x: -0.1539105, y: -0.19596076, z: 0.020271573}
- - {x: -0.1539105, y: -0.19596076, z: 0.020271573}
- - {x: -0.1539105, y: -0.19596076, z: -0.020271573}
- - {x: -0.13143277, y: -0.2126627, z: 0}
- - {x: -0.2126627, y: 0, z: -0.13143277}
- - {x: -0.19596076, y: 0.020271573, z: -0.1539105}
- - {x: -0.19596076, y: -0.020271573, z: -0.1539105}
- - {x: -0.19596076, y: 0.020271573, z: -0.1539105}
- - {x: -0.17551161, y: 0.040155508, z: -0.17344512}
- - {x: -0.17782043, y: 0, z: -0.17572676}
- - {x: -0.19596076, y: 0.020271573, z: -0.1539105}
- - {x: -0.17782043, y: 0, z: -0.17572676}
- - {x: -0.19596076, y: -0.020271573, z: -0.1539105}
- - {x: -0.19596076, y: -0.020271573, z: -0.1539105}
- - {x: -0.17782043, y: 0, z: -0.17572676}
- - {x: -0.17551161, y: -0.040155508, z: -0.17344512}
- - {x: -0.17551161, y: 0.040155508, z: -0.17344512}
- - {x: -0.15170628, y: 0.059271578, z: -0.18966308}
- - {x: -0.15505989, y: 0.020285463, z: -0.19505109}
- - {x: -0.15170628, y: 0.059271578, z: -0.18966308}
- - {x: -0.125, y: 0.07725424, z: -0.20225425}
- - {x: -0.12981462, y: 0.039108615, z: -0.21004447}
- - {x: -0.15170628, y: 0.059271578, z: -0.18966308}
- - {x: -0.12981462, y: 0.039108615, z: -0.21004447}
- - {x: -0.15505989, y: 0.020285463, z: -0.19505109}
- - {x: -0.15505989, y: 0.020285463, z: -0.19505109}
- - {x: -0.12981462, y: 0.039108615, z: -0.21004447}
- - {x: -0.13143277, y: 0, z: -0.2126627}
- - {x: -0.17551161, y: 0.040155508, z: -0.17344512}
- - {x: -0.15505989, y: 0.020285463, z: -0.19505109}
- - {x: -0.17782043, y: 0, z: -0.17572676}
- - {x: -0.15505989, y: 0.020285463, z: -0.19505109}
- - {x: -0.13143277, y: 0, z: -0.2126627}
- - {x: -0.15505989, y: -0.020285463, z: -0.19505109}
- - {x: -0.15505989, y: 0.020285463, z: -0.19505109}
- - {x: -0.15505989, y: -0.020285463, z: -0.19505109}
- - {x: -0.17782043, y: 0, z: -0.17572676}
- - {x: -0.17782043, y: 0, z: -0.17572676}
- - {x: -0.15505989, y: -0.020285463, z: -0.19505109}
- - {x: -0.17551161, y: -0.040155508, z: -0.17344512}
- - {x: -0.17551161, y: -0.040155508, z: -0.17344512}
- - {x: -0.15505989, y: -0.020285463, z: -0.19505109}
- - {x: -0.15170628, y: -0.059271578, z: -0.18966308}
- - {x: -0.15505989, y: -0.020285463, z: -0.19505109}
- - {x: -0.13143277, y: 0, z: -0.2126627}
- - {x: -0.12981462, y: -0.039108615, z: -0.21004447}
- - {x: -0.15505989, y: -0.020285463, z: -0.19505109}
- - {x: -0.12981462, y: -0.039108615, z: -0.21004447}
- - {x: -0.15170628, y: -0.059271578, z: -0.18966308}
- - {x: -0.15170628, y: -0.059271578, z: -0.18966308}
- - {x: -0.12981462, y: -0.039108615, z: -0.21004447}
- - {x: -0.125, y: -0.07725424, z: -0.20225425}
- - {x: -0.125, y: 0.07725424, z: -0.20225425}
- - {x: -0.095903434, y: 0.09375963, z: -0.21097787}
- - {x: -0.09654684, y: 0.05966923, z: -0.22275163}
- - {x: -0.095903434, y: 0.09375963, z: -0.21097787}
- - {x: -0.06497298, y: 0.10847214, z: -0.21566711}
- - {x: -0.06602069, y: 0.075314716, z: -0.22906104}
- - {x: -0.095903434, y: 0.09375963, z: -0.21097787}
- - {x: -0.06602069, y: 0.075314716, z: -0.22906104}
- - {x: -0.09654684, y: 0.05966923, z: -0.22275163}
- - {x: -0.09654684, y: 0.05966923, z: -0.22275163}
- - {x: -0.06602069, y: 0.075314716, z: -0.22906104}
- - {x: -0.06571639, y: 0.040614963, z: -0.23776414}
- - {x: -0.06497298, y: 0.10847214, z: -0.21566711}
- - {x: -0.032800097, y: 0.12111041, z: -0.21623233}
- - {x: -0.032913845, y: 0.0895572, z: -0.23107615}
- - {x: -0.032800097, y: 0.12111041, z: -0.21623233}
- - {x: 0, y: 0.13143277, z: -0.2126627}
- - {x: 0, y: 0.10083884, z: -0.22876085}
- - {x: -0.032800097, y: 0.12111041, z: -0.21623233}
- - {x: 0, y: 0.10083884, z: -0.22876085}
- - {x: -0.032913845, y: 0.0895572, z: -0.23107615}
- - {x: -0.032913845, y: 0.0895572, z: -0.23107615}
- - {x: 0, y: 0.10083884, z: -0.22876085}
- - {x: 0, y: 0.06831663, z: -0.2404846}
- - {x: -0.06497298, y: 0.10847214, z: -0.21566711}
- - {x: -0.032913845, y: 0.0895572, z: -0.23107615}
- - {x: -0.06602069, y: 0.075314716, z: -0.22906104}
- - {x: -0.032913845, y: 0.0895572, z: -0.23107615}
- - {x: 0, y: 0.06831663, z: -0.2404846}
- - {x: -0.033198122, y: 0.055029258, z: -0.24159816}
- - {x: -0.032913845, y: 0.0895572, z: -0.23107615}
- - {x: -0.033198122, y: 0.055029258, z: -0.24159816}
- - {x: -0.06602069, y: 0.075314716, z: -0.22906104}
- - {x: -0.06602069, y: 0.075314716, z: -0.22906104}
- - {x: -0.033198122, y: 0.055029258, z: -0.24159816}
- - {x: -0.06571639, y: 0.040614963, z: -0.23776414}
- - {x: -0.06571639, y: 0.040614963, z: -0.23776414}
- - {x: -0.033198122, y: 0.055029258, z: -0.24159816}
- - {x: -0.03326778, y: 0.020560617, z: -0.24692209}
- - {x: -0.033198122, y: 0.055029258, z: -0.24159816}
- - {x: 0, y: 0.06831663, z: -0.2404846}
- - {x: 0, y: 0.03448806, z: -0.24760972}
- - {x: -0.033198122, y: 0.055029258, z: -0.24159816}
- - {x: 0, y: 0.03448806, z: -0.24760972}
- - {x: -0.03326778, y: 0.020560617, z: -0.24692209}
- - {x: -0.03326778, y: 0.020560617, z: -0.24692209}
- - {x: 0, y: 0.03448806, z: -0.24760972}
- - {x: 0, y: 0, z: -0.25}
- - {x: -0.125, y: 0.07725424, z: -0.20225425}
- - {x: -0.09654684, y: 0.05966923, z: -0.22275163}
- - {x: -0.12981462, y: 0.039108615, z: -0.21004447}
- - {x: -0.09654684, y: 0.05966923, z: -0.22275163}
- - {x: -0.06571639, y: 0.040614963, z: -0.23776414}
- - {x: -0.09990176, y: 0.020580895, z: -0.22824562}
- - {x: -0.09654684, y: 0.05966923, z: -0.22275163}
- - {x: -0.09990176, y: 0.020580895, z: -0.22824562}
- - {x: -0.12981462, y: 0.039108615, z: -0.21004447}
- - {x: -0.12981462, y: 0.039108615, z: -0.21004447}
- - {x: -0.09990176, y: 0.020580895, z: -0.22824562}
- - {x: -0.13143277, y: 0, z: -0.2126627}
- - {x: -0.06571639, y: 0.040614963, z: -0.23776414}
- - {x: -0.03326778, y: 0.020560617, z: -0.24692209}
- - {x: -0.06660118, y: 0, z: -0.2409653}
- - {x: -0.03326778, y: 0.020560617, z: -0.24692209}
- - {x: 0, y: 0, z: -0.25}
- - {x: -0.03326778, y: -0.020560617, z: -0.24692209}
- - {x: -0.03326778, y: 0.020560617, z: -0.24692209}
- - {x: -0.03326778, y: -0.020560617, z: -0.24692209}
- - {x: -0.06660118, y: 0, z: -0.2409653}
- - {x: -0.06660118, y: 0, z: -0.2409653}
- - {x: -0.03326778, y: -0.020560617, z: -0.24692209}
- - {x: -0.06571639, y: -0.040614963, z: -0.23776414}
- - {x: -0.06571639, y: 0.040614963, z: -0.23776414}
- - {x: -0.06660118, y: 0, z: -0.2409653}
- - {x: -0.09990176, y: 0.020580895, z: -0.22824562}
- - {x: -0.06660118, y: 0, z: -0.2409653}
- - {x: -0.06571639, y: -0.040614963, z: -0.23776414}
- - {x: -0.09990176, y: -0.020580895, z: -0.22824562}
- - {x: -0.06660118, y: 0, z: -0.2409653}
- - {x: -0.09990176, y: -0.020580895, z: -0.22824562}
- - {x: -0.09990176, y: 0.020580895, z: -0.22824562}
- - {x: -0.09990176, y: 0.020580895, z: -0.22824562}
- - {x: -0.09990176, y: -0.020580895, z: -0.22824562}
- - {x: -0.13143277, y: 0, z: -0.2126627}
- - {x: -0.13143277, y: 0, z: -0.2126627}
- - {x: -0.09990176, y: -0.020580895, z: -0.22824562}
- - {x: -0.12981462, y: -0.039108615, z: -0.21004447}
- - {x: -0.09990176, y: -0.020580895, z: -0.22824562}
- - {x: -0.06571639, y: -0.040614963, z: -0.23776414}
- - {x: -0.09654684, y: -0.05966923, z: -0.22275163}
- - {x: -0.09990176, y: -0.020580895, z: -0.22824562}
- - {x: -0.09654684, y: -0.05966923, z: -0.22275163}
- - {x: -0.12981462, y: -0.039108615, z: -0.21004447}
- - {x: -0.12981462, y: -0.039108615, z: -0.21004447}
- - {x: -0.09654684, y: -0.05966923, z: -0.22275163}
- - {x: -0.125, y: -0.07725424, z: -0.20225425}
- - {x: -0.125, y: -0.07725424, z: -0.20225425}
- - {x: -0.09654684, y: -0.05966923, z: -0.22275163}
- - {x: -0.095903434, y: -0.09375963, z: -0.21097787}
- - {x: -0.09654684, y: -0.05966923, z: -0.22275163}
- - {x: -0.06571639, y: -0.040614963, z: -0.23776414}
- - {x: -0.06602069, y: -0.075314716, z: -0.22906104}
- - {x: -0.09654684, y: -0.05966923, z: -0.22275163}
- - {x: -0.06602069, y: -0.075314716, z: -0.22906104}
- - {x: -0.095903434, y: -0.09375963, z: -0.21097787}
- - {x: -0.095903434, y: -0.09375963, z: -0.21097787}
- - {x: -0.06602069, y: -0.075314716, z: -0.22906104}
- - {x: -0.06497298, y: -0.10847214, z: -0.21566711}
- - {x: -0.06571639, y: -0.040614963, z: -0.23776414}
- - {x: -0.03326778, y: -0.020560617, z: -0.24692209}
- - {x: -0.033198122, y: -0.055029258, z: -0.24159816}
- - {x: -0.03326778, y: -0.020560617, z: -0.24692209}
- - {x: 0, y: 0, z: -0.25}
- - {x: 0, y: -0.03448806, z: -0.24760972}
- - {x: -0.03326778, y: -0.020560617, z: -0.24692209}
- - {x: 0, y: -0.03448806, z: -0.24760972}
- - {x: -0.033198122, y: -0.055029258, z: -0.24159816}
- - {x: -0.033198122, y: -0.055029258, z: -0.24159816}
- - {x: 0, y: -0.03448806, z: -0.24760972}
- - {x: 0, y: -0.06831663, z: -0.2404846}
- - {x: -0.06571639, y: -0.040614963, z: -0.23776414}
- - {x: -0.033198122, y: -0.055029258, z: -0.24159816}
- - {x: -0.06602069, y: -0.075314716, z: -0.22906104}
- - {x: -0.033198122, y: -0.055029258, z: -0.24159816}
- - {x: 0, y: -0.06831663, z: -0.2404846}
- - {x: -0.032913845, y: -0.0895572, z: -0.23107615}
- - {x: -0.033198122, y: -0.055029258, z: -0.24159816}
- - {x: -0.032913845, y: -0.0895572, z: -0.23107615}
- - {x: -0.06602069, y: -0.075314716, z: -0.22906104}
- - {x: -0.06602069, y: -0.075314716, z: -0.22906104}
- - {x: -0.032913845, y: -0.0895572, z: -0.23107615}
- - {x: -0.06497298, y: -0.10847214, z: -0.21566711}
- - {x: -0.06497298, y: -0.10847214, z: -0.21566711}
- - {x: -0.032913845, y: -0.0895572, z: -0.23107615}
- - {x: -0.032800097, y: -0.12111041, z: -0.21623233}
- - {x: -0.032913845, y: -0.0895572, z: -0.23107615}
- - {x: 0, y: -0.06831663, z: -0.2404846}
- - {x: 0, y: -0.10083884, z: -0.22876085}
- - {x: -0.032913845, y: -0.0895572, z: -0.23107615}
- - {x: 0, y: -0.10083884, z: -0.22876085}
- - {x: -0.032800097, y: -0.12111041, z: -0.21623233}
- - {x: -0.032800097, y: -0.12111041, z: -0.21623233}
- - {x: 0, y: -0.10083884, z: -0.22876085}
- - {x: 0, y: -0.13143277, z: -0.2126627}
- - {x: 0, y: 0.13143277, z: -0.2126627}
- - {x: 0.020271573, y: 0.1539105, z: -0.19596076}
- - {x: 0.032800097, y: 0.12111041, z: -0.21623233}
- - {x: 0.020271573, y: 0.1539105, z: -0.19596076}
- - {x: 0.040155508, y: 0.17344512, z: -0.17551161}
- - {x: 0.053255714, y: 0.14281292, z: -0.1981623}
- - {x: 0.020271573, y: 0.1539105, z: -0.19596076}
- - {x: 0.053255714, y: 0.14281292, z: -0.1981623}
- - {x: 0.032800097, y: 0.12111041, z: -0.21623233}
- - {x: 0.032800097, y: 0.12111041, z: -0.21623233}
- - {x: 0.053255714, y: 0.14281292, z: -0.1981623}
- - {x: 0.06497298, y: 0.10847214, z: -0.21566711}
- - {x: 0.040155508, y: 0.17344512, z: -0.17551161}
- - {x: 0.059271578, y: 0.18966308, z: -0.15170628}
- - {x: 0.07400114, y: 0.16185299, z: -0.17557746}
- - {x: 0.059271578, y: 0.18966308, z: -0.15170628}
- - {x: 0.07725424, y: 0.20225425, z: -0.125}
- - {x: 0.092937, y: 0.17677669, z: -0.15037523}
- - {x: 0.059271578, y: 0.18966308, z: -0.15170628}
- - {x: 0.092937, y: 0.17677669, z: -0.15037523}
- - {x: 0.07400114, y: 0.16185299, z: -0.17557746}
- - {x: 0.07400114, y: 0.16185299, z: -0.17557746}
- - {x: 0.092937, y: 0.17677669, z: -0.15037523}
- - {x: 0.10633135, y: 0.14694633, z: -0.17204773}
- - {x: 0.040155508, y: 0.17344512, z: -0.17551161}
- - {x: 0.07400114, y: 0.16185299, z: -0.17557746}
- - {x: 0.053255714, y: 0.14281292, z: -0.1981623}
- - {x: 0.07400114, y: 0.16185299, z: -0.17557746}
- - {x: 0.10633135, y: 0.14694633, z: -0.17204773}
- - {x: 0.08653825, y: 0.1290304, z: -0.19586292}
- - {x: 0.07400114, y: 0.16185299, z: -0.17557746}
- - {x: 0.08653825, y: 0.1290304, z: -0.19586292}
- - {x: 0.053255714, y: 0.14281292, z: -0.1981623}
- - {x: 0.053255714, y: 0.14281292, z: -0.1981623}
- - {x: 0.08653825, y: 0.1290304, z: -0.19586292}
- - {x: 0.06497298, y: 0.10847214, z: -0.21566711}
- - {x: 0.06497298, y: 0.10847214, z: -0.21566711}
- - {x: 0.08653825, y: 0.1290304, z: -0.19586292}
- - {x: 0.095903434, y: 0.09375963, z: -0.21097787}
- - {x: 0.08653825, y: 0.1290304, z: -0.19586292}
- - {x: 0.10633135, y: 0.14694633, z: -0.17204773}
- - {x: 0.117107466, y: 0.11349764, z: -0.18948385}
- - {x: 0.08653825, y: 0.1290304, z: -0.19586292}
- - {x: 0.117107466, y: 0.11349764, z: -0.18948385}
- - {x: 0.095903434, y: 0.09375963, z: -0.21097787}
- - {x: 0.095903434, y: 0.09375963, z: -0.21097787}
- - {x: 0.117107466, y: 0.11349764, z: -0.18948385}
- - {x: 0.125, y: 0.07725424, z: -0.20225425}
- - {x: 0.07725424, y: 0.20225425, z: -0.125}
- - {x: 0.09375963, y: 0.21097787, z: -0.095903434}
- - {x: 0.11349764, y: 0.18948385, z: -0.117107466}
- - {x: 0.09375963, y: 0.21097787, z: -0.095903434}
- - {x: 0.10847214, y: 0.21566711, z: -0.06497298}
- - {x: 0.1290304, y: 0.19586292, z: -0.08653825}
- - {x: 0.09375963, y: 0.21097787, z: -0.095903434}
- - {x: 0.1290304, y: 0.19586292, z: -0.08653825}
- - {x: 0.11349764, y: 0.18948385, z: -0.117107466}
- - {x: 0.11349764, y: 0.18948385, z: -0.117107466}
- - {x: 0.1290304, y: 0.19586292, z: -0.08653825}
- - {x: 0.14694633, y: 0.17204773, z: -0.10633135}
- - {x: 0.10847214, y: 0.21566711, z: -0.06497298}
- - {x: 0.12111041, y: 0.21623233, z: -0.032800097}
- - {x: 0.14281292, y: 0.1981623, z: -0.053255714}
- - {x: 0.12111041, y: 0.21623233, z: -0.032800097}
- - {x: 0.13143277, y: 0.2126627, z: 0}
- - {x: 0.1539105, y: 0.19596076, z: -0.020271573}
- - {x: 0.12111041, y: 0.21623233, z: -0.032800097}
- - {x: 0.1539105, y: 0.19596076, z: -0.020271573}
- - {x: 0.14281292, y: 0.1981623, z: -0.053255714}
- - {x: 0.14281292, y: 0.1981623, z: -0.053255714}
- - {x: 0.1539105, y: 0.19596076, z: -0.020271573}
- - {x: 0.17344512, y: 0.17551161, z: -0.040155508}
- - {x: 0.10847214, y: 0.21566711, z: -0.06497298}
- - {x: 0.14281292, y: 0.1981623, z: -0.053255714}
- - {x: 0.1290304, y: 0.19586292, z: -0.08653825}
- - {x: 0.14281292, y: 0.1981623, z: -0.053255714}
- - {x: 0.17344512, y: 0.17551161, z: -0.040155508}
- - {x: 0.16185299, y: 0.17557746, z: -0.07400114}
- - {x: 0.14281292, y: 0.1981623, z: -0.053255714}
- - {x: 0.16185299, y: 0.17557746, z: -0.07400114}
- - {x: 0.1290304, y: 0.19586292, z: -0.08653825}
- - {x: 0.1290304, y: 0.19586292, z: -0.08653825}
- - {x: 0.16185299, y: 0.17557746, z: -0.07400114}
- - {x: 0.14694633, y: 0.17204773, z: -0.10633135}
- - {x: 0.14694633, y: 0.17204773, z: -0.10633135}
- - {x: 0.16185299, y: 0.17557746, z: -0.07400114}
- - {x: 0.17677669, y: 0.15037523, z: -0.092937}
- - {x: 0.16185299, y: 0.17557746, z: -0.07400114}
- - {x: 0.17344512, y: 0.17551161, z: -0.040155508}
- - {x: 0.18966308, y: 0.15170628, z: -0.059271578}
- - {x: 0.16185299, y: 0.17557746, z: -0.07400114}
- - {x: 0.18966308, y: 0.15170628, z: -0.059271578}
- - {x: 0.17677669, y: 0.15037523, z: -0.092937}
- - {x: 0.17677669, y: 0.15037523, z: -0.092937}
- - {x: 0.18966308, y: 0.15170628, z: -0.059271578}
- - {x: 0.20225425, y: 0.125, z: -0.07725424}
- - {x: 0.07725424, y: 0.20225425, z: -0.125}
- - {x: 0.11349764, y: 0.18948385, z: -0.117107466}
- - {x: 0.092937, y: 0.17677669, z: -0.15037523}
- - {x: 0.11349764, y: 0.18948385, z: -0.117107466}
- - {x: 0.14694633, y: 0.17204773, z: -0.10633135}
- - {x: 0.12834387, y: 0.16164444, z: -0.14106356}
- - {x: 0.11349764, y: 0.18948385, z: -0.117107466}
- - {x: 0.12834387, y: 0.16164444, z: -0.14106356}
- - {x: 0.092937, y: 0.17677669, z: -0.15037523}
- - {x: 0.092937, y: 0.17677669, z: -0.15037523}
- - {x: 0.12834387, y: 0.16164444, z: -0.14106356}
- - {x: 0.10633135, y: 0.14694633, z: -0.17204773}
- - {x: 0.14694633, y: 0.17204773, z: -0.10633135}
- - {x: 0.17677669, y: 0.15037523, z: -0.092937}
- - {x: 0.16164444, y: 0.14106356, z: -0.12834387}
- - {x: 0.17677669, y: 0.15037523, z: -0.092937}
- - {x: 0.20225425, y: 0.125, z: -0.07725424}
- - {x: 0.18948385, y: 0.117107466, z: -0.11349764}
- - {x: 0.17677669, y: 0.15037523, z: -0.092937}
- - {x: 0.18948385, y: 0.117107466, z: -0.11349764}
- - {x: 0.16164444, y: 0.14106356, z: -0.12834387}
- - {x: 0.16164444, y: 0.14106356, z: -0.12834387}
- - {x: 0.18948385, y: 0.117107466, z: -0.11349764}
- - {x: 0.17204773, y: 0.10633135, z: -0.14694633}
- - {x: 0.14694633, y: 0.17204773, z: -0.10633135}
- - {x: 0.16164444, y: 0.14106356, z: -0.12834387}
- - {x: 0.12834387, y: 0.16164444, z: -0.14106356}
- - {x: 0.16164444, y: 0.14106356, z: -0.12834387}
- - {x: 0.17204773, y: 0.10633135, z: -0.14694633}
- - {x: 0.14106356, y: 0.12834387, z: -0.16164444}
- - {x: 0.16164444, y: 0.14106356, z: -0.12834387}
- - {x: 0.14106356, y: 0.12834387, z: -0.16164444}
- - {x: 0.12834387, y: 0.16164444, z: -0.14106356}
- - {x: 0.12834387, y: 0.16164444, z: -0.14106356}
- - {x: 0.14106356, y: 0.12834387, z: -0.16164444}
- - {x: 0.10633135, y: 0.14694633, z: -0.17204773}
- - {x: 0.10633135, y: 0.14694633, z: -0.17204773}
- - {x: 0.14106356, y: 0.12834387, z: -0.16164444}
- - {x: 0.117107466, y: 0.11349764, z: -0.18948385}
- - {x: 0.14106356, y: 0.12834387, z: -0.16164444}
- - {x: 0.17204773, y: 0.10633135, z: -0.14694633}
- - {x: 0.15037523, y: 0.092937, z: -0.17677669}
- - {x: 0.14106356, y: 0.12834387, z: -0.16164444}
- - {x: 0.15037523, y: 0.092937, z: -0.17677669}
- - {x: 0.117107466, y: 0.11349764, z: -0.18948385}
- - {x: 0.117107466, y: 0.11349764, z: -0.18948385}
- - {x: 0.15037523, y: 0.092937, z: -0.17677669}
- - {x: 0.125, y: 0.07725424, z: -0.20225425}
- - {x: 0.125, y: 0.07725424, z: -0.20225425}
- - {x: 0.15037523, y: 0.092937, z: -0.17677669}
- - {x: 0.15170628, y: 0.059271578, z: -0.18966308}
- - {x: 0.15037523, y: 0.092937, z: -0.17677669}
- - {x: 0.17204773, y: 0.10633135, z: -0.14694633}
- - {x: 0.17557746, y: 0.07400114, z: -0.16185299}
- - {x: 0.15037523, y: 0.092937, z: -0.17677669}
- - {x: 0.17557746, y: 0.07400114, z: -0.16185299}
- - {x: 0.15170628, y: 0.059271578, z: -0.18966308}
- - {x: 0.15170628, y: 0.059271578, z: -0.18966308}
- - {x: 0.17557746, y: 0.07400114, z: -0.16185299}
- - {x: 0.17551161, y: 0.040155508, z: -0.17344512}
- - {x: 0.17204773, y: 0.10633135, z: -0.14694633}
- - {x: 0.18948385, y: 0.117107466, z: -0.11349764}
- - {x: 0.19586292, y: 0.08653825, z: -0.1290304}
- - {x: 0.18948385, y: 0.117107466, z: -0.11349764}
- - {x: 0.20225425, y: 0.125, z: -0.07725424}
- - {x: 0.21097787, y: 0.095903434, z: -0.09375963}
- - {x: 0.18948385, y: 0.117107466, z: -0.11349764}
- - {x: 0.21097787, y: 0.095903434, z: -0.09375963}
- - {x: 0.19586292, y: 0.08653825, z: -0.1290304}
- - {x: 0.19586292, y: 0.08653825, z: -0.1290304}
- - {x: 0.21097787, y: 0.095903434, z: -0.09375963}
- - {x: 0.21566711, y: 0.06497298, z: -0.10847214}
- - {x: 0.17204773, y: 0.10633135, z: -0.14694633}
- - {x: 0.19586292, y: 0.08653825, z: -0.1290304}
- - {x: 0.17557746, y: 0.07400114, z: -0.16185299}
- - {x: 0.19586292, y: 0.08653825, z: -0.1290304}
- - {x: 0.21566711, y: 0.06497298, z: -0.10847214}
- - {x: 0.1981623, y: 0.053255714, z: -0.14281292}
- - {x: 0.19586292, y: 0.08653825, z: -0.1290304}
- - {x: 0.1981623, y: 0.053255714, z: -0.14281292}
- - {x: 0.17557746, y: 0.07400114, z: -0.16185299}
- - {x: 0.17557746, y: 0.07400114, z: -0.16185299}
- - {x: 0.1981623, y: 0.053255714, z: -0.14281292}
- - {x: 0.17551161, y: 0.040155508, z: -0.17344512}
- - {x: 0.17551161, y: 0.040155508, z: -0.17344512}
- - {x: 0.1981623, y: 0.053255714, z: -0.14281292}
- - {x: 0.19596076, y: 0.020271573, z: -0.1539105}
- - {x: 0.1981623, y: 0.053255714, z: -0.14281292}
- - {x: 0.21566711, y: 0.06497298, z: -0.10847214}
- - {x: 0.21623233, y: 0.032800097, z: -0.12111041}
- - {x: 0.1981623, y: 0.053255714, z: -0.14281292}
- - {x: 0.21623233, y: 0.032800097, z: -0.12111041}
- - {x: 0.19596076, y: 0.020271573, z: -0.1539105}
- - {x: 0.19596076, y: 0.020271573, z: -0.1539105}
- - {x: 0.21623233, y: 0.032800097, z: -0.12111041}
- - {x: 0.2126627, y: 0, z: -0.13143277}
- - {x: 0.13143277, y: -0.2126627, z: 0}
- - {x: 0.1539105, y: -0.19596076, z: 0.020271573}
- - {x: 0.12111041, y: -0.21623233, z: 0.032800097}
- - {x: 0.1539105, y: -0.19596076, z: 0.020271573}
- - {x: 0.17344512, y: -0.17551161, z: 0.040155508}
- - {x: 0.14281292, y: -0.1981623, z: 0.053255714}
- - {x: 0.1539105, y: -0.19596076, z: 0.020271573}
- - {x: 0.14281292, y: -0.1981623, z: 0.053255714}
- - {x: 0.12111041, y: -0.21623233, z: 0.032800097}
- - {x: 0.12111041, y: -0.21623233, z: 0.032800097}
- - {x: 0.14281292, y: -0.1981623, z: 0.053255714}
- - {x: 0.10847214, y: -0.21566711, z: 0.06497298}
- - {x: 0.17344512, y: -0.17551161, z: 0.040155508}
- - {x: 0.18966308, y: -0.15170628, z: 0.059271578}
- - {x: 0.16185299, y: -0.17557746, z: 0.07400114}
- - {x: 0.18966308, y: -0.15170628, z: 0.059271578}
- - {x: 0.20225425, y: -0.125, z: 0.07725424}
- - {x: 0.17677669, y: -0.15037523, z: 0.092937}
- - {x: 0.18966308, y: -0.15170628, z: 0.059271578}
- - {x: 0.17677669, y: -0.15037523, z: 0.092937}
- - {x: 0.16185299, y: -0.17557746, z: 0.07400114}
- - {x: 0.16185299, y: -0.17557746, z: 0.07400114}
- - {x: 0.17677669, y: -0.15037523, z: 0.092937}
- - {x: 0.14694633, y: -0.17204773, z: 0.10633135}
- - {x: 0.17344512, y: -0.17551161, z: 0.040155508}
- - {x: 0.16185299, y: -0.17557746, z: 0.07400114}
- - {x: 0.14281292, y: -0.1981623, z: 0.053255714}
- - {x: 0.16185299, y: -0.17557746, z: 0.07400114}
- - {x: 0.14694633, y: -0.17204773, z: 0.10633135}
- - {x: 0.1290304, y: -0.19586292, z: 0.08653825}
- - {x: 0.16185299, y: -0.17557746, z: 0.07400114}
- - {x: 0.1290304, y: -0.19586292, z: 0.08653825}
- - {x: 0.14281292, y: -0.1981623, z: 0.053255714}
- - {x: 0.14281292, y: -0.1981623, z: 0.053255714}
- - {x: 0.1290304, y: -0.19586292, z: 0.08653825}
- - {x: 0.10847214, y: -0.21566711, z: 0.06497298}
- - {x: 0.10847214, y: -0.21566711, z: 0.06497298}
- - {x: 0.1290304, y: -0.19586292, z: 0.08653825}
- - {x: 0.09375963, y: -0.21097787, z: 0.095903434}
- - {x: 0.1290304, y: -0.19586292, z: 0.08653825}
- - {x: 0.14694633, y: -0.17204773, z: 0.10633135}
- - {x: 0.11349764, y: -0.18948385, z: 0.117107466}
- - {x: 0.1290304, y: -0.19586292, z: 0.08653825}
- - {x: 0.11349764, y: -0.18948385, z: 0.117107466}
- - {x: 0.09375963, y: -0.21097787, z: 0.095903434}
- - {x: 0.09375963, y: -0.21097787, z: 0.095903434}
- - {x: 0.11349764, y: -0.18948385, z: 0.117107466}
- - {x: 0.07725424, y: -0.20225425, z: 0.125}
- - {x: 0.20225425, y: -0.125, z: 0.07725424}
- - {x: 0.21097787, y: -0.095903434, z: 0.09375963}
- - {x: 0.18948385, y: -0.117107466, z: 0.11349764}
- - {x: 0.21097787, y: -0.095903434, z: 0.09375963}
- - {x: 0.21566711, y: -0.06497298, z: 0.10847214}
- - {x: 0.19586292, y: -0.08653825, z: 0.1290304}
- - {x: 0.21097787, y: -0.095903434, z: 0.09375963}
- - {x: 0.19586292, y: -0.08653825, z: 0.1290304}
- - {x: 0.18948385, y: -0.117107466, z: 0.11349764}
- - {x: 0.18948385, y: -0.117107466, z: 0.11349764}
- - {x: 0.19586292, y: -0.08653825, z: 0.1290304}
- - {x: 0.17204773, y: -0.10633135, z: 0.14694633}
- - {x: 0.21566711, y: -0.06497298, z: 0.10847214}
- - {x: 0.21623233, y: -0.032800097, z: 0.12111041}
- - {x: 0.1981623, y: -0.053255714, z: 0.14281292}
- - {x: 0.21623233, y: -0.032800097, z: 0.12111041}
- - {x: 0.2126627, y: 0, z: 0.13143277}
- - {x: 0.19596076, y: -0.020271573, z: 0.1539105}
- - {x: 0.21623233, y: -0.032800097, z: 0.12111041}
- - {x: 0.19596076, y: -0.020271573, z: 0.1539105}
- - {x: 0.1981623, y: -0.053255714, z: 0.14281292}
- - {x: 0.1981623, y: -0.053255714, z: 0.14281292}
- - {x: 0.19596076, y: -0.020271573, z: 0.1539105}
- - {x: 0.17551161, y: -0.040155508, z: 0.17344512}
- - {x: 0.21566711, y: -0.06497298, z: 0.10847214}
- - {x: 0.1981623, y: -0.053255714, z: 0.14281292}
- - {x: 0.19586292, y: -0.08653825, z: 0.1290304}
- - {x: 0.1981623, y: -0.053255714, z: 0.14281292}
- - {x: 0.17551161, y: -0.040155508, z: 0.17344512}
- - {x: 0.17557746, y: -0.07400114, z: 0.16185299}
- - {x: 0.1981623, y: -0.053255714, z: 0.14281292}
- - {x: 0.17557746, y: -0.07400114, z: 0.16185299}
- - {x: 0.19586292, y: -0.08653825, z: 0.1290304}
- - {x: 0.19586292, y: -0.08653825, z: 0.1290304}
- - {x: 0.17557746, y: -0.07400114, z: 0.16185299}
- - {x: 0.17204773, y: -0.10633135, z: 0.14694633}
- - {x: 0.17204773, y: -0.10633135, z: 0.14694633}
- - {x: 0.17557746, y: -0.07400114, z: 0.16185299}
- - {x: 0.15037523, y: -0.092937, z: 0.17677669}
- - {x: 0.17557746, y: -0.07400114, z: 0.16185299}
- - {x: 0.17551161, y: -0.040155508, z: 0.17344512}
- - {x: 0.15170628, y: -0.059271578, z: 0.18966308}
- - {x: 0.17557746, y: -0.07400114, z: 0.16185299}
- - {x: 0.15170628, y: -0.059271578, z: 0.18966308}
- - {x: 0.15037523, y: -0.092937, z: 0.17677669}
- - {x: 0.15037523, y: -0.092937, z: 0.17677669}
- - {x: 0.15170628, y: -0.059271578, z: 0.18966308}
- - {x: 0.125, y: -0.07725424, z: 0.20225425}
- - {x: 0.20225425, y: -0.125, z: 0.07725424}
- - {x: 0.18948385, y: -0.117107466, z: 0.11349764}
- - {x: 0.17677669, y: -0.15037523, z: 0.092937}
- - {x: 0.18948385, y: -0.117107466, z: 0.11349764}
- - {x: 0.17204773, y: -0.10633135, z: 0.14694633}
- - {x: 0.16164444, y: -0.14106356, z: 0.12834387}
- - {x: 0.18948385, y: -0.117107466, z: 0.11349764}
- - {x: 0.16164444, y: -0.14106356, z: 0.12834387}
- - {x: 0.17677669, y: -0.15037523, z: 0.092937}
- - {x: 0.17677669, y: -0.15037523, z: 0.092937}
- - {x: 0.16164444, y: -0.14106356, z: 0.12834387}
- - {x: 0.14694633, y: -0.17204773, z: 0.10633135}
- - {x: 0.17204773, y: -0.10633135, z: 0.14694633}
- - {x: 0.15037523, y: -0.092937, z: 0.17677669}
- - {x: 0.14106356, y: -0.12834387, z: 0.16164444}
- - {x: 0.15037523, y: -0.092937, z: 0.17677669}
- - {x: 0.125, y: -0.07725424, z: 0.20225425}
- - {x: 0.117107466, y: -0.11349764, z: 0.18948385}
- - {x: 0.15037523, y: -0.092937, z: 0.17677669}
- - {x: 0.117107466, y: -0.11349764, z: 0.18948385}
- - {x: 0.14106356, y: -0.12834387, z: 0.16164444}
- - {x: 0.14106356, y: -0.12834387, z: 0.16164444}
- - {x: 0.117107466, y: -0.11349764, z: 0.18948385}
- - {x: 0.10633135, y: -0.14694633, z: 0.17204773}
- - {x: 0.17204773, y: -0.10633135, z: 0.14694633}
- - {x: 0.14106356, y: -0.12834387, z: 0.16164444}
- - {x: 0.16164444, y: -0.14106356, z: 0.12834387}
- - {x: 0.14106356, y: -0.12834387, z: 0.16164444}
- - {x: 0.10633135, y: -0.14694633, z: 0.17204773}
- - {x: 0.12834387, y: -0.16164444, z: 0.14106356}
- - {x: 0.14106356, y: -0.12834387, z: 0.16164444}
- - {x: 0.12834387, y: -0.16164444, z: 0.14106356}
- - {x: 0.16164444, y: -0.14106356, z: 0.12834387}
- - {x: 0.16164444, y: -0.14106356, z: 0.12834387}
- - {x: 0.12834387, y: -0.16164444, z: 0.14106356}
- - {x: 0.14694633, y: -0.17204773, z: 0.10633135}
- - {x: 0.14694633, y: -0.17204773, z: 0.10633135}
- - {x: 0.12834387, y: -0.16164444, z: 0.14106356}
- - {x: 0.11349764, y: -0.18948385, z: 0.117107466}
- - {x: 0.12834387, y: -0.16164444, z: 0.14106356}
- - {x: 0.10633135, y: -0.14694633, z: 0.17204773}
- - {x: 0.092937, y: -0.17677669, z: 0.15037523}
- - {x: 0.12834387, y: -0.16164444, z: 0.14106356}
- - {x: 0.092937, y: -0.17677669, z: 0.15037523}
- - {x: 0.11349764, y: -0.18948385, z: 0.117107466}
- - {x: 0.11349764, y: -0.18948385, z: 0.117107466}
- - {x: 0.092937, y: -0.17677669, z: 0.15037523}
- - {x: 0.07725424, y: -0.20225425, z: 0.125}
- - {x: 0.07725424, y: -0.20225425, z: 0.125}
- - {x: 0.092937, y: -0.17677669, z: 0.15037523}
- - {x: 0.059271578, y: -0.18966308, z: 0.15170628}
- - {x: 0.092937, y: -0.17677669, z: 0.15037523}
- - {x: 0.10633135, y: -0.14694633, z: 0.17204773}
- - {x: 0.07400114, y: -0.16185299, z: 0.17557746}
- - {x: 0.092937, y: -0.17677669, z: 0.15037523}
- - {x: 0.07400114, y: -0.16185299, z: 0.17557746}
- - {x: 0.059271578, y: -0.18966308, z: 0.15170628}
- - {x: 0.059271578, y: -0.18966308, z: 0.15170628}
- - {x: 0.07400114, y: -0.16185299, z: 0.17557746}
- - {x: 0.040155508, y: -0.17344512, z: 0.17551161}
- - {x: 0.10633135, y: -0.14694633, z: 0.17204773}
- - {x: 0.117107466, y: -0.11349764, z: 0.18948385}
- - {x: 0.08653825, y: -0.1290304, z: 0.19586292}
- - {x: 0.117107466, y: -0.11349764, z: 0.18948385}
- - {x: 0.125, y: -0.07725424, z: 0.20225425}
- - {x: 0.095903434, y: -0.09375963, z: 0.21097787}
- - {x: 0.117107466, y: -0.11349764, z: 0.18948385}
- - {x: 0.095903434, y: -0.09375963, z: 0.21097787}
- - {x: 0.08653825, y: -0.1290304, z: 0.19586292}
- - {x: 0.08653825, y: -0.1290304, z: 0.19586292}
- - {x: 0.095903434, y: -0.09375963, z: 0.21097787}
- - {x: 0.06497298, y: -0.10847214, z: 0.21566711}
- - {x: 0.10633135, y: -0.14694633, z: 0.17204773}
- - {x: 0.08653825, y: -0.1290304, z: 0.19586292}
- - {x: 0.07400114, y: -0.16185299, z: 0.17557746}
- - {x: 0.08653825, y: -0.1290304, z: 0.19586292}
- - {x: 0.06497298, y: -0.10847214, z: 0.21566711}
- - {x: 0.053255714, y: -0.14281292, z: 0.1981623}
- - {x: 0.08653825, y: -0.1290304, z: 0.19586292}
- - {x: 0.053255714, y: -0.14281292, z: 0.1981623}
- - {x: 0.07400114, y: -0.16185299, z: 0.17557746}
- - {x: 0.07400114, y: -0.16185299, z: 0.17557746}
- - {x: 0.053255714, y: -0.14281292, z: 0.1981623}
- - {x: 0.040155508, y: -0.17344512, z: 0.17551161}
- - {x: 0.040155508, y: -0.17344512, z: 0.17551161}
- - {x: 0.053255714, y: -0.14281292, z: 0.1981623}
- - {x: 0.020271573, y: -0.1539105, z: 0.19596076}
- - {x: 0.053255714, y: -0.14281292, z: 0.1981623}
- - {x: 0.06497298, y: -0.10847214, z: 0.21566711}
- - {x: 0.032800097, y: -0.12111041, z: 0.21623233}
- - {x: 0.053255714, y: -0.14281292, z: 0.1981623}
- - {x: 0.032800097, y: -0.12111041, z: 0.21623233}
- - {x: 0.020271573, y: -0.1539105, z: 0.19596076}
- - {x: 0.020271573, y: -0.1539105, z: 0.19596076}
- - {x: 0.032800097, y: -0.12111041, z: 0.21623233}
- - {x: 0, y: -0.13143277, z: 0.2126627}
- - {x: 0.13143277, y: -0.2126627, z: 0}
- - {x: 0.12111041, y: -0.21623233, z: 0.032800097}
- - {x: 0.10083884, y: -0.22876085, z: 0}
- - {x: 0.12111041, y: -0.21623233, z: 0.032800097}
- - {x: 0.10847214, y: -0.21566711, z: 0.06497298}
- - {x: 0.0895572, y: -0.23107615, z: 0.032913845}
- - {x: 0.12111041, y: -0.21623233, z: 0.032800097}
- - {x: 0.0895572, y: -0.23107615, z: 0.032913845}
- - {x: 0.10083884, y: -0.22876085, z: 0}
- - {x: 0.10083884, y: -0.22876085, z: 0}
- - {x: 0.0895572, y: -0.23107615, z: 0.032913845}
- - {x: 0.06831663, y: -0.2404846, z: 0}
- - {x: 0.10847214, y: -0.21566711, z: 0.06497298}
- - {x: 0.09375963, y: -0.21097787, z: 0.095903434}
- - {x: 0.075314716, y: -0.22906104, z: 0.06602069}
- - {x: 0.09375963, y: -0.21097787, z: 0.095903434}
- - {x: 0.07725424, y: -0.20225425, z: 0.125}
- - {x: 0.05966923, y: -0.22275163, z: 0.09654684}
- - {x: 0.09375963, y: -0.21097787, z: 0.095903434}
- - {x: 0.05966923, y: -0.22275163, z: 0.09654684}
- - {x: 0.075314716, y: -0.22906104, z: 0.06602069}
- - {x: 0.075314716, y: -0.22906104, z: 0.06602069}
- - {x: 0.05966923, y: -0.22275163, z: 0.09654684}
- - {x: 0.040614963, y: -0.23776414, z: 0.06571639}
- - {x: 0.10847214, y: -0.21566711, z: 0.06497298}
- - {x: 0.075314716, y: -0.22906104, z: 0.06602069}
- - {x: 0.0895572, y: -0.23107615, z: 0.032913845}
- - {x: 0.075314716, y: -0.22906104, z: 0.06602069}
- - {x: 0.040614963, y: -0.23776414, z: 0.06571639}
- - {x: 0.055029258, y: -0.24159816, z: 0.033198122}
- - {x: 0.075314716, y: -0.22906104, z: 0.06602069}
- - {x: 0.055029258, y: -0.24159816, z: 0.033198122}
- - {x: 0.0895572, y: -0.23107615, z: 0.032913845}
- - {x: 0.0895572, y: -0.23107615, z: 0.032913845}
- - {x: 0.055029258, y: -0.24159816, z: 0.033198122}
- - {x: 0.06831663, y: -0.2404846, z: 0}
- - {x: 0.06831663, y: -0.2404846, z: 0}
- - {x: 0.055029258, y: -0.24159816, z: 0.033198122}
- - {x: 0.03448806, y: -0.24760972, z: 0}
- - {x: 0.055029258, y: -0.24159816, z: 0.033198122}
- - {x: 0.040614963, y: -0.23776414, z: 0.06571639}
- - {x: 0.020560617, y: -0.24692209, z: 0.03326778}
- - {x: 0.055029258, y: -0.24159816, z: 0.033198122}
- - {x: 0.020560617, y: -0.24692209, z: 0.03326778}
- - {x: 0.03448806, y: -0.24760972, z: 0}
- - {x: 0.03448806, y: -0.24760972, z: 0}
- - {x: 0.020560617, y: -0.24692209, z: 0.03326778}
- - {x: 0, y: -0.25, z: 0}
- - {x: 0.07725424, y: -0.20225425, z: 0.125}
- - {x: 0.059271578, y: -0.18966308, z: 0.15170628}
- - {x: 0.039108615, y: -0.21004447, z: 0.12981462}
- - {x: 0.059271578, y: -0.18966308, z: 0.15170628}
- - {x: 0.040155508, y: -0.17344512, z: 0.17551161}
- - {x: 0.020285463, y: -0.19505109, z: 0.15505989}
- - {x: 0.059271578, y: -0.18966308, z: 0.15170628}
- - {x: 0.020285463, y: -0.19505109, z: 0.15505989}
- - {x: 0.039108615, y: -0.21004447, z: 0.12981462}
- - {x: 0.039108615, y: -0.21004447, z: 0.12981462}
- - {x: 0.020285463, y: -0.19505109, z: 0.15505989}
- - {x: 0, y: -0.2126627, z: 0.13143277}
- - {x: 0.040155508, y: -0.17344512, z: 0.17551161}
- - {x: 0.020271573, y: -0.1539105, z: 0.19596076}
- - {x: 0, y: -0.17572676, z: 0.17782043}
- - {x: 0.020271573, y: -0.1539105, z: 0.19596076}
- - {x: 0, y: -0.13143277, z: 0.2126627}
- - {x: -0.020271573, y: -0.1539105, z: 0.19596076}
- - {x: 0.020271573, y: -0.1539105, z: 0.19596076}
- - {x: -0.020271573, y: -0.1539105, z: 0.19596076}
- - {x: 0, y: -0.17572676, z: 0.17782043}
- - {x: 0, y: -0.17572676, z: 0.17782043}
- - {x: -0.020271573, y: -0.1539105, z: 0.19596076}
- - {x: -0.040155508, y: -0.17344512, z: 0.17551161}
- - {x: 0.040155508, y: -0.17344512, z: 0.17551161}
- - {x: 0, y: -0.17572676, z: 0.17782043}
- - {x: 0.020285463, y: -0.19505109, z: 0.15505989}
- - {x: 0, y: -0.17572676, z: 0.17782043}
- - {x: -0.040155508, y: -0.17344512, z: 0.17551161}
- - {x: -0.020285463, y: -0.19505109, z: 0.15505989}
- - {x: 0, y: -0.17572676, z: 0.17782043}
- - {x: -0.020285463, y: -0.19505109, z: 0.15505989}
- - {x: 0.020285463, y: -0.19505109, z: 0.15505989}
- - {x: 0.020285463, y: -0.19505109, z: 0.15505989}
- - {x: -0.020285463, y: -0.19505109, z: 0.15505989}
- - {x: 0, y: -0.2126627, z: 0.13143277}
- - {x: 0, y: -0.2126627, z: 0.13143277}
- - {x: -0.020285463, y: -0.19505109, z: 0.15505989}
- - {x: -0.039108615, y: -0.21004447, z: 0.12981462}
- - {x: -0.020285463, y: -0.19505109, z: 0.15505989}
- - {x: -0.040155508, y: -0.17344512, z: 0.17551161}
- - {x: -0.059271578, y: -0.18966308, z: 0.15170628}
- - {x: -0.020285463, y: -0.19505109, z: 0.15505989}
- - {x: -0.059271578, y: -0.18966308, z: 0.15170628}
- - {x: -0.039108615, y: -0.21004447, z: 0.12981462}
- - {x: -0.039108615, y: -0.21004447, z: 0.12981462}
- - {x: -0.059271578, y: -0.18966308, z: 0.15170628}
- - {x: -0.07725424, y: -0.20225425, z: 0.125}
- - {x: 0.07725424, y: -0.20225425, z: 0.125}
- - {x: 0.039108615, y: -0.21004447, z: 0.12981462}
- - {x: 0.05966923, y: -0.22275163, z: 0.09654684}
- - {x: 0.039108615, y: -0.21004447, z: 0.12981462}
- - {x: 0, y: -0.2126627, z: 0.13143277}
- - {x: 0.020580895, y: -0.22824562, z: 0.09990176}
- - {x: 0.039108615, y: -0.21004447, z: 0.12981462}
- - {x: 0.020580895, y: -0.22824562, z: 0.09990176}
- - {x: 0.05966923, y: -0.22275163, z: 0.09654684}
- - {x: 0.05966923, y: -0.22275163, z: 0.09654684}
- - {x: 0.020580895, y: -0.22824562, z: 0.09990176}
- - {x: 0.040614963, y: -0.23776414, z: 0.06571639}
- - {x: 0, y: -0.2126627, z: 0.13143277}
- - {x: -0.039108615, y: -0.21004447, z: 0.12981462}
- - {x: -0.020580895, y: -0.22824562, z: 0.09990176}
- - {x: -0.039108615, y: -0.21004447, z: 0.12981462}
- - {x: -0.07725424, y: -0.20225425, z: 0.125}
- - {x: -0.05966923, y: -0.22275163, z: 0.09654684}
- - {x: -0.039108615, y: -0.21004447, z: 0.12981462}
- - {x: -0.05966923, y: -0.22275163, z: 0.09654684}
- - {x: -0.020580895, y: -0.22824562, z: 0.09990176}
- - {x: -0.020580895, y: -0.22824562, z: 0.09990176}
- - {x: -0.05966923, y: -0.22275163, z: 0.09654684}
- - {x: -0.040614963, y: -0.23776414, z: 0.06571639}
- - {x: 0, y: -0.2126627, z: 0.13143277}
- - {x: -0.020580895, y: -0.22824562, z: 0.09990176}
- - {x: 0.020580895, y: -0.22824562, z: 0.09990176}
- - {x: -0.020580895, y: -0.22824562, z: 0.09990176}
- - {x: -0.040614963, y: -0.23776414, z: 0.06571639}
- - {x: 0, y: -0.2409653, z: 0.06660118}
- - {x: -0.020580895, y: -0.22824562, z: 0.09990176}
- - {x: 0, y: -0.2409653, z: 0.06660118}
- - {x: 0.020580895, y: -0.22824562, z: 0.09990176}
- - {x: 0.020580895, y: -0.22824562, z: 0.09990176}
- - {x: 0, y: -0.2409653, z: 0.06660118}
- - {x: 0.040614963, y: -0.23776414, z: 0.06571639}
- - {x: 0.040614963, y: -0.23776414, z: 0.06571639}
- - {x: 0, y: -0.2409653, z: 0.06660118}
- - {x: 0.020560617, y: -0.24692209, z: 0.03326778}
- - {x: 0, y: -0.2409653, z: 0.06660118}
- - {x: -0.040614963, y: -0.23776414, z: 0.06571639}
- - {x: -0.020560617, y: -0.24692209, z: 0.03326778}
- - {x: 0, y: -0.2409653, z: 0.06660118}
- - {x: -0.020560617, y: -0.24692209, z: 0.03326778}
- - {x: 0.020560617, y: -0.24692209, z: 0.03326778}
- - {x: 0.020560617, y: -0.24692209, z: 0.03326778}
- - {x: -0.020560617, y: -0.24692209, z: 0.03326778}
- - {x: 0, y: -0.25, z: 0}
- - {x: 0, y: -0.25, z: 0}
- - {x: -0.020560617, y: -0.24692209, z: 0.03326778}
- - {x: -0.03448806, y: -0.24760972, z: 0}
- - {x: -0.020560617, y: -0.24692209, z: 0.03326778}
- - {x: -0.040614963, y: -0.23776414, z: 0.06571639}
- - {x: -0.055029258, y: -0.24159816, z: 0.033198122}
- - {x: -0.020560617, y: -0.24692209, z: 0.03326778}
- - {x: -0.055029258, y: -0.24159816, z: 0.033198122}
- - {x: -0.03448806, y: -0.24760972, z: 0}
- - {x: -0.03448806, y: -0.24760972, z: 0}
- - {x: -0.055029258, y: -0.24159816, z: 0.033198122}
- - {x: -0.06831663, y: -0.2404846, z: 0}
- - {x: -0.040614963, y: -0.23776414, z: 0.06571639}
- - {x: -0.05966923, y: -0.22275163, z: 0.09654684}
- - {x: -0.075314716, y: -0.22906104, z: 0.06602069}
- - {x: -0.05966923, y: -0.22275163, z: 0.09654684}
- - {x: -0.07725424, y: -0.20225425, z: 0.125}
- - {x: -0.09375963, y: -0.21097787, z: 0.095903434}
- - {x: -0.05966923, y: -0.22275163, z: 0.09654684}
- - {x: -0.09375963, y: -0.21097787, z: 0.095903434}
- - {x: -0.075314716, y: -0.22906104, z: 0.06602069}
- - {x: -0.075314716, y: -0.22906104, z: 0.06602069}
- - {x: -0.09375963, y: -0.21097787, z: 0.095903434}
- - {x: -0.10847214, y: -0.21566711, z: 0.06497298}
- - {x: -0.040614963, y: -0.23776414, z: 0.06571639}
- - {x: -0.075314716, y: -0.22906104, z: 0.06602069}
- - {x: -0.055029258, y: -0.24159816, z: 0.033198122}
- - {x: -0.075314716, y: -0.22906104, z: 0.06602069}
- - {x: -0.10847214, y: -0.21566711, z: 0.06497298}
- - {x: -0.0895572, y: -0.23107615, z: 0.032913845}
- - {x: -0.075314716, y: -0.22906104, z: 0.06602069}
- - {x: -0.0895572, y: -0.23107615, z: 0.032913845}
- - {x: -0.055029258, y: -0.24159816, z: 0.033198122}
- - {x: -0.055029258, y: -0.24159816, z: 0.033198122}
- - {x: -0.0895572, y: -0.23107615, z: 0.032913845}
- - {x: -0.06831663, y: -0.2404846, z: 0}
- - {x: -0.06831663, y: -0.2404846, z: 0}
- - {x: -0.0895572, y: -0.23107615, z: 0.032913845}
- - {x: -0.10083884, y: -0.22876085, z: 0}
- - {x: -0.0895572, y: -0.23107615, z: 0.032913845}
- - {x: -0.10847214, y: -0.21566711, z: 0.06497298}
- - {x: -0.12111041, y: -0.21623233, z: 0.032800097}
- - {x: -0.0895572, y: -0.23107615, z: 0.032913845}
- - {x: -0.12111041, y: -0.21623233, z: 0.032800097}
- - {x: -0.10083884, y: -0.22876085, z: 0}
- - {x: -0.10083884, y: -0.22876085, z: 0}
- - {x: -0.12111041, y: -0.21623233, z: 0.032800097}
- - {x: -0.13143277, y: -0.2126627, z: 0}
- - {x: 0.13143277, y: -0.2126627, z: 0}
- - {x: 0.10083884, y: -0.22876085, z: 0}
- - {x: 0.12111041, y: -0.21623233, z: -0.032800097}
- - {x: 0.10083884, y: -0.22876085, z: 0}
- - {x: 0.06831663, y: -0.2404846, z: 0}
- - {x: 0.0895572, y: -0.23107615, z: -0.032913845}
- - {x: 0.10083884, y: -0.22876085, z: 0}
- - {x: 0.0895572, y: -0.23107615, z: -0.032913845}
- - {x: 0.12111041, y: -0.21623233, z: -0.032800097}
- - {x: 0.12111041, y: -0.21623233, z: -0.032800097}
- - {x: 0.0895572, y: -0.23107615, z: -0.032913845}
- - {x: 0.10847214, y: -0.21566711, z: -0.06497298}
- - {x: 0.06831663, y: -0.2404846, z: 0}
- - {x: 0.03448806, y: -0.24760972, z: 0}
- - {x: 0.055029258, y: -0.24159816, z: -0.033198122}
- - {x: 0.03448806, y: -0.24760972, z: 0}
- - {x: 0, y: -0.25, z: 0}
- - {x: 0.020560617, y: -0.24692209, z: -0.03326778}
- - {x: 0.03448806, y: -0.24760972, z: 0}
- - {x: 0.020560617, y: -0.24692209, z: -0.03326778}
- - {x: 0.055029258, y: -0.24159816, z: -0.033198122}
- - {x: 0.055029258, y: -0.24159816, z: -0.033198122}
- - {x: 0.020560617, y: -0.24692209, z: -0.03326778}
- - {x: 0.040614963, y: -0.23776414, z: -0.06571639}
- - {x: 0.06831663, y: -0.2404846, z: 0}
- - {x: 0.055029258, y: -0.24159816, z: -0.033198122}
- - {x: 0.0895572, y: -0.23107615, z: -0.032913845}
- - {x: 0.055029258, y: -0.24159816, z: -0.033198122}
- - {x: 0.040614963, y: -0.23776414, z: -0.06571639}
- - {x: 0.075314716, y: -0.22906104, z: -0.06602069}
- - {x: 0.055029258, y: -0.24159816, z: -0.033198122}
- - {x: 0.075314716, y: -0.22906104, z: -0.06602069}
- - {x: 0.0895572, y: -0.23107615, z: -0.032913845}
- - {x: 0.0895572, y: -0.23107615, z: -0.032913845}
- - {x: 0.075314716, y: -0.22906104, z: -0.06602069}
- - {x: 0.10847214, y: -0.21566711, z: -0.06497298}
- - {x: 0.10847214, y: -0.21566711, z: -0.06497298}
- - {x: 0.075314716, y: -0.22906104, z: -0.06602069}
- - {x: 0.09375963, y: -0.21097787, z: -0.095903434}
- - {x: 0.075314716, y: -0.22906104, z: -0.06602069}
- - {x: 0.040614963, y: -0.23776414, z: -0.06571639}
- - {x: 0.05966923, y: -0.22275163, z: -0.09654684}
- - {x: 0.075314716, y: -0.22906104, z: -0.06602069}
- - {x: 0.05966923, y: -0.22275163, z: -0.09654684}
- - {x: 0.09375963, y: -0.21097787, z: -0.095903434}
- - {x: 0.09375963, y: -0.21097787, z: -0.095903434}
- - {x: 0.05966923, y: -0.22275163, z: -0.09654684}
- - {x: 0.07725424, y: -0.20225425, z: -0.125}
- - {x: 0, y: -0.25, z: 0}
- - {x: -0.03448806, y: -0.24760972, z: 0}
- - {x: -0.020560617, y: -0.24692209, z: -0.03326778}
- - {x: -0.03448806, y: -0.24760972, z: 0}
- - {x: -0.06831663, y: -0.2404846, z: 0}
- - {x: -0.055029258, y: -0.24159816, z: -0.033198122}
- - {x: -0.03448806, y: -0.24760972, z: 0}
- - {x: -0.055029258, y: -0.24159816, z: -0.033198122}
- - {x: -0.020560617, y: -0.24692209, z: -0.03326778}
- - {x: -0.020560617, y: -0.24692209, z: -0.03326778}
- - {x: -0.055029258, y: -0.24159816, z: -0.033198122}
- - {x: -0.040614963, y: -0.23776414, z: -0.06571639}
- - {x: -0.06831663, y: -0.2404846, z: 0}
- - {x: -0.10083884, y: -0.22876085, z: 0}
- - {x: -0.0895572, y: -0.23107615, z: -0.032913845}
- - {x: -0.10083884, y: -0.22876085, z: 0}
- - {x: -0.13143277, y: -0.2126627, z: 0}
- - {x: -0.12111041, y: -0.21623233, z: -0.032800097}
- - {x: -0.10083884, y: -0.22876085, z: 0}
- - {x: -0.12111041, y: -0.21623233, z: -0.032800097}
- - {x: -0.0895572, y: -0.23107615, z: -0.032913845}
- - {x: -0.0895572, y: -0.23107615, z: -0.032913845}
- - {x: -0.12111041, y: -0.21623233, z: -0.032800097}
- - {x: -0.10847214, y: -0.21566711, z: -0.06497298}
- - {x: -0.06831663, y: -0.2404846, z: 0}
- - {x: -0.0895572, y: -0.23107615, z: -0.032913845}
- - {x: -0.055029258, y: -0.24159816, z: -0.033198122}
- - {x: -0.0895572, y: -0.23107615, z: -0.032913845}
- - {x: -0.10847214, y: -0.21566711, z: -0.06497298}
- - {x: -0.075314716, y: -0.22906104, z: -0.06602069}
- - {x: -0.0895572, y: -0.23107615, z: -0.032913845}
- - {x: -0.075314716, y: -0.22906104, z: -0.06602069}
- - {x: -0.055029258, y: -0.24159816, z: -0.033198122}
- - {x: -0.055029258, y: -0.24159816, z: -0.033198122}
- - {x: -0.075314716, y: -0.22906104, z: -0.06602069}
- - {x: -0.040614963, y: -0.23776414, z: -0.06571639}
- - {x: -0.040614963, y: -0.23776414, z: -0.06571639}
- - {x: -0.075314716, y: -0.22906104, z: -0.06602069}
- - {x: -0.05966923, y: -0.22275163, z: -0.09654684}
- - {x: -0.075314716, y: -0.22906104, z: -0.06602069}
- - {x: -0.10847214, y: -0.21566711, z: -0.06497298}
- - {x: -0.09375963, y: -0.21097787, z: -0.095903434}
- - {x: -0.075314716, y: -0.22906104, z: -0.06602069}
- - {x: -0.09375963, y: -0.21097787, z: -0.095903434}
- - {x: -0.05966923, y: -0.22275163, z: -0.09654684}
- - {x: -0.05966923, y: -0.22275163, z: -0.09654684}
- - {x: -0.09375963, y: -0.21097787, z: -0.095903434}
- - {x: -0.07725424, y: -0.20225425, z: -0.125}
- - {x: 0, y: -0.25, z: 0}
- - {x: -0.020560617, y: -0.24692209, z: -0.03326778}
- - {x: 0.020560617, y: -0.24692209, z: -0.03326778}
- - {x: -0.020560617, y: -0.24692209, z: -0.03326778}
- - {x: -0.040614963, y: -0.23776414, z: -0.06571639}
- - {x: 0, y: -0.2409653, z: -0.06660118}
- - {x: -0.020560617, y: -0.24692209, z: -0.03326778}
- - {x: 0, y: -0.2409653, z: -0.06660118}
- - {x: 0.020560617, y: -0.24692209, z: -0.03326778}
- - {x: 0.020560617, y: -0.24692209, z: -0.03326778}
- - {x: 0, y: -0.2409653, z: -0.06660118}
- - {x: 0.040614963, y: -0.23776414, z: -0.06571639}
- - {x: -0.040614963, y: -0.23776414, z: -0.06571639}
- - {x: -0.05966923, y: -0.22275163, z: -0.09654684}
- - {x: -0.020580895, y: -0.22824562, z: -0.09990176}
- - {x: -0.05966923, y: -0.22275163, z: -0.09654684}
- - {x: -0.07725424, y: -0.20225425, z: -0.125}
- - {x: -0.039108615, y: -0.21004447, z: -0.12981462}
- - {x: -0.05966923, y: -0.22275163, z: -0.09654684}
- - {x: -0.039108615, y: -0.21004447, z: -0.12981462}
- - {x: -0.020580895, y: -0.22824562, z: -0.09990176}
- - {x: -0.020580895, y: -0.22824562, z: -0.09990176}
- - {x: -0.039108615, y: -0.21004447, z: -0.12981462}
- - {x: 0, y: -0.2126627, z: -0.13143277}
- - {x: -0.040614963, y: -0.23776414, z: -0.06571639}
- - {x: -0.020580895, y: -0.22824562, z: -0.09990176}
- - {x: 0, y: -0.2409653, z: -0.06660118}
- - {x: -0.020580895, y: -0.22824562, z: -0.09990176}
- - {x: 0, y: -0.2126627, z: -0.13143277}
- - {x: 0.020580895, y: -0.22824562, z: -0.09990176}
- - {x: -0.020580895, y: -0.22824562, z: -0.09990176}
- - {x: 0.020580895, y: -0.22824562, z: -0.09990176}
- - {x: 0, y: -0.2409653, z: -0.06660118}
- - {x: 0, y: -0.2409653, z: -0.06660118}
- - {x: 0.020580895, y: -0.22824562, z: -0.09990176}
- - {x: 0.040614963, y: -0.23776414, z: -0.06571639}
- - {x: 0.040614963, y: -0.23776414, z: -0.06571639}
- - {x: 0.020580895, y: -0.22824562, z: -0.09990176}
- - {x: 0.05966923, y: -0.22275163, z: -0.09654684}
- - {x: 0.020580895, y: -0.22824562, z: -0.09990176}
- - {x: 0, y: -0.2126627, z: -0.13143277}
- - {x: 0.039108615, y: -0.21004447, z: -0.12981462}
- - {x: 0.020580895, y: -0.22824562, z: -0.09990176}
- - {x: 0.039108615, y: -0.21004447, z: -0.12981462}
- - {x: 0.05966923, y: -0.22275163, z: -0.09654684}
- - {x: 0.05966923, y: -0.22275163, z: -0.09654684}
- - {x: 0.039108615, y: -0.21004447, z: -0.12981462}
- - {x: 0.07725424, y: -0.20225425, z: -0.125}
- - {x: 0.07725424, y: -0.20225425, z: -0.125}
- - {x: 0.039108615, y: -0.21004447, z: -0.12981462}
- - {x: 0.059271578, y: -0.18966308, z: -0.15170628}
- - {x: 0.039108615, y: -0.21004447, z: -0.12981462}
- - {x: 0, y: -0.2126627, z: -0.13143277}
- - {x: 0.020285463, y: -0.19505109, z: -0.15505989}
- - {x: 0.039108615, y: -0.21004447, z: -0.12981462}
- - {x: 0.020285463, y: -0.19505109, z: -0.15505989}
- - {x: 0.059271578, y: -0.18966308, z: -0.15170628}
- - {x: 0.059271578, y: -0.18966308, z: -0.15170628}
- - {x: 0.020285463, y: -0.19505109, z: -0.15505989}
- - {x: 0.040155508, y: -0.17344512, z: -0.17551161}
- - {x: 0, y: -0.2126627, z: -0.13143277}
- - {x: -0.039108615, y: -0.21004447, z: -0.12981462}
- - {x: -0.020285463, y: -0.19505109, z: -0.15505989}
- - {x: -0.039108615, y: -0.21004447, z: -0.12981462}
- - {x: -0.07725424, y: -0.20225425, z: -0.125}
- - {x: -0.059271578, y: -0.18966308, z: -0.15170628}
- - {x: -0.039108615, y: -0.21004447, z: -0.12981462}
- - {x: -0.059271578, y: -0.18966308, z: -0.15170628}
- - {x: -0.020285463, y: -0.19505109, z: -0.15505989}
- - {x: -0.020285463, y: -0.19505109, z: -0.15505989}
- - {x: -0.059271578, y: -0.18966308, z: -0.15170628}
- - {x: -0.040155508, y: -0.17344512, z: -0.17551161}
- - {x: 0, y: -0.2126627, z: -0.13143277}
- - {x: -0.020285463, y: -0.19505109, z: -0.15505989}
- - {x: 0.020285463, y: -0.19505109, z: -0.15505989}
- - {x: -0.020285463, y: -0.19505109, z: -0.15505989}
- - {x: -0.040155508, y: -0.17344512, z: -0.17551161}
- - {x: 0, y: -0.17572676, z: -0.17782043}
- - {x: -0.020285463, y: -0.19505109, z: -0.15505989}
- - {x: 0, y: -0.17572676, z: -0.17782043}
- - {x: 0.020285463, y: -0.19505109, z: -0.15505989}
- - {x: 0.020285463, y: -0.19505109, z: -0.15505989}
- - {x: 0, y: -0.17572676, z: -0.17782043}
- - {x: 0.040155508, y: -0.17344512, z: -0.17551161}
- - {x: 0.040155508, y: -0.17344512, z: -0.17551161}
- - {x: 0, y: -0.17572676, z: -0.17782043}
- - {x: 0.020271573, y: -0.1539105, z: -0.19596076}
- - {x: 0, y: -0.17572676, z: -0.17782043}
- - {x: -0.040155508, y: -0.17344512, z: -0.17551161}
- - {x: -0.020271573, y: -0.1539105, z: -0.19596076}
- - {x: 0, y: -0.17572676, z: -0.17782043}
- - {x: -0.020271573, y: -0.1539105, z: -0.19596076}
- - {x: 0.020271573, y: -0.1539105, z: -0.19596076}
- - {x: 0.020271573, y: -0.1539105, z: -0.19596076}
- - {x: -0.020271573, y: -0.1539105, z: -0.19596076}
- - {x: 0, y: -0.13143277, z: -0.2126627}
- - {x: 0.13143277, y: -0.2126627, z: 0}
- - {x: 0.12111041, y: -0.21623233, z: -0.032800097}
- - {x: 0.1539105, y: -0.19596076, z: -0.020271573}
- - {x: 0.12111041, y: -0.21623233, z: -0.032800097}
- - {x: 0.10847214, y: -0.21566711, z: -0.06497298}
- - {x: 0.14281292, y: -0.1981623, z: -0.053255714}
- - {x: 0.12111041, y: -0.21623233, z: -0.032800097}
- - {x: 0.14281292, y: -0.1981623, z: -0.053255714}
- - {x: 0.1539105, y: -0.19596076, z: -0.020271573}
- - {x: 0.1539105, y: -0.19596076, z: -0.020271573}
- - {x: 0.14281292, y: -0.1981623, z: -0.053255714}
- - {x: 0.17344512, y: -0.17551161, z: -0.040155508}
- - {x: 0.10847214, y: -0.21566711, z: -0.06497298}
- - {x: 0.09375963, y: -0.21097787, z: -0.095903434}
- - {x: 0.1290304, y: -0.19586292, z: -0.08653825}
- - {x: 0.09375963, y: -0.21097787, z: -0.095903434}
- - {x: 0.07725424, y: -0.20225425, z: -0.125}
- - {x: 0.11349764, y: -0.18948385, z: -0.117107466}
- - {x: 0.09375963, y: -0.21097787, z: -0.095903434}
- - {x: 0.11349764, y: -0.18948385, z: -0.117107466}
- - {x: 0.1290304, y: -0.19586292, z: -0.08653825}
- - {x: 0.1290304, y: -0.19586292, z: -0.08653825}
- - {x: 0.11349764, y: -0.18948385, z: -0.117107466}
- - {x: 0.14694633, y: -0.17204773, z: -0.10633135}
- - {x: 0.10847214, y: -0.21566711, z: -0.06497298}
- - {x: 0.1290304, y: -0.19586292, z: -0.08653825}
- - {x: 0.14281292, y: -0.1981623, z: -0.053255714}
- - {x: 0.1290304, y: -0.19586292, z: -0.08653825}
- - {x: 0.14694633, y: -0.17204773, z: -0.10633135}
- - {x: 0.16185299, y: -0.17557746, z: -0.07400114}
- - {x: 0.1290304, y: -0.19586292, z: -0.08653825}
- - {x: 0.16185299, y: -0.17557746, z: -0.07400114}
- - {x: 0.14281292, y: -0.1981623, z: -0.053255714}
- - {x: 0.14281292, y: -0.1981623, z: -0.053255714}
- - {x: 0.16185299, y: -0.17557746, z: -0.07400114}
- - {x: 0.17344512, y: -0.17551161, z: -0.040155508}
- - {x: 0.17344512, y: -0.17551161, z: -0.040155508}
- - {x: 0.16185299, y: -0.17557746, z: -0.07400114}
- - {x: 0.18966308, y: -0.15170628, z: -0.059271578}
- - {x: 0.16185299, y: -0.17557746, z: -0.07400114}
- - {x: 0.14694633, y: -0.17204773, z: -0.10633135}
- - {x: 0.17677669, y: -0.15037523, z: -0.092937}
- - {x: 0.16185299, y: -0.17557746, z: -0.07400114}
- - {x: 0.17677669, y: -0.15037523, z: -0.092937}
- - {x: 0.18966308, y: -0.15170628, z: -0.059271578}
- - {x: 0.18966308, y: -0.15170628, z: -0.059271578}
- - {x: 0.17677669, y: -0.15037523, z: -0.092937}
- - {x: 0.20225425, y: -0.125, z: -0.07725424}
- - {x: 0.07725424, y: -0.20225425, z: -0.125}
- - {x: 0.059271578, y: -0.18966308, z: -0.15170628}
- - {x: 0.092937, y: -0.17677669, z: -0.15037523}
- - {x: 0.059271578, y: -0.18966308, z: -0.15170628}
- - {x: 0.040155508, y: -0.17344512, z: -0.17551161}
- - {x: 0.07400114, y: -0.16185299, z: -0.17557746}
- - {x: 0.059271578, y: -0.18966308, z: -0.15170628}
- - {x: 0.07400114, y: -0.16185299, z: -0.17557746}
- - {x: 0.092937, y: -0.17677669, z: -0.15037523}
- - {x: 0.092937, y: -0.17677669, z: -0.15037523}
- - {x: 0.07400114, y: -0.16185299, z: -0.17557746}
- - {x: 0.10633135, y: -0.14694633, z: -0.17204773}
- - {x: 0.040155508, y: -0.17344512, z: -0.17551161}
- - {x: 0.020271573, y: -0.1539105, z: -0.19596076}
- - {x: 0.053255714, y: -0.14281292, z: -0.1981623}
- - {x: 0.020271573, y: -0.1539105, z: -0.19596076}
- - {x: 0, y: -0.13143277, z: -0.2126627}
- - {x: 0.032800097, y: -0.12111041, z: -0.21623233}
- - {x: 0.020271573, y: -0.1539105, z: -0.19596076}
- - {x: 0.032800097, y: -0.12111041, z: -0.21623233}
- - {x: 0.053255714, y: -0.14281292, z: -0.1981623}
- - {x: 0.053255714, y: -0.14281292, z: -0.1981623}
- - {x: 0.032800097, y: -0.12111041, z: -0.21623233}
- - {x: 0.06497298, y: -0.10847214, z: -0.21566711}
- - {x: 0.040155508, y: -0.17344512, z: -0.17551161}
- - {x: 0.053255714, y: -0.14281292, z: -0.1981623}
- - {x: 0.07400114, y: -0.16185299, z: -0.17557746}
- - {x: 0.053255714, y: -0.14281292, z: -0.1981623}
- - {x: 0.06497298, y: -0.10847214, z: -0.21566711}
- - {x: 0.08653825, y: -0.1290304, z: -0.19586292}
- - {x: 0.053255714, y: -0.14281292, z: -0.1981623}
- - {x: 0.08653825, y: -0.1290304, z: -0.19586292}
- - {x: 0.07400114, y: -0.16185299, z: -0.17557746}
- - {x: 0.07400114, y: -0.16185299, z: -0.17557746}
- - {x: 0.08653825, y: -0.1290304, z: -0.19586292}
- - {x: 0.10633135, y: -0.14694633, z: -0.17204773}
- - {x: 0.10633135, y: -0.14694633, z: -0.17204773}
- - {x: 0.08653825, y: -0.1290304, z: -0.19586292}
- - {x: 0.117107466, y: -0.11349764, z: -0.18948385}
- - {x: 0.08653825, y: -0.1290304, z: -0.19586292}
- - {x: 0.06497298, y: -0.10847214, z: -0.21566711}
- - {x: 0.095903434, y: -0.09375963, z: -0.21097787}
- - {x: 0.08653825, y: -0.1290304, z: -0.19586292}
- - {x: 0.095903434, y: -0.09375963, z: -0.21097787}
- - {x: 0.117107466, y: -0.11349764, z: -0.18948385}
- - {x: 0.117107466, y: -0.11349764, z: -0.18948385}
- - {x: 0.095903434, y: -0.09375963, z: -0.21097787}
- - {x: 0.125, y: -0.07725424, z: -0.20225425}
- - {x: 0.07725424, y: -0.20225425, z: -0.125}
- - {x: 0.092937, y: -0.17677669, z: -0.15037523}
- - {x: 0.11349764, y: -0.18948385, z: -0.117107466}
- - {x: 0.092937, y: -0.17677669, z: -0.15037523}
- - {x: 0.10633135, y: -0.14694633, z: -0.17204773}
- - {x: 0.12834387, y: -0.16164444, z: -0.14106356}
- - {x: 0.092937, y: -0.17677669, z: -0.15037523}
- - {x: 0.12834387, y: -0.16164444, z: -0.14106356}
- - {x: 0.11349764, y: -0.18948385, z: -0.117107466}
- - {x: 0.11349764, y: -0.18948385, z: -0.117107466}
- - {x: 0.12834387, y: -0.16164444, z: -0.14106356}
- - {x: 0.14694633, y: -0.17204773, z: -0.10633135}
- - {x: 0.10633135, y: -0.14694633, z: -0.17204773}
- - {x: 0.117107466, y: -0.11349764, z: -0.18948385}
- - {x: 0.14106356, y: -0.12834387, z: -0.16164444}
- - {x: 0.117107466, y: -0.11349764, z: -0.18948385}
- - {x: 0.125, y: -0.07725424, z: -0.20225425}
- - {x: 0.15037523, y: -0.092937, z: -0.17677669}
- - {x: 0.117107466, y: -0.11349764, z: -0.18948385}
- - {x: 0.15037523, y: -0.092937, z: -0.17677669}
- - {x: 0.14106356, y: -0.12834387, z: -0.16164444}
- - {x: 0.14106356, y: -0.12834387, z: -0.16164444}
- - {x: 0.15037523, y: -0.092937, z: -0.17677669}
- - {x: 0.17204773, y: -0.10633135, z: -0.14694633}
- - {x: 0.10633135, y: -0.14694633, z: -0.17204773}
- - {x: 0.14106356, y: -0.12834387, z: -0.16164444}
- - {x: 0.12834387, y: -0.16164444, z: -0.14106356}
- - {x: 0.14106356, y: -0.12834387, z: -0.16164444}
- - {x: 0.17204773, y: -0.10633135, z: -0.14694633}
- - {x: 0.16164444, y: -0.14106356, z: -0.12834387}
- - {x: 0.14106356, y: -0.12834387, z: -0.16164444}
- - {x: 0.16164444, y: -0.14106356, z: -0.12834387}
- - {x: 0.12834387, y: -0.16164444, z: -0.14106356}
- - {x: 0.12834387, y: -0.16164444, z: -0.14106356}
- - {x: 0.16164444, y: -0.14106356, z: -0.12834387}
- - {x: 0.14694633, y: -0.17204773, z: -0.10633135}
- - {x: 0.14694633, y: -0.17204773, z: -0.10633135}
- - {x: 0.16164444, y: -0.14106356, z: -0.12834387}
- - {x: 0.17677669, y: -0.15037523, z: -0.092937}
- - {x: 0.16164444, y: -0.14106356, z: -0.12834387}
- - {x: 0.17204773, y: -0.10633135, z: -0.14694633}
- - {x: 0.18948385, y: -0.117107466, z: -0.11349764}
- - {x: 0.16164444, y: -0.14106356, z: -0.12834387}
- - {x: 0.18948385, y: -0.117107466, z: -0.11349764}
- - {x: 0.17677669, y: -0.15037523, z: -0.092937}
- - {x: 0.17677669, y: -0.15037523, z: -0.092937}
- - {x: 0.18948385, y: -0.117107466, z: -0.11349764}
- - {x: 0.20225425, y: -0.125, z: -0.07725424}
- - {x: 0.20225425, y: -0.125, z: -0.07725424}
- - {x: 0.18948385, y: -0.117107466, z: -0.11349764}
- - {x: 0.21097787, y: -0.095903434, z: -0.09375963}
- - {x: 0.18948385, y: -0.117107466, z: -0.11349764}
- - {x: 0.17204773, y: -0.10633135, z: -0.14694633}
- - {x: 0.19586292, y: -0.08653825, z: -0.1290304}
- - {x: 0.18948385, y: -0.117107466, z: -0.11349764}
- - {x: 0.19586292, y: -0.08653825, z: -0.1290304}
- - {x: 0.21097787, y: -0.095903434, z: -0.09375963}
- - {x: 0.21097787, y: -0.095903434, z: -0.09375963}
- - {x: 0.19586292, y: -0.08653825, z: -0.1290304}
- - {x: 0.21566711, y: -0.06497298, z: -0.10847214}
- - {x: 0.17204773, y: -0.10633135, z: -0.14694633}
- - {x: 0.15037523, y: -0.092937, z: -0.17677669}
- - {x: 0.17557746, y: -0.07400114, z: -0.16185299}
- - {x: 0.15037523, y: -0.092937, z: -0.17677669}
- - {x: 0.125, y: -0.07725424, z: -0.20225425}
- - {x: 0.15170628, y: -0.059271578, z: -0.18966308}
- - {x: 0.15037523, y: -0.092937, z: -0.17677669}
- - {x: 0.15170628, y: -0.059271578, z: -0.18966308}
- - {x: 0.17557746, y: -0.07400114, z: -0.16185299}
- - {x: 0.17557746, y: -0.07400114, z: -0.16185299}
- - {x: 0.15170628, y: -0.059271578, z: -0.18966308}
- - {x: 0.17551161, y: -0.040155508, z: -0.17344512}
- - {x: 0.17204773, y: -0.10633135, z: -0.14694633}
- - {x: 0.17557746, y: -0.07400114, z: -0.16185299}
- - {x: 0.19586292, y: -0.08653825, z: -0.1290304}
- - {x: 0.17557746, y: -0.07400114, z: -0.16185299}
- - {x: 0.17551161, y: -0.040155508, z: -0.17344512}
- - {x: 0.1981623, y: -0.053255714, z: -0.14281292}
- - {x: 0.17557746, y: -0.07400114, z: -0.16185299}
- - {x: 0.1981623, y: -0.053255714, z: -0.14281292}
- - {x: 0.19586292, y: -0.08653825, z: -0.1290304}
- - {x: 0.19586292, y: -0.08653825, z: -0.1290304}
- - {x: 0.1981623, y: -0.053255714, z: -0.14281292}
- - {x: 0.21566711, y: -0.06497298, z: -0.10847214}
- - {x: 0.21566711, y: -0.06497298, z: -0.10847214}
- - {x: 0.1981623, y: -0.053255714, z: -0.14281292}
- - {x: 0.21623233, y: -0.032800097, z: -0.12111041}
- - {x: 0.1981623, y: -0.053255714, z: -0.14281292}
- - {x: 0.17551161, y: -0.040155508, z: -0.17344512}
- - {x: 0.19596076, y: -0.020271573, z: -0.1539105}
- - {x: 0.1981623, y: -0.053255714, z: -0.14281292}
- - {x: 0.19596076, y: -0.020271573, z: -0.1539105}
- - {x: 0.21623233, y: -0.032800097, z: -0.12111041}
- - {x: 0.21623233, y: -0.032800097, z: -0.12111041}
- - {x: 0.19596076, y: -0.020271573, z: -0.1539105}
- - {x: 0.2126627, y: 0, z: -0.13143277}
- - {x: 0.13143277, y: -0.2126627, z: 0}
- - {x: 0.1539105, y: -0.19596076, z: -0.020271573}
- - {x: 0.1539105, y: -0.19596076, z: 0.020271573}
- - {x: 0.1539105, y: -0.19596076, z: -0.020271573}
- - {x: 0.17344512, y: -0.17551161, z: -0.040155508}
- - {x: 0.17572676, y: -0.17782043, z: 0}
- - {x: 0.1539105, y: -0.19596076, z: -0.020271573}
- - {x: 0.17572676, y: -0.17782043, z: 0}
- - {x: 0.1539105, y: -0.19596076, z: 0.020271573}
- - {x: 0.1539105, y: -0.19596076, z: 0.020271573}
- - {x: 0.17572676, y: -0.17782043, z: 0}
- - {x: 0.17344512, y: -0.17551161, z: 0.040155508}
- - {x: 0.17344512, y: -0.17551161, z: -0.040155508}
- - {x: 0.18966308, y: -0.15170628, z: -0.059271578}
- - {x: 0.19505109, y: -0.15505989, z: -0.020285463}
- - {x: 0.18966308, y: -0.15170628, z: -0.059271578}
- - {x: 0.20225425, y: -0.125, z: -0.07725424}
- - {x: 0.21004447, y: -0.12981462, z: -0.039108615}
- - {x: 0.18966308, y: -0.15170628, z: -0.059271578}
- - {x: 0.21004447, y: -0.12981462, z: -0.039108615}
- - {x: 0.19505109, y: -0.15505989, z: -0.020285463}
- - {x: 0.19505109, y: -0.15505989, z: -0.020285463}
- - {x: 0.21004447, y: -0.12981462, z: -0.039108615}
- - {x: 0.2126627, y: -0.13143277, z: 0}
- - {x: 0.17344512, y: -0.17551161, z: -0.040155508}
- - {x: 0.19505109, y: -0.15505989, z: -0.020285463}
- - {x: 0.17572676, y: -0.17782043, z: 0}
- - {x: 0.19505109, y: -0.15505989, z: -0.020285463}
- - {x: 0.2126627, y: -0.13143277, z: 0}
- - {x: 0.19505109, y: -0.15505989, z: 0.020285463}
- - {x: 0.19505109, y: -0.15505989, z: -0.020285463}
- - {x: 0.19505109, y: -0.15505989, z: 0.020285463}
- - {x: 0.17572676, y: -0.17782043, z: 0}
- - {x: 0.17572676, y: -0.17782043, z: 0}
- - {x: 0.19505109, y: -0.15505989, z: 0.020285463}
- - {x: 0.17344512, y: -0.17551161, z: 0.040155508}
- - {x: 0.17344512, y: -0.17551161, z: 0.040155508}
- - {x: 0.19505109, y: -0.15505989, z: 0.020285463}
- - {x: 0.18966308, y: -0.15170628, z: 0.059271578}
- - {x: 0.19505109, y: -0.15505989, z: 0.020285463}
- - {x: 0.2126627, y: -0.13143277, z: 0}
- - {x: 0.21004447, y: -0.12981462, z: 0.039108615}
- - {x: 0.19505109, y: -0.15505989, z: 0.020285463}
- - {x: 0.21004447, y: -0.12981462, z: 0.039108615}
- - {x: 0.18966308, y: -0.15170628, z: 0.059271578}
- - {x: 0.18966308, y: -0.15170628, z: 0.059271578}
- - {x: 0.21004447, y: -0.12981462, z: 0.039108615}
- - {x: 0.20225425, y: -0.125, z: 0.07725424}
- - {x: 0.20225425, y: -0.125, z: -0.07725424}
- - {x: 0.21097787, y: -0.095903434, z: -0.09375963}
- - {x: 0.22275163, y: -0.09654684, z: -0.05966923}
- - {x: 0.21097787, y: -0.095903434, z: -0.09375963}
- - {x: 0.21566711, y: -0.06497298, z: -0.10847214}
- - {x: 0.22906104, y: -0.06602069, z: -0.075314716}
- - {x: 0.21097787, y: -0.095903434, z: -0.09375963}
- - {x: 0.22906104, y: -0.06602069, z: -0.075314716}
- - {x: 0.22275163, y: -0.09654684, z: -0.05966923}
- - {x: 0.22275163, y: -0.09654684, z: -0.05966923}
- - {x: 0.22906104, y: -0.06602069, z: -0.075314716}
- - {x: 0.23776414, y: -0.06571639, z: -0.040614963}
- - {x: 0.21566711, y: -0.06497298, z: -0.10847214}
- - {x: 0.21623233, y: -0.032800097, z: -0.12111041}
- - {x: 0.23107615, y: -0.032913845, z: -0.0895572}
- - {x: 0.21623233, y: -0.032800097, z: -0.12111041}
- - {x: 0.2126627, y: 0, z: -0.13143277}
- - {x: 0.22876085, y: 0, z: -0.10083884}
- - {x: 0.21623233, y: -0.032800097, z: -0.12111041}
- - {x: 0.22876085, y: 0, z: -0.10083884}
- - {x: 0.23107615, y: -0.032913845, z: -0.0895572}
- - {x: 0.23107615, y: -0.032913845, z: -0.0895572}
- - {x: 0.22876085, y: 0, z: -0.10083884}
- - {x: 0.2404846, y: 0, z: -0.06831663}
- - {x: 0.21566711, y: -0.06497298, z: -0.10847214}
- - {x: 0.23107615, y: -0.032913845, z: -0.0895572}
- - {x: 0.22906104, y: -0.06602069, z: -0.075314716}
- - {x: 0.23107615, y: -0.032913845, z: -0.0895572}
- - {x: 0.2404846, y: 0, z: -0.06831663}
- - {x: 0.24159816, y: -0.033198122, z: -0.055029258}
- - {x: 0.23107615, y: -0.032913845, z: -0.0895572}
- - {x: 0.24159816, y: -0.033198122, z: -0.055029258}
- - {x: 0.22906104, y: -0.06602069, z: -0.075314716}
- - {x: 0.22906104, y: -0.06602069, z: -0.075314716}
- - {x: 0.24159816, y: -0.033198122, z: -0.055029258}
- - {x: 0.23776414, y: -0.06571639, z: -0.040614963}
- - {x: 0.23776414, y: -0.06571639, z: -0.040614963}
- - {x: 0.24159816, y: -0.033198122, z: -0.055029258}
- - {x: 0.24692209, y: -0.03326778, z: -0.020560617}
- - {x: 0.24159816, y: -0.033198122, z: -0.055029258}
- - {x: 0.2404846, y: 0, z: -0.06831663}
- - {x: 0.24760972, y: 0, z: -0.03448806}
- - {x: 0.24159816, y: -0.033198122, z: -0.055029258}
- - {x: 0.24760972, y: 0, z: -0.03448806}
- - {x: 0.24692209, y: -0.03326778, z: -0.020560617}
- - {x: 0.24692209, y: -0.03326778, z: -0.020560617}
- - {x: 0.24760972, y: 0, z: -0.03448806}
- - {x: 0.25, y: 0, z: 0}
- - {x: 0.20225425, y: -0.125, z: -0.07725424}
- - {x: 0.22275163, y: -0.09654684, z: -0.05966923}
- - {x: 0.21004447, y: -0.12981462, z: -0.039108615}
- - {x: 0.22275163, y: -0.09654684, z: -0.05966923}
- - {x: 0.23776414, y: -0.06571639, z: -0.040614963}
- - {x: 0.22824562, y: -0.09990176, z: -0.020580895}
- - {x: 0.22275163, y: -0.09654684, z: -0.05966923}
- - {x: 0.22824562, y: -0.09990176, z: -0.020580895}
- - {x: 0.21004447, y: -0.12981462, z: -0.039108615}
- - {x: 0.21004447, y: -0.12981462, z: -0.039108615}
- - {x: 0.22824562, y: -0.09990176, z: -0.020580895}
- - {x: 0.2126627, y: -0.13143277, z: 0}
- - {x: 0.23776414, y: -0.06571639, z: -0.040614963}
- - {x: 0.24692209, y: -0.03326778, z: -0.020560617}
- - {x: 0.2409653, y: -0.06660118, z: 0}
- - {x: 0.24692209, y: -0.03326778, z: -0.020560617}
- - {x: 0.25, y: 0, z: 0}
- - {x: 0.24692209, y: -0.03326778, z: 0.020560617}
- - {x: 0.24692209, y: -0.03326778, z: -0.020560617}
- - {x: 0.24692209, y: -0.03326778, z: 0.020560617}
- - {x: 0.2409653, y: -0.06660118, z: 0}
- - {x: 0.2409653, y: -0.06660118, z: 0}
- - {x: 0.24692209, y: -0.03326778, z: 0.020560617}
- - {x: 0.23776414, y: -0.06571639, z: 0.040614963}
- - {x: 0.23776414, y: -0.06571639, z: -0.040614963}
- - {x: 0.2409653, y: -0.06660118, z: 0}
- - {x: 0.22824562, y: -0.09990176, z: -0.020580895}
- - {x: 0.2409653, y: -0.06660118, z: 0}
- - {x: 0.23776414, y: -0.06571639, z: 0.040614963}
- - {x: 0.22824562, y: -0.09990176, z: 0.020580895}
- - {x: 0.2409653, y: -0.06660118, z: 0}
- - {x: 0.22824562, y: -0.09990176, z: 0.020580895}
- - {x: 0.22824562, y: -0.09990176, z: -0.020580895}
- - {x: 0.22824562, y: -0.09990176, z: -0.020580895}
- - {x: 0.22824562, y: -0.09990176, z: 0.020580895}
- - {x: 0.2126627, y: -0.13143277, z: 0}
- - {x: 0.2126627, y: -0.13143277, z: 0}
- - {x: 0.22824562, y: -0.09990176, z: 0.020580895}
- - {x: 0.21004447, y: -0.12981462, z: 0.039108615}
- - {x: 0.22824562, y: -0.09990176, z: 0.020580895}
- - {x: 0.23776414, y: -0.06571639, z: 0.040614963}
- - {x: 0.22275163, y: -0.09654684, z: 0.05966923}
- - {x: 0.22824562, y: -0.09990176, z: 0.020580895}
- - {x: 0.22275163, y: -0.09654684, z: 0.05966923}
- - {x: 0.21004447, y: -0.12981462, z: 0.039108615}
- - {x: 0.21004447, y: -0.12981462, z: 0.039108615}
- - {x: 0.22275163, y: -0.09654684, z: 0.05966923}
- - {x: 0.20225425, y: -0.125, z: 0.07725424}
- - {x: 0.20225425, y: -0.125, z: 0.07725424}
- - {x: 0.22275163, y: -0.09654684, z: 0.05966923}
- - {x: 0.21097787, y: -0.095903434, z: 0.09375963}
- - {x: 0.22275163, y: -0.09654684, z: 0.05966923}
- - {x: 0.23776414, y: -0.06571639, z: 0.040614963}
- - {x: 0.22906104, y: -0.06602069, z: 0.075314716}
- - {x: 0.22275163, y: -0.09654684, z: 0.05966923}
- - {x: 0.22906104, y: -0.06602069, z: 0.075314716}
- - {x: 0.21097787, y: -0.095903434, z: 0.09375963}
- - {x: 0.21097787, y: -0.095903434, z: 0.09375963}
- - {x: 0.22906104, y: -0.06602069, z: 0.075314716}
- - {x: 0.21566711, y: -0.06497298, z: 0.10847214}
- - {x: 0.23776414, y: -0.06571639, z: 0.040614963}
- - {x: 0.24692209, y: -0.03326778, z: 0.020560617}
- - {x: 0.24159816, y: -0.033198122, z: 0.055029258}
- - {x: 0.24692209, y: -0.03326778, z: 0.020560617}
- - {x: 0.25, y: 0, z: 0}
- - {x: 0.24760972, y: 0, z: 0.03448806}
- - {x: 0.24692209, y: -0.03326778, z: 0.020560617}
- - {x: 0.24760972, y: 0, z: 0.03448806}
- - {x: 0.24159816, y: -0.033198122, z: 0.055029258}
- - {x: 0.24159816, y: -0.033198122, z: 0.055029258}
- - {x: 0.24760972, y: 0, z: 0.03448806}
- - {x: 0.2404846, y: 0, z: 0.06831663}
- - {x: 0.23776414, y: -0.06571639, z: 0.040614963}
- - {x: 0.24159816, y: -0.033198122, z: 0.055029258}
- - {x: 0.22906104, y: -0.06602069, z: 0.075314716}
- - {x: 0.24159816, y: -0.033198122, z: 0.055029258}
- - {x: 0.2404846, y: 0, z: 0.06831663}
- - {x: 0.23107615, y: -0.032913845, z: 0.0895572}
- - {x: 0.24159816, y: -0.033198122, z: 0.055029258}
- - {x: 0.23107615, y: -0.032913845, z: 0.0895572}
- - {x: 0.22906104, y: -0.06602069, z: 0.075314716}
- - {x: 0.22906104, y: -0.06602069, z: 0.075314716}
- - {x: 0.23107615, y: -0.032913845, z: 0.0895572}
- - {x: 0.21566711, y: -0.06497298, z: 0.10847214}
- - {x: 0.21566711, y: -0.06497298, z: 0.10847214}
- - {x: 0.23107615, y: -0.032913845, z: 0.0895572}
- - {x: 0.21623233, y: -0.032800097, z: 0.12111041}
- - {x: 0.23107615, y: -0.032913845, z: 0.0895572}
- - {x: 0.2404846, y: 0, z: 0.06831663}
- - {x: 0.22876085, y: 0, z: 0.10083884}
- - {x: 0.23107615, y: -0.032913845, z: 0.0895572}
- - {x: 0.22876085, y: 0, z: 0.10083884}
- - {x: 0.21623233, y: -0.032800097, z: 0.12111041}
- - {x: 0.21623233, y: -0.032800097, z: 0.12111041}
- - {x: 0.22876085, y: 0, z: 0.10083884}
- - {x: 0.2126627, y: 0, z: 0.13143277}
- - {x: 0, y: -0.13143277, z: 0.2126627}
- - {x: 0.032800097, y: -0.12111041, z: 0.21623233}
- - {x: 0, y: -0.10083884, z: 0.22876085}
- - {x: 0.032800097, y: -0.12111041, z: 0.21623233}
- - {x: 0.06497298, y: -0.10847214, z: 0.21566711}
- - {x: 0.032913845, y: -0.0895572, z: 0.23107615}
- - {x: 0.032800097, y: -0.12111041, z: 0.21623233}
- - {x: 0.032913845, y: -0.0895572, z: 0.23107615}
- - {x: 0, y: -0.10083884, z: 0.22876085}
- - {x: 0, y: -0.10083884, z: 0.22876085}
- - {x: 0.032913845, y: -0.0895572, z: 0.23107615}
- - {x: 0, y: -0.06831663, z: 0.2404846}
- - {x: 0.06497298, y: -0.10847214, z: 0.21566711}
- - {x: 0.095903434, y: -0.09375963, z: 0.21097787}
- - {x: 0.06602069, y: -0.075314716, z: 0.22906104}
- - {x: 0.095903434, y: -0.09375963, z: 0.21097787}
- - {x: 0.125, y: -0.07725424, z: 0.20225425}
- - {x: 0.09654684, y: -0.05966923, z: 0.22275163}
- - {x: 0.095903434, y: -0.09375963, z: 0.21097787}
- - {x: 0.09654684, y: -0.05966923, z: 0.22275163}
- - {x: 0.06602069, y: -0.075314716, z: 0.22906104}
- - {x: 0.06602069, y: -0.075314716, z: 0.22906104}
- - {x: 0.09654684, y: -0.05966923, z: 0.22275163}
- - {x: 0.06571639, y: -0.040614963, z: 0.23776414}
- - {x: 0.06497298, y: -0.10847214, z: 0.21566711}
- - {x: 0.06602069, y: -0.075314716, z: 0.22906104}
- - {x: 0.032913845, y: -0.0895572, z: 0.23107615}
- - {x: 0.06602069, y: -0.075314716, z: 0.22906104}
- - {x: 0.06571639, y: -0.040614963, z: 0.23776414}
- - {x: 0.033198122, y: -0.055029258, z: 0.24159816}
- - {x: 0.06602069, y: -0.075314716, z: 0.22906104}
- - {x: 0.033198122, y: -0.055029258, z: 0.24159816}
- - {x: 0.032913845, y: -0.0895572, z: 0.23107615}
- - {x: 0.032913845, y: -0.0895572, z: 0.23107615}
- - {x: 0.033198122, y: -0.055029258, z: 0.24159816}
- - {x: 0, y: -0.06831663, z: 0.2404846}
- - {x: 0, y: -0.06831663, z: 0.2404846}
- - {x: 0.033198122, y: -0.055029258, z: 0.24159816}
- - {x: 0, y: -0.03448806, z: 0.24760972}
- - {x: 0.033198122, y: -0.055029258, z: 0.24159816}
- - {x: 0.06571639, y: -0.040614963, z: 0.23776414}
- - {x: 0.03326778, y: -0.020560617, z: 0.24692209}
- - {x: 0.033198122, y: -0.055029258, z: 0.24159816}
- - {x: 0.03326778, y: -0.020560617, z: 0.24692209}
- - {x: 0, y: -0.03448806, z: 0.24760972}
- - {x: 0, y: -0.03448806, z: 0.24760972}
- - {x: 0.03326778, y: -0.020560617, z: 0.24692209}
- - {x: 0, y: 0, z: 0.25}
- - {x: 0.125, y: -0.07725424, z: 0.20225425}
- - {x: 0.15170628, y: -0.059271578, z: 0.18966308}
- - {x: 0.12981462, y: -0.039108615, z: 0.21004447}
- - {x: 0.15170628, y: -0.059271578, z: 0.18966308}
- - {x: 0.17551161, y: -0.040155508, z: 0.17344512}
- - {x: 0.15505989, y: -0.020285463, z: 0.19505109}
- - {x: 0.15170628, y: -0.059271578, z: 0.18966308}
- - {x: 0.15505989, y: -0.020285463, z: 0.19505109}
- - {x: 0.12981462, y: -0.039108615, z: 0.21004447}
- - {x: 0.12981462, y: -0.039108615, z: 0.21004447}
- - {x: 0.15505989, y: -0.020285463, z: 0.19505109}
- - {x: 0.13143277, y: 0, z: 0.2126627}
- - {x: 0.17551161, y: -0.040155508, z: 0.17344512}
- - {x: 0.19596076, y: -0.020271573, z: 0.1539105}
- - {x: 0.17782043, y: 0, z: 0.17572676}
- - {x: 0.19596076, y: -0.020271573, z: 0.1539105}
- - {x: 0.2126627, y: 0, z: 0.13143277}
- - {x: 0.19596076, y: 0.020271573, z: 0.1539105}
- - {x: 0.19596076, y: -0.020271573, z: 0.1539105}
- - {x: 0.19596076, y: 0.020271573, z: 0.1539105}
- - {x: 0.17782043, y: 0, z: 0.17572676}
- - {x: 0.17782043, y: 0, z: 0.17572676}
- - {x: 0.19596076, y: 0.020271573, z: 0.1539105}
- - {x: 0.17551161, y: 0.040155508, z: 0.17344512}
- - {x: 0.17551161, y: -0.040155508, z: 0.17344512}
- - {x: 0.17782043, y: 0, z: 0.17572676}
- - {x: 0.15505989, y: -0.020285463, z: 0.19505109}
- - {x: 0.17782043, y: 0, z: 0.17572676}
- - {x: 0.17551161, y: 0.040155508, z: 0.17344512}
- - {x: 0.15505989, y: 0.020285463, z: 0.19505109}
- - {x: 0.17782043, y: 0, z: 0.17572676}
- - {x: 0.15505989, y: 0.020285463, z: 0.19505109}
- - {x: 0.15505989, y: -0.020285463, z: 0.19505109}
- - {x: 0.15505989, y: -0.020285463, z: 0.19505109}
- - {x: 0.15505989, y: 0.020285463, z: 0.19505109}
- - {x: 0.13143277, y: 0, z: 0.2126627}
- - {x: 0.13143277, y: 0, z: 0.2126627}
- - {x: 0.15505989, y: 0.020285463, z: 0.19505109}
- - {x: 0.12981462, y: 0.039108615, z: 0.21004447}
- - {x: 0.15505989, y: 0.020285463, z: 0.19505109}
- - {x: 0.17551161, y: 0.040155508, z: 0.17344512}
- - {x: 0.15170628, y: 0.059271578, z: 0.18966308}
- - {x: 0.15505989, y: 0.020285463, z: 0.19505109}
- - {x: 0.15170628, y: 0.059271578, z: 0.18966308}
- - {x: 0.12981462, y: 0.039108615, z: 0.21004447}
- - {x: 0.12981462, y: 0.039108615, z: 0.21004447}
- - {x: 0.15170628, y: 0.059271578, z: 0.18966308}
- - {x: 0.125, y: 0.07725424, z: 0.20225425}
- - {x: 0.125, y: -0.07725424, z: 0.20225425}
- - {x: 0.12981462, y: -0.039108615, z: 0.21004447}
- - {x: 0.09654684, y: -0.05966923, z: 0.22275163}
- - {x: 0.12981462, y: -0.039108615, z: 0.21004447}
- - {x: 0.13143277, y: 0, z: 0.2126627}
- - {x: 0.09990176, y: -0.020580895, z: 0.22824562}
- - {x: 0.12981462, y: -0.039108615, z: 0.21004447}
- - {x: 0.09990176, y: -0.020580895, z: 0.22824562}
- - {x: 0.09654684, y: -0.05966923, z: 0.22275163}
- - {x: 0.09654684, y: -0.05966923, z: 0.22275163}
- - {x: 0.09990176, y: -0.020580895, z: 0.22824562}
- - {x: 0.06571639, y: -0.040614963, z: 0.23776414}
- - {x: 0.13143277, y: 0, z: 0.2126627}
- - {x: 0.12981462, y: 0.039108615, z: 0.21004447}
- - {x: 0.09990176, y: 0.020580895, z: 0.22824562}
- - {x: 0.12981462, y: 0.039108615, z: 0.21004447}
- - {x: 0.125, y: 0.07725424, z: 0.20225425}
- - {x: 0.09654684, y: 0.05966923, z: 0.22275163}
- - {x: 0.12981462, y: 0.039108615, z: 0.21004447}
- - {x: 0.09654684, y: 0.05966923, z: 0.22275163}
- - {x: 0.09990176, y: 0.020580895, z: 0.22824562}
- - {x: 0.09990176, y: 0.020580895, z: 0.22824562}
- - {x: 0.09654684, y: 0.05966923, z: 0.22275163}
- - {x: 0.06571639, y: 0.040614963, z: 0.23776414}
- - {x: 0.13143277, y: 0, z: 0.2126627}
- - {x: 0.09990176, y: 0.020580895, z: 0.22824562}
- - {x: 0.09990176, y: -0.020580895, z: 0.22824562}
- - {x: 0.09990176, y: 0.020580895, z: 0.22824562}
- - {x: 0.06571639, y: 0.040614963, z: 0.23776414}
- - {x: 0.06660118, y: 0, z: 0.2409653}
- - {x: 0.09990176, y: 0.020580895, z: 0.22824562}
- - {x: 0.06660118, y: 0, z: 0.2409653}
- - {x: 0.09990176, y: -0.020580895, z: 0.22824562}
- - {x: 0.09990176, y: -0.020580895, z: 0.22824562}
- - {x: 0.06660118, y: 0, z: 0.2409653}
- - {x: 0.06571639, y: -0.040614963, z: 0.23776414}
- - {x: 0.06571639, y: -0.040614963, z: 0.23776414}
- - {x: 0.06660118, y: 0, z: 0.2409653}
- - {x: 0.03326778, y: -0.020560617, z: 0.24692209}
- - {x: 0.06660118, y: 0, z: 0.2409653}
- - {x: 0.06571639, y: 0.040614963, z: 0.23776414}
- - {x: 0.03326778, y: 0.020560617, z: 0.24692209}
- - {x: 0.06660118, y: 0, z: 0.2409653}
- - {x: 0.03326778, y: 0.020560617, z: 0.24692209}
- - {x: 0.03326778, y: -0.020560617, z: 0.24692209}
- - {x: 0.03326778, y: -0.020560617, z: 0.24692209}
- - {x: 0.03326778, y: 0.020560617, z: 0.24692209}
- - {x: 0, y: 0, z: 0.25}
- - {x: 0, y: 0, z: 0.25}
- - {x: 0.03326778, y: 0.020560617, z: 0.24692209}
- - {x: 0, y: 0.03448806, z: 0.24760972}
- - {x: 0.03326778, y: 0.020560617, z: 0.24692209}
- - {x: 0.06571639, y: 0.040614963, z: 0.23776414}
- - {x: 0.033198122, y: 0.055029258, z: 0.24159816}
- - {x: 0.03326778, y: 0.020560617, z: 0.24692209}
- - {x: 0.033198122, y: 0.055029258, z: 0.24159816}
- - {x: 0, y: 0.03448806, z: 0.24760972}
- - {x: 0, y: 0.03448806, z: 0.24760972}
- - {x: 0.033198122, y: 0.055029258, z: 0.24159816}
- - {x: 0, y: 0.06831663, z: 0.2404846}
- - {x: 0.06571639, y: 0.040614963, z: 0.23776414}
- - {x: 0.09654684, y: 0.05966923, z: 0.22275163}
- - {x: 0.06602069, y: 0.075314716, z: 0.22906104}
- - {x: 0.09654684, y: 0.05966923, z: 0.22275163}
- - {x: 0.125, y: 0.07725424, z: 0.20225425}
- - {x: 0.095903434, y: 0.09375963, z: 0.21097787}
- - {x: 0.09654684, y: 0.05966923, z: 0.22275163}
- - {x: 0.095903434, y: 0.09375963, z: 0.21097787}
- - {x: 0.06602069, y: 0.075314716, z: 0.22906104}
- - {x: 0.06602069, y: 0.075314716, z: 0.22906104}
- - {x: 0.095903434, y: 0.09375963, z: 0.21097787}
- - {x: 0.06497298, y: 0.10847214, z: 0.21566711}
- - {x: 0.06571639, y: 0.040614963, z: 0.23776414}
- - {x: 0.06602069, y: 0.075314716, z: 0.22906104}
- - {x: 0.033198122, y: 0.055029258, z: 0.24159816}
- - {x: 0.06602069, y: 0.075314716, z: 0.22906104}
- - {x: 0.06497298, y: 0.10847214, z: 0.21566711}
- - {x: 0.032913845, y: 0.0895572, z: 0.23107615}
- - {x: 0.06602069, y: 0.075314716, z: 0.22906104}
- - {x: 0.032913845, y: 0.0895572, z: 0.23107615}
- - {x: 0.033198122, y: 0.055029258, z: 0.24159816}
- - {x: 0.033198122, y: 0.055029258, z: 0.24159816}
- - {x: 0.032913845, y: 0.0895572, z: 0.23107615}
- - {x: 0, y: 0.06831663, z: 0.2404846}
- - {x: 0, y: 0.06831663, z: 0.2404846}
- - {x: 0.032913845, y: 0.0895572, z: 0.23107615}
- - {x: 0, y: 0.10083884, z: 0.22876085}
- - {x: 0.032913845, y: 0.0895572, z: 0.23107615}
- - {x: 0.06497298, y: 0.10847214, z: 0.21566711}
- - {x: 0.032800097, y: 0.12111041, z: 0.21623233}
- - {x: 0.032913845, y: 0.0895572, z: 0.23107615}
- - {x: 0.032800097, y: 0.12111041, z: 0.21623233}
- - {x: 0, y: 0.10083884, z: 0.22876085}
- - {x: 0, y: 0.10083884, z: 0.22876085}
- - {x: 0.032800097, y: 0.12111041, z: 0.21623233}
- - {x: 0, y: 0.13143277, z: 0.2126627}
- - {x: -0.13143277, y: -0.2126627, z: 0}
- - {x: -0.12111041, y: -0.21623233, z: 0.032800097}
- - {x: -0.1539105, y: -0.19596076, z: 0.020271573}
- - {x: -0.12111041, y: -0.21623233, z: 0.032800097}
- - {x: -0.10847214, y: -0.21566711, z: 0.06497298}
- - {x: -0.14281292, y: -0.1981623, z: 0.053255714}
- - {x: -0.12111041, y: -0.21623233, z: 0.032800097}
- - {x: -0.14281292, y: -0.1981623, z: 0.053255714}
- - {x: -0.1539105, y: -0.19596076, z: 0.020271573}
- - {x: -0.1539105, y: -0.19596076, z: 0.020271573}
- - {x: -0.14281292, y: -0.1981623, z: 0.053255714}
- - {x: -0.17344512, y: -0.17551161, z: 0.040155508}
- - {x: -0.10847214, y: -0.21566711, z: 0.06497298}
- - {x: -0.09375963, y: -0.21097787, z: 0.095903434}
- - {x: -0.1290304, y: -0.19586292, z: 0.08653825}
- - {x: -0.09375963, y: -0.21097787, z: 0.095903434}
- - {x: -0.07725424, y: -0.20225425, z: 0.125}
- - {x: -0.11349764, y: -0.18948385, z: 0.117107466}
- - {x: -0.09375963, y: -0.21097787, z: 0.095903434}
- - {x: -0.11349764, y: -0.18948385, z: 0.117107466}
- - {x: -0.1290304, y: -0.19586292, z: 0.08653825}
- - {x: -0.1290304, y: -0.19586292, z: 0.08653825}
- - {x: -0.11349764, y: -0.18948385, z: 0.117107466}
- - {x: -0.14694633, y: -0.17204773, z: 0.10633135}
- - {x: -0.10847214, y: -0.21566711, z: 0.06497298}
- - {x: -0.1290304, y: -0.19586292, z: 0.08653825}
- - {x: -0.14281292, y: -0.1981623, z: 0.053255714}
- - {x: -0.1290304, y: -0.19586292, z: 0.08653825}
- - {x: -0.14694633, y: -0.17204773, z: 0.10633135}
- - {x: -0.16185299, y: -0.17557746, z: 0.07400114}
- - {x: -0.1290304, y: -0.19586292, z: 0.08653825}
- - {x: -0.16185299, y: -0.17557746, z: 0.07400114}
- - {x: -0.14281292, y: -0.1981623, z: 0.053255714}
- - {x: -0.14281292, y: -0.1981623, z: 0.053255714}
- - {x: -0.16185299, y: -0.17557746, z: 0.07400114}
- - {x: -0.17344512, y: -0.17551161, z: 0.040155508}
- - {x: -0.17344512, y: -0.17551161, z: 0.040155508}
- - {x: -0.16185299, y: -0.17557746, z: 0.07400114}
- - {x: -0.18966308, y: -0.15170628, z: 0.059271578}
- - {x: -0.16185299, y: -0.17557746, z: 0.07400114}
- - {x: -0.14694633, y: -0.17204773, z: 0.10633135}
- - {x: -0.17677669, y: -0.15037523, z: 0.092937}
- - {x: -0.16185299, y: -0.17557746, z: 0.07400114}
- - {x: -0.17677669, y: -0.15037523, z: 0.092937}
- - {x: -0.18966308, y: -0.15170628, z: 0.059271578}
- - {x: -0.18966308, y: -0.15170628, z: 0.059271578}
- - {x: -0.17677669, y: -0.15037523, z: 0.092937}
- - {x: -0.20225425, y: -0.125, z: 0.07725424}
- - {x: -0.07725424, y: -0.20225425, z: 0.125}
- - {x: -0.059271578, y: -0.18966308, z: 0.15170628}
- - {x: -0.092937, y: -0.17677669, z: 0.15037523}
- - {x: -0.059271578, y: -0.18966308, z: 0.15170628}
- - {x: -0.040155508, y: -0.17344512, z: 0.17551161}
- - {x: -0.07400114, y: -0.16185299, z: 0.17557746}
- - {x: -0.059271578, y: -0.18966308, z: 0.15170628}
- - {x: -0.07400114, y: -0.16185299, z: 0.17557746}
- - {x: -0.092937, y: -0.17677669, z: 0.15037523}
- - {x: -0.092937, y: -0.17677669, z: 0.15037523}
- - {x: -0.07400114, y: -0.16185299, z: 0.17557746}
- - {x: -0.10633135, y: -0.14694633, z: 0.17204773}
- - {x: -0.040155508, y: -0.17344512, z: 0.17551161}
- - {x: -0.020271573, y: -0.1539105, z: 0.19596076}
- - {x: -0.053255714, y: -0.14281292, z: 0.1981623}
- - {x: -0.020271573, y: -0.1539105, z: 0.19596076}
- - {x: 0, y: -0.13143277, z: 0.2126627}
- - {x: -0.032800097, y: -0.12111041, z: 0.21623233}
- - {x: -0.020271573, y: -0.1539105, z: 0.19596076}
- - {x: -0.032800097, y: -0.12111041, z: 0.21623233}
- - {x: -0.053255714, y: -0.14281292, z: 0.1981623}
- - {x: -0.053255714, y: -0.14281292, z: 0.1981623}
- - {x: -0.032800097, y: -0.12111041, z: 0.21623233}
- - {x: -0.06497298, y: -0.10847214, z: 0.21566711}
- - {x: -0.040155508, y: -0.17344512, z: 0.17551161}
- - {x: -0.053255714, y: -0.14281292, z: 0.1981623}
- - {x: -0.07400114, y: -0.16185299, z: 0.17557746}
- - {x: -0.053255714, y: -0.14281292, z: 0.1981623}
- - {x: -0.06497298, y: -0.10847214, z: 0.21566711}
- - {x: -0.08653825, y: -0.1290304, z: 0.19586292}
- - {x: -0.053255714, y: -0.14281292, z: 0.1981623}
- - {x: -0.08653825, y: -0.1290304, z: 0.19586292}
- - {x: -0.07400114, y: -0.16185299, z: 0.17557746}
- - {x: -0.07400114, y: -0.16185299, z: 0.17557746}
- - {x: -0.08653825, y: -0.1290304, z: 0.19586292}
- - {x: -0.10633135, y: -0.14694633, z: 0.17204773}
- - {x: -0.10633135, y: -0.14694633, z: 0.17204773}
- - {x: -0.08653825, y: -0.1290304, z: 0.19586292}
- - {x: -0.117107466, y: -0.11349764, z: 0.18948385}
- - {x: -0.08653825, y: -0.1290304, z: 0.19586292}
- - {x: -0.06497298, y: -0.10847214, z: 0.21566711}
- - {x: -0.095903434, y: -0.09375963, z: 0.21097787}
- - {x: -0.08653825, y: -0.1290304, z: 0.19586292}
- - {x: -0.095903434, y: -0.09375963, z: 0.21097787}
- - {x: -0.117107466, y: -0.11349764, z: 0.18948385}
- - {x: -0.117107466, y: -0.11349764, z: 0.18948385}
- - {x: -0.095903434, y: -0.09375963, z: 0.21097787}
- - {x: -0.125, y: -0.07725424, z: 0.20225425}
- - {x: -0.07725424, y: -0.20225425, z: 0.125}
- - {x: -0.092937, y: -0.17677669, z: 0.15037523}
- - {x: -0.11349764, y: -0.18948385, z: 0.117107466}
- - {x: -0.092937, y: -0.17677669, z: 0.15037523}
- - {x: -0.10633135, y: -0.14694633, z: 0.17204773}
- - {x: -0.12834387, y: -0.16164444, z: 0.14106356}
- - {x: -0.092937, y: -0.17677669, z: 0.15037523}
- - {x: -0.12834387, y: -0.16164444, z: 0.14106356}
- - {x: -0.11349764, y: -0.18948385, z: 0.117107466}
- - {x: -0.11349764, y: -0.18948385, z: 0.117107466}
- - {x: -0.12834387, y: -0.16164444, z: 0.14106356}
- - {x: -0.14694633, y: -0.17204773, z: 0.10633135}
- - {x: -0.10633135, y: -0.14694633, z: 0.17204773}
- - {x: -0.117107466, y: -0.11349764, z: 0.18948385}
- - {x: -0.14106356, y: -0.12834387, z: 0.16164444}
- - {x: -0.117107466, y: -0.11349764, z: 0.18948385}
- - {x: -0.125, y: -0.07725424, z: 0.20225425}
- - {x: -0.15037523, y: -0.092937, z: 0.17677669}
- - {x: -0.117107466, y: -0.11349764, z: 0.18948385}
- - {x: -0.15037523, y: -0.092937, z: 0.17677669}
- - {x: -0.14106356, y: -0.12834387, z: 0.16164444}
- - {x: -0.14106356, y: -0.12834387, z: 0.16164444}
- - {x: -0.15037523, y: -0.092937, z: 0.17677669}
- - {x: -0.17204773, y: -0.10633135, z: 0.14694633}
- - {x: -0.10633135, y: -0.14694633, z: 0.17204773}
- - {x: -0.14106356, y: -0.12834387, z: 0.16164444}
- - {x: -0.12834387, y: -0.16164444, z: 0.14106356}
- - {x: -0.14106356, y: -0.12834387, z: 0.16164444}
- - {x: -0.17204773, y: -0.10633135, z: 0.14694633}
- - {x: -0.16164444, y: -0.14106356, z: 0.12834387}
- - {x: -0.14106356, y: -0.12834387, z: 0.16164444}
- - {x: -0.16164444, y: -0.14106356, z: 0.12834387}
- - {x: -0.12834387, y: -0.16164444, z: 0.14106356}
- - {x: -0.12834387, y: -0.16164444, z: 0.14106356}
- - {x: -0.16164444, y: -0.14106356, z: 0.12834387}
- - {x: -0.14694633, y: -0.17204773, z: 0.10633135}
- - {x: -0.14694633, y: -0.17204773, z: 0.10633135}
- - {x: -0.16164444, y: -0.14106356, z: 0.12834387}
- - {x: -0.17677669, y: -0.15037523, z: 0.092937}
- - {x: -0.16164444, y: -0.14106356, z: 0.12834387}
- - {x: -0.17204773, y: -0.10633135, z: 0.14694633}
- - {x: -0.18948385, y: -0.117107466, z: 0.11349764}
- - {x: -0.16164444, y: -0.14106356, z: 0.12834387}
- - {x: -0.18948385, y: -0.117107466, z: 0.11349764}
- - {x: -0.17677669, y: -0.15037523, z: 0.092937}
- - {x: -0.17677669, y: -0.15037523, z: 0.092937}
- - {x: -0.18948385, y: -0.117107466, z: 0.11349764}
- - {x: -0.20225425, y: -0.125, z: 0.07725424}
- - {x: -0.20225425, y: -0.125, z: 0.07725424}
- - {x: -0.18948385, y: -0.117107466, z: 0.11349764}
- - {x: -0.21097787, y: -0.095903434, z: 0.09375963}
- - {x: -0.18948385, y: -0.117107466, z: 0.11349764}
- - {x: -0.17204773, y: -0.10633135, z: 0.14694633}
- - {x: -0.19586292, y: -0.08653825, z: 0.1290304}
- - {x: -0.18948385, y: -0.117107466, z: 0.11349764}
- - {x: -0.19586292, y: -0.08653825, z: 0.1290304}
- - {x: -0.21097787, y: -0.095903434, z: 0.09375963}
- - {x: -0.21097787, y: -0.095903434, z: 0.09375963}
- - {x: -0.19586292, y: -0.08653825, z: 0.1290304}
- - {x: -0.21566711, y: -0.06497298, z: 0.10847214}
- - {x: -0.17204773, y: -0.10633135, z: 0.14694633}
- - {x: -0.15037523, y: -0.092937, z: 0.17677669}
- - {x: -0.17557746, y: -0.07400114, z: 0.16185299}
- - {x: -0.15037523, y: -0.092937, z: 0.17677669}
- - {x: -0.125, y: -0.07725424, z: 0.20225425}
- - {x: -0.15170628, y: -0.059271578, z: 0.18966308}
- - {x: -0.15037523, y: -0.092937, z: 0.17677669}
- - {x: -0.15170628, y: -0.059271578, z: 0.18966308}
- - {x: -0.17557746, y: -0.07400114, z: 0.16185299}
- - {x: -0.17557746, y: -0.07400114, z: 0.16185299}
- - {x: -0.15170628, y: -0.059271578, z: 0.18966308}
- - {x: -0.17551161, y: -0.040155508, z: 0.17344512}
- - {x: -0.17204773, y: -0.10633135, z: 0.14694633}
- - {x: -0.17557746, y: -0.07400114, z: 0.16185299}
- - {x: -0.19586292, y: -0.08653825, z: 0.1290304}
- - {x: -0.17557746, y: -0.07400114, z: 0.16185299}
- - {x: -0.17551161, y: -0.040155508, z: 0.17344512}
- - {x: -0.1981623, y: -0.053255714, z: 0.14281292}
- - {x: -0.17557746, y: -0.07400114, z: 0.16185299}
- - {x: -0.1981623, y: -0.053255714, z: 0.14281292}
- - {x: -0.19586292, y: -0.08653825, z: 0.1290304}
- - {x: -0.19586292, y: -0.08653825, z: 0.1290304}
- - {x: -0.1981623, y: -0.053255714, z: 0.14281292}
- - {x: -0.21566711, y: -0.06497298, z: 0.10847214}
- - {x: -0.21566711, y: -0.06497298, z: 0.10847214}
- - {x: -0.1981623, y: -0.053255714, z: 0.14281292}
- - {x: -0.21623233, y: -0.032800097, z: 0.12111041}
- - {x: -0.1981623, y: -0.053255714, z: 0.14281292}
- - {x: -0.17551161, y: -0.040155508, z: 0.17344512}
- - {x: -0.19596076, y: -0.020271573, z: 0.1539105}
- - {x: -0.1981623, y: -0.053255714, z: 0.14281292}
- - {x: -0.19596076, y: -0.020271573, z: 0.1539105}
- - {x: -0.21623233, y: -0.032800097, z: 0.12111041}
- - {x: -0.21623233, y: -0.032800097, z: 0.12111041}
- - {x: -0.19596076, y: -0.020271573, z: 0.1539105}
- - {x: -0.2126627, y: 0, z: 0.13143277}
- - {x: 0, y: -0.13143277, z: -0.2126627}
- - {x: -0.020271573, y: -0.1539105, z: -0.19596076}
- - {x: -0.032800097, y: -0.12111041, z: -0.21623233}
- - {x: -0.020271573, y: -0.1539105, z: -0.19596076}
- - {x: -0.040155508, y: -0.17344512, z: -0.17551161}
- - {x: -0.053255714, y: -0.14281292, z: -0.1981623}
- - {x: -0.020271573, y: -0.1539105, z: -0.19596076}
- - {x: -0.053255714, y: -0.14281292, z: -0.1981623}
- - {x: -0.032800097, y: -0.12111041, z: -0.21623233}
- - {x: -0.032800097, y: -0.12111041, z: -0.21623233}
- - {x: -0.053255714, y: -0.14281292, z: -0.1981623}
- - {x: -0.06497298, y: -0.10847214, z: -0.21566711}
- - {x: -0.040155508, y: -0.17344512, z: -0.17551161}
- - {x: -0.059271578, y: -0.18966308, z: -0.15170628}
- - {x: -0.07400114, y: -0.16185299, z: -0.17557746}
- - {x: -0.059271578, y: -0.18966308, z: -0.15170628}
- - {x: -0.07725424, y: -0.20225425, z: -0.125}
- - {x: -0.092937, y: -0.17677669, z: -0.15037523}
- - {x: -0.059271578, y: -0.18966308, z: -0.15170628}
- - {x: -0.092937, y: -0.17677669, z: -0.15037523}
- - {x: -0.07400114, y: -0.16185299, z: -0.17557746}
- - {x: -0.07400114, y: -0.16185299, z: -0.17557746}
- - {x: -0.092937, y: -0.17677669, z: -0.15037523}
- - {x: -0.10633135, y: -0.14694633, z: -0.17204773}
- - {x: -0.040155508, y: -0.17344512, z: -0.17551161}
- - {x: -0.07400114, y: -0.16185299, z: -0.17557746}
- - {x: -0.053255714, y: -0.14281292, z: -0.1981623}
- - {x: -0.07400114, y: -0.16185299, z: -0.17557746}
- - {x: -0.10633135, y: -0.14694633, z: -0.17204773}
- - {x: -0.08653825, y: -0.1290304, z: -0.19586292}
- - {x: -0.07400114, y: -0.16185299, z: -0.17557746}
- - {x: -0.08653825, y: -0.1290304, z: -0.19586292}
- - {x: -0.053255714, y: -0.14281292, z: -0.1981623}
- - {x: -0.053255714, y: -0.14281292, z: -0.1981623}
- - {x: -0.08653825, y: -0.1290304, z: -0.19586292}
- - {x: -0.06497298, y: -0.10847214, z: -0.21566711}
- - {x: -0.06497298, y: -0.10847214, z: -0.21566711}
- - {x: -0.08653825, y: -0.1290304, z: -0.19586292}
- - {x: -0.095903434, y: -0.09375963, z: -0.21097787}
- - {x: -0.08653825, y: -0.1290304, z: -0.19586292}
- - {x: -0.10633135, y: -0.14694633, z: -0.17204773}
- - {x: -0.117107466, y: -0.11349764, z: -0.18948385}
- - {x: -0.08653825, y: -0.1290304, z: -0.19586292}
- - {x: -0.117107466, y: -0.11349764, z: -0.18948385}
- - {x: -0.095903434, y: -0.09375963, z: -0.21097787}
- - {x: -0.095903434, y: -0.09375963, z: -0.21097787}
- - {x: -0.117107466, y: -0.11349764, z: -0.18948385}
- - {x: -0.125, y: -0.07725424, z: -0.20225425}
- - {x: -0.07725424, y: -0.20225425, z: -0.125}
- - {x: -0.09375963, y: -0.21097787, z: -0.095903434}
- - {x: -0.11349764, y: -0.18948385, z: -0.117107466}
- - {x: -0.09375963, y: -0.21097787, z: -0.095903434}
- - {x: -0.10847214, y: -0.21566711, z: -0.06497298}
- - {x: -0.1290304, y: -0.19586292, z: -0.08653825}
- - {x: -0.09375963, y: -0.21097787, z: -0.095903434}
- - {x: -0.1290304, y: -0.19586292, z: -0.08653825}
- - {x: -0.11349764, y: -0.18948385, z: -0.117107466}
- - {x: -0.11349764, y: -0.18948385, z: -0.117107466}
- - {x: -0.1290304, y: -0.19586292, z: -0.08653825}
- - {x: -0.14694633, y: -0.17204773, z: -0.10633135}
- - {x: -0.10847214, y: -0.21566711, z: -0.06497298}
- - {x: -0.12111041, y: -0.21623233, z: -0.032800097}
- - {x: -0.14281292, y: -0.1981623, z: -0.053255714}
- - {x: -0.12111041, y: -0.21623233, z: -0.032800097}
- - {x: -0.13143277, y: -0.2126627, z: 0}
- - {x: -0.1539105, y: -0.19596076, z: -0.020271573}
- - {x: -0.12111041, y: -0.21623233, z: -0.032800097}
- - {x: -0.1539105, y: -0.19596076, z: -0.020271573}
- - {x: -0.14281292, y: -0.1981623, z: -0.053255714}
- - {x: -0.14281292, y: -0.1981623, z: -0.053255714}
- - {x: -0.1539105, y: -0.19596076, z: -0.020271573}
- - {x: -0.17344512, y: -0.17551161, z: -0.040155508}
- - {x: -0.10847214, y: -0.21566711, z: -0.06497298}
- - {x: -0.14281292, y: -0.1981623, z: -0.053255714}
- - {x: -0.1290304, y: -0.19586292, z: -0.08653825}
- - {x: -0.14281292, y: -0.1981623, z: -0.053255714}
- - {x: -0.17344512, y: -0.17551161, z: -0.040155508}
- - {x: -0.16185299, y: -0.17557746, z: -0.07400114}
- - {x: -0.14281292, y: -0.1981623, z: -0.053255714}
- - {x: -0.16185299, y: -0.17557746, z: -0.07400114}
- - {x: -0.1290304, y: -0.19586292, z: -0.08653825}
- - {x: -0.1290304, y: -0.19586292, z: -0.08653825}
- - {x: -0.16185299, y: -0.17557746, z: -0.07400114}
- - {x: -0.14694633, y: -0.17204773, z: -0.10633135}
- - {x: -0.14694633, y: -0.17204773, z: -0.10633135}
- - {x: -0.16185299, y: -0.17557746, z: -0.07400114}
- - {x: -0.17677669, y: -0.15037523, z: -0.092937}
- - {x: -0.16185299, y: -0.17557746, z: -0.07400114}
- - {x: -0.17344512, y: -0.17551161, z: -0.040155508}
- - {x: -0.18966308, y: -0.15170628, z: -0.059271578}
- - {x: -0.16185299, y: -0.17557746, z: -0.07400114}
- - {x: -0.18966308, y: -0.15170628, z: -0.059271578}
- - {x: -0.17677669, y: -0.15037523, z: -0.092937}
- - {x: -0.17677669, y: -0.15037523, z: -0.092937}
- - {x: -0.18966308, y: -0.15170628, z: -0.059271578}
- - {x: -0.20225425, y: -0.125, z: -0.07725424}
- - {x: -0.07725424, y: -0.20225425, z: -0.125}
- - {x: -0.11349764, y: -0.18948385, z: -0.117107466}
- - {x: -0.092937, y: -0.17677669, z: -0.15037523}
- - {x: -0.11349764, y: -0.18948385, z: -0.117107466}
- - {x: -0.14694633, y: -0.17204773, z: -0.10633135}
- - {x: -0.12834387, y: -0.16164444, z: -0.14106356}
- - {x: -0.11349764, y: -0.18948385, z: -0.117107466}
- - {x: -0.12834387, y: -0.16164444, z: -0.14106356}
- - {x: -0.092937, y: -0.17677669, z: -0.15037523}
- - {x: -0.092937, y: -0.17677669, z: -0.15037523}
- - {x: -0.12834387, y: -0.16164444, z: -0.14106356}
- - {x: -0.10633135, y: -0.14694633, z: -0.17204773}
- - {x: -0.14694633, y: -0.17204773, z: -0.10633135}
- - {x: -0.17677669, y: -0.15037523, z: -0.092937}
- - {x: -0.16164444, y: -0.14106356, z: -0.12834387}
- - {x: -0.17677669, y: -0.15037523, z: -0.092937}
- - {x: -0.20225425, y: -0.125, z: -0.07725424}
- - {x: -0.18948385, y: -0.117107466, z: -0.11349764}
- - {x: -0.17677669, y: -0.15037523, z: -0.092937}
- - {x: -0.18948385, y: -0.117107466, z: -0.11349764}
- - {x: -0.16164444, y: -0.14106356, z: -0.12834387}
- - {x: -0.16164444, y: -0.14106356, z: -0.12834387}
- - {x: -0.18948385, y: -0.117107466, z: -0.11349764}
- - {x: -0.17204773, y: -0.10633135, z: -0.14694633}
- - {x: -0.14694633, y: -0.17204773, z: -0.10633135}
- - {x: -0.16164444, y: -0.14106356, z: -0.12834387}
- - {x: -0.12834387, y: -0.16164444, z: -0.14106356}
- - {x: -0.16164444, y: -0.14106356, z: -0.12834387}
- - {x: -0.17204773, y: -0.10633135, z: -0.14694633}
- - {x: -0.14106356, y: -0.12834387, z: -0.16164444}
- - {x: -0.16164444, y: -0.14106356, z: -0.12834387}
- - {x: -0.14106356, y: -0.12834387, z: -0.16164444}
- - {x: -0.12834387, y: -0.16164444, z: -0.14106356}
- - {x: -0.12834387, y: -0.16164444, z: -0.14106356}
- - {x: -0.14106356, y: -0.12834387, z: -0.16164444}
- - {x: -0.10633135, y: -0.14694633, z: -0.17204773}
- - {x: -0.10633135, y: -0.14694633, z: -0.17204773}
- - {x: -0.14106356, y: -0.12834387, z: -0.16164444}
- - {x: -0.117107466, y: -0.11349764, z: -0.18948385}
- - {x: -0.14106356, y: -0.12834387, z: -0.16164444}
- - {x: -0.17204773, y: -0.10633135, z: -0.14694633}
- - {x: -0.15037523, y: -0.092937, z: -0.17677669}
- - {x: -0.14106356, y: -0.12834387, z: -0.16164444}
- - {x: -0.15037523, y: -0.092937, z: -0.17677669}
- - {x: -0.117107466, y: -0.11349764, z: -0.18948385}
- - {x: -0.117107466, y: -0.11349764, z: -0.18948385}
- - {x: -0.15037523, y: -0.092937, z: -0.17677669}
- - {x: -0.125, y: -0.07725424, z: -0.20225425}
- - {x: -0.125, y: -0.07725424, z: -0.20225425}
- - {x: -0.15037523, y: -0.092937, z: -0.17677669}
- - {x: -0.15170628, y: -0.059271578, z: -0.18966308}
- - {x: -0.15037523, y: -0.092937, z: -0.17677669}
- - {x: -0.17204773, y: -0.10633135, z: -0.14694633}
- - {x: -0.17557746, y: -0.07400114, z: -0.16185299}
- - {x: -0.15037523, y: -0.092937, z: -0.17677669}
- - {x: -0.17557746, y: -0.07400114, z: -0.16185299}
- - {x: -0.15170628, y: -0.059271578, z: -0.18966308}
- - {x: -0.15170628, y: -0.059271578, z: -0.18966308}
- - {x: -0.17557746, y: -0.07400114, z: -0.16185299}
- - {x: -0.17551161, y: -0.040155508, z: -0.17344512}
- - {x: -0.17204773, y: -0.10633135, z: -0.14694633}
- - {x: -0.18948385, y: -0.117107466, z: -0.11349764}
- - {x: -0.19586292, y: -0.08653825, z: -0.1290304}
- - {x: -0.18948385, y: -0.117107466, z: -0.11349764}
- - {x: -0.20225425, y: -0.125, z: -0.07725424}
- - {x: -0.21097787, y: -0.095903434, z: -0.09375963}
- - {x: -0.18948385, y: -0.117107466, z: -0.11349764}
- - {x: -0.21097787, y: -0.095903434, z: -0.09375963}
- - {x: -0.19586292, y: -0.08653825, z: -0.1290304}
- - {x: -0.19586292, y: -0.08653825, z: -0.1290304}
- - {x: -0.21097787, y: -0.095903434, z: -0.09375963}
- - {x: -0.21566711, y: -0.06497298, z: -0.10847214}
- - {x: -0.17204773, y: -0.10633135, z: -0.14694633}
- - {x: -0.19586292, y: -0.08653825, z: -0.1290304}
- - {x: -0.17557746, y: -0.07400114, z: -0.16185299}
- - {x: -0.19586292, y: -0.08653825, z: -0.1290304}
- - {x: -0.21566711, y: -0.06497298, z: -0.10847214}
- - {x: -0.1981623, y: -0.053255714, z: -0.14281292}
- - {x: -0.19586292, y: -0.08653825, z: -0.1290304}
- - {x: -0.1981623, y: -0.053255714, z: -0.14281292}
- - {x: -0.17557746, y: -0.07400114, z: -0.16185299}
- - {x: -0.17557746, y: -0.07400114, z: -0.16185299}
- - {x: -0.1981623, y: -0.053255714, z: -0.14281292}
- - {x: -0.17551161, y: -0.040155508, z: -0.17344512}
- - {x: -0.17551161, y: -0.040155508, z: -0.17344512}
- - {x: -0.1981623, y: -0.053255714, z: -0.14281292}
- - {x: -0.19596076, y: -0.020271573, z: -0.1539105}
- - {x: -0.1981623, y: -0.053255714, z: -0.14281292}
- - {x: -0.21566711, y: -0.06497298, z: -0.10847214}
- - {x: -0.21623233, y: -0.032800097, z: -0.12111041}
- - {x: -0.1981623, y: -0.053255714, z: -0.14281292}
- - {x: -0.21623233, y: -0.032800097, z: -0.12111041}
- - {x: -0.19596076, y: -0.020271573, z: -0.1539105}
- - {x: -0.19596076, y: -0.020271573, z: -0.1539105}
- - {x: -0.21623233, y: -0.032800097, z: -0.12111041}
- - {x: -0.2126627, y: 0, z: -0.13143277}
- - {x: 0.2126627, y: 0, z: -0.13143277}
- - {x: 0.19596076, y: -0.020271573, z: -0.1539105}
- - {x: 0.19596076, y: 0.020271573, z: -0.1539105}
- - {x: 0.19596076, y: -0.020271573, z: -0.1539105}
- - {x: 0.17551161, y: -0.040155508, z: -0.17344512}
- - {x: 0.17782043, y: 0, z: -0.17572676}
- - {x: 0.19596076, y: -0.020271573, z: -0.1539105}
- - {x: 0.17782043, y: 0, z: -0.17572676}
- - {x: 0.19596076, y: 0.020271573, z: -0.1539105}
- - {x: 0.19596076, y: 0.020271573, z: -0.1539105}
- - {x: 0.17782043, y: 0, z: -0.17572676}
- - {x: 0.17551161, y: 0.040155508, z: -0.17344512}
- - {x: 0.17551161, y: -0.040155508, z: -0.17344512}
- - {x: 0.15170628, y: -0.059271578, z: -0.18966308}
- - {x: 0.15505989, y: -0.020285463, z: -0.19505109}
- - {x: 0.15170628, y: -0.059271578, z: -0.18966308}
- - {x: 0.125, y: -0.07725424, z: -0.20225425}
- - {x: 0.12981462, y: -0.039108615, z: -0.21004447}
- - {x: 0.15170628, y: -0.059271578, z: -0.18966308}
- - {x: 0.12981462, y: -0.039108615, z: -0.21004447}
- - {x: 0.15505989, y: -0.020285463, z: -0.19505109}
- - {x: 0.15505989, y: -0.020285463, z: -0.19505109}
- - {x: 0.12981462, y: -0.039108615, z: -0.21004447}
- - {x: 0.13143277, y: 0, z: -0.2126627}
- - {x: 0.17551161, y: -0.040155508, z: -0.17344512}
- - {x: 0.15505989, y: -0.020285463, z: -0.19505109}
- - {x: 0.17782043, y: 0, z: -0.17572676}
- - {x: 0.15505989, y: -0.020285463, z: -0.19505109}
- - {x: 0.13143277, y: 0, z: -0.2126627}
- - {x: 0.15505989, y: 0.020285463, z: -0.19505109}
- - {x: 0.15505989, y: -0.020285463, z: -0.19505109}
- - {x: 0.15505989, y: 0.020285463, z: -0.19505109}
- - {x: 0.17782043, y: 0, z: -0.17572676}
- - {x: 0.17782043, y: 0, z: -0.17572676}
- - {x: 0.15505989, y: 0.020285463, z: -0.19505109}
- - {x: 0.17551161, y: 0.040155508, z: -0.17344512}
- - {x: 0.17551161, y: 0.040155508, z: -0.17344512}
- - {x: 0.15505989, y: 0.020285463, z: -0.19505109}
- - {x: 0.15170628, y: 0.059271578, z: -0.18966308}
- - {x: 0.15505989, y: 0.020285463, z: -0.19505109}
- - {x: 0.13143277, y: 0, z: -0.2126627}
- - {x: 0.12981462, y: 0.039108615, z: -0.21004447}
- - {x: 0.15505989, y: 0.020285463, z: -0.19505109}
- - {x: 0.12981462, y: 0.039108615, z: -0.21004447}
- - {x: 0.15170628, y: 0.059271578, z: -0.18966308}
- - {x: 0.15170628, y: 0.059271578, z: -0.18966308}
- - {x: 0.12981462, y: 0.039108615, z: -0.21004447}
- - {x: 0.125, y: 0.07725424, z: -0.20225425}
- - {x: 0.125, y: -0.07725424, z: -0.20225425}
- - {x: 0.095903434, y: -0.09375963, z: -0.21097787}
- - {x: 0.09654684, y: -0.05966923, z: -0.22275163}
- - {x: 0.095903434, y: -0.09375963, z: -0.21097787}
- - {x: 0.06497298, y: -0.10847214, z: -0.21566711}
- - {x: 0.06602069, y: -0.075314716, z: -0.22906104}
- - {x: 0.095903434, y: -0.09375963, z: -0.21097787}
- - {x: 0.06602069, y: -0.075314716, z: -0.22906104}
- - {x: 0.09654684, y: -0.05966923, z: -0.22275163}
- - {x: 0.09654684, y: -0.05966923, z: -0.22275163}
- - {x: 0.06602069, y: -0.075314716, z: -0.22906104}
- - {x: 0.06571639, y: -0.040614963, z: -0.23776414}
- - {x: 0.06497298, y: -0.10847214, z: -0.21566711}
- - {x: 0.032800097, y: -0.12111041, z: -0.21623233}
- - {x: 0.032913845, y: -0.0895572, z: -0.23107615}
- - {x: 0.032800097, y: -0.12111041, z: -0.21623233}
- - {x: 0, y: -0.13143277, z: -0.2126627}
- - {x: 0, y: -0.10083884, z: -0.22876085}
- - {x: 0.032800097, y: -0.12111041, z: -0.21623233}
- - {x: 0, y: -0.10083884, z: -0.22876085}
- - {x: 0.032913845, y: -0.0895572, z: -0.23107615}
- - {x: 0.032913845, y: -0.0895572, z: -0.23107615}
- - {x: 0, y: -0.10083884, z: -0.22876085}
- - {x: 0, y: -0.06831663, z: -0.2404846}
- - {x: 0.06497298, y: -0.10847214, z: -0.21566711}
- - {x: 0.032913845, y: -0.0895572, z: -0.23107615}
- - {x: 0.06602069, y: -0.075314716, z: -0.22906104}
- - {x: 0.032913845, y: -0.0895572, z: -0.23107615}
- - {x: 0, y: -0.06831663, z: -0.2404846}
- - {x: 0.033198122, y: -0.055029258, z: -0.24159816}
- - {x: 0.032913845, y: -0.0895572, z: -0.23107615}
- - {x: 0.033198122, y: -0.055029258, z: -0.24159816}
- - {x: 0.06602069, y: -0.075314716, z: -0.22906104}
- - {x: 0.06602069, y: -0.075314716, z: -0.22906104}
- - {x: 0.033198122, y: -0.055029258, z: -0.24159816}
- - {x: 0.06571639, y: -0.040614963, z: -0.23776414}
- - {x: 0.06571639, y: -0.040614963, z: -0.23776414}
- - {x: 0.033198122, y: -0.055029258, z: -0.24159816}
- - {x: 0.03326778, y: -0.020560617, z: -0.24692209}
- - {x: 0.033198122, y: -0.055029258, z: -0.24159816}
- - {x: 0, y: -0.06831663, z: -0.2404846}
- - {x: 0, y: -0.03448806, z: -0.24760972}
- - {x: 0.033198122, y: -0.055029258, z: -0.24159816}
- - {x: 0, y: -0.03448806, z: -0.24760972}
- - {x: 0.03326778, y: -0.020560617, z: -0.24692209}
- - {x: 0.03326778, y: -0.020560617, z: -0.24692209}
- - {x: 0, y: -0.03448806, z: -0.24760972}
- - {x: 0, y: 0, z: -0.25}
- - {x: 0.125, y: -0.07725424, z: -0.20225425}
- - {x: 0.09654684, y: -0.05966923, z: -0.22275163}
- - {x: 0.12981462, y: -0.039108615, z: -0.21004447}
- - {x: 0.09654684, y: -0.05966923, z: -0.22275163}
- - {x: 0.06571639, y: -0.040614963, z: -0.23776414}
- - {x: 0.09990176, y: -0.020580895, z: -0.22824562}
- - {x: 0.09654684, y: -0.05966923, z: -0.22275163}
- - {x: 0.09990176, y: -0.020580895, z: -0.22824562}
- - {x: 0.12981462, y: -0.039108615, z: -0.21004447}
- - {x: 0.12981462, y: -0.039108615, z: -0.21004447}
- - {x: 0.09990176, y: -0.020580895, z: -0.22824562}
- - {x: 0.13143277, y: 0, z: -0.2126627}
- - {x: 0.06571639, y: -0.040614963, z: -0.23776414}
- - {x: 0.03326778, y: -0.020560617, z: -0.24692209}
- - {x: 0.06660118, y: 0, z: -0.2409653}
- - {x: 0.03326778, y: -0.020560617, z: -0.24692209}
- - {x: 0, y: 0, z: -0.25}
- - {x: 0.03326778, y: 0.020560617, z: -0.24692209}
- - {x: 0.03326778, y: -0.020560617, z: -0.24692209}
- - {x: 0.03326778, y: 0.020560617, z: -0.24692209}
- - {x: 0.06660118, y: 0, z: -0.2409653}
- - {x: 0.06660118, y: 0, z: -0.2409653}
- - {x: 0.03326778, y: 0.020560617, z: -0.24692209}
- - {x: 0.06571639, y: 0.040614963, z: -0.23776414}
- - {x: 0.06571639, y: -0.040614963, z: -0.23776414}
- - {x: 0.06660118, y: 0, z: -0.2409653}
- - {x: 0.09990176, y: -0.020580895, z: -0.22824562}
- - {x: 0.06660118, y: 0, z: -0.2409653}
- - {x: 0.06571639, y: 0.040614963, z: -0.23776414}
- - {x: 0.09990176, y: 0.020580895, z: -0.22824562}
- - {x: 0.06660118, y: 0, z: -0.2409653}
- - {x: 0.09990176, y: 0.020580895, z: -0.22824562}
- - {x: 0.09990176, y: -0.020580895, z: -0.22824562}
- - {x: 0.09990176, y: -0.020580895, z: -0.22824562}
- - {x: 0.09990176, y: 0.020580895, z: -0.22824562}
- - {x: 0.13143277, y: 0, z: -0.2126627}
- - {x: 0.13143277, y: 0, z: -0.2126627}
- - {x: 0.09990176, y: 0.020580895, z: -0.22824562}
- - {x: 0.12981462, y: 0.039108615, z: -0.21004447}
- - {x: 0.09990176, y: 0.020580895, z: -0.22824562}
- - {x: 0.06571639, y: 0.040614963, z: -0.23776414}
- - {x: 0.09654684, y: 0.05966923, z: -0.22275163}
- - {x: 0.09990176, y: 0.020580895, z: -0.22824562}
- - {x: 0.09654684, y: 0.05966923, z: -0.22275163}
- - {x: 0.12981462, y: 0.039108615, z: -0.21004447}
- - {x: 0.12981462, y: 0.039108615, z: -0.21004447}
- - {x: 0.09654684, y: 0.05966923, z: -0.22275163}
- - {x: 0.125, y: 0.07725424, z: -0.20225425}
- - {x: 0.125, y: 0.07725424, z: -0.20225425}
- - {x: 0.09654684, y: 0.05966923, z: -0.22275163}
- - {x: 0.095903434, y: 0.09375963, z: -0.21097787}
- - {x: 0.09654684, y: 0.05966923, z: -0.22275163}
- - {x: 0.06571639, y: 0.040614963, z: -0.23776414}
- - {x: 0.06602069, y: 0.075314716, z: -0.22906104}
- - {x: 0.09654684, y: 0.05966923, z: -0.22275163}
- - {x: 0.06602069, y: 0.075314716, z: -0.22906104}
- - {x: 0.095903434, y: 0.09375963, z: -0.21097787}
- - {x: 0.095903434, y: 0.09375963, z: -0.21097787}
- - {x: 0.06602069, y: 0.075314716, z: -0.22906104}
- - {x: 0.06497298, y: 0.10847214, z: -0.21566711}
- - {x: 0.06571639, y: 0.040614963, z: -0.23776414}
- - {x: 0.03326778, y: 0.020560617, z: -0.24692209}
- - {x: 0.033198122, y: 0.055029258, z: -0.24159816}
- - {x: 0.03326778, y: 0.020560617, z: -0.24692209}
- - {x: 0, y: 0, z: -0.25}
- - {x: 0, y: 0.03448806, z: -0.24760972}
- - {x: 0.03326778, y: 0.020560617, z: -0.24692209}
- - {x: 0, y: 0.03448806, z: -0.24760972}
- - {x: 0.033198122, y: 0.055029258, z: -0.24159816}
- - {x: 0.033198122, y: 0.055029258, z: -0.24159816}
- - {x: 0, y: 0.03448806, z: -0.24760972}
- - {x: 0, y: 0.06831663, z: -0.2404846}
- - {x: 0.06571639, y: 0.040614963, z: -0.23776414}
- - {x: 0.033198122, y: 0.055029258, z: -0.24159816}
- - {x: 0.06602069, y: 0.075314716, z: -0.22906104}
- - {x: 0.033198122, y: 0.055029258, z: -0.24159816}
- - {x: 0, y: 0.06831663, z: -0.2404846}
- - {x: 0.032913845, y: 0.0895572, z: -0.23107615}
- - {x: 0.033198122, y: 0.055029258, z: -0.24159816}
- - {x: 0.032913845, y: 0.0895572, z: -0.23107615}
- - {x: 0.06602069, y: 0.075314716, z: -0.22906104}
- - {x: 0.06602069, y: 0.075314716, z: -0.22906104}
- - {x: 0.032913845, y: 0.0895572, z: -0.23107615}
- - {x: 0.06497298, y: 0.10847214, z: -0.21566711}
- - {x: 0.06497298, y: 0.10847214, z: -0.21566711}
- - {x: 0.032913845, y: 0.0895572, z: -0.23107615}
- - {x: 0.032800097, y: 0.12111041, z: -0.21623233}
- - {x: 0.032913845, y: 0.0895572, z: -0.23107615}
- - {x: 0, y: 0.06831663, z: -0.2404846}
- - {x: 0, y: 0.10083884, z: -0.22876085}
- - {x: 0.032913845, y: 0.0895572, z: -0.23107615}
- - {x: 0, y: 0.10083884, z: -0.22876085}
- - {x: 0.032800097, y: 0.12111041, z: -0.21623233}
- - {x: 0.032800097, y: 0.12111041, z: -0.21623233}
- - {x: 0, y: 0.10083884, z: -0.22876085}
- - {x: 0, y: 0.13143277, z: -0.2126627}
- - {x: 0.2126627, y: 0, z: 0.13143277}
- - {x: 0.22876085, y: 0, z: 0.10083884}
- - {x: 0.21623233, y: 0.032800097, z: 0.12111041}
- - {x: 0.22876085, y: 0, z: 0.10083884}
- - {x: 0.2404846, y: 0, z: 0.06831663}
- - {x: 0.23107615, y: 0.032913845, z: 0.0895572}
- - {x: 0.22876085, y: 0, z: 0.10083884}
- - {x: 0.23107615, y: 0.032913845, z: 0.0895572}
- - {x: 0.21623233, y: 0.032800097, z: 0.12111041}
- - {x: 0.21623233, y: 0.032800097, z: 0.12111041}
- - {x: 0.23107615, y: 0.032913845, z: 0.0895572}
- - {x: 0.21566711, y: 0.06497298, z: 0.10847214}
- - {x: 0.2404846, y: 0, z: 0.06831663}
- - {x: 0.24760972, y: 0, z: 0.03448806}
- - {x: 0.24159816, y: 0.033198122, z: 0.055029258}
- - {x: 0.24760972, y: 0, z: 0.03448806}
- - {x: 0.25, y: 0, z: 0}
- - {x: 0.24692209, y: 0.03326778, z: 0.020560617}
- - {x: 0.24760972, y: 0, z: 0.03448806}
- - {x: 0.24692209, y: 0.03326778, z: 0.020560617}
- - {x: 0.24159816, y: 0.033198122, z: 0.055029258}
- - {x: 0.24159816, y: 0.033198122, z: 0.055029258}
- - {x: 0.24692209, y: 0.03326778, z: 0.020560617}
- - {x: 0.23776414, y: 0.06571639, z: 0.040614963}
- - {x: 0.2404846, y: 0, z: 0.06831663}
- - {x: 0.24159816, y: 0.033198122, z: 0.055029258}
- - {x: 0.23107615, y: 0.032913845, z: 0.0895572}
- - {x: 0.24159816, y: 0.033198122, z: 0.055029258}
- - {x: 0.23776414, y: 0.06571639, z: 0.040614963}
- - {x: 0.22906104, y: 0.06602069, z: 0.075314716}
- - {x: 0.24159816, y: 0.033198122, z: 0.055029258}
- - {x: 0.22906104, y: 0.06602069, z: 0.075314716}
- - {x: 0.23107615, y: 0.032913845, z: 0.0895572}
- - {x: 0.23107615, y: 0.032913845, z: 0.0895572}
- - {x: 0.22906104, y: 0.06602069, z: 0.075314716}
- - {x: 0.21566711, y: 0.06497298, z: 0.10847214}
- - {x: 0.21566711, y: 0.06497298, z: 0.10847214}
- - {x: 0.22906104, y: 0.06602069, z: 0.075314716}
- - {x: 0.21097787, y: 0.095903434, z: 0.09375963}
- - {x: 0.22906104, y: 0.06602069, z: 0.075314716}
- - {x: 0.23776414, y: 0.06571639, z: 0.040614963}
- - {x: 0.22275163, y: 0.09654684, z: 0.05966923}
- - {x: 0.22906104, y: 0.06602069, z: 0.075314716}
- - {x: 0.22275163, y: 0.09654684, z: 0.05966923}
- - {x: 0.21097787, y: 0.095903434, z: 0.09375963}
- - {x: 0.21097787, y: 0.095903434, z: 0.09375963}
- - {x: 0.22275163, y: 0.09654684, z: 0.05966923}
- - {x: 0.20225425, y: 0.125, z: 0.07725424}
- - {x: 0.25, y: 0, z: 0}
- - {x: 0.24760972, y: 0, z: -0.03448806}
- - {x: 0.24692209, y: 0.03326778, z: -0.020560617}
- - {x: 0.24760972, y: 0, z: -0.03448806}
- - {x: 0.2404846, y: 0, z: -0.06831663}
- - {x: 0.24159816, y: 0.033198122, z: -0.055029258}
- - {x: 0.24760972, y: 0, z: -0.03448806}
- - {x: 0.24159816, y: 0.033198122, z: -0.055029258}
- - {x: 0.24692209, y: 0.03326778, z: -0.020560617}
- - {x: 0.24692209, y: 0.03326778, z: -0.020560617}
- - {x: 0.24159816, y: 0.033198122, z: -0.055029258}
- - {x: 0.23776414, y: 0.06571639, z: -0.040614963}
- - {x: 0.2404846, y: 0, z: -0.06831663}
- - {x: 0.22876085, y: 0, z: -0.10083884}
- - {x: 0.23107615, y: 0.032913845, z: -0.0895572}
- - {x: 0.22876085, y: 0, z: -0.10083884}
- - {x: 0.2126627, y: 0, z: -0.13143277}
- - {x: 0.21623233, y: 0.032800097, z: -0.12111041}
- - {x: 0.22876085, y: 0, z: -0.10083884}
- - {x: 0.21623233, y: 0.032800097, z: -0.12111041}
- - {x: 0.23107615, y: 0.032913845, z: -0.0895572}
- - {x: 0.23107615, y: 0.032913845, z: -0.0895572}
- - {x: 0.21623233, y: 0.032800097, z: -0.12111041}
- - {x: 0.21566711, y: 0.06497298, z: -0.10847214}
- - {x: 0.2404846, y: 0, z: -0.06831663}
- - {x: 0.23107615, y: 0.032913845, z: -0.0895572}
- - {x: 0.24159816, y: 0.033198122, z: -0.055029258}
- - {x: 0.23107615, y: 0.032913845, z: -0.0895572}
- - {x: 0.21566711, y: 0.06497298, z: -0.10847214}
- - {x: 0.22906104, y: 0.06602069, z: -0.075314716}
- - {x: 0.23107615, y: 0.032913845, z: -0.0895572}
- - {x: 0.22906104, y: 0.06602069, z: -0.075314716}
- - {x: 0.24159816, y: 0.033198122, z: -0.055029258}
- - {x: 0.24159816, y: 0.033198122, z: -0.055029258}
- - {x: 0.22906104, y: 0.06602069, z: -0.075314716}
- - {x: 0.23776414, y: 0.06571639, z: -0.040614963}
- - {x: 0.23776414, y: 0.06571639, z: -0.040614963}
- - {x: 0.22906104, y: 0.06602069, z: -0.075314716}
- - {x: 0.22275163, y: 0.09654684, z: -0.05966923}
- - {x: 0.22906104, y: 0.06602069, z: -0.075314716}
- - {x: 0.21566711, y: 0.06497298, z: -0.10847214}
- - {x: 0.21097787, y: 0.095903434, z: -0.09375963}
- - {x: 0.22906104, y: 0.06602069, z: -0.075314716}
- - {x: 0.21097787, y: 0.095903434, z: -0.09375963}
- - {x: 0.22275163, y: 0.09654684, z: -0.05966923}
- - {x: 0.22275163, y: 0.09654684, z: -0.05966923}
- - {x: 0.21097787, y: 0.095903434, z: -0.09375963}
- - {x: 0.20225425, y: 0.125, z: -0.07725424}
- - {x: 0.25, y: 0, z: 0}
- - {x: 0.24692209, y: 0.03326778, z: -0.020560617}
- - {x: 0.24692209, y: 0.03326778, z: 0.020560617}
- - {x: 0.24692209, y: 0.03326778, z: -0.020560617}
- - {x: 0.23776414, y: 0.06571639, z: -0.040614963}
- - {x: 0.2409653, y: 0.06660118, z: 0}
- - {x: 0.24692209, y: 0.03326778, z: -0.020560617}
- - {x: 0.2409653, y: 0.06660118, z: 0}
- - {x: 0.24692209, y: 0.03326778, z: 0.020560617}
- - {x: 0.24692209, y: 0.03326778, z: 0.020560617}
- - {x: 0.2409653, y: 0.06660118, z: 0}
- - {x: 0.23776414, y: 0.06571639, z: 0.040614963}
- - {x: 0.23776414, y: 0.06571639, z: -0.040614963}
- - {x: 0.22275163, y: 0.09654684, z: -0.05966923}
- - {x: 0.22824562, y: 0.09990176, z: -0.020580895}
- - {x: 0.22275163, y: 0.09654684, z: -0.05966923}
- - {x: 0.20225425, y: 0.125, z: -0.07725424}
- - {x: 0.21004447, y: 0.12981462, z: -0.039108615}
- - {x: 0.22275163, y: 0.09654684, z: -0.05966923}
- - {x: 0.21004447, y: 0.12981462, z: -0.039108615}
- - {x: 0.22824562, y: 0.09990176, z: -0.020580895}
- - {x: 0.22824562, y: 0.09990176, z: -0.020580895}
- - {x: 0.21004447, y: 0.12981462, z: -0.039108615}
- - {x: 0.2126627, y: 0.13143277, z: 0}
- - {x: 0.23776414, y: 0.06571639, z: -0.040614963}
- - {x: 0.22824562, y: 0.09990176, z: -0.020580895}
- - {x: 0.2409653, y: 0.06660118, z: 0}
- - {x: 0.22824562, y: 0.09990176, z: -0.020580895}
- - {x: 0.2126627, y: 0.13143277, z: 0}
- - {x: 0.22824562, y: 0.09990176, z: 0.020580895}
- - {x: 0.22824562, y: 0.09990176, z: -0.020580895}
- - {x: 0.22824562, y: 0.09990176, z: 0.020580895}
- - {x: 0.2409653, y: 0.06660118, z: 0}
- - {x: 0.2409653, y: 0.06660118, z: 0}
- - {x: 0.22824562, y: 0.09990176, z: 0.020580895}
- - {x: 0.23776414, y: 0.06571639, z: 0.040614963}
- - {x: 0.23776414, y: 0.06571639, z: 0.040614963}
- - {x: 0.22824562, y: 0.09990176, z: 0.020580895}
- - {x: 0.22275163, y: 0.09654684, z: 0.05966923}
- - {x: 0.22824562, y: 0.09990176, z: 0.020580895}
- - {x: 0.2126627, y: 0.13143277, z: 0}
- - {x: 0.21004447, y: 0.12981462, z: 0.039108615}
- - {x: 0.22824562, y: 0.09990176, z: 0.020580895}
- - {x: 0.21004447, y: 0.12981462, z: 0.039108615}
- - {x: 0.22275163, y: 0.09654684, z: 0.05966923}
- - {x: 0.22275163, y: 0.09654684, z: 0.05966923}
- - {x: 0.21004447, y: 0.12981462, z: 0.039108615}
- - {x: 0.20225425, y: 0.125, z: 0.07725424}
- - {x: 0.20225425, y: 0.125, z: 0.07725424}
- - {x: 0.21004447, y: 0.12981462, z: 0.039108615}
- - {x: 0.18966308, y: 0.15170628, z: 0.059271578}
- - {x: 0.21004447, y: 0.12981462, z: 0.039108615}
- - {x: 0.2126627, y: 0.13143277, z: 0}
- - {x: 0.19505109, y: 0.15505989, z: 0.020285463}
- - {x: 0.21004447, y: 0.12981462, z: 0.039108615}
- - {x: 0.19505109, y: 0.15505989, z: 0.020285463}
- - {x: 0.18966308, y: 0.15170628, z: 0.059271578}
- - {x: 0.18966308, y: 0.15170628, z: 0.059271578}
- - {x: 0.19505109, y: 0.15505989, z: 0.020285463}
- - {x: 0.17344512, y: 0.17551161, z: 0.040155508}
- - {x: 0.2126627, y: 0.13143277, z: 0}
- - {x: 0.21004447, y: 0.12981462, z: -0.039108615}
- - {x: 0.19505109, y: 0.15505989, z: -0.020285463}
- - {x: 0.21004447, y: 0.12981462, z: -0.039108615}
- - {x: 0.20225425, y: 0.125, z: -0.07725424}
- - {x: 0.18966308, y: 0.15170628, z: -0.059271578}
- - {x: 0.21004447, y: 0.12981462, z: -0.039108615}
- - {x: 0.18966308, y: 0.15170628, z: -0.059271578}
- - {x: 0.19505109, y: 0.15505989, z: -0.020285463}
- - {x: 0.19505109, y: 0.15505989, z: -0.020285463}
- - {x: 0.18966308, y: 0.15170628, z: -0.059271578}
- - {x: 0.17344512, y: 0.17551161, z: -0.040155508}
- - {x: 0.2126627, y: 0.13143277, z: 0}
- - {x: 0.19505109, y: 0.15505989, z: -0.020285463}
- - {x: 0.19505109, y: 0.15505989, z: 0.020285463}
- - {x: 0.19505109, y: 0.15505989, z: -0.020285463}
- - {x: 0.17344512, y: 0.17551161, z: -0.040155508}
- - {x: 0.17572676, y: 0.17782043, z: 0}
- - {x: 0.19505109, y: 0.15505989, z: -0.020285463}
- - {x: 0.17572676, y: 0.17782043, z: 0}
- - {x: 0.19505109, y: 0.15505989, z: 0.020285463}
- - {x: 0.19505109, y: 0.15505989, z: 0.020285463}
- - {x: 0.17572676, y: 0.17782043, z: 0}
- - {x: 0.17344512, y: 0.17551161, z: 0.040155508}
- - {x: 0.17344512, y: 0.17551161, z: 0.040155508}
- - {x: 0.17572676, y: 0.17782043, z: 0}
- - {x: 0.1539105, y: 0.19596076, z: 0.020271573}
- - {x: 0.17572676, y: 0.17782043, z: 0}
- - {x: 0.17344512, y: 0.17551161, z: -0.040155508}
- - {x: 0.1539105, y: 0.19596076, z: -0.020271573}
- - {x: 0.17572676, y: 0.17782043, z: 0}
- - {x: 0.1539105, y: 0.19596076, z: -0.020271573}
- - {x: 0.1539105, y: 0.19596076, z: 0.020271573}
- - {x: 0.1539105, y: 0.19596076, z: 0.020271573}
- - {x: 0.1539105, y: 0.19596076, z: -0.020271573}
- - {x: 0.13143277, y: 0.2126627, z: 0}
+ - {x: -0.26286554, y: 0.4253254, z: 0}
+ - {x: -0.307821, y: 0.39192152, z: 0.040543146}
+ - {x: -0.24222082, y: 0.43246466, z: 0.065600194}
+ - {x: -0.307821, y: 0.39192152, z: 0.040543146}
+ - {x: -0.34689024, y: 0.35102323, z: 0.080311015}
+ - {x: -0.28562585, y: 0.3963246, z: 0.10651143}
+ - {x: -0.307821, y: 0.39192152, z: 0.040543146}
+ - {x: -0.28562585, y: 0.3963246, z: 0.10651143}
+ - {x: -0.24222082, y: 0.43246466, z: 0.065600194}
+ - {x: -0.24222082, y: 0.43246466, z: 0.065600194}
+ - {x: -0.28562585, y: 0.3963246, z: 0.10651143}
+ - {x: -0.21694428, y: 0.43133423, z: 0.12994596}
+ - {x: -0.34689024, y: 0.35102323, z: 0.080311015}
+ - {x: -0.37932616, y: 0.30341256, z: 0.118543155}
+ - {x: -0.32370597, y: 0.35115492, z: 0.14800228}
+ - {x: -0.37932616, y: 0.30341256, z: 0.118543155}
+ - {x: -0.4045085, y: 0.25, z: 0.15450849}
+ - {x: -0.35355338, y: 0.30075046, z: 0.185874}
+ - {x: -0.37932616, y: 0.30341256, z: 0.118543155}
+ - {x: -0.35355338, y: 0.30075046, z: 0.185874}
+ - {x: -0.32370597, y: 0.35115492, z: 0.14800228}
+ - {x: -0.32370597, y: 0.35115492, z: 0.14800228}
+ - {x: -0.35355338, y: 0.30075046, z: 0.185874}
+ - {x: -0.29389265, y: 0.34409547, z: 0.2126627}
+ - {x: -0.34689024, y: 0.35102323, z: 0.080311015}
+ - {x: -0.32370597, y: 0.35115492, z: 0.14800228}
+ - {x: -0.28562585, y: 0.3963246, z: 0.10651143}
+ - {x: -0.32370597, y: 0.35115492, z: 0.14800228}
+ - {x: -0.29389265, y: 0.34409547, z: 0.2126627}
+ - {x: -0.2580608, y: 0.39172584, z: 0.1730765}
+ - {x: -0.32370597, y: 0.35115492, z: 0.14800228}
+ - {x: -0.2580608, y: 0.39172584, z: 0.1730765}
+ - {x: -0.28562585, y: 0.3963246, z: 0.10651143}
+ - {x: -0.28562585, y: 0.3963246, z: 0.10651143}
+ - {x: -0.2580608, y: 0.39172584, z: 0.1730765}
+ - {x: -0.21694428, y: 0.43133423, z: 0.12994596}
+ - {x: -0.21694428, y: 0.43133423, z: 0.12994596}
+ - {x: -0.2580608, y: 0.39172584, z: 0.1730765}
+ - {x: -0.18751927, y: 0.42195573, z: 0.19180687}
+ - {x: -0.2580608, y: 0.39172584, z: 0.1730765}
+ - {x: -0.29389265, y: 0.34409547, z: 0.2126627}
+ - {x: -0.22699527, y: 0.3789677, z: 0.23421493}
+ - {x: -0.2580608, y: 0.39172584, z: 0.1730765}
+ - {x: -0.22699527, y: 0.3789677, z: 0.23421493}
+ - {x: -0.18751927, y: 0.42195573, z: 0.19180687}
+ - {x: -0.18751927, y: 0.42195573, z: 0.19180687}
+ - {x: -0.22699527, y: 0.3789677, z: 0.23421493}
+ - {x: -0.15450849, y: 0.4045085, z: 0.25}
+ - {x: -0.4045085, y: 0.25, z: 0.15450849}
+ - {x: -0.42195573, y: 0.19180687, z: 0.18751927}
+ - {x: -0.3789677, y: 0.23421493, z: 0.22699527}
+ - {x: -0.42195573, y: 0.19180687, z: 0.18751927}
+ - {x: -0.43133423, y: 0.12994596, z: 0.21694428}
+ - {x: -0.39172584, y: 0.1730765, z: 0.2580608}
+ - {x: -0.42195573, y: 0.19180687, z: 0.18751927}
+ - {x: -0.39172584, y: 0.1730765, z: 0.2580608}
+ - {x: -0.3789677, y: 0.23421493, z: 0.22699527}
+ - {x: -0.3789677, y: 0.23421493, z: 0.22699527}
+ - {x: -0.39172584, y: 0.1730765, z: 0.2580608}
+ - {x: -0.34409547, y: 0.2126627, z: 0.29389265}
+ - {x: -0.43133423, y: 0.12994596, z: 0.21694428}
+ - {x: -0.43246466, y: 0.065600194, z: 0.24222082}
+ - {x: -0.3963246, y: 0.10651143, z: 0.28562585}
+ - {x: -0.43246466, y: 0.065600194, z: 0.24222082}
+ - {x: -0.4253254, y: 0, z: 0.26286554}
+ - {x: -0.39192152, y: 0.040543146, z: 0.307821}
+ - {x: -0.43246466, y: 0.065600194, z: 0.24222082}
+ - {x: -0.39192152, y: 0.040543146, z: 0.307821}
+ - {x: -0.3963246, y: 0.10651143, z: 0.28562585}
+ - {x: -0.3963246, y: 0.10651143, z: 0.28562585}
+ - {x: -0.39192152, y: 0.040543146, z: 0.307821}
+ - {x: -0.35102323, y: 0.080311015, z: 0.34689024}
+ - {x: -0.43133423, y: 0.12994596, z: 0.21694428}
+ - {x: -0.3963246, y: 0.10651143, z: 0.28562585}
+ - {x: -0.39172584, y: 0.1730765, z: 0.2580608}
+ - {x: -0.3963246, y: 0.10651143, z: 0.28562585}
+ - {x: -0.35102323, y: 0.080311015, z: 0.34689024}
+ - {x: -0.35115492, y: 0.14800228, z: 0.32370597}
+ - {x: -0.3963246, y: 0.10651143, z: 0.28562585}
+ - {x: -0.35115492, y: 0.14800228, z: 0.32370597}
+ - {x: -0.39172584, y: 0.1730765, z: 0.2580608}
+ - {x: -0.39172584, y: 0.1730765, z: 0.2580608}
+ - {x: -0.35115492, y: 0.14800228, z: 0.32370597}
+ - {x: -0.34409547, y: 0.2126627, z: 0.29389265}
+ - {x: -0.34409547, y: 0.2126627, z: 0.29389265}
+ - {x: -0.35115492, y: 0.14800228, z: 0.32370597}
+ - {x: -0.30075046, y: 0.185874, z: 0.35355338}
+ - {x: -0.35115492, y: 0.14800228, z: 0.32370597}
+ - {x: -0.35102323, y: 0.080311015, z: 0.34689024}
+ - {x: -0.30341256, y: 0.118543155, z: 0.37932616}
+ - {x: -0.35115492, y: 0.14800228, z: 0.32370597}
+ - {x: -0.30341256, y: 0.118543155, z: 0.37932616}
+ - {x: -0.30075046, y: 0.185874, z: 0.35355338}
+ - {x: -0.30075046, y: 0.185874, z: 0.35355338}
+ - {x: -0.30341256, y: 0.118543155, z: 0.37932616}
+ - {x: -0.25, y: 0.15450849, z: 0.4045085}
+ - {x: -0.4045085, y: 0.25, z: 0.15450849}
+ - {x: -0.3789677, y: 0.23421493, z: 0.22699527}
+ - {x: -0.35355338, y: 0.30075046, z: 0.185874}
+ - {x: -0.3789677, y: 0.23421493, z: 0.22699527}
+ - {x: -0.34409547, y: 0.2126627, z: 0.29389265}
+ - {x: -0.3232889, y: 0.2821271, z: 0.25668773}
+ - {x: -0.3789677, y: 0.23421493, z: 0.22699527}
+ - {x: -0.3232889, y: 0.2821271, z: 0.25668773}
+ - {x: -0.35355338, y: 0.30075046, z: 0.185874}
+ - {x: -0.35355338, y: 0.30075046, z: 0.185874}
+ - {x: -0.3232889, y: 0.2821271, z: 0.25668773}
+ - {x: -0.29389265, y: 0.34409547, z: 0.2126627}
+ - {x: -0.34409547, y: 0.2126627, z: 0.29389265}
+ - {x: -0.30075046, y: 0.185874, z: 0.35355338}
+ - {x: -0.2821271, y: 0.25668773, z: 0.3232889}
+ - {x: -0.30075046, y: 0.185874, z: 0.35355338}
+ - {x: -0.25, y: 0.15450849, z: 0.4045085}
+ - {x: -0.23421493, y: 0.22699527, z: 0.3789677}
+ - {x: -0.30075046, y: 0.185874, z: 0.35355338}
+ - {x: -0.23421493, y: 0.22699527, z: 0.3789677}
+ - {x: -0.2821271, y: 0.25668773, z: 0.3232889}
+ - {x: -0.2821271, y: 0.25668773, z: 0.3232889}
+ - {x: -0.23421493, y: 0.22699527, z: 0.3789677}
+ - {x: -0.2126627, y: 0.29389265, z: 0.34409547}
+ - {x: -0.34409547, y: 0.2126627, z: 0.29389265}
+ - {x: -0.2821271, y: 0.25668773, z: 0.3232889}
+ - {x: -0.3232889, y: 0.2821271, z: 0.25668773}
+ - {x: -0.2821271, y: 0.25668773, z: 0.3232889}
+ - {x: -0.2126627, y: 0.29389265, z: 0.34409547}
+ - {x: -0.25668773, y: 0.3232889, z: 0.2821271}
+ - {x: -0.2821271, y: 0.25668773, z: 0.3232889}
+ - {x: -0.25668773, y: 0.3232889, z: 0.2821271}
+ - {x: -0.3232889, y: 0.2821271, z: 0.25668773}
+ - {x: -0.3232889, y: 0.2821271, z: 0.25668773}
+ - {x: -0.25668773, y: 0.3232889, z: 0.2821271}
+ - {x: -0.29389265, y: 0.34409547, z: 0.2126627}
+ - {x: -0.29389265, y: 0.34409547, z: 0.2126627}
+ - {x: -0.25668773, y: 0.3232889, z: 0.2821271}
+ - {x: -0.22699527, y: 0.3789677, z: 0.23421493}
+ - {x: -0.25668773, y: 0.3232889, z: 0.2821271}
+ - {x: -0.2126627, y: 0.29389265, z: 0.34409547}
+ - {x: -0.185874, y: 0.35355338, z: 0.30075046}
+ - {x: -0.25668773, y: 0.3232889, z: 0.2821271}
+ - {x: -0.185874, y: 0.35355338, z: 0.30075046}
+ - {x: -0.22699527, y: 0.3789677, z: 0.23421493}
+ - {x: -0.22699527, y: 0.3789677, z: 0.23421493}
+ - {x: -0.185874, y: 0.35355338, z: 0.30075046}
+ - {x: -0.15450849, y: 0.4045085, z: 0.25}
+ - {x: -0.15450849, y: 0.4045085, z: 0.25}
+ - {x: -0.185874, y: 0.35355338, z: 0.30075046}
+ - {x: -0.118543155, y: 0.37932616, z: 0.30341256}
+ - {x: -0.185874, y: 0.35355338, z: 0.30075046}
+ - {x: -0.2126627, y: 0.29389265, z: 0.34409547}
+ - {x: -0.14800228, y: 0.32370597, z: 0.35115492}
+ - {x: -0.185874, y: 0.35355338, z: 0.30075046}
+ - {x: -0.14800228, y: 0.32370597, z: 0.35115492}
+ - {x: -0.118543155, y: 0.37932616, z: 0.30341256}
+ - {x: -0.118543155, y: 0.37932616, z: 0.30341256}
+ - {x: -0.14800228, y: 0.32370597, z: 0.35115492}
+ - {x: -0.080311015, y: 0.34689024, z: 0.35102323}
+ - {x: -0.2126627, y: 0.29389265, z: 0.34409547}
+ - {x: -0.23421493, y: 0.22699527, z: 0.3789677}
+ - {x: -0.1730765, y: 0.2580608, z: 0.39172584}
+ - {x: -0.23421493, y: 0.22699527, z: 0.3789677}
+ - {x: -0.25, y: 0.15450849, z: 0.4045085}
+ - {x: -0.19180687, y: 0.18751927, z: 0.42195573}
+ - {x: -0.23421493, y: 0.22699527, z: 0.3789677}
+ - {x: -0.19180687, y: 0.18751927, z: 0.42195573}
+ - {x: -0.1730765, y: 0.2580608, z: 0.39172584}
+ - {x: -0.1730765, y: 0.2580608, z: 0.39172584}
+ - {x: -0.19180687, y: 0.18751927, z: 0.42195573}
+ - {x: -0.12994596, y: 0.21694428, z: 0.43133423}
+ - {x: -0.2126627, y: 0.29389265, z: 0.34409547}
+ - {x: -0.1730765, y: 0.2580608, z: 0.39172584}
+ - {x: -0.14800228, y: 0.32370597, z: 0.35115492}
+ - {x: -0.1730765, y: 0.2580608, z: 0.39172584}
+ - {x: -0.12994596, y: 0.21694428, z: 0.43133423}
+ - {x: -0.10651143, y: 0.28562585, z: 0.3963246}
+ - {x: -0.1730765, y: 0.2580608, z: 0.39172584}
+ - {x: -0.10651143, y: 0.28562585, z: 0.3963246}
+ - {x: -0.14800228, y: 0.32370597, z: 0.35115492}
+ - {x: -0.14800228, y: 0.32370597, z: 0.35115492}
+ - {x: -0.10651143, y: 0.28562585, z: 0.3963246}
+ - {x: -0.080311015, y: 0.34689024, z: 0.35102323}
+ - {x: -0.080311015, y: 0.34689024, z: 0.35102323}
+ - {x: -0.10651143, y: 0.28562585, z: 0.3963246}
+ - {x: -0.040543146, y: 0.307821, z: 0.39192152}
+ - {x: -0.10651143, y: 0.28562585, z: 0.3963246}
+ - {x: -0.12994596, y: 0.21694428, z: 0.43133423}
+ - {x: -0.065600194, y: 0.24222082, z: 0.43246466}
+ - {x: -0.10651143, y: 0.28562585, z: 0.3963246}
+ - {x: -0.065600194, y: 0.24222082, z: 0.43246466}
+ - {x: -0.040543146, y: 0.307821, z: 0.39192152}
+ - {x: -0.040543146, y: 0.307821, z: 0.39192152}
+ - {x: -0.065600194, y: 0.24222082, z: 0.43246466}
+ - {x: 0, y: 0.26286554, z: 0.4253254}
+ - {x: -0.26286554, y: 0.4253254, z: 0}
+ - {x: -0.24222082, y: 0.43246466, z: 0.065600194}
+ - {x: -0.20167768, y: 0.4575217, z: 0}
+ - {x: -0.24222082, y: 0.43246466, z: 0.065600194}
+ - {x: -0.21694428, y: 0.43133423, z: 0.12994596}
+ - {x: -0.1791144, y: 0.4621523, z: 0.06582769}
+ - {x: -0.24222082, y: 0.43246466, z: 0.065600194}
+ - {x: -0.1791144, y: 0.4621523, z: 0.06582769}
+ - {x: -0.20167768, y: 0.4575217, z: 0}
+ - {x: -0.20167768, y: 0.4575217, z: 0}
+ - {x: -0.1791144, y: 0.4621523, z: 0.06582769}
+ - {x: -0.13663326, y: 0.4809692, z: 0}
+ - {x: -0.21694428, y: 0.43133423, z: 0.12994596}
+ - {x: -0.18751927, y: 0.42195573, z: 0.19180687}
+ - {x: -0.15062943, y: 0.45812207, z: 0.13204138}
+ - {x: -0.18751927, y: 0.42195573, z: 0.19180687}
+ - {x: -0.15450849, y: 0.4045085, z: 0.25}
+ - {x: -0.11933846, y: 0.44550326, z: 0.19309369}
+ - {x: -0.18751927, y: 0.42195573, z: 0.19180687}
+ - {x: -0.11933846, y: 0.44550326, z: 0.19309369}
+ - {x: -0.15062943, y: 0.45812207, z: 0.13204138}
+ - {x: -0.15062943, y: 0.45812207, z: 0.13204138}
+ - {x: -0.11933846, y: 0.44550326, z: 0.19309369}
+ - {x: -0.081229925, y: 0.47552827, z: 0.13143279}
+ - {x: -0.21694428, y: 0.43133423, z: 0.12994596}
+ - {x: -0.15062943, y: 0.45812207, z: 0.13204138}
+ - {x: -0.1791144, y: 0.4621523, z: 0.06582769}
+ - {x: -0.15062943, y: 0.45812207, z: 0.13204138}
+ - {x: -0.081229925, y: 0.47552827, z: 0.13143279}
+ - {x: -0.110058516, y: 0.48319632, z: 0.066396244}
+ - {x: -0.15062943, y: 0.45812207, z: 0.13204138}
+ - {x: -0.110058516, y: 0.48319632, z: 0.066396244}
+ - {x: -0.1791144, y: 0.4621523, z: 0.06582769}
+ - {x: -0.1791144, y: 0.4621523, z: 0.06582769}
+ - {x: -0.110058516, y: 0.48319632, z: 0.066396244}
+ - {x: -0.13663326, y: 0.4809692, z: 0}
+ - {x: -0.13663326, y: 0.4809692, z: 0}
+ - {x: -0.110058516, y: 0.48319632, z: 0.066396244}
+ - {x: -0.06897612, y: 0.49521944, z: 0}
+ - {x: -0.110058516, y: 0.48319632, z: 0.066396244}
+ - {x: -0.081229925, y: 0.47552827, z: 0.13143279}
+ - {x: -0.041121233, y: 0.49384418, z: 0.06653556}
+ - {x: -0.110058516, y: 0.48319632, z: 0.066396244}
+ - {x: -0.041121233, y: 0.49384418, z: 0.06653556}
+ - {x: -0.06897612, y: 0.49521944, z: 0}
+ - {x: -0.06897612, y: 0.49521944, z: 0}
+ - {x: -0.041121233, y: 0.49384418, z: 0.06653556}
+ - {x: 0, y: 0.5, z: 0}
+ - {x: -0.15450849, y: 0.4045085, z: 0.25}
+ - {x: -0.118543155, y: 0.37932616, z: 0.30341256}
+ - {x: -0.07821723, y: 0.42008895, z: 0.25962925}
+ - {x: -0.118543155, y: 0.37932616, z: 0.30341256}
+ - {x: -0.080311015, y: 0.34689024, z: 0.35102323}
+ - {x: -0.040570926, y: 0.39010218, z: 0.31011978}
+ - {x: -0.118543155, y: 0.37932616, z: 0.30341256}
+ - {x: -0.040570926, y: 0.39010218, z: 0.31011978}
+ - {x: -0.07821723, y: 0.42008895, z: 0.25962925}
+ - {x: -0.07821723, y: 0.42008895, z: 0.25962925}
+ - {x: -0.040570926, y: 0.39010218, z: 0.31011978}
+ - {x: 0, y: 0.4253254, z: 0.26286554}
+ - {x: -0.080311015, y: 0.34689024, z: 0.35102323}
+ - {x: -0.040543146, y: 0.307821, z: 0.39192152}
+ - {x: 0, y: 0.3514535, z: 0.35564086}
+ - {x: -0.040543146, y: 0.307821, z: 0.39192152}
+ - {x: 0, y: 0.26286554, z: 0.4253254}
+ - {x: 0.040543146, y: 0.307821, z: 0.39192152}
+ - {x: -0.040543146, y: 0.307821, z: 0.39192152}
+ - {x: 0.040543146, y: 0.307821, z: 0.39192152}
+ - {x: 0, y: 0.3514535, z: 0.35564086}
+ - {x: 0, y: 0.3514535, z: 0.35564086}
+ - {x: 0.040543146, y: 0.307821, z: 0.39192152}
+ - {x: 0.080311015, y: 0.34689024, z: 0.35102323}
+ - {x: -0.080311015, y: 0.34689024, z: 0.35102323}
+ - {x: 0, y: 0.3514535, z: 0.35564086}
+ - {x: -0.040570926, y: 0.39010218, z: 0.31011978}
+ - {x: 0, y: 0.3514535, z: 0.35564086}
+ - {x: 0.080311015, y: 0.34689024, z: 0.35102323}
+ - {x: 0.040570926, y: 0.39010218, z: 0.31011978}
+ - {x: 0, y: 0.3514535, z: 0.35564086}
+ - {x: 0.040570926, y: 0.39010218, z: 0.31011978}
+ - {x: -0.040570926, y: 0.39010218, z: 0.31011978}
+ - {x: -0.040570926, y: 0.39010218, z: 0.31011978}
+ - {x: 0.040570926, y: 0.39010218, z: 0.31011978}
+ - {x: 0, y: 0.4253254, z: 0.26286554}
+ - {x: 0, y: 0.4253254, z: 0.26286554}
+ - {x: 0.040570926, y: 0.39010218, z: 0.31011978}
+ - {x: 0.07821723, y: 0.42008895, z: 0.25962925}
+ - {x: 0.040570926, y: 0.39010218, z: 0.31011978}
+ - {x: 0.080311015, y: 0.34689024, z: 0.35102323}
+ - {x: 0.118543155, y: 0.37932616, z: 0.30341256}
+ - {x: 0.040570926, y: 0.39010218, z: 0.31011978}
+ - {x: 0.118543155, y: 0.37932616, z: 0.30341256}
+ - {x: 0.07821723, y: 0.42008895, z: 0.25962925}
+ - {x: 0.07821723, y: 0.42008895, z: 0.25962925}
+ - {x: 0.118543155, y: 0.37932616, z: 0.30341256}
+ - {x: 0.15450849, y: 0.4045085, z: 0.25}
+ - {x: -0.15450849, y: 0.4045085, z: 0.25}
+ - {x: -0.07821723, y: 0.42008895, z: 0.25962925}
+ - {x: -0.11933846, y: 0.44550326, z: 0.19309369}
+ - {x: -0.07821723, y: 0.42008895, z: 0.25962925}
+ - {x: 0, y: 0.4253254, z: 0.26286554}
+ - {x: -0.04116179, y: 0.45649123, z: 0.19980352}
+ - {x: -0.07821723, y: 0.42008895, z: 0.25962925}
+ - {x: -0.04116179, y: 0.45649123, z: 0.19980352}
+ - {x: -0.11933846, y: 0.44550326, z: 0.19309369}
+ - {x: -0.11933846, y: 0.44550326, z: 0.19309369}
+ - {x: -0.04116179, y: 0.45649123, z: 0.19980352}
+ - {x: -0.081229925, y: 0.47552827, z: 0.13143279}
+ - {x: 0, y: 0.4253254, z: 0.26286554}
+ - {x: 0.07821723, y: 0.42008895, z: 0.25962925}
+ - {x: 0.04116179, y: 0.45649123, z: 0.19980352}
+ - {x: 0.07821723, y: 0.42008895, z: 0.25962925}
+ - {x: 0.15450849, y: 0.4045085, z: 0.25}
+ - {x: 0.11933846, y: 0.44550326, z: 0.19309369}
+ - {x: 0.07821723, y: 0.42008895, z: 0.25962925}
+ - {x: 0.11933846, y: 0.44550326, z: 0.19309369}
+ - {x: 0.04116179, y: 0.45649123, z: 0.19980352}
+ - {x: 0.04116179, y: 0.45649123, z: 0.19980352}
+ - {x: 0.11933846, y: 0.44550326, z: 0.19309369}
+ - {x: 0.081229925, y: 0.47552827, z: 0.13143279}
+ - {x: 0, y: 0.4253254, z: 0.26286554}
+ - {x: 0.04116179, y: 0.45649123, z: 0.19980352}
+ - {x: -0.04116179, y: 0.45649123, z: 0.19980352}
+ - {x: 0.04116179, y: 0.45649123, z: 0.19980352}
+ - {x: 0.081229925, y: 0.47552827, z: 0.13143279}
+ - {x: 0, y: 0.4819306, z: 0.13320236}
+ - {x: 0.04116179, y: 0.45649123, z: 0.19980352}
+ - {x: 0, y: 0.4819306, z: 0.13320236}
+ - {x: -0.04116179, y: 0.45649123, z: 0.19980352}
+ - {x: -0.04116179, y: 0.45649123, z: 0.19980352}
+ - {x: 0, y: 0.4819306, z: 0.13320236}
+ - {x: -0.081229925, y: 0.47552827, z: 0.13143279}
+ - {x: -0.081229925, y: 0.47552827, z: 0.13143279}
+ - {x: 0, y: 0.4819306, z: 0.13320236}
+ - {x: -0.041121233, y: 0.49384418, z: 0.06653556}
+ - {x: 0, y: 0.4819306, z: 0.13320236}
+ - {x: 0.081229925, y: 0.47552827, z: 0.13143279}
+ - {x: 0.041121233, y: 0.49384418, z: 0.06653556}
+ - {x: 0, y: 0.4819306, z: 0.13320236}
+ - {x: 0.041121233, y: 0.49384418, z: 0.06653556}
+ - {x: -0.041121233, y: 0.49384418, z: 0.06653556}
+ - {x: -0.041121233, y: 0.49384418, z: 0.06653556}
+ - {x: 0.041121233, y: 0.49384418, z: 0.06653556}
+ - {x: 0, y: 0.5, z: 0}
+ - {x: 0, y: 0.5, z: 0}
+ - {x: 0.041121233, y: 0.49384418, z: 0.06653556}
+ - {x: 0.06897612, y: 0.49521944, z: 0}
+ - {x: 0.041121233, y: 0.49384418, z: 0.06653556}
+ - {x: 0.081229925, y: 0.47552827, z: 0.13143279}
+ - {x: 0.110058516, y: 0.48319632, z: 0.066396244}
+ - {x: 0.041121233, y: 0.49384418, z: 0.06653556}
+ - {x: 0.110058516, y: 0.48319632, z: 0.066396244}
+ - {x: 0.06897612, y: 0.49521944, z: 0}
+ - {x: 0.06897612, y: 0.49521944, z: 0}
+ - {x: 0.110058516, y: 0.48319632, z: 0.066396244}
+ - {x: 0.13663326, y: 0.4809692, z: 0}
+ - {x: 0.081229925, y: 0.47552827, z: 0.13143279}
+ - {x: 0.11933846, y: 0.44550326, z: 0.19309369}
+ - {x: 0.15062943, y: 0.45812207, z: 0.13204138}
+ - {x: 0.11933846, y: 0.44550326, z: 0.19309369}
+ - {x: 0.15450849, y: 0.4045085, z: 0.25}
+ - {x: 0.18751927, y: 0.42195573, z: 0.19180687}
+ - {x: 0.11933846, y: 0.44550326, z: 0.19309369}
+ - {x: 0.18751927, y: 0.42195573, z: 0.19180687}
+ - {x: 0.15062943, y: 0.45812207, z: 0.13204138}
+ - {x: 0.15062943, y: 0.45812207, z: 0.13204138}
+ - {x: 0.18751927, y: 0.42195573, z: 0.19180687}
+ - {x: 0.21694428, y: 0.43133423, z: 0.12994596}
+ - {x: 0.081229925, y: 0.47552827, z: 0.13143279}
+ - {x: 0.15062943, y: 0.45812207, z: 0.13204138}
+ - {x: 0.110058516, y: 0.48319632, z: 0.066396244}
+ - {x: 0.15062943, y: 0.45812207, z: 0.13204138}
+ - {x: 0.21694428, y: 0.43133423, z: 0.12994596}
+ - {x: 0.1791144, y: 0.4621523, z: 0.06582769}
+ - {x: 0.15062943, y: 0.45812207, z: 0.13204138}
+ - {x: 0.1791144, y: 0.4621523, z: 0.06582769}
+ - {x: 0.110058516, y: 0.48319632, z: 0.066396244}
+ - {x: 0.110058516, y: 0.48319632, z: 0.066396244}
+ - {x: 0.1791144, y: 0.4621523, z: 0.06582769}
+ - {x: 0.13663326, y: 0.4809692, z: 0}
+ - {x: 0.13663326, y: 0.4809692, z: 0}
+ - {x: 0.1791144, y: 0.4621523, z: 0.06582769}
+ - {x: 0.20167768, y: 0.4575217, z: 0}
+ - {x: 0.1791144, y: 0.4621523, z: 0.06582769}
+ - {x: 0.21694428, y: 0.43133423, z: 0.12994596}
+ - {x: 0.24222082, y: 0.43246466, z: 0.065600194}
+ - {x: 0.1791144, y: 0.4621523, z: 0.06582769}
+ - {x: 0.24222082, y: 0.43246466, z: 0.065600194}
+ - {x: 0.20167768, y: 0.4575217, z: 0}
+ - {x: 0.20167768, y: 0.4575217, z: 0}
+ - {x: 0.24222082, y: 0.43246466, z: 0.065600194}
+ - {x: 0.26286554, y: 0.4253254, z: 0}
+ - {x: -0.26286554, y: 0.4253254, z: 0}
+ - {x: -0.20167768, y: 0.4575217, z: 0}
+ - {x: -0.24222082, y: 0.43246466, z: -0.065600194}
+ - {x: -0.20167768, y: 0.4575217, z: 0}
+ - {x: -0.13663326, y: 0.4809692, z: 0}
+ - {x: -0.1791144, y: 0.4621523, z: -0.06582769}
+ - {x: -0.20167768, y: 0.4575217, z: 0}
+ - {x: -0.1791144, y: 0.4621523, z: -0.06582769}
+ - {x: -0.24222082, y: 0.43246466, z: -0.065600194}
+ - {x: -0.24222082, y: 0.43246466, z: -0.065600194}
+ - {x: -0.1791144, y: 0.4621523, z: -0.06582769}
+ - {x: -0.21694428, y: 0.43133423, z: -0.12994596}
+ - {x: -0.13663326, y: 0.4809692, z: 0}
+ - {x: -0.06897612, y: 0.49521944, z: 0}
+ - {x: -0.110058516, y: 0.48319632, z: -0.066396244}
+ - {x: -0.06897612, y: 0.49521944, z: 0}
+ - {x: 0, y: 0.5, z: 0}
+ - {x: -0.041121233, y: 0.49384418, z: -0.06653556}
+ - {x: -0.06897612, y: 0.49521944, z: 0}
+ - {x: -0.041121233, y: 0.49384418, z: -0.06653556}
+ - {x: -0.110058516, y: 0.48319632, z: -0.066396244}
+ - {x: -0.110058516, y: 0.48319632, z: -0.066396244}
+ - {x: -0.041121233, y: 0.49384418, z: -0.06653556}
+ - {x: -0.081229925, y: 0.47552827, z: -0.13143279}
+ - {x: -0.13663326, y: 0.4809692, z: 0}
+ - {x: -0.110058516, y: 0.48319632, z: -0.066396244}
+ - {x: -0.1791144, y: 0.4621523, z: -0.06582769}
+ - {x: -0.110058516, y: 0.48319632, z: -0.066396244}
+ - {x: -0.081229925, y: 0.47552827, z: -0.13143279}
+ - {x: -0.15062943, y: 0.45812207, z: -0.13204138}
+ - {x: -0.110058516, y: 0.48319632, z: -0.066396244}
+ - {x: -0.15062943, y: 0.45812207, z: -0.13204138}
+ - {x: -0.1791144, y: 0.4621523, z: -0.06582769}
+ - {x: -0.1791144, y: 0.4621523, z: -0.06582769}
+ - {x: -0.15062943, y: 0.45812207, z: -0.13204138}
+ - {x: -0.21694428, y: 0.43133423, z: -0.12994596}
+ - {x: -0.21694428, y: 0.43133423, z: -0.12994596}
+ - {x: -0.15062943, y: 0.45812207, z: -0.13204138}
+ - {x: -0.18751927, y: 0.42195573, z: -0.19180687}
+ - {x: -0.15062943, y: 0.45812207, z: -0.13204138}
+ - {x: -0.081229925, y: 0.47552827, z: -0.13143279}
+ - {x: -0.11933846, y: 0.44550326, z: -0.19309369}
+ - {x: -0.15062943, y: 0.45812207, z: -0.13204138}
+ - {x: -0.11933846, y: 0.44550326, z: -0.19309369}
+ - {x: -0.18751927, y: 0.42195573, z: -0.19180687}
+ - {x: -0.18751927, y: 0.42195573, z: -0.19180687}
+ - {x: -0.11933846, y: 0.44550326, z: -0.19309369}
+ - {x: -0.15450849, y: 0.4045085, z: -0.25}
+ - {x: 0, y: 0.5, z: 0}
+ - {x: 0.06897612, y: 0.49521944, z: 0}
+ - {x: 0.041121233, y: 0.49384418, z: -0.06653556}
+ - {x: 0.06897612, y: 0.49521944, z: 0}
+ - {x: 0.13663326, y: 0.4809692, z: 0}
+ - {x: 0.110058516, y: 0.48319632, z: -0.066396244}
+ - {x: 0.06897612, y: 0.49521944, z: 0}
+ - {x: 0.110058516, y: 0.48319632, z: -0.066396244}
+ - {x: 0.041121233, y: 0.49384418, z: -0.06653556}
+ - {x: 0.041121233, y: 0.49384418, z: -0.06653556}
+ - {x: 0.110058516, y: 0.48319632, z: -0.066396244}
+ - {x: 0.081229925, y: 0.47552827, z: -0.13143279}
+ - {x: 0.13663326, y: 0.4809692, z: 0}
+ - {x: 0.20167768, y: 0.4575217, z: 0}
+ - {x: 0.1791144, y: 0.4621523, z: -0.06582769}
+ - {x: 0.20167768, y: 0.4575217, z: 0}
+ - {x: 0.26286554, y: 0.4253254, z: 0}
+ - {x: 0.24222082, y: 0.43246466, z: -0.065600194}
+ - {x: 0.20167768, y: 0.4575217, z: 0}
+ - {x: 0.24222082, y: 0.43246466, z: -0.065600194}
+ - {x: 0.1791144, y: 0.4621523, z: -0.06582769}
+ - {x: 0.1791144, y: 0.4621523, z: -0.06582769}
+ - {x: 0.24222082, y: 0.43246466, z: -0.065600194}
+ - {x: 0.21694428, y: 0.43133423, z: -0.12994596}
+ - {x: 0.13663326, y: 0.4809692, z: 0}
+ - {x: 0.1791144, y: 0.4621523, z: -0.06582769}
+ - {x: 0.110058516, y: 0.48319632, z: -0.066396244}
+ - {x: 0.1791144, y: 0.4621523, z: -0.06582769}
+ - {x: 0.21694428, y: 0.43133423, z: -0.12994596}
+ - {x: 0.15062943, y: 0.45812207, z: -0.13204138}
+ - {x: 0.1791144, y: 0.4621523, z: -0.06582769}
+ - {x: 0.15062943, y: 0.45812207, z: -0.13204138}
+ - {x: 0.110058516, y: 0.48319632, z: -0.066396244}
+ - {x: 0.110058516, y: 0.48319632, z: -0.066396244}
+ - {x: 0.15062943, y: 0.45812207, z: -0.13204138}
+ - {x: 0.081229925, y: 0.47552827, z: -0.13143279}
+ - {x: 0.081229925, y: 0.47552827, z: -0.13143279}
+ - {x: 0.15062943, y: 0.45812207, z: -0.13204138}
+ - {x: 0.11933846, y: 0.44550326, z: -0.19309369}
+ - {x: 0.15062943, y: 0.45812207, z: -0.13204138}
+ - {x: 0.21694428, y: 0.43133423, z: -0.12994596}
+ - {x: 0.18751927, y: 0.42195573, z: -0.19180687}
+ - {x: 0.15062943, y: 0.45812207, z: -0.13204138}
+ - {x: 0.18751927, y: 0.42195573, z: -0.19180687}
+ - {x: 0.11933846, y: 0.44550326, z: -0.19309369}
+ - {x: 0.11933846, y: 0.44550326, z: -0.19309369}
+ - {x: 0.18751927, y: 0.42195573, z: -0.19180687}
+ - {x: 0.15450849, y: 0.4045085, z: -0.25}
+ - {x: 0, y: 0.5, z: 0}
+ - {x: 0.041121233, y: 0.49384418, z: -0.06653556}
+ - {x: -0.041121233, y: 0.49384418, z: -0.06653556}
+ - {x: 0.041121233, y: 0.49384418, z: -0.06653556}
+ - {x: 0.081229925, y: 0.47552827, z: -0.13143279}
+ - {x: 0, y: 0.4819306, z: -0.13320236}
+ - {x: 0.041121233, y: 0.49384418, z: -0.06653556}
+ - {x: 0, y: 0.4819306, z: -0.13320236}
+ - {x: -0.041121233, y: 0.49384418, z: -0.06653556}
+ - {x: -0.041121233, y: 0.49384418, z: -0.06653556}
+ - {x: 0, y: 0.4819306, z: -0.13320236}
+ - {x: -0.081229925, y: 0.47552827, z: -0.13143279}
+ - {x: 0.081229925, y: 0.47552827, z: -0.13143279}
+ - {x: 0.11933846, y: 0.44550326, z: -0.19309369}
+ - {x: 0.04116179, y: 0.45649123, z: -0.19980352}
+ - {x: 0.11933846, y: 0.44550326, z: -0.19309369}
+ - {x: 0.15450849, y: 0.4045085, z: -0.25}
+ - {x: 0.07821723, y: 0.42008895, z: -0.25962925}
+ - {x: 0.11933846, y: 0.44550326, z: -0.19309369}
+ - {x: 0.07821723, y: 0.42008895, z: -0.25962925}
+ - {x: 0.04116179, y: 0.45649123, z: -0.19980352}
+ - {x: 0.04116179, y: 0.45649123, z: -0.19980352}
+ - {x: 0.07821723, y: 0.42008895, z: -0.25962925}
+ - {x: 0, y: 0.4253254, z: -0.26286554}
+ - {x: 0.081229925, y: 0.47552827, z: -0.13143279}
+ - {x: 0.04116179, y: 0.45649123, z: -0.19980352}
+ - {x: 0, y: 0.4819306, z: -0.13320236}
+ - {x: 0.04116179, y: 0.45649123, z: -0.19980352}
+ - {x: 0, y: 0.4253254, z: -0.26286554}
+ - {x: -0.04116179, y: 0.45649123, z: -0.19980352}
+ - {x: 0.04116179, y: 0.45649123, z: -0.19980352}
+ - {x: -0.04116179, y: 0.45649123, z: -0.19980352}
+ - {x: 0, y: 0.4819306, z: -0.13320236}
+ - {x: 0, y: 0.4819306, z: -0.13320236}
+ - {x: -0.04116179, y: 0.45649123, z: -0.19980352}
+ - {x: -0.081229925, y: 0.47552827, z: -0.13143279}
+ - {x: -0.081229925, y: 0.47552827, z: -0.13143279}
+ - {x: -0.04116179, y: 0.45649123, z: -0.19980352}
+ - {x: -0.11933846, y: 0.44550326, z: -0.19309369}
+ - {x: -0.04116179, y: 0.45649123, z: -0.19980352}
+ - {x: 0, y: 0.4253254, z: -0.26286554}
+ - {x: -0.07821723, y: 0.42008895, z: -0.25962925}
+ - {x: -0.04116179, y: 0.45649123, z: -0.19980352}
+ - {x: -0.07821723, y: 0.42008895, z: -0.25962925}
+ - {x: -0.11933846, y: 0.44550326, z: -0.19309369}
+ - {x: -0.11933846, y: 0.44550326, z: -0.19309369}
+ - {x: -0.07821723, y: 0.42008895, z: -0.25962925}
+ - {x: -0.15450849, y: 0.4045085, z: -0.25}
+ - {x: -0.15450849, y: 0.4045085, z: -0.25}
+ - {x: -0.07821723, y: 0.42008895, z: -0.25962925}
+ - {x: -0.118543155, y: 0.37932616, z: -0.30341256}
+ - {x: -0.07821723, y: 0.42008895, z: -0.25962925}
+ - {x: 0, y: 0.4253254, z: -0.26286554}
+ - {x: -0.040570926, y: 0.39010218, z: -0.31011978}
+ - {x: -0.07821723, y: 0.42008895, z: -0.25962925}
+ - {x: -0.040570926, y: 0.39010218, z: -0.31011978}
+ - {x: -0.118543155, y: 0.37932616, z: -0.30341256}
+ - {x: -0.118543155, y: 0.37932616, z: -0.30341256}
+ - {x: -0.040570926, y: 0.39010218, z: -0.31011978}
+ - {x: -0.080311015, y: 0.34689024, z: -0.35102323}
+ - {x: 0, y: 0.4253254, z: -0.26286554}
+ - {x: 0.07821723, y: 0.42008895, z: -0.25962925}
+ - {x: 0.040570926, y: 0.39010218, z: -0.31011978}
+ - {x: 0.07821723, y: 0.42008895, z: -0.25962925}
+ - {x: 0.15450849, y: 0.4045085, z: -0.25}
+ - {x: 0.118543155, y: 0.37932616, z: -0.30341256}
+ - {x: 0.07821723, y: 0.42008895, z: -0.25962925}
+ - {x: 0.118543155, y: 0.37932616, z: -0.30341256}
+ - {x: 0.040570926, y: 0.39010218, z: -0.31011978}
+ - {x: 0.040570926, y: 0.39010218, z: -0.31011978}
+ - {x: 0.118543155, y: 0.37932616, z: -0.30341256}
+ - {x: 0.080311015, y: 0.34689024, z: -0.35102323}
+ - {x: 0, y: 0.4253254, z: -0.26286554}
+ - {x: 0.040570926, y: 0.39010218, z: -0.31011978}
+ - {x: -0.040570926, y: 0.39010218, z: -0.31011978}
+ - {x: 0.040570926, y: 0.39010218, z: -0.31011978}
+ - {x: 0.080311015, y: 0.34689024, z: -0.35102323}
+ - {x: 0, y: 0.3514535, z: -0.35564086}
+ - {x: 0.040570926, y: 0.39010218, z: -0.31011978}
+ - {x: 0, y: 0.3514535, z: -0.35564086}
+ - {x: -0.040570926, y: 0.39010218, z: -0.31011978}
+ - {x: -0.040570926, y: 0.39010218, z: -0.31011978}
+ - {x: 0, y: 0.3514535, z: -0.35564086}
+ - {x: -0.080311015, y: 0.34689024, z: -0.35102323}
+ - {x: -0.080311015, y: 0.34689024, z: -0.35102323}
+ - {x: 0, y: 0.3514535, z: -0.35564086}
+ - {x: -0.040543146, y: 0.307821, z: -0.39192152}
+ - {x: 0, y: 0.3514535, z: -0.35564086}
+ - {x: 0.080311015, y: 0.34689024, z: -0.35102323}
+ - {x: 0.040543146, y: 0.307821, z: -0.39192152}
+ - {x: 0, y: 0.3514535, z: -0.35564086}
+ - {x: 0.040543146, y: 0.307821, z: -0.39192152}
+ - {x: -0.040543146, y: 0.307821, z: -0.39192152}
+ - {x: -0.040543146, y: 0.307821, z: -0.39192152}
+ - {x: 0.040543146, y: 0.307821, z: -0.39192152}
+ - {x: 0, y: 0.26286554, z: -0.4253254}
+ - {x: -0.26286554, y: 0.4253254, z: 0}
+ - {x: -0.24222082, y: 0.43246466, z: -0.065600194}
+ - {x: -0.307821, y: 0.39192152, z: -0.040543146}
+ - {x: -0.24222082, y: 0.43246466, z: -0.065600194}
+ - {x: -0.21694428, y: 0.43133423, z: -0.12994596}
+ - {x: -0.28562585, y: 0.3963246, z: -0.10651143}
+ - {x: -0.24222082, y: 0.43246466, z: -0.065600194}
+ - {x: -0.28562585, y: 0.3963246, z: -0.10651143}
+ - {x: -0.307821, y: 0.39192152, z: -0.040543146}
+ - {x: -0.307821, y: 0.39192152, z: -0.040543146}
+ - {x: -0.28562585, y: 0.3963246, z: -0.10651143}
+ - {x: -0.34689024, y: 0.35102323, z: -0.080311015}
+ - {x: -0.21694428, y: 0.43133423, z: -0.12994596}
+ - {x: -0.18751927, y: 0.42195573, z: -0.19180687}
+ - {x: -0.2580608, y: 0.39172584, z: -0.1730765}
+ - {x: -0.18751927, y: 0.42195573, z: -0.19180687}
+ - {x: -0.15450849, y: 0.4045085, z: -0.25}
+ - {x: -0.22699527, y: 0.3789677, z: -0.23421493}
+ - {x: -0.18751927, y: 0.42195573, z: -0.19180687}
+ - {x: -0.22699527, y: 0.3789677, z: -0.23421493}
+ - {x: -0.2580608, y: 0.39172584, z: -0.1730765}
+ - {x: -0.2580608, y: 0.39172584, z: -0.1730765}
+ - {x: -0.22699527, y: 0.3789677, z: -0.23421493}
+ - {x: -0.29389265, y: 0.34409547, z: -0.2126627}
+ - {x: -0.21694428, y: 0.43133423, z: -0.12994596}
+ - {x: -0.2580608, y: 0.39172584, z: -0.1730765}
+ - {x: -0.28562585, y: 0.3963246, z: -0.10651143}
+ - {x: -0.2580608, y: 0.39172584, z: -0.1730765}
+ - {x: -0.29389265, y: 0.34409547, z: -0.2126627}
+ - {x: -0.32370597, y: 0.35115492, z: -0.14800228}
+ - {x: -0.2580608, y: 0.39172584, z: -0.1730765}
+ - {x: -0.32370597, y: 0.35115492, z: -0.14800228}
+ - {x: -0.28562585, y: 0.3963246, z: -0.10651143}
+ - {x: -0.28562585, y: 0.3963246, z: -0.10651143}
+ - {x: -0.32370597, y: 0.35115492, z: -0.14800228}
+ - {x: -0.34689024, y: 0.35102323, z: -0.080311015}
+ - {x: -0.34689024, y: 0.35102323, z: -0.080311015}
+ - {x: -0.32370597, y: 0.35115492, z: -0.14800228}
+ - {x: -0.37932616, y: 0.30341256, z: -0.118543155}
+ - {x: -0.32370597, y: 0.35115492, z: -0.14800228}
+ - {x: -0.29389265, y: 0.34409547, z: -0.2126627}
+ - {x: -0.35355338, y: 0.30075046, z: -0.185874}
+ - {x: -0.32370597, y: 0.35115492, z: -0.14800228}
+ - {x: -0.35355338, y: 0.30075046, z: -0.185874}
+ - {x: -0.37932616, y: 0.30341256, z: -0.118543155}
+ - {x: -0.37932616, y: 0.30341256, z: -0.118543155}
+ - {x: -0.35355338, y: 0.30075046, z: -0.185874}
+ - {x: -0.4045085, y: 0.25, z: -0.15450849}
+ - {x: -0.15450849, y: 0.4045085, z: -0.25}
+ - {x: -0.118543155, y: 0.37932616, z: -0.30341256}
+ - {x: -0.185874, y: 0.35355338, z: -0.30075046}
+ - {x: -0.118543155, y: 0.37932616, z: -0.30341256}
+ - {x: -0.080311015, y: 0.34689024, z: -0.35102323}
+ - {x: -0.14800228, y: 0.32370597, z: -0.35115492}
+ - {x: -0.118543155, y: 0.37932616, z: -0.30341256}
+ - {x: -0.14800228, y: 0.32370597, z: -0.35115492}
+ - {x: -0.185874, y: 0.35355338, z: -0.30075046}
+ - {x: -0.185874, y: 0.35355338, z: -0.30075046}
+ - {x: -0.14800228, y: 0.32370597, z: -0.35115492}
+ - {x: -0.2126627, y: 0.29389265, z: -0.34409547}
+ - {x: -0.080311015, y: 0.34689024, z: -0.35102323}
+ - {x: -0.040543146, y: 0.307821, z: -0.39192152}
+ - {x: -0.10651143, y: 0.28562585, z: -0.3963246}
+ - {x: -0.040543146, y: 0.307821, z: -0.39192152}
+ - {x: 0, y: 0.26286554, z: -0.4253254}
+ - {x: -0.065600194, y: 0.24222082, z: -0.43246466}
+ - {x: -0.040543146, y: 0.307821, z: -0.39192152}
+ - {x: -0.065600194, y: 0.24222082, z: -0.43246466}
+ - {x: -0.10651143, y: 0.28562585, z: -0.3963246}
+ - {x: -0.10651143, y: 0.28562585, z: -0.3963246}
+ - {x: -0.065600194, y: 0.24222082, z: -0.43246466}
+ - {x: -0.12994596, y: 0.21694428, z: -0.43133423}
+ - {x: -0.080311015, y: 0.34689024, z: -0.35102323}
+ - {x: -0.10651143, y: 0.28562585, z: -0.3963246}
+ - {x: -0.14800228, y: 0.32370597, z: -0.35115492}
+ - {x: -0.10651143, y: 0.28562585, z: -0.3963246}
+ - {x: -0.12994596, y: 0.21694428, z: -0.43133423}
+ - {x: -0.1730765, y: 0.2580608, z: -0.39172584}
+ - {x: -0.10651143, y: 0.28562585, z: -0.3963246}
+ - {x: -0.1730765, y: 0.2580608, z: -0.39172584}
+ - {x: -0.14800228, y: 0.32370597, z: -0.35115492}
+ - {x: -0.14800228, y: 0.32370597, z: -0.35115492}
+ - {x: -0.1730765, y: 0.2580608, z: -0.39172584}
+ - {x: -0.2126627, y: 0.29389265, z: -0.34409547}
+ - {x: -0.2126627, y: 0.29389265, z: -0.34409547}
+ - {x: -0.1730765, y: 0.2580608, z: -0.39172584}
+ - {x: -0.23421493, y: 0.22699527, z: -0.3789677}
+ - {x: -0.1730765, y: 0.2580608, z: -0.39172584}
+ - {x: -0.12994596, y: 0.21694428, z: -0.43133423}
+ - {x: -0.19180687, y: 0.18751927, z: -0.42195573}
+ - {x: -0.1730765, y: 0.2580608, z: -0.39172584}
+ - {x: -0.19180687, y: 0.18751927, z: -0.42195573}
+ - {x: -0.23421493, y: 0.22699527, z: -0.3789677}
+ - {x: -0.23421493, y: 0.22699527, z: -0.3789677}
+ - {x: -0.19180687, y: 0.18751927, z: -0.42195573}
+ - {x: -0.25, y: 0.15450849, z: -0.4045085}
+ - {x: -0.15450849, y: 0.4045085, z: -0.25}
+ - {x: -0.185874, y: 0.35355338, z: -0.30075046}
+ - {x: -0.22699527, y: 0.3789677, z: -0.23421493}
+ - {x: -0.185874, y: 0.35355338, z: -0.30075046}
+ - {x: -0.2126627, y: 0.29389265, z: -0.34409547}
+ - {x: -0.25668773, y: 0.3232889, z: -0.2821271}
+ - {x: -0.185874, y: 0.35355338, z: -0.30075046}
+ - {x: -0.25668773, y: 0.3232889, z: -0.2821271}
+ - {x: -0.22699527, y: 0.3789677, z: -0.23421493}
+ - {x: -0.22699527, y: 0.3789677, z: -0.23421493}
+ - {x: -0.25668773, y: 0.3232889, z: -0.2821271}
+ - {x: -0.29389265, y: 0.34409547, z: -0.2126627}
+ - {x: -0.2126627, y: 0.29389265, z: -0.34409547}
+ - {x: -0.23421493, y: 0.22699527, z: -0.3789677}
+ - {x: -0.2821271, y: 0.25668773, z: -0.3232889}
+ - {x: -0.23421493, y: 0.22699527, z: -0.3789677}
+ - {x: -0.25, y: 0.15450849, z: -0.4045085}
+ - {x: -0.30075046, y: 0.185874, z: -0.35355338}
+ - {x: -0.23421493, y: 0.22699527, z: -0.3789677}
+ - {x: -0.30075046, y: 0.185874, z: -0.35355338}
+ - {x: -0.2821271, y: 0.25668773, z: -0.3232889}
+ - {x: -0.2821271, y: 0.25668773, z: -0.3232889}
+ - {x: -0.30075046, y: 0.185874, z: -0.35355338}
+ - {x: -0.34409547, y: 0.2126627, z: -0.29389265}
+ - {x: -0.2126627, y: 0.29389265, z: -0.34409547}
+ - {x: -0.2821271, y: 0.25668773, z: -0.3232889}
+ - {x: -0.25668773, y: 0.3232889, z: -0.2821271}
+ - {x: -0.2821271, y: 0.25668773, z: -0.3232889}
+ - {x: -0.34409547, y: 0.2126627, z: -0.29389265}
+ - {x: -0.3232889, y: 0.2821271, z: -0.25668773}
+ - {x: -0.2821271, y: 0.25668773, z: -0.3232889}
+ - {x: -0.3232889, y: 0.2821271, z: -0.25668773}
+ - {x: -0.25668773, y: 0.3232889, z: -0.2821271}
+ - {x: -0.25668773, y: 0.3232889, z: -0.2821271}
+ - {x: -0.3232889, y: 0.2821271, z: -0.25668773}
+ - {x: -0.29389265, y: 0.34409547, z: -0.2126627}
+ - {x: -0.29389265, y: 0.34409547, z: -0.2126627}
+ - {x: -0.3232889, y: 0.2821271, z: -0.25668773}
+ - {x: -0.35355338, y: 0.30075046, z: -0.185874}
+ - {x: -0.3232889, y: 0.2821271, z: -0.25668773}
+ - {x: -0.34409547, y: 0.2126627, z: -0.29389265}
+ - {x: -0.3789677, y: 0.23421493, z: -0.22699527}
+ - {x: -0.3232889, y: 0.2821271, z: -0.25668773}
+ - {x: -0.3789677, y: 0.23421493, z: -0.22699527}
+ - {x: -0.35355338, y: 0.30075046, z: -0.185874}
+ - {x: -0.35355338, y: 0.30075046, z: -0.185874}
+ - {x: -0.3789677, y: 0.23421493, z: -0.22699527}
+ - {x: -0.4045085, y: 0.25, z: -0.15450849}
+ - {x: -0.4045085, y: 0.25, z: -0.15450849}
+ - {x: -0.3789677, y: 0.23421493, z: -0.22699527}
+ - {x: -0.42195573, y: 0.19180687, z: -0.18751927}
+ - {x: -0.3789677, y: 0.23421493, z: -0.22699527}
+ - {x: -0.34409547, y: 0.2126627, z: -0.29389265}
+ - {x: -0.39172584, y: 0.1730765, z: -0.2580608}
+ - {x: -0.3789677, y: 0.23421493, z: -0.22699527}
+ - {x: -0.39172584, y: 0.1730765, z: -0.2580608}
+ - {x: -0.42195573, y: 0.19180687, z: -0.18751927}
+ - {x: -0.42195573, y: 0.19180687, z: -0.18751927}
+ - {x: -0.39172584, y: 0.1730765, z: -0.2580608}
+ - {x: -0.43133423, y: 0.12994596, z: -0.21694428}
+ - {x: -0.34409547, y: 0.2126627, z: -0.29389265}
+ - {x: -0.30075046, y: 0.185874, z: -0.35355338}
+ - {x: -0.35115492, y: 0.14800228, z: -0.32370597}
+ - {x: -0.30075046, y: 0.185874, z: -0.35355338}
+ - {x: -0.25, y: 0.15450849, z: -0.4045085}
+ - {x: -0.30341256, y: 0.118543155, z: -0.37932616}
+ - {x: -0.30075046, y: 0.185874, z: -0.35355338}
+ - {x: -0.30341256, y: 0.118543155, z: -0.37932616}
+ - {x: -0.35115492, y: 0.14800228, z: -0.32370597}
+ - {x: -0.35115492, y: 0.14800228, z: -0.32370597}
+ - {x: -0.30341256, y: 0.118543155, z: -0.37932616}
+ - {x: -0.35102323, y: 0.080311015, z: -0.34689024}
+ - {x: -0.34409547, y: 0.2126627, z: -0.29389265}
+ - {x: -0.35115492, y: 0.14800228, z: -0.32370597}
+ - {x: -0.39172584, y: 0.1730765, z: -0.2580608}
+ - {x: -0.35115492, y: 0.14800228, z: -0.32370597}
+ - {x: -0.35102323, y: 0.080311015, z: -0.34689024}
+ - {x: -0.3963246, y: 0.10651143, z: -0.28562585}
+ - {x: -0.35115492, y: 0.14800228, z: -0.32370597}
+ - {x: -0.3963246, y: 0.10651143, z: -0.28562585}
+ - {x: -0.39172584, y: 0.1730765, z: -0.2580608}
+ - {x: -0.39172584, y: 0.1730765, z: -0.2580608}
+ - {x: -0.3963246, y: 0.10651143, z: -0.28562585}
+ - {x: -0.43133423, y: 0.12994596, z: -0.21694428}
+ - {x: -0.43133423, y: 0.12994596, z: -0.21694428}
+ - {x: -0.3963246, y: 0.10651143, z: -0.28562585}
+ - {x: -0.43246466, y: 0.065600194, z: -0.24222082}
+ - {x: -0.3963246, y: 0.10651143, z: -0.28562585}
+ - {x: -0.35102323, y: 0.080311015, z: -0.34689024}
+ - {x: -0.39192152, y: 0.040543146, z: -0.307821}
+ - {x: -0.3963246, y: 0.10651143, z: -0.28562585}
+ - {x: -0.39192152, y: 0.040543146, z: -0.307821}
+ - {x: -0.43246466, y: 0.065600194, z: -0.24222082}
+ - {x: -0.43246466, y: 0.065600194, z: -0.24222082}
+ - {x: -0.39192152, y: 0.040543146, z: -0.307821}
+ - {x: -0.4253254, y: 0, z: -0.26286554}
+ - {x: -0.26286554, y: 0.4253254, z: 0}
+ - {x: -0.307821, y: 0.39192152, z: -0.040543146}
+ - {x: -0.307821, y: 0.39192152, z: 0.040543146}
+ - {x: -0.307821, y: 0.39192152, z: -0.040543146}
+ - {x: -0.34689024, y: 0.35102323, z: -0.080311015}
+ - {x: -0.3514535, y: 0.35564086, z: 0}
+ - {x: -0.307821, y: 0.39192152, z: -0.040543146}
+ - {x: -0.3514535, y: 0.35564086, z: 0}
+ - {x: -0.307821, y: 0.39192152, z: 0.040543146}
+ - {x: -0.307821, y: 0.39192152, z: 0.040543146}
+ - {x: -0.3514535, y: 0.35564086, z: 0}
+ - {x: -0.34689024, y: 0.35102323, z: 0.080311015}
+ - {x: -0.34689024, y: 0.35102323, z: -0.080311015}
+ - {x: -0.37932616, y: 0.30341256, z: -0.118543155}
+ - {x: -0.39010218, y: 0.31011978, z: -0.040570926}
+ - {x: -0.37932616, y: 0.30341256, z: -0.118543155}
+ - {x: -0.4045085, y: 0.25, z: -0.15450849}
+ - {x: -0.42008895, y: 0.25962925, z: -0.07821723}
+ - {x: -0.37932616, y: 0.30341256, z: -0.118543155}
+ - {x: -0.42008895, y: 0.25962925, z: -0.07821723}
+ - {x: -0.39010218, y: 0.31011978, z: -0.040570926}
+ - {x: -0.39010218, y: 0.31011978, z: -0.040570926}
+ - {x: -0.42008895, y: 0.25962925, z: -0.07821723}
+ - {x: -0.4253254, y: 0.26286554, z: 0}
+ - {x: -0.34689024, y: 0.35102323, z: -0.080311015}
+ - {x: -0.39010218, y: 0.31011978, z: -0.040570926}
+ - {x: -0.3514535, y: 0.35564086, z: 0}
+ - {x: -0.39010218, y: 0.31011978, z: -0.040570926}
+ - {x: -0.4253254, y: 0.26286554, z: 0}
+ - {x: -0.39010218, y: 0.31011978, z: 0.040570926}
+ - {x: -0.39010218, y: 0.31011978, z: -0.040570926}
+ - {x: -0.39010218, y: 0.31011978, z: 0.040570926}
+ - {x: -0.3514535, y: 0.35564086, z: 0}
+ - {x: -0.3514535, y: 0.35564086, z: 0}
+ - {x: -0.39010218, y: 0.31011978, z: 0.040570926}
+ - {x: -0.34689024, y: 0.35102323, z: 0.080311015}
+ - {x: -0.34689024, y: 0.35102323, z: 0.080311015}
+ - {x: -0.39010218, y: 0.31011978, z: 0.040570926}
+ - {x: -0.37932616, y: 0.30341256, z: 0.118543155}
+ - {x: -0.39010218, y: 0.31011978, z: 0.040570926}
+ - {x: -0.4253254, y: 0.26286554, z: 0}
+ - {x: -0.42008895, y: 0.25962925, z: 0.07821723}
+ - {x: -0.39010218, y: 0.31011978, z: 0.040570926}
+ - {x: -0.42008895, y: 0.25962925, z: 0.07821723}
+ - {x: -0.37932616, y: 0.30341256, z: 0.118543155}
+ - {x: -0.37932616, y: 0.30341256, z: 0.118543155}
+ - {x: -0.42008895, y: 0.25962925, z: 0.07821723}
+ - {x: -0.4045085, y: 0.25, z: 0.15450849}
+ - {x: -0.4045085, y: 0.25, z: -0.15450849}
+ - {x: -0.42195573, y: 0.19180687, z: -0.18751927}
+ - {x: -0.44550326, y: 0.19309369, z: -0.11933846}
+ - {x: -0.42195573, y: 0.19180687, z: -0.18751927}
+ - {x: -0.43133423, y: 0.12994596, z: -0.21694428}
+ - {x: -0.45812207, y: 0.13204138, z: -0.15062943}
+ - {x: -0.42195573, y: 0.19180687, z: -0.18751927}
+ - {x: -0.45812207, y: 0.13204138, z: -0.15062943}
+ - {x: -0.44550326, y: 0.19309369, z: -0.11933846}
+ - {x: -0.44550326, y: 0.19309369, z: -0.11933846}
+ - {x: -0.45812207, y: 0.13204138, z: -0.15062943}
+ - {x: -0.47552827, y: 0.13143279, z: -0.081229925}
+ - {x: -0.43133423, y: 0.12994596, z: -0.21694428}
+ - {x: -0.43246466, y: 0.065600194, z: -0.24222082}
+ - {x: -0.4621523, y: 0.06582769, z: -0.1791144}
+ - {x: -0.43246466, y: 0.065600194, z: -0.24222082}
+ - {x: -0.4253254, y: 0, z: -0.26286554}
+ - {x: -0.4575217, y: 0, z: -0.20167768}
+ - {x: -0.43246466, y: 0.065600194, z: -0.24222082}
+ - {x: -0.4575217, y: 0, z: -0.20167768}
+ - {x: -0.4621523, y: 0.06582769, z: -0.1791144}
+ - {x: -0.4621523, y: 0.06582769, z: -0.1791144}
+ - {x: -0.4575217, y: 0, z: -0.20167768}
+ - {x: -0.4809692, y: 0, z: -0.13663326}
+ - {x: -0.43133423, y: 0.12994596, z: -0.21694428}
+ - {x: -0.4621523, y: 0.06582769, z: -0.1791144}
+ - {x: -0.45812207, y: 0.13204138, z: -0.15062943}
+ - {x: -0.4621523, y: 0.06582769, z: -0.1791144}
+ - {x: -0.4809692, y: 0, z: -0.13663326}
+ - {x: -0.48319632, y: 0.066396244, z: -0.110058516}
+ - {x: -0.4621523, y: 0.06582769, z: -0.1791144}
+ - {x: -0.48319632, y: 0.066396244, z: -0.110058516}
+ - {x: -0.45812207, y: 0.13204138, z: -0.15062943}
+ - {x: -0.45812207, y: 0.13204138, z: -0.15062943}
+ - {x: -0.48319632, y: 0.066396244, z: -0.110058516}
+ - {x: -0.47552827, y: 0.13143279, z: -0.081229925}
+ - {x: -0.47552827, y: 0.13143279, z: -0.081229925}
+ - {x: -0.48319632, y: 0.066396244, z: -0.110058516}
+ - {x: -0.49384418, y: 0.06653556, z: -0.041121233}
+ - {x: -0.48319632, y: 0.066396244, z: -0.110058516}
+ - {x: -0.4809692, y: 0, z: -0.13663326}
+ - {x: -0.49521944, y: 0, z: -0.06897612}
+ - {x: -0.48319632, y: 0.066396244, z: -0.110058516}
+ - {x: -0.49521944, y: 0, z: -0.06897612}
+ - {x: -0.49384418, y: 0.06653556, z: -0.041121233}
+ - {x: -0.49384418, y: 0.06653556, z: -0.041121233}
+ - {x: -0.49521944, y: 0, z: -0.06897612}
+ - {x: -0.5, y: 0, z: 0}
+ - {x: -0.4045085, y: 0.25, z: -0.15450849}
+ - {x: -0.44550326, y: 0.19309369, z: -0.11933846}
+ - {x: -0.42008895, y: 0.25962925, z: -0.07821723}
+ - {x: -0.44550326, y: 0.19309369, z: -0.11933846}
+ - {x: -0.47552827, y: 0.13143279, z: -0.081229925}
+ - {x: -0.45649123, y: 0.19980352, z: -0.04116179}
+ - {x: -0.44550326, y: 0.19309369, z: -0.11933846}
+ - {x: -0.45649123, y: 0.19980352, z: -0.04116179}
+ - {x: -0.42008895, y: 0.25962925, z: -0.07821723}
+ - {x: -0.42008895, y: 0.25962925, z: -0.07821723}
+ - {x: -0.45649123, y: 0.19980352, z: -0.04116179}
+ - {x: -0.4253254, y: 0.26286554, z: 0}
+ - {x: -0.47552827, y: 0.13143279, z: -0.081229925}
+ - {x: -0.49384418, y: 0.06653556, z: -0.041121233}
+ - {x: -0.4819306, y: 0.13320236, z: 0}
+ - {x: -0.49384418, y: 0.06653556, z: -0.041121233}
+ - {x: -0.5, y: 0, z: 0}
+ - {x: -0.49384418, y: 0.06653556, z: 0.041121233}
+ - {x: -0.49384418, y: 0.06653556, z: -0.041121233}
+ - {x: -0.49384418, y: 0.06653556, z: 0.041121233}
+ - {x: -0.4819306, y: 0.13320236, z: 0}
+ - {x: -0.4819306, y: 0.13320236, z: 0}
+ - {x: -0.49384418, y: 0.06653556, z: 0.041121233}
+ - {x: -0.47552827, y: 0.13143279, z: 0.081229925}
+ - {x: -0.47552827, y: 0.13143279, z: -0.081229925}
+ - {x: -0.4819306, y: 0.13320236, z: 0}
+ - {x: -0.45649123, y: 0.19980352, z: -0.04116179}
+ - {x: -0.4819306, y: 0.13320236, z: 0}
+ - {x: -0.47552827, y: 0.13143279, z: 0.081229925}
+ - {x: -0.45649123, y: 0.19980352, z: 0.04116179}
+ - {x: -0.4819306, y: 0.13320236, z: 0}
+ - {x: -0.45649123, y: 0.19980352, z: 0.04116179}
+ - {x: -0.45649123, y: 0.19980352, z: -0.04116179}
+ - {x: -0.45649123, y: 0.19980352, z: -0.04116179}
+ - {x: -0.45649123, y: 0.19980352, z: 0.04116179}
+ - {x: -0.4253254, y: 0.26286554, z: 0}
+ - {x: -0.4253254, y: 0.26286554, z: 0}
+ - {x: -0.45649123, y: 0.19980352, z: 0.04116179}
+ - {x: -0.42008895, y: 0.25962925, z: 0.07821723}
+ - {x: -0.45649123, y: 0.19980352, z: 0.04116179}
+ - {x: -0.47552827, y: 0.13143279, z: 0.081229925}
+ - {x: -0.44550326, y: 0.19309369, z: 0.11933846}
+ - {x: -0.45649123, y: 0.19980352, z: 0.04116179}
+ - {x: -0.44550326, y: 0.19309369, z: 0.11933846}
+ - {x: -0.42008895, y: 0.25962925, z: 0.07821723}
+ - {x: -0.42008895, y: 0.25962925, z: 0.07821723}
+ - {x: -0.44550326, y: 0.19309369, z: 0.11933846}
+ - {x: -0.4045085, y: 0.25, z: 0.15450849}
+ - {x: -0.4045085, y: 0.25, z: 0.15450849}
+ - {x: -0.44550326, y: 0.19309369, z: 0.11933846}
+ - {x: -0.42195573, y: 0.19180687, z: 0.18751927}
+ - {x: -0.44550326, y: 0.19309369, z: 0.11933846}
+ - {x: -0.47552827, y: 0.13143279, z: 0.081229925}
+ - {x: -0.45812207, y: 0.13204138, z: 0.15062943}
+ - {x: -0.44550326, y: 0.19309369, z: 0.11933846}
+ - {x: -0.45812207, y: 0.13204138, z: 0.15062943}
+ - {x: -0.42195573, y: 0.19180687, z: 0.18751927}
+ - {x: -0.42195573, y: 0.19180687, z: 0.18751927}
+ - {x: -0.45812207, y: 0.13204138, z: 0.15062943}
+ - {x: -0.43133423, y: 0.12994596, z: 0.21694428}
+ - {x: -0.47552827, y: 0.13143279, z: 0.081229925}
+ - {x: -0.49384418, y: 0.06653556, z: 0.041121233}
+ - {x: -0.48319632, y: 0.066396244, z: 0.110058516}
+ - {x: -0.49384418, y: 0.06653556, z: 0.041121233}
+ - {x: -0.5, y: 0, z: 0}
+ - {x: -0.49521944, y: 0, z: 0.06897612}
+ - {x: -0.49384418, y: 0.06653556, z: 0.041121233}
+ - {x: -0.49521944, y: 0, z: 0.06897612}
+ - {x: -0.48319632, y: 0.066396244, z: 0.110058516}
+ - {x: -0.48319632, y: 0.066396244, z: 0.110058516}
+ - {x: -0.49521944, y: 0, z: 0.06897612}
+ - {x: -0.4809692, y: 0, z: 0.13663326}
+ - {x: -0.47552827, y: 0.13143279, z: 0.081229925}
+ - {x: -0.48319632, y: 0.066396244, z: 0.110058516}
+ - {x: -0.45812207, y: 0.13204138, z: 0.15062943}
+ - {x: -0.48319632, y: 0.066396244, z: 0.110058516}
+ - {x: -0.4809692, y: 0, z: 0.13663326}
+ - {x: -0.4621523, y: 0.06582769, z: 0.1791144}
+ - {x: -0.48319632, y: 0.066396244, z: 0.110058516}
+ - {x: -0.4621523, y: 0.06582769, z: 0.1791144}
+ - {x: -0.45812207, y: 0.13204138, z: 0.15062943}
+ - {x: -0.45812207, y: 0.13204138, z: 0.15062943}
+ - {x: -0.4621523, y: 0.06582769, z: 0.1791144}
+ - {x: -0.43133423, y: 0.12994596, z: 0.21694428}
+ - {x: -0.43133423, y: 0.12994596, z: 0.21694428}
+ - {x: -0.4621523, y: 0.06582769, z: 0.1791144}
+ - {x: -0.43246466, y: 0.065600194, z: 0.24222082}
+ - {x: -0.4621523, y: 0.06582769, z: 0.1791144}
+ - {x: -0.4809692, y: 0, z: 0.13663326}
+ - {x: -0.4575217, y: 0, z: 0.20167768}
+ - {x: -0.4621523, y: 0.06582769, z: 0.1791144}
+ - {x: -0.4575217, y: 0, z: 0.20167768}
+ - {x: -0.43246466, y: 0.065600194, z: 0.24222082}
+ - {x: -0.43246466, y: 0.065600194, z: 0.24222082}
+ - {x: -0.4575217, y: 0, z: 0.20167768}
+ - {x: -0.4253254, y: 0, z: 0.26286554}
+ - {x: 0.26286554, y: 0.4253254, z: 0}
+ - {x: 0.24222082, y: 0.43246466, z: 0.065600194}
+ - {x: 0.307821, y: 0.39192152, z: 0.040543146}
+ - {x: 0.24222082, y: 0.43246466, z: 0.065600194}
+ - {x: 0.21694428, y: 0.43133423, z: 0.12994596}
+ - {x: 0.28562585, y: 0.3963246, z: 0.10651143}
+ - {x: 0.24222082, y: 0.43246466, z: 0.065600194}
+ - {x: 0.28562585, y: 0.3963246, z: 0.10651143}
+ - {x: 0.307821, y: 0.39192152, z: 0.040543146}
+ - {x: 0.307821, y: 0.39192152, z: 0.040543146}
+ - {x: 0.28562585, y: 0.3963246, z: 0.10651143}
+ - {x: 0.34689024, y: 0.35102323, z: 0.080311015}
+ - {x: 0.21694428, y: 0.43133423, z: 0.12994596}
+ - {x: 0.18751927, y: 0.42195573, z: 0.19180687}
+ - {x: 0.2580608, y: 0.39172584, z: 0.1730765}
+ - {x: 0.18751927, y: 0.42195573, z: 0.19180687}
+ - {x: 0.15450849, y: 0.4045085, z: 0.25}
+ - {x: 0.22699527, y: 0.3789677, z: 0.23421493}
+ - {x: 0.18751927, y: 0.42195573, z: 0.19180687}
+ - {x: 0.22699527, y: 0.3789677, z: 0.23421493}
+ - {x: 0.2580608, y: 0.39172584, z: 0.1730765}
+ - {x: 0.2580608, y: 0.39172584, z: 0.1730765}
+ - {x: 0.22699527, y: 0.3789677, z: 0.23421493}
+ - {x: 0.29389265, y: 0.34409547, z: 0.2126627}
+ - {x: 0.21694428, y: 0.43133423, z: 0.12994596}
+ - {x: 0.2580608, y: 0.39172584, z: 0.1730765}
+ - {x: 0.28562585, y: 0.3963246, z: 0.10651143}
+ - {x: 0.2580608, y: 0.39172584, z: 0.1730765}
+ - {x: 0.29389265, y: 0.34409547, z: 0.2126627}
+ - {x: 0.32370597, y: 0.35115492, z: 0.14800228}
+ - {x: 0.2580608, y: 0.39172584, z: 0.1730765}
+ - {x: 0.32370597, y: 0.35115492, z: 0.14800228}
+ - {x: 0.28562585, y: 0.3963246, z: 0.10651143}
+ - {x: 0.28562585, y: 0.3963246, z: 0.10651143}
+ - {x: 0.32370597, y: 0.35115492, z: 0.14800228}
+ - {x: 0.34689024, y: 0.35102323, z: 0.080311015}
+ - {x: 0.34689024, y: 0.35102323, z: 0.080311015}
+ - {x: 0.32370597, y: 0.35115492, z: 0.14800228}
+ - {x: 0.37932616, y: 0.30341256, z: 0.118543155}
+ - {x: 0.32370597, y: 0.35115492, z: 0.14800228}
+ - {x: 0.29389265, y: 0.34409547, z: 0.2126627}
+ - {x: 0.35355338, y: 0.30075046, z: 0.185874}
+ - {x: 0.32370597, y: 0.35115492, z: 0.14800228}
+ - {x: 0.35355338, y: 0.30075046, z: 0.185874}
+ - {x: 0.37932616, y: 0.30341256, z: 0.118543155}
+ - {x: 0.37932616, y: 0.30341256, z: 0.118543155}
+ - {x: 0.35355338, y: 0.30075046, z: 0.185874}
+ - {x: 0.4045085, y: 0.25, z: 0.15450849}
+ - {x: 0.15450849, y: 0.4045085, z: 0.25}
+ - {x: 0.118543155, y: 0.37932616, z: 0.30341256}
+ - {x: 0.185874, y: 0.35355338, z: 0.30075046}
+ - {x: 0.118543155, y: 0.37932616, z: 0.30341256}
+ - {x: 0.080311015, y: 0.34689024, z: 0.35102323}
+ - {x: 0.14800228, y: 0.32370597, z: 0.35115492}
+ - {x: 0.118543155, y: 0.37932616, z: 0.30341256}
+ - {x: 0.14800228, y: 0.32370597, z: 0.35115492}
+ - {x: 0.185874, y: 0.35355338, z: 0.30075046}
+ - {x: 0.185874, y: 0.35355338, z: 0.30075046}
+ - {x: 0.14800228, y: 0.32370597, z: 0.35115492}
+ - {x: 0.2126627, y: 0.29389265, z: 0.34409547}
+ - {x: 0.080311015, y: 0.34689024, z: 0.35102323}
+ - {x: 0.040543146, y: 0.307821, z: 0.39192152}
+ - {x: 0.10651143, y: 0.28562585, z: 0.3963246}
+ - {x: 0.040543146, y: 0.307821, z: 0.39192152}
+ - {x: 0, y: 0.26286554, z: 0.4253254}
+ - {x: 0.065600194, y: 0.24222082, z: 0.43246466}
+ - {x: 0.040543146, y: 0.307821, z: 0.39192152}
+ - {x: 0.065600194, y: 0.24222082, z: 0.43246466}
+ - {x: 0.10651143, y: 0.28562585, z: 0.3963246}
+ - {x: 0.10651143, y: 0.28562585, z: 0.3963246}
+ - {x: 0.065600194, y: 0.24222082, z: 0.43246466}
+ - {x: 0.12994596, y: 0.21694428, z: 0.43133423}
+ - {x: 0.080311015, y: 0.34689024, z: 0.35102323}
+ - {x: 0.10651143, y: 0.28562585, z: 0.3963246}
+ - {x: 0.14800228, y: 0.32370597, z: 0.35115492}
+ - {x: 0.10651143, y: 0.28562585, z: 0.3963246}
+ - {x: 0.12994596, y: 0.21694428, z: 0.43133423}
+ - {x: 0.1730765, y: 0.2580608, z: 0.39172584}
+ - {x: 0.10651143, y: 0.28562585, z: 0.3963246}
+ - {x: 0.1730765, y: 0.2580608, z: 0.39172584}
+ - {x: 0.14800228, y: 0.32370597, z: 0.35115492}
+ - {x: 0.14800228, y: 0.32370597, z: 0.35115492}
+ - {x: 0.1730765, y: 0.2580608, z: 0.39172584}
+ - {x: 0.2126627, y: 0.29389265, z: 0.34409547}
+ - {x: 0.2126627, y: 0.29389265, z: 0.34409547}
+ - {x: 0.1730765, y: 0.2580608, z: 0.39172584}
+ - {x: 0.23421493, y: 0.22699527, z: 0.3789677}
+ - {x: 0.1730765, y: 0.2580608, z: 0.39172584}
+ - {x: 0.12994596, y: 0.21694428, z: 0.43133423}
+ - {x: 0.19180687, y: 0.18751927, z: 0.42195573}
+ - {x: 0.1730765, y: 0.2580608, z: 0.39172584}
+ - {x: 0.19180687, y: 0.18751927, z: 0.42195573}
+ - {x: 0.23421493, y: 0.22699527, z: 0.3789677}
+ - {x: 0.23421493, y: 0.22699527, z: 0.3789677}
+ - {x: 0.19180687, y: 0.18751927, z: 0.42195573}
+ - {x: 0.25, y: 0.15450849, z: 0.4045085}
+ - {x: 0.15450849, y: 0.4045085, z: 0.25}
+ - {x: 0.185874, y: 0.35355338, z: 0.30075046}
+ - {x: 0.22699527, y: 0.3789677, z: 0.23421493}
+ - {x: 0.185874, y: 0.35355338, z: 0.30075046}
+ - {x: 0.2126627, y: 0.29389265, z: 0.34409547}
+ - {x: 0.25668773, y: 0.3232889, z: 0.2821271}
+ - {x: 0.185874, y: 0.35355338, z: 0.30075046}
+ - {x: 0.25668773, y: 0.3232889, z: 0.2821271}
+ - {x: 0.22699527, y: 0.3789677, z: 0.23421493}
+ - {x: 0.22699527, y: 0.3789677, z: 0.23421493}
+ - {x: 0.25668773, y: 0.3232889, z: 0.2821271}
+ - {x: 0.29389265, y: 0.34409547, z: 0.2126627}
+ - {x: 0.2126627, y: 0.29389265, z: 0.34409547}
+ - {x: 0.23421493, y: 0.22699527, z: 0.3789677}
+ - {x: 0.2821271, y: 0.25668773, z: 0.3232889}
+ - {x: 0.23421493, y: 0.22699527, z: 0.3789677}
+ - {x: 0.25, y: 0.15450849, z: 0.4045085}
+ - {x: 0.30075046, y: 0.185874, z: 0.35355338}
+ - {x: 0.23421493, y: 0.22699527, z: 0.3789677}
+ - {x: 0.30075046, y: 0.185874, z: 0.35355338}
+ - {x: 0.2821271, y: 0.25668773, z: 0.3232889}
+ - {x: 0.2821271, y: 0.25668773, z: 0.3232889}
+ - {x: 0.30075046, y: 0.185874, z: 0.35355338}
+ - {x: 0.34409547, y: 0.2126627, z: 0.29389265}
+ - {x: 0.2126627, y: 0.29389265, z: 0.34409547}
+ - {x: 0.2821271, y: 0.25668773, z: 0.3232889}
+ - {x: 0.25668773, y: 0.3232889, z: 0.2821271}
+ - {x: 0.2821271, y: 0.25668773, z: 0.3232889}
+ - {x: 0.34409547, y: 0.2126627, z: 0.29389265}
+ - {x: 0.3232889, y: 0.2821271, z: 0.25668773}
+ - {x: 0.2821271, y: 0.25668773, z: 0.3232889}
+ - {x: 0.3232889, y: 0.2821271, z: 0.25668773}
+ - {x: 0.25668773, y: 0.3232889, z: 0.2821271}
+ - {x: 0.25668773, y: 0.3232889, z: 0.2821271}
+ - {x: 0.3232889, y: 0.2821271, z: 0.25668773}
+ - {x: 0.29389265, y: 0.34409547, z: 0.2126627}
+ - {x: 0.29389265, y: 0.34409547, z: 0.2126627}
+ - {x: 0.3232889, y: 0.2821271, z: 0.25668773}
+ - {x: 0.35355338, y: 0.30075046, z: 0.185874}
+ - {x: 0.3232889, y: 0.2821271, z: 0.25668773}
+ - {x: 0.34409547, y: 0.2126627, z: 0.29389265}
+ - {x: 0.3789677, y: 0.23421493, z: 0.22699527}
+ - {x: 0.3232889, y: 0.2821271, z: 0.25668773}
+ - {x: 0.3789677, y: 0.23421493, z: 0.22699527}
+ - {x: 0.35355338, y: 0.30075046, z: 0.185874}
+ - {x: 0.35355338, y: 0.30075046, z: 0.185874}
+ - {x: 0.3789677, y: 0.23421493, z: 0.22699527}
+ - {x: 0.4045085, y: 0.25, z: 0.15450849}
+ - {x: 0.4045085, y: 0.25, z: 0.15450849}
+ - {x: 0.3789677, y: 0.23421493, z: 0.22699527}
+ - {x: 0.42195573, y: 0.19180687, z: 0.18751927}
+ - {x: 0.3789677, y: 0.23421493, z: 0.22699527}
+ - {x: 0.34409547, y: 0.2126627, z: 0.29389265}
+ - {x: 0.39172584, y: 0.1730765, z: 0.2580608}
+ - {x: 0.3789677, y: 0.23421493, z: 0.22699527}
+ - {x: 0.39172584, y: 0.1730765, z: 0.2580608}
+ - {x: 0.42195573, y: 0.19180687, z: 0.18751927}
+ - {x: 0.42195573, y: 0.19180687, z: 0.18751927}
+ - {x: 0.39172584, y: 0.1730765, z: 0.2580608}
+ - {x: 0.43133423, y: 0.12994596, z: 0.21694428}
+ - {x: 0.34409547, y: 0.2126627, z: 0.29389265}
+ - {x: 0.30075046, y: 0.185874, z: 0.35355338}
+ - {x: 0.35115492, y: 0.14800228, z: 0.32370597}
+ - {x: 0.30075046, y: 0.185874, z: 0.35355338}
+ - {x: 0.25, y: 0.15450849, z: 0.4045085}
+ - {x: 0.30341256, y: 0.118543155, z: 0.37932616}
+ - {x: 0.30075046, y: 0.185874, z: 0.35355338}
+ - {x: 0.30341256, y: 0.118543155, z: 0.37932616}
+ - {x: 0.35115492, y: 0.14800228, z: 0.32370597}
+ - {x: 0.35115492, y: 0.14800228, z: 0.32370597}
+ - {x: 0.30341256, y: 0.118543155, z: 0.37932616}
+ - {x: 0.35102323, y: 0.080311015, z: 0.34689024}
+ - {x: 0.34409547, y: 0.2126627, z: 0.29389265}
+ - {x: 0.35115492, y: 0.14800228, z: 0.32370597}
+ - {x: 0.39172584, y: 0.1730765, z: 0.2580608}
+ - {x: 0.35115492, y: 0.14800228, z: 0.32370597}
+ - {x: 0.35102323, y: 0.080311015, z: 0.34689024}
+ - {x: 0.3963246, y: 0.10651143, z: 0.28562585}
+ - {x: 0.35115492, y: 0.14800228, z: 0.32370597}
+ - {x: 0.3963246, y: 0.10651143, z: 0.28562585}
+ - {x: 0.39172584, y: 0.1730765, z: 0.2580608}
+ - {x: 0.39172584, y: 0.1730765, z: 0.2580608}
+ - {x: 0.3963246, y: 0.10651143, z: 0.28562585}
+ - {x: 0.43133423, y: 0.12994596, z: 0.21694428}
+ - {x: 0.43133423, y: 0.12994596, z: 0.21694428}
+ - {x: 0.3963246, y: 0.10651143, z: 0.28562585}
+ - {x: 0.43246466, y: 0.065600194, z: 0.24222082}
+ - {x: 0.3963246, y: 0.10651143, z: 0.28562585}
+ - {x: 0.35102323, y: 0.080311015, z: 0.34689024}
+ - {x: 0.39192152, y: 0.040543146, z: 0.307821}
+ - {x: 0.3963246, y: 0.10651143, z: 0.28562585}
+ - {x: 0.39192152, y: 0.040543146, z: 0.307821}
+ - {x: 0.43246466, y: 0.065600194, z: 0.24222082}
+ - {x: 0.43246466, y: 0.065600194, z: 0.24222082}
+ - {x: 0.39192152, y: 0.040543146, z: 0.307821}
+ - {x: 0.4253254, y: 0, z: 0.26286554}
+ - {x: 0, y: 0.26286554, z: 0.4253254}
+ - {x: -0.065600194, y: 0.24222082, z: 0.43246466}
+ - {x: 0, y: 0.20167768, z: 0.4575217}
+ - {x: -0.065600194, y: 0.24222082, z: 0.43246466}
+ - {x: -0.12994596, y: 0.21694428, z: 0.43133423}
+ - {x: -0.06582769, y: 0.1791144, z: 0.4621523}
+ - {x: -0.065600194, y: 0.24222082, z: 0.43246466}
+ - {x: -0.06582769, y: 0.1791144, z: 0.4621523}
+ - {x: 0, y: 0.20167768, z: 0.4575217}
+ - {x: 0, y: 0.20167768, z: 0.4575217}
+ - {x: -0.06582769, y: 0.1791144, z: 0.4621523}
+ - {x: 0, y: 0.13663326, z: 0.4809692}
+ - {x: -0.12994596, y: 0.21694428, z: 0.43133423}
+ - {x: -0.19180687, y: 0.18751927, z: 0.42195573}
+ - {x: -0.13204138, y: 0.15062943, z: 0.45812207}
+ - {x: -0.19180687, y: 0.18751927, z: 0.42195573}
+ - {x: -0.25, y: 0.15450849, z: 0.4045085}
+ - {x: -0.19309369, y: 0.11933846, z: 0.44550326}
+ - {x: -0.19180687, y: 0.18751927, z: 0.42195573}
+ - {x: -0.19309369, y: 0.11933846, z: 0.44550326}
+ - {x: -0.13204138, y: 0.15062943, z: 0.45812207}
+ - {x: -0.13204138, y: 0.15062943, z: 0.45812207}
+ - {x: -0.19309369, y: 0.11933846, z: 0.44550326}
+ - {x: -0.13143279, y: 0.081229925, z: 0.47552827}
+ - {x: -0.12994596, y: 0.21694428, z: 0.43133423}
+ - {x: -0.13204138, y: 0.15062943, z: 0.45812207}
+ - {x: -0.06582769, y: 0.1791144, z: 0.4621523}
+ - {x: -0.13204138, y: 0.15062943, z: 0.45812207}
+ - {x: -0.13143279, y: 0.081229925, z: 0.47552827}
+ - {x: -0.066396244, y: 0.110058516, z: 0.48319632}
+ - {x: -0.13204138, y: 0.15062943, z: 0.45812207}
+ - {x: -0.066396244, y: 0.110058516, z: 0.48319632}
+ - {x: -0.06582769, y: 0.1791144, z: 0.4621523}
+ - {x: -0.06582769, y: 0.1791144, z: 0.4621523}
+ - {x: -0.066396244, y: 0.110058516, z: 0.48319632}
+ - {x: 0, y: 0.13663326, z: 0.4809692}
+ - {x: 0, y: 0.13663326, z: 0.4809692}
+ - {x: -0.066396244, y: 0.110058516, z: 0.48319632}
+ - {x: 0, y: 0.06897612, z: 0.49521944}
+ - {x: -0.066396244, y: 0.110058516, z: 0.48319632}
+ - {x: -0.13143279, y: 0.081229925, z: 0.47552827}
+ - {x: -0.06653556, y: 0.041121233, z: 0.49384418}
+ - {x: -0.066396244, y: 0.110058516, z: 0.48319632}
+ - {x: -0.06653556, y: 0.041121233, z: 0.49384418}
+ - {x: 0, y: 0.06897612, z: 0.49521944}
+ - {x: 0, y: 0.06897612, z: 0.49521944}
+ - {x: -0.06653556, y: 0.041121233, z: 0.49384418}
+ - {x: 0, y: 0, z: 0.5}
+ - {x: -0.25, y: 0.15450849, z: 0.4045085}
+ - {x: -0.30341256, y: 0.118543155, z: 0.37932616}
+ - {x: -0.25962925, y: 0.07821723, z: 0.42008895}
+ - {x: -0.30341256, y: 0.118543155, z: 0.37932616}
+ - {x: -0.35102323, y: 0.080311015, z: 0.34689024}
+ - {x: -0.31011978, y: 0.040570926, z: 0.39010218}
+ - {x: -0.30341256, y: 0.118543155, z: 0.37932616}
+ - {x: -0.31011978, y: 0.040570926, z: 0.39010218}
+ - {x: -0.25962925, y: 0.07821723, z: 0.42008895}
+ - {x: -0.25962925, y: 0.07821723, z: 0.42008895}
+ - {x: -0.31011978, y: 0.040570926, z: 0.39010218}
+ - {x: -0.26286554, y: 0, z: 0.4253254}
+ - {x: -0.35102323, y: 0.080311015, z: 0.34689024}
+ - {x: -0.39192152, y: 0.040543146, z: 0.307821}
+ - {x: -0.35564086, y: 0, z: 0.3514535}
+ - {x: -0.39192152, y: 0.040543146, z: 0.307821}
+ - {x: -0.4253254, y: 0, z: 0.26286554}
+ - {x: -0.39192152, y: -0.040543146, z: 0.307821}
+ - {x: -0.39192152, y: 0.040543146, z: 0.307821}
+ - {x: -0.39192152, y: -0.040543146, z: 0.307821}
+ - {x: -0.35564086, y: 0, z: 0.3514535}
+ - {x: -0.35564086, y: 0, z: 0.3514535}
+ - {x: -0.39192152, y: -0.040543146, z: 0.307821}
+ - {x: -0.35102323, y: -0.080311015, z: 0.34689024}
+ - {x: -0.35102323, y: 0.080311015, z: 0.34689024}
+ - {x: -0.35564086, y: 0, z: 0.3514535}
+ - {x: -0.31011978, y: 0.040570926, z: 0.39010218}
+ - {x: -0.35564086, y: 0, z: 0.3514535}
+ - {x: -0.35102323, y: -0.080311015, z: 0.34689024}
+ - {x: -0.31011978, y: -0.040570926, z: 0.39010218}
+ - {x: -0.35564086, y: 0, z: 0.3514535}
+ - {x: -0.31011978, y: -0.040570926, z: 0.39010218}
+ - {x: -0.31011978, y: 0.040570926, z: 0.39010218}
+ - {x: -0.31011978, y: 0.040570926, z: 0.39010218}
+ - {x: -0.31011978, y: -0.040570926, z: 0.39010218}
+ - {x: -0.26286554, y: 0, z: 0.4253254}
+ - {x: -0.26286554, y: 0, z: 0.4253254}
+ - {x: -0.31011978, y: -0.040570926, z: 0.39010218}
+ - {x: -0.25962925, y: -0.07821723, z: 0.42008895}
+ - {x: -0.31011978, y: -0.040570926, z: 0.39010218}
+ - {x: -0.35102323, y: -0.080311015, z: 0.34689024}
+ - {x: -0.30341256, y: -0.118543155, z: 0.37932616}
+ - {x: -0.31011978, y: -0.040570926, z: 0.39010218}
+ - {x: -0.30341256, y: -0.118543155, z: 0.37932616}
+ - {x: -0.25962925, y: -0.07821723, z: 0.42008895}
+ - {x: -0.25962925, y: -0.07821723, z: 0.42008895}
+ - {x: -0.30341256, y: -0.118543155, z: 0.37932616}
+ - {x: -0.25, y: -0.15450849, z: 0.4045085}
+ - {x: -0.25, y: 0.15450849, z: 0.4045085}
+ - {x: -0.25962925, y: 0.07821723, z: 0.42008895}
+ - {x: -0.19309369, y: 0.11933846, z: 0.44550326}
+ - {x: -0.25962925, y: 0.07821723, z: 0.42008895}
+ - {x: -0.26286554, y: 0, z: 0.4253254}
+ - {x: -0.19980352, y: 0.04116179, z: 0.45649123}
+ - {x: -0.25962925, y: 0.07821723, z: 0.42008895}
+ - {x: -0.19980352, y: 0.04116179, z: 0.45649123}
+ - {x: -0.19309369, y: 0.11933846, z: 0.44550326}
+ - {x: -0.19309369, y: 0.11933846, z: 0.44550326}
+ - {x: -0.19980352, y: 0.04116179, z: 0.45649123}
+ - {x: -0.13143279, y: 0.081229925, z: 0.47552827}
+ - {x: -0.26286554, y: 0, z: 0.4253254}
+ - {x: -0.25962925, y: -0.07821723, z: 0.42008895}
+ - {x: -0.19980352, y: -0.04116179, z: 0.45649123}
+ - {x: -0.25962925, y: -0.07821723, z: 0.42008895}
+ - {x: -0.25, y: -0.15450849, z: 0.4045085}
+ - {x: -0.19309369, y: -0.11933846, z: 0.44550326}
+ - {x: -0.25962925, y: -0.07821723, z: 0.42008895}
+ - {x: -0.19309369, y: -0.11933846, z: 0.44550326}
+ - {x: -0.19980352, y: -0.04116179, z: 0.45649123}
+ - {x: -0.19980352, y: -0.04116179, z: 0.45649123}
+ - {x: -0.19309369, y: -0.11933846, z: 0.44550326}
+ - {x: -0.13143279, y: -0.081229925, z: 0.47552827}
+ - {x: -0.26286554, y: 0, z: 0.4253254}
+ - {x: -0.19980352, y: -0.04116179, z: 0.45649123}
+ - {x: -0.19980352, y: 0.04116179, z: 0.45649123}
+ - {x: -0.19980352, y: -0.04116179, z: 0.45649123}
+ - {x: -0.13143279, y: -0.081229925, z: 0.47552827}
+ - {x: -0.13320236, y: 0, z: 0.4819306}
+ - {x: -0.19980352, y: -0.04116179, z: 0.45649123}
+ - {x: -0.13320236, y: 0, z: 0.4819306}
+ - {x: -0.19980352, y: 0.04116179, z: 0.45649123}
+ - {x: -0.19980352, y: 0.04116179, z: 0.45649123}
+ - {x: -0.13320236, y: 0, z: 0.4819306}
+ - {x: -0.13143279, y: 0.081229925, z: 0.47552827}
+ - {x: -0.13143279, y: 0.081229925, z: 0.47552827}
+ - {x: -0.13320236, y: 0, z: 0.4819306}
+ - {x: -0.06653556, y: 0.041121233, z: 0.49384418}
+ - {x: -0.13320236, y: 0, z: 0.4819306}
+ - {x: -0.13143279, y: -0.081229925, z: 0.47552827}
+ - {x: -0.06653556, y: -0.041121233, z: 0.49384418}
+ - {x: -0.13320236, y: 0, z: 0.4819306}
+ - {x: -0.06653556, y: -0.041121233, z: 0.49384418}
+ - {x: -0.06653556, y: 0.041121233, z: 0.49384418}
+ - {x: -0.06653556, y: 0.041121233, z: 0.49384418}
+ - {x: -0.06653556, y: -0.041121233, z: 0.49384418}
+ - {x: 0, y: 0, z: 0.5}
+ - {x: 0, y: 0, z: 0.5}
+ - {x: -0.06653556, y: -0.041121233, z: 0.49384418}
+ - {x: 0, y: -0.06897612, z: 0.49521944}
+ - {x: -0.06653556, y: -0.041121233, z: 0.49384418}
+ - {x: -0.13143279, y: -0.081229925, z: 0.47552827}
+ - {x: -0.066396244, y: -0.110058516, z: 0.48319632}
+ - {x: -0.06653556, y: -0.041121233, z: 0.49384418}
+ - {x: -0.066396244, y: -0.110058516, z: 0.48319632}
+ - {x: 0, y: -0.06897612, z: 0.49521944}
+ - {x: 0, y: -0.06897612, z: 0.49521944}
+ - {x: -0.066396244, y: -0.110058516, z: 0.48319632}
+ - {x: 0, y: -0.13663326, z: 0.4809692}
+ - {x: -0.13143279, y: -0.081229925, z: 0.47552827}
+ - {x: -0.19309369, y: -0.11933846, z: 0.44550326}
+ - {x: -0.13204138, y: -0.15062943, z: 0.45812207}
+ - {x: -0.19309369, y: -0.11933846, z: 0.44550326}
+ - {x: -0.25, y: -0.15450849, z: 0.4045085}
+ - {x: -0.19180687, y: -0.18751927, z: 0.42195573}
+ - {x: -0.19309369, y: -0.11933846, z: 0.44550326}
+ - {x: -0.19180687, y: -0.18751927, z: 0.42195573}
+ - {x: -0.13204138, y: -0.15062943, z: 0.45812207}
+ - {x: -0.13204138, y: -0.15062943, z: 0.45812207}
+ - {x: -0.19180687, y: -0.18751927, z: 0.42195573}
+ - {x: -0.12994596, y: -0.21694428, z: 0.43133423}
+ - {x: -0.13143279, y: -0.081229925, z: 0.47552827}
+ - {x: -0.13204138, y: -0.15062943, z: 0.45812207}
+ - {x: -0.066396244, y: -0.110058516, z: 0.48319632}
+ - {x: -0.13204138, y: -0.15062943, z: 0.45812207}
+ - {x: -0.12994596, y: -0.21694428, z: 0.43133423}
+ - {x: -0.06582769, y: -0.1791144, z: 0.4621523}
+ - {x: -0.13204138, y: -0.15062943, z: 0.45812207}
+ - {x: -0.06582769, y: -0.1791144, z: 0.4621523}
+ - {x: -0.066396244, y: -0.110058516, z: 0.48319632}
+ - {x: -0.066396244, y: -0.110058516, z: 0.48319632}
+ - {x: -0.06582769, y: -0.1791144, z: 0.4621523}
+ - {x: 0, y: -0.13663326, z: 0.4809692}
+ - {x: 0, y: -0.13663326, z: 0.4809692}
+ - {x: -0.06582769, y: -0.1791144, z: 0.4621523}
+ - {x: 0, y: -0.20167768, z: 0.4575217}
+ - {x: -0.06582769, y: -0.1791144, z: 0.4621523}
+ - {x: -0.12994596, y: -0.21694428, z: 0.43133423}
+ - {x: -0.065600194, y: -0.24222082, z: 0.43246466}
+ - {x: -0.06582769, y: -0.1791144, z: 0.4621523}
+ - {x: -0.065600194, y: -0.24222082, z: 0.43246466}
+ - {x: 0, y: -0.20167768, z: 0.4575217}
+ - {x: 0, y: -0.20167768, z: 0.4575217}
+ - {x: -0.065600194, y: -0.24222082, z: 0.43246466}
+ - {x: 0, y: -0.26286554, z: 0.4253254}
+ - {x: -0.4253254, y: 0, z: 0.26286554}
+ - {x: -0.4575217, y: 0, z: 0.20167768}
+ - {x: -0.43246466, y: -0.065600194, z: 0.24222082}
+ - {x: -0.4575217, y: 0, z: 0.20167768}
+ - {x: -0.4809692, y: 0, z: 0.13663326}
+ - {x: -0.4621523, y: -0.06582769, z: 0.1791144}
+ - {x: -0.4575217, y: 0, z: 0.20167768}
+ - {x: -0.4621523, y: -0.06582769, z: 0.1791144}
+ - {x: -0.43246466, y: -0.065600194, z: 0.24222082}
+ - {x: -0.43246466, y: -0.065600194, z: 0.24222082}
+ - {x: -0.4621523, y: -0.06582769, z: 0.1791144}
+ - {x: -0.43133423, y: -0.12994596, z: 0.21694428}
+ - {x: -0.4809692, y: 0, z: 0.13663326}
+ - {x: -0.49521944, y: 0, z: 0.06897612}
+ - {x: -0.48319632, y: -0.066396244, z: 0.110058516}
+ - {x: -0.49521944, y: 0, z: 0.06897612}
+ - {x: -0.5, y: 0, z: 0}
+ - {x: -0.49384418, y: -0.06653556, z: 0.041121233}
+ - {x: -0.49521944, y: 0, z: 0.06897612}
+ - {x: -0.49384418, y: -0.06653556, z: 0.041121233}
+ - {x: -0.48319632, y: -0.066396244, z: 0.110058516}
+ - {x: -0.48319632, y: -0.066396244, z: 0.110058516}
+ - {x: -0.49384418, y: -0.06653556, z: 0.041121233}
+ - {x: -0.47552827, y: -0.13143279, z: 0.081229925}
+ - {x: -0.4809692, y: 0, z: 0.13663326}
+ - {x: -0.48319632, y: -0.066396244, z: 0.110058516}
+ - {x: -0.4621523, y: -0.06582769, z: 0.1791144}
+ - {x: -0.48319632, y: -0.066396244, z: 0.110058516}
+ - {x: -0.47552827, y: -0.13143279, z: 0.081229925}
+ - {x: -0.45812207, y: -0.13204138, z: 0.15062943}
+ - {x: -0.48319632, y: -0.066396244, z: 0.110058516}
+ - {x: -0.45812207, y: -0.13204138, z: 0.15062943}
+ - {x: -0.4621523, y: -0.06582769, z: 0.1791144}
+ - {x: -0.4621523, y: -0.06582769, z: 0.1791144}
+ - {x: -0.45812207, y: -0.13204138, z: 0.15062943}
+ - {x: -0.43133423, y: -0.12994596, z: 0.21694428}
+ - {x: -0.43133423, y: -0.12994596, z: 0.21694428}
+ - {x: -0.45812207, y: -0.13204138, z: 0.15062943}
+ - {x: -0.42195573, y: -0.19180687, z: 0.18751927}
+ - {x: -0.45812207, y: -0.13204138, z: 0.15062943}
+ - {x: -0.47552827, y: -0.13143279, z: 0.081229925}
+ - {x: -0.44550326, y: -0.19309369, z: 0.11933846}
+ - {x: -0.45812207, y: -0.13204138, z: 0.15062943}
+ - {x: -0.44550326, y: -0.19309369, z: 0.11933846}
+ - {x: -0.42195573, y: -0.19180687, z: 0.18751927}
+ - {x: -0.42195573, y: -0.19180687, z: 0.18751927}
+ - {x: -0.44550326, y: -0.19309369, z: 0.11933846}
+ - {x: -0.4045085, y: -0.25, z: 0.15450849}
+ - {x: -0.5, y: 0, z: 0}
+ - {x: -0.49521944, y: 0, z: -0.06897612}
+ - {x: -0.49384418, y: -0.06653556, z: -0.041121233}
+ - {x: -0.49521944, y: 0, z: -0.06897612}
+ - {x: -0.4809692, y: 0, z: -0.13663326}
+ - {x: -0.48319632, y: -0.066396244, z: -0.110058516}
+ - {x: -0.49521944, y: 0, z: -0.06897612}
+ - {x: -0.48319632, y: -0.066396244, z: -0.110058516}
+ - {x: -0.49384418, y: -0.06653556, z: -0.041121233}
+ - {x: -0.49384418, y: -0.06653556, z: -0.041121233}
+ - {x: -0.48319632, y: -0.066396244, z: -0.110058516}
+ - {x: -0.47552827, y: -0.13143279, z: -0.081229925}
+ - {x: -0.4809692, y: 0, z: -0.13663326}
+ - {x: -0.4575217, y: 0, z: -0.20167768}
+ - {x: -0.4621523, y: -0.06582769, z: -0.1791144}
+ - {x: -0.4575217, y: 0, z: -0.20167768}
+ - {x: -0.4253254, y: 0, z: -0.26286554}
+ - {x: -0.43246466, y: -0.065600194, z: -0.24222082}
+ - {x: -0.4575217, y: 0, z: -0.20167768}
+ - {x: -0.43246466, y: -0.065600194, z: -0.24222082}
+ - {x: -0.4621523, y: -0.06582769, z: -0.1791144}
+ - {x: -0.4621523, y: -0.06582769, z: -0.1791144}
+ - {x: -0.43246466, y: -0.065600194, z: -0.24222082}
+ - {x: -0.43133423, y: -0.12994596, z: -0.21694428}
+ - {x: -0.4809692, y: 0, z: -0.13663326}
+ - {x: -0.4621523, y: -0.06582769, z: -0.1791144}
+ - {x: -0.48319632, y: -0.066396244, z: -0.110058516}
+ - {x: -0.4621523, y: -0.06582769, z: -0.1791144}
+ - {x: -0.43133423, y: -0.12994596, z: -0.21694428}
+ - {x: -0.45812207, y: -0.13204138, z: -0.15062943}
+ - {x: -0.4621523, y: -0.06582769, z: -0.1791144}
+ - {x: -0.45812207, y: -0.13204138, z: -0.15062943}
+ - {x: -0.48319632, y: -0.066396244, z: -0.110058516}
+ - {x: -0.48319632, y: -0.066396244, z: -0.110058516}
+ - {x: -0.45812207, y: -0.13204138, z: -0.15062943}
+ - {x: -0.47552827, y: -0.13143279, z: -0.081229925}
+ - {x: -0.47552827, y: -0.13143279, z: -0.081229925}
+ - {x: -0.45812207, y: -0.13204138, z: -0.15062943}
+ - {x: -0.44550326, y: -0.19309369, z: -0.11933846}
+ - {x: -0.45812207, y: -0.13204138, z: -0.15062943}
+ - {x: -0.43133423, y: -0.12994596, z: -0.21694428}
+ - {x: -0.42195573, y: -0.19180687, z: -0.18751927}
+ - {x: -0.45812207, y: -0.13204138, z: -0.15062943}
+ - {x: -0.42195573, y: -0.19180687, z: -0.18751927}
+ - {x: -0.44550326, y: -0.19309369, z: -0.11933846}
+ - {x: -0.44550326, y: -0.19309369, z: -0.11933846}
+ - {x: -0.42195573, y: -0.19180687, z: -0.18751927}
+ - {x: -0.4045085, y: -0.25, z: -0.15450849}
+ - {x: -0.5, y: 0, z: 0}
+ - {x: -0.49384418, y: -0.06653556, z: -0.041121233}
+ - {x: -0.49384418, y: -0.06653556, z: 0.041121233}
+ - {x: -0.49384418, y: -0.06653556, z: -0.041121233}
+ - {x: -0.47552827, y: -0.13143279, z: -0.081229925}
+ - {x: -0.4819306, y: -0.13320236, z: 0}
+ - {x: -0.49384418, y: -0.06653556, z: -0.041121233}
+ - {x: -0.4819306, y: -0.13320236, z: 0}
+ - {x: -0.49384418, y: -0.06653556, z: 0.041121233}
+ - {x: -0.49384418, y: -0.06653556, z: 0.041121233}
+ - {x: -0.4819306, y: -0.13320236, z: 0}
+ - {x: -0.47552827, y: -0.13143279, z: 0.081229925}
+ - {x: -0.47552827, y: -0.13143279, z: -0.081229925}
+ - {x: -0.44550326, y: -0.19309369, z: -0.11933846}
+ - {x: -0.45649123, y: -0.19980352, z: -0.04116179}
+ - {x: -0.44550326, y: -0.19309369, z: -0.11933846}
+ - {x: -0.4045085, y: -0.25, z: -0.15450849}
+ - {x: -0.42008895, y: -0.25962925, z: -0.07821723}
+ - {x: -0.44550326, y: -0.19309369, z: -0.11933846}
+ - {x: -0.42008895, y: -0.25962925, z: -0.07821723}
+ - {x: -0.45649123, y: -0.19980352, z: -0.04116179}
+ - {x: -0.45649123, y: -0.19980352, z: -0.04116179}
+ - {x: -0.42008895, y: -0.25962925, z: -0.07821723}
+ - {x: -0.4253254, y: -0.26286554, z: 0}
+ - {x: -0.47552827, y: -0.13143279, z: -0.081229925}
+ - {x: -0.45649123, y: -0.19980352, z: -0.04116179}
+ - {x: -0.4819306, y: -0.13320236, z: 0}
+ - {x: -0.45649123, y: -0.19980352, z: -0.04116179}
+ - {x: -0.4253254, y: -0.26286554, z: 0}
+ - {x: -0.45649123, y: -0.19980352, z: 0.04116179}
+ - {x: -0.45649123, y: -0.19980352, z: -0.04116179}
+ - {x: -0.45649123, y: -0.19980352, z: 0.04116179}
+ - {x: -0.4819306, y: -0.13320236, z: 0}
+ - {x: -0.4819306, y: -0.13320236, z: 0}
+ - {x: -0.45649123, y: -0.19980352, z: 0.04116179}
+ - {x: -0.47552827, y: -0.13143279, z: 0.081229925}
+ - {x: -0.47552827, y: -0.13143279, z: 0.081229925}
+ - {x: -0.45649123, y: -0.19980352, z: 0.04116179}
+ - {x: -0.44550326, y: -0.19309369, z: 0.11933846}
+ - {x: -0.45649123, y: -0.19980352, z: 0.04116179}
+ - {x: -0.4253254, y: -0.26286554, z: 0}
+ - {x: -0.42008895, y: -0.25962925, z: 0.07821723}
+ - {x: -0.45649123, y: -0.19980352, z: 0.04116179}
+ - {x: -0.42008895, y: -0.25962925, z: 0.07821723}
+ - {x: -0.44550326, y: -0.19309369, z: 0.11933846}
+ - {x: -0.44550326, y: -0.19309369, z: 0.11933846}
+ - {x: -0.42008895, y: -0.25962925, z: 0.07821723}
+ - {x: -0.4045085, y: -0.25, z: 0.15450849}
+ - {x: -0.4045085, y: -0.25, z: 0.15450849}
+ - {x: -0.42008895, y: -0.25962925, z: 0.07821723}
+ - {x: -0.37932616, y: -0.30341256, z: 0.118543155}
+ - {x: -0.42008895, y: -0.25962925, z: 0.07821723}
+ - {x: -0.4253254, y: -0.26286554, z: 0}
+ - {x: -0.39010218, y: -0.31011978, z: 0.040570926}
+ - {x: -0.42008895, y: -0.25962925, z: 0.07821723}
+ - {x: -0.39010218, y: -0.31011978, z: 0.040570926}
+ - {x: -0.37932616, y: -0.30341256, z: 0.118543155}
+ - {x: -0.37932616, y: -0.30341256, z: 0.118543155}
+ - {x: -0.39010218, y: -0.31011978, z: 0.040570926}
+ - {x: -0.34689024, y: -0.35102323, z: 0.080311015}
+ - {x: -0.4253254, y: -0.26286554, z: 0}
+ - {x: -0.42008895, y: -0.25962925, z: -0.07821723}
+ - {x: -0.39010218, y: -0.31011978, z: -0.040570926}
+ - {x: -0.42008895, y: -0.25962925, z: -0.07821723}
+ - {x: -0.4045085, y: -0.25, z: -0.15450849}
+ - {x: -0.37932616, y: -0.30341256, z: -0.118543155}
+ - {x: -0.42008895, y: -0.25962925, z: -0.07821723}
+ - {x: -0.37932616, y: -0.30341256, z: -0.118543155}
+ - {x: -0.39010218, y: -0.31011978, z: -0.040570926}
+ - {x: -0.39010218, y: -0.31011978, z: -0.040570926}
+ - {x: -0.37932616, y: -0.30341256, z: -0.118543155}
+ - {x: -0.34689024, y: -0.35102323, z: -0.080311015}
+ - {x: -0.4253254, y: -0.26286554, z: 0}
+ - {x: -0.39010218, y: -0.31011978, z: -0.040570926}
+ - {x: -0.39010218, y: -0.31011978, z: 0.040570926}
+ - {x: -0.39010218, y: -0.31011978, z: -0.040570926}
+ - {x: -0.34689024, y: -0.35102323, z: -0.080311015}
+ - {x: -0.3514535, y: -0.35564086, z: 0}
+ - {x: -0.39010218, y: -0.31011978, z: -0.040570926}
+ - {x: -0.3514535, y: -0.35564086, z: 0}
+ - {x: -0.39010218, y: -0.31011978, z: 0.040570926}
+ - {x: -0.39010218, y: -0.31011978, z: 0.040570926}
+ - {x: -0.3514535, y: -0.35564086, z: 0}
+ - {x: -0.34689024, y: -0.35102323, z: 0.080311015}
+ - {x: -0.34689024, y: -0.35102323, z: 0.080311015}
+ - {x: -0.3514535, y: -0.35564086, z: 0}
+ - {x: -0.307821, y: -0.39192152, z: 0.040543146}
+ - {x: -0.3514535, y: -0.35564086, z: 0}
+ - {x: -0.34689024, y: -0.35102323, z: -0.080311015}
+ - {x: -0.307821, y: -0.39192152, z: -0.040543146}
+ - {x: -0.3514535, y: -0.35564086, z: 0}
+ - {x: -0.307821, y: -0.39192152, z: -0.040543146}
+ - {x: -0.307821, y: -0.39192152, z: 0.040543146}
+ - {x: -0.307821, y: -0.39192152, z: 0.040543146}
+ - {x: -0.307821, y: -0.39192152, z: -0.040543146}
+ - {x: -0.26286554, y: -0.4253254, z: 0}
+ - {x: -0.4253254, y: 0, z: -0.26286554}
+ - {x: -0.39192152, y: 0.040543146, z: -0.307821}
+ - {x: -0.39192152, y: -0.040543146, z: -0.307821}
+ - {x: -0.39192152, y: 0.040543146, z: -0.307821}
+ - {x: -0.35102323, y: 0.080311015, z: -0.34689024}
+ - {x: -0.35564086, y: 0, z: -0.3514535}
+ - {x: -0.39192152, y: 0.040543146, z: -0.307821}
+ - {x: -0.35564086, y: 0, z: -0.3514535}
+ - {x: -0.39192152, y: -0.040543146, z: -0.307821}
+ - {x: -0.39192152, y: -0.040543146, z: -0.307821}
+ - {x: -0.35564086, y: 0, z: -0.3514535}
+ - {x: -0.35102323, y: -0.080311015, z: -0.34689024}
+ - {x: -0.35102323, y: 0.080311015, z: -0.34689024}
+ - {x: -0.30341256, y: 0.118543155, z: -0.37932616}
+ - {x: -0.31011978, y: 0.040570926, z: -0.39010218}
+ - {x: -0.30341256, y: 0.118543155, z: -0.37932616}
+ - {x: -0.25, y: 0.15450849, z: -0.4045085}
+ - {x: -0.25962925, y: 0.07821723, z: -0.42008895}
+ - {x: -0.30341256, y: 0.118543155, z: -0.37932616}
+ - {x: -0.25962925, y: 0.07821723, z: -0.42008895}
+ - {x: -0.31011978, y: 0.040570926, z: -0.39010218}
+ - {x: -0.31011978, y: 0.040570926, z: -0.39010218}
+ - {x: -0.25962925, y: 0.07821723, z: -0.42008895}
+ - {x: -0.26286554, y: 0, z: -0.4253254}
+ - {x: -0.35102323, y: 0.080311015, z: -0.34689024}
+ - {x: -0.31011978, y: 0.040570926, z: -0.39010218}
+ - {x: -0.35564086, y: 0, z: -0.3514535}
+ - {x: -0.31011978, y: 0.040570926, z: -0.39010218}
+ - {x: -0.26286554, y: 0, z: -0.4253254}
+ - {x: -0.31011978, y: -0.040570926, z: -0.39010218}
+ - {x: -0.31011978, y: 0.040570926, z: -0.39010218}
+ - {x: -0.31011978, y: -0.040570926, z: -0.39010218}
+ - {x: -0.35564086, y: 0, z: -0.3514535}
+ - {x: -0.35564086, y: 0, z: -0.3514535}
+ - {x: -0.31011978, y: -0.040570926, z: -0.39010218}
+ - {x: -0.35102323, y: -0.080311015, z: -0.34689024}
+ - {x: -0.35102323, y: -0.080311015, z: -0.34689024}
+ - {x: -0.31011978, y: -0.040570926, z: -0.39010218}
+ - {x: -0.30341256, y: -0.118543155, z: -0.37932616}
+ - {x: -0.31011978, y: -0.040570926, z: -0.39010218}
+ - {x: -0.26286554, y: 0, z: -0.4253254}
+ - {x: -0.25962925, y: -0.07821723, z: -0.42008895}
+ - {x: -0.31011978, y: -0.040570926, z: -0.39010218}
+ - {x: -0.25962925, y: -0.07821723, z: -0.42008895}
+ - {x: -0.30341256, y: -0.118543155, z: -0.37932616}
+ - {x: -0.30341256, y: -0.118543155, z: -0.37932616}
+ - {x: -0.25962925, y: -0.07821723, z: -0.42008895}
+ - {x: -0.25, y: -0.15450849, z: -0.4045085}
+ - {x: -0.25, y: 0.15450849, z: -0.4045085}
+ - {x: -0.19180687, y: 0.18751927, z: -0.42195573}
+ - {x: -0.19309369, y: 0.11933846, z: -0.44550326}
+ - {x: -0.19180687, y: 0.18751927, z: -0.42195573}
+ - {x: -0.12994596, y: 0.21694428, z: -0.43133423}
+ - {x: -0.13204138, y: 0.15062943, z: -0.45812207}
+ - {x: -0.19180687, y: 0.18751927, z: -0.42195573}
+ - {x: -0.13204138, y: 0.15062943, z: -0.45812207}
+ - {x: -0.19309369, y: 0.11933846, z: -0.44550326}
+ - {x: -0.19309369, y: 0.11933846, z: -0.44550326}
+ - {x: -0.13204138, y: 0.15062943, z: -0.45812207}
+ - {x: -0.13143279, y: 0.081229925, z: -0.47552827}
+ - {x: -0.12994596, y: 0.21694428, z: -0.43133423}
+ - {x: -0.065600194, y: 0.24222082, z: -0.43246466}
+ - {x: -0.06582769, y: 0.1791144, z: -0.4621523}
+ - {x: -0.065600194, y: 0.24222082, z: -0.43246466}
+ - {x: 0, y: 0.26286554, z: -0.4253254}
+ - {x: 0, y: 0.20167768, z: -0.4575217}
+ - {x: -0.065600194, y: 0.24222082, z: -0.43246466}
+ - {x: 0, y: 0.20167768, z: -0.4575217}
+ - {x: -0.06582769, y: 0.1791144, z: -0.4621523}
+ - {x: -0.06582769, y: 0.1791144, z: -0.4621523}
+ - {x: 0, y: 0.20167768, z: -0.4575217}
+ - {x: 0, y: 0.13663326, z: -0.4809692}
+ - {x: -0.12994596, y: 0.21694428, z: -0.43133423}
+ - {x: -0.06582769, y: 0.1791144, z: -0.4621523}
+ - {x: -0.13204138, y: 0.15062943, z: -0.45812207}
+ - {x: -0.06582769, y: 0.1791144, z: -0.4621523}
+ - {x: 0, y: 0.13663326, z: -0.4809692}
+ - {x: -0.066396244, y: 0.110058516, z: -0.48319632}
+ - {x: -0.06582769, y: 0.1791144, z: -0.4621523}
+ - {x: -0.066396244, y: 0.110058516, z: -0.48319632}
+ - {x: -0.13204138, y: 0.15062943, z: -0.45812207}
+ - {x: -0.13204138, y: 0.15062943, z: -0.45812207}
+ - {x: -0.066396244, y: 0.110058516, z: -0.48319632}
+ - {x: -0.13143279, y: 0.081229925, z: -0.47552827}
+ - {x: -0.13143279, y: 0.081229925, z: -0.47552827}
+ - {x: -0.066396244, y: 0.110058516, z: -0.48319632}
+ - {x: -0.06653556, y: 0.041121233, z: -0.49384418}
+ - {x: -0.066396244, y: 0.110058516, z: -0.48319632}
+ - {x: 0, y: 0.13663326, z: -0.4809692}
+ - {x: 0, y: 0.06897612, z: -0.49521944}
+ - {x: -0.066396244, y: 0.110058516, z: -0.48319632}
+ - {x: 0, y: 0.06897612, z: -0.49521944}
+ - {x: -0.06653556, y: 0.041121233, z: -0.49384418}
+ - {x: -0.06653556, y: 0.041121233, z: -0.49384418}
+ - {x: 0, y: 0.06897612, z: -0.49521944}
+ - {x: 0, y: 0, z: -0.5}
+ - {x: -0.25, y: 0.15450849, z: -0.4045085}
+ - {x: -0.19309369, y: 0.11933846, z: -0.44550326}
+ - {x: -0.25962925, y: 0.07821723, z: -0.42008895}
+ - {x: -0.19309369, y: 0.11933846, z: -0.44550326}
+ - {x: -0.13143279, y: 0.081229925, z: -0.47552827}
+ - {x: -0.19980352, y: 0.04116179, z: -0.45649123}
+ - {x: -0.19309369, y: 0.11933846, z: -0.44550326}
+ - {x: -0.19980352, y: 0.04116179, z: -0.45649123}
+ - {x: -0.25962925, y: 0.07821723, z: -0.42008895}
+ - {x: -0.25962925, y: 0.07821723, z: -0.42008895}
+ - {x: -0.19980352, y: 0.04116179, z: -0.45649123}
+ - {x: -0.26286554, y: 0, z: -0.4253254}
+ - {x: -0.13143279, y: 0.081229925, z: -0.47552827}
+ - {x: -0.06653556, y: 0.041121233, z: -0.49384418}
+ - {x: -0.13320236, y: 0, z: -0.4819306}
+ - {x: -0.06653556, y: 0.041121233, z: -0.49384418}
+ - {x: 0, y: 0, z: -0.5}
+ - {x: -0.06653556, y: -0.041121233, z: -0.49384418}
+ - {x: -0.06653556, y: 0.041121233, z: -0.49384418}
+ - {x: -0.06653556, y: -0.041121233, z: -0.49384418}
+ - {x: -0.13320236, y: 0, z: -0.4819306}
+ - {x: -0.13320236, y: 0, z: -0.4819306}
+ - {x: -0.06653556, y: -0.041121233, z: -0.49384418}
+ - {x: -0.13143279, y: -0.081229925, z: -0.47552827}
+ - {x: -0.13143279, y: 0.081229925, z: -0.47552827}
+ - {x: -0.13320236, y: 0, z: -0.4819306}
+ - {x: -0.19980352, y: 0.04116179, z: -0.45649123}
+ - {x: -0.13320236, y: 0, z: -0.4819306}
+ - {x: -0.13143279, y: -0.081229925, z: -0.47552827}
+ - {x: -0.19980352, y: -0.04116179, z: -0.45649123}
+ - {x: -0.13320236, y: 0, z: -0.4819306}
+ - {x: -0.19980352, y: -0.04116179, z: -0.45649123}
+ - {x: -0.19980352, y: 0.04116179, z: -0.45649123}
+ - {x: -0.19980352, y: 0.04116179, z: -0.45649123}
+ - {x: -0.19980352, y: -0.04116179, z: -0.45649123}
+ - {x: -0.26286554, y: 0, z: -0.4253254}
+ - {x: -0.26286554, y: 0, z: -0.4253254}
+ - {x: -0.19980352, y: -0.04116179, z: -0.45649123}
+ - {x: -0.25962925, y: -0.07821723, z: -0.42008895}
+ - {x: -0.19980352, y: -0.04116179, z: -0.45649123}
+ - {x: -0.13143279, y: -0.081229925, z: -0.47552827}
+ - {x: -0.19309369, y: -0.11933846, z: -0.44550326}
+ - {x: -0.19980352, y: -0.04116179, z: -0.45649123}
+ - {x: -0.19309369, y: -0.11933846, z: -0.44550326}
+ - {x: -0.25962925, y: -0.07821723, z: -0.42008895}
+ - {x: -0.25962925, y: -0.07821723, z: -0.42008895}
+ - {x: -0.19309369, y: -0.11933846, z: -0.44550326}
+ - {x: -0.25, y: -0.15450849, z: -0.4045085}
+ - {x: -0.25, y: -0.15450849, z: -0.4045085}
+ - {x: -0.19309369, y: -0.11933846, z: -0.44550326}
+ - {x: -0.19180687, y: -0.18751927, z: -0.42195573}
+ - {x: -0.19309369, y: -0.11933846, z: -0.44550326}
+ - {x: -0.13143279, y: -0.081229925, z: -0.47552827}
+ - {x: -0.13204138, y: -0.15062943, z: -0.45812207}
+ - {x: -0.19309369, y: -0.11933846, z: -0.44550326}
+ - {x: -0.13204138, y: -0.15062943, z: -0.45812207}
+ - {x: -0.19180687, y: -0.18751927, z: -0.42195573}
+ - {x: -0.19180687, y: -0.18751927, z: -0.42195573}
+ - {x: -0.13204138, y: -0.15062943, z: -0.45812207}
+ - {x: -0.12994596, y: -0.21694428, z: -0.43133423}
+ - {x: -0.13143279, y: -0.081229925, z: -0.47552827}
+ - {x: -0.06653556, y: -0.041121233, z: -0.49384418}
+ - {x: -0.066396244, y: -0.110058516, z: -0.48319632}
+ - {x: -0.06653556, y: -0.041121233, z: -0.49384418}
+ - {x: 0, y: 0, z: -0.5}
+ - {x: 0, y: -0.06897612, z: -0.49521944}
+ - {x: -0.06653556, y: -0.041121233, z: -0.49384418}
+ - {x: 0, y: -0.06897612, z: -0.49521944}
+ - {x: -0.066396244, y: -0.110058516, z: -0.48319632}
+ - {x: -0.066396244, y: -0.110058516, z: -0.48319632}
+ - {x: 0, y: -0.06897612, z: -0.49521944}
+ - {x: 0, y: -0.13663326, z: -0.4809692}
+ - {x: -0.13143279, y: -0.081229925, z: -0.47552827}
+ - {x: -0.066396244, y: -0.110058516, z: -0.48319632}
+ - {x: -0.13204138, y: -0.15062943, z: -0.45812207}
+ - {x: -0.066396244, y: -0.110058516, z: -0.48319632}
+ - {x: 0, y: -0.13663326, z: -0.4809692}
+ - {x: -0.06582769, y: -0.1791144, z: -0.4621523}
+ - {x: -0.066396244, y: -0.110058516, z: -0.48319632}
+ - {x: -0.06582769, y: -0.1791144, z: -0.4621523}
+ - {x: -0.13204138, y: -0.15062943, z: -0.45812207}
+ - {x: -0.13204138, y: -0.15062943, z: -0.45812207}
+ - {x: -0.06582769, y: -0.1791144, z: -0.4621523}
+ - {x: -0.12994596, y: -0.21694428, z: -0.43133423}
+ - {x: -0.12994596, y: -0.21694428, z: -0.43133423}
+ - {x: -0.06582769, y: -0.1791144, z: -0.4621523}
+ - {x: -0.065600194, y: -0.24222082, z: -0.43246466}
+ - {x: -0.06582769, y: -0.1791144, z: -0.4621523}
+ - {x: 0, y: -0.13663326, z: -0.4809692}
+ - {x: 0, y: -0.20167768, z: -0.4575217}
+ - {x: -0.06582769, y: -0.1791144, z: -0.4621523}
+ - {x: 0, y: -0.20167768, z: -0.4575217}
+ - {x: -0.065600194, y: -0.24222082, z: -0.43246466}
+ - {x: -0.065600194, y: -0.24222082, z: -0.43246466}
+ - {x: 0, y: -0.20167768, z: -0.4575217}
+ - {x: 0, y: -0.26286554, z: -0.4253254}
+ - {x: 0, y: 0.26286554, z: -0.4253254}
+ - {x: 0.040543146, y: 0.307821, z: -0.39192152}
+ - {x: 0.065600194, y: 0.24222082, z: -0.43246466}
+ - {x: 0.040543146, y: 0.307821, z: -0.39192152}
+ - {x: 0.080311015, y: 0.34689024, z: -0.35102323}
+ - {x: 0.10651143, y: 0.28562585, z: -0.3963246}
+ - {x: 0.040543146, y: 0.307821, z: -0.39192152}
+ - {x: 0.10651143, y: 0.28562585, z: -0.3963246}
+ - {x: 0.065600194, y: 0.24222082, z: -0.43246466}
+ - {x: 0.065600194, y: 0.24222082, z: -0.43246466}
+ - {x: 0.10651143, y: 0.28562585, z: -0.3963246}
+ - {x: 0.12994596, y: 0.21694428, z: -0.43133423}
+ - {x: 0.080311015, y: 0.34689024, z: -0.35102323}
+ - {x: 0.118543155, y: 0.37932616, z: -0.30341256}
+ - {x: 0.14800228, y: 0.32370597, z: -0.35115492}
+ - {x: 0.118543155, y: 0.37932616, z: -0.30341256}
+ - {x: 0.15450849, y: 0.4045085, z: -0.25}
+ - {x: 0.185874, y: 0.35355338, z: -0.30075046}
+ - {x: 0.118543155, y: 0.37932616, z: -0.30341256}
+ - {x: 0.185874, y: 0.35355338, z: -0.30075046}
+ - {x: 0.14800228, y: 0.32370597, z: -0.35115492}
+ - {x: 0.14800228, y: 0.32370597, z: -0.35115492}
+ - {x: 0.185874, y: 0.35355338, z: -0.30075046}
+ - {x: 0.2126627, y: 0.29389265, z: -0.34409547}
+ - {x: 0.080311015, y: 0.34689024, z: -0.35102323}
+ - {x: 0.14800228, y: 0.32370597, z: -0.35115492}
+ - {x: 0.10651143, y: 0.28562585, z: -0.3963246}
+ - {x: 0.14800228, y: 0.32370597, z: -0.35115492}
+ - {x: 0.2126627, y: 0.29389265, z: -0.34409547}
+ - {x: 0.1730765, y: 0.2580608, z: -0.39172584}
+ - {x: 0.14800228, y: 0.32370597, z: -0.35115492}
+ - {x: 0.1730765, y: 0.2580608, z: -0.39172584}
+ - {x: 0.10651143, y: 0.28562585, z: -0.3963246}
+ - {x: 0.10651143, y: 0.28562585, z: -0.3963246}
+ - {x: 0.1730765, y: 0.2580608, z: -0.39172584}
+ - {x: 0.12994596, y: 0.21694428, z: -0.43133423}
+ - {x: 0.12994596, y: 0.21694428, z: -0.43133423}
+ - {x: 0.1730765, y: 0.2580608, z: -0.39172584}
+ - {x: 0.19180687, y: 0.18751927, z: -0.42195573}
+ - {x: 0.1730765, y: 0.2580608, z: -0.39172584}
+ - {x: 0.2126627, y: 0.29389265, z: -0.34409547}
+ - {x: 0.23421493, y: 0.22699527, z: -0.3789677}
+ - {x: 0.1730765, y: 0.2580608, z: -0.39172584}
+ - {x: 0.23421493, y: 0.22699527, z: -0.3789677}
+ - {x: 0.19180687, y: 0.18751927, z: -0.42195573}
+ - {x: 0.19180687, y: 0.18751927, z: -0.42195573}
+ - {x: 0.23421493, y: 0.22699527, z: -0.3789677}
+ - {x: 0.25, y: 0.15450849, z: -0.4045085}
+ - {x: 0.15450849, y: 0.4045085, z: -0.25}
+ - {x: 0.18751927, y: 0.42195573, z: -0.19180687}
+ - {x: 0.22699527, y: 0.3789677, z: -0.23421493}
+ - {x: 0.18751927, y: 0.42195573, z: -0.19180687}
+ - {x: 0.21694428, y: 0.43133423, z: -0.12994596}
+ - {x: 0.2580608, y: 0.39172584, z: -0.1730765}
+ - {x: 0.18751927, y: 0.42195573, z: -0.19180687}
+ - {x: 0.2580608, y: 0.39172584, z: -0.1730765}
+ - {x: 0.22699527, y: 0.3789677, z: -0.23421493}
+ - {x: 0.22699527, y: 0.3789677, z: -0.23421493}
+ - {x: 0.2580608, y: 0.39172584, z: -0.1730765}
+ - {x: 0.29389265, y: 0.34409547, z: -0.2126627}
+ - {x: 0.21694428, y: 0.43133423, z: -0.12994596}
+ - {x: 0.24222082, y: 0.43246466, z: -0.065600194}
+ - {x: 0.28562585, y: 0.3963246, z: -0.10651143}
+ - {x: 0.24222082, y: 0.43246466, z: -0.065600194}
+ - {x: 0.26286554, y: 0.4253254, z: 0}
+ - {x: 0.307821, y: 0.39192152, z: -0.040543146}
+ - {x: 0.24222082, y: 0.43246466, z: -0.065600194}
+ - {x: 0.307821, y: 0.39192152, z: -0.040543146}
+ - {x: 0.28562585, y: 0.3963246, z: -0.10651143}
+ - {x: 0.28562585, y: 0.3963246, z: -0.10651143}
+ - {x: 0.307821, y: 0.39192152, z: -0.040543146}
+ - {x: 0.34689024, y: 0.35102323, z: -0.080311015}
+ - {x: 0.21694428, y: 0.43133423, z: -0.12994596}
+ - {x: 0.28562585, y: 0.3963246, z: -0.10651143}
+ - {x: 0.2580608, y: 0.39172584, z: -0.1730765}
+ - {x: 0.28562585, y: 0.3963246, z: -0.10651143}
+ - {x: 0.34689024, y: 0.35102323, z: -0.080311015}
+ - {x: 0.32370597, y: 0.35115492, z: -0.14800228}
+ - {x: 0.28562585, y: 0.3963246, z: -0.10651143}
+ - {x: 0.32370597, y: 0.35115492, z: -0.14800228}
+ - {x: 0.2580608, y: 0.39172584, z: -0.1730765}
+ - {x: 0.2580608, y: 0.39172584, z: -0.1730765}
+ - {x: 0.32370597, y: 0.35115492, z: -0.14800228}
+ - {x: 0.29389265, y: 0.34409547, z: -0.2126627}
+ - {x: 0.29389265, y: 0.34409547, z: -0.2126627}
+ - {x: 0.32370597, y: 0.35115492, z: -0.14800228}
+ - {x: 0.35355338, y: 0.30075046, z: -0.185874}
+ - {x: 0.32370597, y: 0.35115492, z: -0.14800228}
+ - {x: 0.34689024, y: 0.35102323, z: -0.080311015}
+ - {x: 0.37932616, y: 0.30341256, z: -0.118543155}
+ - {x: 0.32370597, y: 0.35115492, z: -0.14800228}
+ - {x: 0.37932616, y: 0.30341256, z: -0.118543155}
+ - {x: 0.35355338, y: 0.30075046, z: -0.185874}
+ - {x: 0.35355338, y: 0.30075046, z: -0.185874}
+ - {x: 0.37932616, y: 0.30341256, z: -0.118543155}
+ - {x: 0.4045085, y: 0.25, z: -0.15450849}
+ - {x: 0.15450849, y: 0.4045085, z: -0.25}
+ - {x: 0.22699527, y: 0.3789677, z: -0.23421493}
+ - {x: 0.185874, y: 0.35355338, z: -0.30075046}
+ - {x: 0.22699527, y: 0.3789677, z: -0.23421493}
+ - {x: 0.29389265, y: 0.34409547, z: -0.2126627}
+ - {x: 0.25668773, y: 0.3232889, z: -0.2821271}
+ - {x: 0.22699527, y: 0.3789677, z: -0.23421493}
+ - {x: 0.25668773, y: 0.3232889, z: -0.2821271}
+ - {x: 0.185874, y: 0.35355338, z: -0.30075046}
+ - {x: 0.185874, y: 0.35355338, z: -0.30075046}
+ - {x: 0.25668773, y: 0.3232889, z: -0.2821271}
+ - {x: 0.2126627, y: 0.29389265, z: -0.34409547}
+ - {x: 0.29389265, y: 0.34409547, z: -0.2126627}
+ - {x: 0.35355338, y: 0.30075046, z: -0.185874}
+ - {x: 0.3232889, y: 0.2821271, z: -0.25668773}
+ - {x: 0.35355338, y: 0.30075046, z: -0.185874}
+ - {x: 0.4045085, y: 0.25, z: -0.15450849}
+ - {x: 0.3789677, y: 0.23421493, z: -0.22699527}
+ - {x: 0.35355338, y: 0.30075046, z: -0.185874}
+ - {x: 0.3789677, y: 0.23421493, z: -0.22699527}
+ - {x: 0.3232889, y: 0.2821271, z: -0.25668773}
+ - {x: 0.3232889, y: 0.2821271, z: -0.25668773}
+ - {x: 0.3789677, y: 0.23421493, z: -0.22699527}
+ - {x: 0.34409547, y: 0.2126627, z: -0.29389265}
+ - {x: 0.29389265, y: 0.34409547, z: -0.2126627}
+ - {x: 0.3232889, y: 0.2821271, z: -0.25668773}
+ - {x: 0.25668773, y: 0.3232889, z: -0.2821271}
+ - {x: 0.3232889, y: 0.2821271, z: -0.25668773}
+ - {x: 0.34409547, y: 0.2126627, z: -0.29389265}
+ - {x: 0.2821271, y: 0.25668773, z: -0.3232889}
+ - {x: 0.3232889, y: 0.2821271, z: -0.25668773}
+ - {x: 0.2821271, y: 0.25668773, z: -0.3232889}
+ - {x: 0.25668773, y: 0.3232889, z: -0.2821271}
+ - {x: 0.25668773, y: 0.3232889, z: -0.2821271}
+ - {x: 0.2821271, y: 0.25668773, z: -0.3232889}
+ - {x: 0.2126627, y: 0.29389265, z: -0.34409547}
+ - {x: 0.2126627, y: 0.29389265, z: -0.34409547}
+ - {x: 0.2821271, y: 0.25668773, z: -0.3232889}
+ - {x: 0.23421493, y: 0.22699527, z: -0.3789677}
+ - {x: 0.2821271, y: 0.25668773, z: -0.3232889}
+ - {x: 0.34409547, y: 0.2126627, z: -0.29389265}
+ - {x: 0.30075046, y: 0.185874, z: -0.35355338}
+ - {x: 0.2821271, y: 0.25668773, z: -0.3232889}
+ - {x: 0.30075046, y: 0.185874, z: -0.35355338}
+ - {x: 0.23421493, y: 0.22699527, z: -0.3789677}
+ - {x: 0.23421493, y: 0.22699527, z: -0.3789677}
+ - {x: 0.30075046, y: 0.185874, z: -0.35355338}
+ - {x: 0.25, y: 0.15450849, z: -0.4045085}
+ - {x: 0.25, y: 0.15450849, z: -0.4045085}
+ - {x: 0.30075046, y: 0.185874, z: -0.35355338}
+ - {x: 0.30341256, y: 0.118543155, z: -0.37932616}
+ - {x: 0.30075046, y: 0.185874, z: -0.35355338}
+ - {x: 0.34409547, y: 0.2126627, z: -0.29389265}
+ - {x: 0.35115492, y: 0.14800228, z: -0.32370597}
+ - {x: 0.30075046, y: 0.185874, z: -0.35355338}
+ - {x: 0.35115492, y: 0.14800228, z: -0.32370597}
+ - {x: 0.30341256, y: 0.118543155, z: -0.37932616}
+ - {x: 0.30341256, y: 0.118543155, z: -0.37932616}
+ - {x: 0.35115492, y: 0.14800228, z: -0.32370597}
+ - {x: 0.35102323, y: 0.080311015, z: -0.34689024}
+ - {x: 0.34409547, y: 0.2126627, z: -0.29389265}
+ - {x: 0.3789677, y: 0.23421493, z: -0.22699527}
+ - {x: 0.39172584, y: 0.1730765, z: -0.2580608}
+ - {x: 0.3789677, y: 0.23421493, z: -0.22699527}
+ - {x: 0.4045085, y: 0.25, z: -0.15450849}
+ - {x: 0.42195573, y: 0.19180687, z: -0.18751927}
+ - {x: 0.3789677, y: 0.23421493, z: -0.22699527}
+ - {x: 0.42195573, y: 0.19180687, z: -0.18751927}
+ - {x: 0.39172584, y: 0.1730765, z: -0.2580608}
+ - {x: 0.39172584, y: 0.1730765, z: -0.2580608}
+ - {x: 0.42195573, y: 0.19180687, z: -0.18751927}
+ - {x: 0.43133423, y: 0.12994596, z: -0.21694428}
+ - {x: 0.34409547, y: 0.2126627, z: -0.29389265}
+ - {x: 0.39172584, y: 0.1730765, z: -0.2580608}
+ - {x: 0.35115492, y: 0.14800228, z: -0.32370597}
+ - {x: 0.39172584, y: 0.1730765, z: -0.2580608}
+ - {x: 0.43133423, y: 0.12994596, z: -0.21694428}
+ - {x: 0.3963246, y: 0.10651143, z: -0.28562585}
+ - {x: 0.39172584, y: 0.1730765, z: -0.2580608}
+ - {x: 0.3963246, y: 0.10651143, z: -0.28562585}
+ - {x: 0.35115492, y: 0.14800228, z: -0.32370597}
+ - {x: 0.35115492, y: 0.14800228, z: -0.32370597}
+ - {x: 0.3963246, y: 0.10651143, z: -0.28562585}
+ - {x: 0.35102323, y: 0.080311015, z: -0.34689024}
+ - {x: 0.35102323, y: 0.080311015, z: -0.34689024}
+ - {x: 0.3963246, y: 0.10651143, z: -0.28562585}
+ - {x: 0.39192152, y: 0.040543146, z: -0.307821}
+ - {x: 0.3963246, y: 0.10651143, z: -0.28562585}
+ - {x: 0.43133423, y: 0.12994596, z: -0.21694428}
+ - {x: 0.43246466, y: 0.065600194, z: -0.24222082}
+ - {x: 0.3963246, y: 0.10651143, z: -0.28562585}
+ - {x: 0.43246466, y: 0.065600194, z: -0.24222082}
+ - {x: 0.39192152, y: 0.040543146, z: -0.307821}
+ - {x: 0.39192152, y: 0.040543146, z: -0.307821}
+ - {x: 0.43246466, y: 0.065600194, z: -0.24222082}
+ - {x: 0.4253254, y: 0, z: -0.26286554}
+ - {x: 0.26286554, y: -0.4253254, z: 0}
+ - {x: 0.307821, y: -0.39192152, z: 0.040543146}
+ - {x: 0.24222082, y: -0.43246466, z: 0.065600194}
+ - {x: 0.307821, y: -0.39192152, z: 0.040543146}
+ - {x: 0.34689024, y: -0.35102323, z: 0.080311015}
+ - {x: 0.28562585, y: -0.3963246, z: 0.10651143}
+ - {x: 0.307821, y: -0.39192152, z: 0.040543146}
+ - {x: 0.28562585, y: -0.3963246, z: 0.10651143}
+ - {x: 0.24222082, y: -0.43246466, z: 0.065600194}
+ - {x: 0.24222082, y: -0.43246466, z: 0.065600194}
+ - {x: 0.28562585, y: -0.3963246, z: 0.10651143}
+ - {x: 0.21694428, y: -0.43133423, z: 0.12994596}
+ - {x: 0.34689024, y: -0.35102323, z: 0.080311015}
+ - {x: 0.37932616, y: -0.30341256, z: 0.118543155}
+ - {x: 0.32370597, y: -0.35115492, z: 0.14800228}
+ - {x: 0.37932616, y: -0.30341256, z: 0.118543155}
+ - {x: 0.4045085, y: -0.25, z: 0.15450849}
+ - {x: 0.35355338, y: -0.30075046, z: 0.185874}
+ - {x: 0.37932616, y: -0.30341256, z: 0.118543155}
+ - {x: 0.35355338, y: -0.30075046, z: 0.185874}
+ - {x: 0.32370597, y: -0.35115492, z: 0.14800228}
+ - {x: 0.32370597, y: -0.35115492, z: 0.14800228}
+ - {x: 0.35355338, y: -0.30075046, z: 0.185874}
+ - {x: 0.29389265, y: -0.34409547, z: 0.2126627}
+ - {x: 0.34689024, y: -0.35102323, z: 0.080311015}
+ - {x: 0.32370597, y: -0.35115492, z: 0.14800228}
+ - {x: 0.28562585, y: -0.3963246, z: 0.10651143}
+ - {x: 0.32370597, y: -0.35115492, z: 0.14800228}
+ - {x: 0.29389265, y: -0.34409547, z: 0.2126627}
+ - {x: 0.2580608, y: -0.39172584, z: 0.1730765}
+ - {x: 0.32370597, y: -0.35115492, z: 0.14800228}
+ - {x: 0.2580608, y: -0.39172584, z: 0.1730765}
+ - {x: 0.28562585, y: -0.3963246, z: 0.10651143}
+ - {x: 0.28562585, y: -0.3963246, z: 0.10651143}
+ - {x: 0.2580608, y: -0.39172584, z: 0.1730765}
+ - {x: 0.21694428, y: -0.43133423, z: 0.12994596}
+ - {x: 0.21694428, y: -0.43133423, z: 0.12994596}
+ - {x: 0.2580608, y: -0.39172584, z: 0.1730765}
+ - {x: 0.18751927, y: -0.42195573, z: 0.19180687}
+ - {x: 0.2580608, y: -0.39172584, z: 0.1730765}
+ - {x: 0.29389265, y: -0.34409547, z: 0.2126627}
+ - {x: 0.22699527, y: -0.3789677, z: 0.23421493}
+ - {x: 0.2580608, y: -0.39172584, z: 0.1730765}
+ - {x: 0.22699527, y: -0.3789677, z: 0.23421493}
+ - {x: 0.18751927, y: -0.42195573, z: 0.19180687}
+ - {x: 0.18751927, y: -0.42195573, z: 0.19180687}
+ - {x: 0.22699527, y: -0.3789677, z: 0.23421493}
+ - {x: 0.15450849, y: -0.4045085, z: 0.25}
+ - {x: 0.4045085, y: -0.25, z: 0.15450849}
+ - {x: 0.42195573, y: -0.19180687, z: 0.18751927}
+ - {x: 0.3789677, y: -0.23421493, z: 0.22699527}
+ - {x: 0.42195573, y: -0.19180687, z: 0.18751927}
+ - {x: 0.43133423, y: -0.12994596, z: 0.21694428}
+ - {x: 0.39172584, y: -0.1730765, z: 0.2580608}
+ - {x: 0.42195573, y: -0.19180687, z: 0.18751927}
+ - {x: 0.39172584, y: -0.1730765, z: 0.2580608}
+ - {x: 0.3789677, y: -0.23421493, z: 0.22699527}
+ - {x: 0.3789677, y: -0.23421493, z: 0.22699527}
+ - {x: 0.39172584, y: -0.1730765, z: 0.2580608}
+ - {x: 0.34409547, y: -0.2126627, z: 0.29389265}
+ - {x: 0.43133423, y: -0.12994596, z: 0.21694428}
+ - {x: 0.43246466, y: -0.065600194, z: 0.24222082}
+ - {x: 0.3963246, y: -0.10651143, z: 0.28562585}
+ - {x: 0.43246466, y: -0.065600194, z: 0.24222082}
+ - {x: 0.4253254, y: 0, z: 0.26286554}
+ - {x: 0.39192152, y: -0.040543146, z: 0.307821}
+ - {x: 0.43246466, y: -0.065600194, z: 0.24222082}
+ - {x: 0.39192152, y: -0.040543146, z: 0.307821}
+ - {x: 0.3963246, y: -0.10651143, z: 0.28562585}
+ - {x: 0.3963246, y: -0.10651143, z: 0.28562585}
+ - {x: 0.39192152, y: -0.040543146, z: 0.307821}
+ - {x: 0.35102323, y: -0.080311015, z: 0.34689024}
+ - {x: 0.43133423, y: -0.12994596, z: 0.21694428}
+ - {x: 0.3963246, y: -0.10651143, z: 0.28562585}
+ - {x: 0.39172584, y: -0.1730765, z: 0.2580608}
+ - {x: 0.3963246, y: -0.10651143, z: 0.28562585}
+ - {x: 0.35102323, y: -0.080311015, z: 0.34689024}
+ - {x: 0.35115492, y: -0.14800228, z: 0.32370597}
+ - {x: 0.3963246, y: -0.10651143, z: 0.28562585}
+ - {x: 0.35115492, y: -0.14800228, z: 0.32370597}
+ - {x: 0.39172584, y: -0.1730765, z: 0.2580608}
+ - {x: 0.39172584, y: -0.1730765, z: 0.2580608}
+ - {x: 0.35115492, y: -0.14800228, z: 0.32370597}
+ - {x: 0.34409547, y: -0.2126627, z: 0.29389265}
+ - {x: 0.34409547, y: -0.2126627, z: 0.29389265}
+ - {x: 0.35115492, y: -0.14800228, z: 0.32370597}
+ - {x: 0.30075046, y: -0.185874, z: 0.35355338}
+ - {x: 0.35115492, y: -0.14800228, z: 0.32370597}
+ - {x: 0.35102323, y: -0.080311015, z: 0.34689024}
+ - {x: 0.30341256, y: -0.118543155, z: 0.37932616}
+ - {x: 0.35115492, y: -0.14800228, z: 0.32370597}
+ - {x: 0.30341256, y: -0.118543155, z: 0.37932616}
+ - {x: 0.30075046, y: -0.185874, z: 0.35355338}
+ - {x: 0.30075046, y: -0.185874, z: 0.35355338}
+ - {x: 0.30341256, y: -0.118543155, z: 0.37932616}
+ - {x: 0.25, y: -0.15450849, z: 0.4045085}
+ - {x: 0.4045085, y: -0.25, z: 0.15450849}
+ - {x: 0.3789677, y: -0.23421493, z: 0.22699527}
+ - {x: 0.35355338, y: -0.30075046, z: 0.185874}
+ - {x: 0.3789677, y: -0.23421493, z: 0.22699527}
+ - {x: 0.34409547, y: -0.2126627, z: 0.29389265}
+ - {x: 0.3232889, y: -0.2821271, z: 0.25668773}
+ - {x: 0.3789677, y: -0.23421493, z: 0.22699527}
+ - {x: 0.3232889, y: -0.2821271, z: 0.25668773}
+ - {x: 0.35355338, y: -0.30075046, z: 0.185874}
+ - {x: 0.35355338, y: -0.30075046, z: 0.185874}
+ - {x: 0.3232889, y: -0.2821271, z: 0.25668773}
+ - {x: 0.29389265, y: -0.34409547, z: 0.2126627}
+ - {x: 0.34409547, y: -0.2126627, z: 0.29389265}
+ - {x: 0.30075046, y: -0.185874, z: 0.35355338}
+ - {x: 0.2821271, y: -0.25668773, z: 0.3232889}
+ - {x: 0.30075046, y: -0.185874, z: 0.35355338}
+ - {x: 0.25, y: -0.15450849, z: 0.4045085}
+ - {x: 0.23421493, y: -0.22699527, z: 0.3789677}
+ - {x: 0.30075046, y: -0.185874, z: 0.35355338}
+ - {x: 0.23421493, y: -0.22699527, z: 0.3789677}
+ - {x: 0.2821271, y: -0.25668773, z: 0.3232889}
+ - {x: 0.2821271, y: -0.25668773, z: 0.3232889}
+ - {x: 0.23421493, y: -0.22699527, z: 0.3789677}
+ - {x: 0.2126627, y: -0.29389265, z: 0.34409547}
+ - {x: 0.34409547, y: -0.2126627, z: 0.29389265}
+ - {x: 0.2821271, y: -0.25668773, z: 0.3232889}
+ - {x: 0.3232889, y: -0.2821271, z: 0.25668773}
+ - {x: 0.2821271, y: -0.25668773, z: 0.3232889}
+ - {x: 0.2126627, y: -0.29389265, z: 0.34409547}
+ - {x: 0.25668773, y: -0.3232889, z: 0.2821271}
+ - {x: 0.2821271, y: -0.25668773, z: 0.3232889}
+ - {x: 0.25668773, y: -0.3232889, z: 0.2821271}
+ - {x: 0.3232889, y: -0.2821271, z: 0.25668773}
+ - {x: 0.3232889, y: -0.2821271, z: 0.25668773}
+ - {x: 0.25668773, y: -0.3232889, z: 0.2821271}
+ - {x: 0.29389265, y: -0.34409547, z: 0.2126627}
+ - {x: 0.29389265, y: -0.34409547, z: 0.2126627}
+ - {x: 0.25668773, y: -0.3232889, z: 0.2821271}
+ - {x: 0.22699527, y: -0.3789677, z: 0.23421493}
+ - {x: 0.25668773, y: -0.3232889, z: 0.2821271}
+ - {x: 0.2126627, y: -0.29389265, z: 0.34409547}
+ - {x: 0.185874, y: -0.35355338, z: 0.30075046}
+ - {x: 0.25668773, y: -0.3232889, z: 0.2821271}
+ - {x: 0.185874, y: -0.35355338, z: 0.30075046}
+ - {x: 0.22699527, y: -0.3789677, z: 0.23421493}
+ - {x: 0.22699527, y: -0.3789677, z: 0.23421493}
+ - {x: 0.185874, y: -0.35355338, z: 0.30075046}
+ - {x: 0.15450849, y: -0.4045085, z: 0.25}
+ - {x: 0.15450849, y: -0.4045085, z: 0.25}
+ - {x: 0.185874, y: -0.35355338, z: 0.30075046}
+ - {x: 0.118543155, y: -0.37932616, z: 0.30341256}
+ - {x: 0.185874, y: -0.35355338, z: 0.30075046}
+ - {x: 0.2126627, y: -0.29389265, z: 0.34409547}
+ - {x: 0.14800228, y: -0.32370597, z: 0.35115492}
+ - {x: 0.185874, y: -0.35355338, z: 0.30075046}
+ - {x: 0.14800228, y: -0.32370597, z: 0.35115492}
+ - {x: 0.118543155, y: -0.37932616, z: 0.30341256}
+ - {x: 0.118543155, y: -0.37932616, z: 0.30341256}
+ - {x: 0.14800228, y: -0.32370597, z: 0.35115492}
+ - {x: 0.080311015, y: -0.34689024, z: 0.35102323}
+ - {x: 0.2126627, y: -0.29389265, z: 0.34409547}
+ - {x: 0.23421493, y: -0.22699527, z: 0.3789677}
+ - {x: 0.1730765, y: -0.2580608, z: 0.39172584}
+ - {x: 0.23421493, y: -0.22699527, z: 0.3789677}
+ - {x: 0.25, y: -0.15450849, z: 0.4045085}
+ - {x: 0.19180687, y: -0.18751927, z: 0.42195573}
+ - {x: 0.23421493, y: -0.22699527, z: 0.3789677}
+ - {x: 0.19180687, y: -0.18751927, z: 0.42195573}
+ - {x: 0.1730765, y: -0.2580608, z: 0.39172584}
+ - {x: 0.1730765, y: -0.2580608, z: 0.39172584}
+ - {x: 0.19180687, y: -0.18751927, z: 0.42195573}
+ - {x: 0.12994596, y: -0.21694428, z: 0.43133423}
+ - {x: 0.2126627, y: -0.29389265, z: 0.34409547}
+ - {x: 0.1730765, y: -0.2580608, z: 0.39172584}
+ - {x: 0.14800228, y: -0.32370597, z: 0.35115492}
+ - {x: 0.1730765, y: -0.2580608, z: 0.39172584}
+ - {x: 0.12994596, y: -0.21694428, z: 0.43133423}
+ - {x: 0.10651143, y: -0.28562585, z: 0.3963246}
+ - {x: 0.1730765, y: -0.2580608, z: 0.39172584}
+ - {x: 0.10651143, y: -0.28562585, z: 0.3963246}
+ - {x: 0.14800228, y: -0.32370597, z: 0.35115492}
+ - {x: 0.14800228, y: -0.32370597, z: 0.35115492}
+ - {x: 0.10651143, y: -0.28562585, z: 0.3963246}
+ - {x: 0.080311015, y: -0.34689024, z: 0.35102323}
+ - {x: 0.080311015, y: -0.34689024, z: 0.35102323}
+ - {x: 0.10651143, y: -0.28562585, z: 0.3963246}
+ - {x: 0.040543146, y: -0.307821, z: 0.39192152}
+ - {x: 0.10651143, y: -0.28562585, z: 0.3963246}
+ - {x: 0.12994596, y: -0.21694428, z: 0.43133423}
+ - {x: 0.065600194, y: -0.24222082, z: 0.43246466}
+ - {x: 0.10651143, y: -0.28562585, z: 0.3963246}
+ - {x: 0.065600194, y: -0.24222082, z: 0.43246466}
+ - {x: 0.040543146, y: -0.307821, z: 0.39192152}
+ - {x: 0.040543146, y: -0.307821, z: 0.39192152}
+ - {x: 0.065600194, y: -0.24222082, z: 0.43246466}
+ - {x: 0, y: -0.26286554, z: 0.4253254}
+ - {x: 0.26286554, y: -0.4253254, z: 0}
+ - {x: 0.24222082, y: -0.43246466, z: 0.065600194}
+ - {x: 0.20167768, y: -0.4575217, z: 0}
+ - {x: 0.24222082, y: -0.43246466, z: 0.065600194}
+ - {x: 0.21694428, y: -0.43133423, z: 0.12994596}
+ - {x: 0.1791144, y: -0.4621523, z: 0.06582769}
+ - {x: 0.24222082, y: -0.43246466, z: 0.065600194}
+ - {x: 0.1791144, y: -0.4621523, z: 0.06582769}
+ - {x: 0.20167768, y: -0.4575217, z: 0}
+ - {x: 0.20167768, y: -0.4575217, z: 0}
+ - {x: 0.1791144, y: -0.4621523, z: 0.06582769}
+ - {x: 0.13663326, y: -0.4809692, z: 0}
+ - {x: 0.21694428, y: -0.43133423, z: 0.12994596}
+ - {x: 0.18751927, y: -0.42195573, z: 0.19180687}
+ - {x: 0.15062943, y: -0.45812207, z: 0.13204138}
+ - {x: 0.18751927, y: -0.42195573, z: 0.19180687}
+ - {x: 0.15450849, y: -0.4045085, z: 0.25}
+ - {x: 0.11933846, y: -0.44550326, z: 0.19309369}
+ - {x: 0.18751927, y: -0.42195573, z: 0.19180687}
+ - {x: 0.11933846, y: -0.44550326, z: 0.19309369}
+ - {x: 0.15062943, y: -0.45812207, z: 0.13204138}
+ - {x: 0.15062943, y: -0.45812207, z: 0.13204138}
+ - {x: 0.11933846, y: -0.44550326, z: 0.19309369}
+ - {x: 0.081229925, y: -0.47552827, z: 0.13143279}
+ - {x: 0.21694428, y: -0.43133423, z: 0.12994596}
+ - {x: 0.15062943, y: -0.45812207, z: 0.13204138}
+ - {x: 0.1791144, y: -0.4621523, z: 0.06582769}
+ - {x: 0.15062943, y: -0.45812207, z: 0.13204138}
+ - {x: 0.081229925, y: -0.47552827, z: 0.13143279}
+ - {x: 0.110058516, y: -0.48319632, z: 0.066396244}
+ - {x: 0.15062943, y: -0.45812207, z: 0.13204138}
+ - {x: 0.110058516, y: -0.48319632, z: 0.066396244}
+ - {x: 0.1791144, y: -0.4621523, z: 0.06582769}
+ - {x: 0.1791144, y: -0.4621523, z: 0.06582769}
+ - {x: 0.110058516, y: -0.48319632, z: 0.066396244}
+ - {x: 0.13663326, y: -0.4809692, z: 0}
+ - {x: 0.13663326, y: -0.4809692, z: 0}
+ - {x: 0.110058516, y: -0.48319632, z: 0.066396244}
+ - {x: 0.06897612, y: -0.49521944, z: 0}
+ - {x: 0.110058516, y: -0.48319632, z: 0.066396244}
+ - {x: 0.081229925, y: -0.47552827, z: 0.13143279}
+ - {x: 0.041121233, y: -0.49384418, z: 0.06653556}
+ - {x: 0.110058516, y: -0.48319632, z: 0.066396244}
+ - {x: 0.041121233, y: -0.49384418, z: 0.06653556}
+ - {x: 0.06897612, y: -0.49521944, z: 0}
+ - {x: 0.06897612, y: -0.49521944, z: 0}
+ - {x: 0.041121233, y: -0.49384418, z: 0.06653556}
+ - {x: 0, y: -0.5, z: 0}
+ - {x: 0.15450849, y: -0.4045085, z: 0.25}
+ - {x: 0.118543155, y: -0.37932616, z: 0.30341256}
+ - {x: 0.07821723, y: -0.42008895, z: 0.25962925}
+ - {x: 0.118543155, y: -0.37932616, z: 0.30341256}
+ - {x: 0.080311015, y: -0.34689024, z: 0.35102323}
+ - {x: 0.040570926, y: -0.39010218, z: 0.31011978}
+ - {x: 0.118543155, y: -0.37932616, z: 0.30341256}
+ - {x: 0.040570926, y: -0.39010218, z: 0.31011978}
+ - {x: 0.07821723, y: -0.42008895, z: 0.25962925}
+ - {x: 0.07821723, y: -0.42008895, z: 0.25962925}
+ - {x: 0.040570926, y: -0.39010218, z: 0.31011978}
+ - {x: 0, y: -0.4253254, z: 0.26286554}
+ - {x: 0.080311015, y: -0.34689024, z: 0.35102323}
+ - {x: 0.040543146, y: -0.307821, z: 0.39192152}
+ - {x: 0, y: -0.3514535, z: 0.35564086}
+ - {x: 0.040543146, y: -0.307821, z: 0.39192152}
+ - {x: 0, y: -0.26286554, z: 0.4253254}
+ - {x: -0.040543146, y: -0.307821, z: 0.39192152}
+ - {x: 0.040543146, y: -0.307821, z: 0.39192152}
+ - {x: -0.040543146, y: -0.307821, z: 0.39192152}
+ - {x: 0, y: -0.3514535, z: 0.35564086}
+ - {x: 0, y: -0.3514535, z: 0.35564086}
+ - {x: -0.040543146, y: -0.307821, z: 0.39192152}
+ - {x: -0.080311015, y: -0.34689024, z: 0.35102323}
+ - {x: 0.080311015, y: -0.34689024, z: 0.35102323}
+ - {x: 0, y: -0.3514535, z: 0.35564086}
+ - {x: 0.040570926, y: -0.39010218, z: 0.31011978}
+ - {x: 0, y: -0.3514535, z: 0.35564086}
+ - {x: -0.080311015, y: -0.34689024, z: 0.35102323}
+ - {x: -0.040570926, y: -0.39010218, z: 0.31011978}
+ - {x: 0, y: -0.3514535, z: 0.35564086}
+ - {x: -0.040570926, y: -0.39010218, z: 0.31011978}
+ - {x: 0.040570926, y: -0.39010218, z: 0.31011978}
+ - {x: 0.040570926, y: -0.39010218, z: 0.31011978}
+ - {x: -0.040570926, y: -0.39010218, z: 0.31011978}
+ - {x: 0, y: -0.4253254, z: 0.26286554}
+ - {x: 0, y: -0.4253254, z: 0.26286554}
+ - {x: -0.040570926, y: -0.39010218, z: 0.31011978}
+ - {x: -0.07821723, y: -0.42008895, z: 0.25962925}
+ - {x: -0.040570926, y: -0.39010218, z: 0.31011978}
+ - {x: -0.080311015, y: -0.34689024, z: 0.35102323}
+ - {x: -0.118543155, y: -0.37932616, z: 0.30341256}
+ - {x: -0.040570926, y: -0.39010218, z: 0.31011978}
+ - {x: -0.118543155, y: -0.37932616, z: 0.30341256}
+ - {x: -0.07821723, y: -0.42008895, z: 0.25962925}
+ - {x: -0.07821723, y: -0.42008895, z: 0.25962925}
+ - {x: -0.118543155, y: -0.37932616, z: 0.30341256}
+ - {x: -0.15450849, y: -0.4045085, z: 0.25}
+ - {x: 0.15450849, y: -0.4045085, z: 0.25}
+ - {x: 0.07821723, y: -0.42008895, z: 0.25962925}
+ - {x: 0.11933846, y: -0.44550326, z: 0.19309369}
+ - {x: 0.07821723, y: -0.42008895, z: 0.25962925}
+ - {x: 0, y: -0.4253254, z: 0.26286554}
+ - {x: 0.04116179, y: -0.45649123, z: 0.19980352}
+ - {x: 0.07821723, y: -0.42008895, z: 0.25962925}
+ - {x: 0.04116179, y: -0.45649123, z: 0.19980352}
+ - {x: 0.11933846, y: -0.44550326, z: 0.19309369}
+ - {x: 0.11933846, y: -0.44550326, z: 0.19309369}
+ - {x: 0.04116179, y: -0.45649123, z: 0.19980352}
+ - {x: 0.081229925, y: -0.47552827, z: 0.13143279}
+ - {x: 0, y: -0.4253254, z: 0.26286554}
+ - {x: -0.07821723, y: -0.42008895, z: 0.25962925}
+ - {x: -0.04116179, y: -0.45649123, z: 0.19980352}
+ - {x: -0.07821723, y: -0.42008895, z: 0.25962925}
+ - {x: -0.15450849, y: -0.4045085, z: 0.25}
+ - {x: -0.11933846, y: -0.44550326, z: 0.19309369}
+ - {x: -0.07821723, y: -0.42008895, z: 0.25962925}
+ - {x: -0.11933846, y: -0.44550326, z: 0.19309369}
+ - {x: -0.04116179, y: -0.45649123, z: 0.19980352}
+ - {x: -0.04116179, y: -0.45649123, z: 0.19980352}
+ - {x: -0.11933846, y: -0.44550326, z: 0.19309369}
+ - {x: -0.081229925, y: -0.47552827, z: 0.13143279}
+ - {x: 0, y: -0.4253254, z: 0.26286554}
+ - {x: -0.04116179, y: -0.45649123, z: 0.19980352}
+ - {x: 0.04116179, y: -0.45649123, z: 0.19980352}
+ - {x: -0.04116179, y: -0.45649123, z: 0.19980352}
+ - {x: -0.081229925, y: -0.47552827, z: 0.13143279}
+ - {x: 0, y: -0.4819306, z: 0.13320236}
+ - {x: -0.04116179, y: -0.45649123, z: 0.19980352}
+ - {x: 0, y: -0.4819306, z: 0.13320236}
+ - {x: 0.04116179, y: -0.45649123, z: 0.19980352}
+ - {x: 0.04116179, y: -0.45649123, z: 0.19980352}
+ - {x: 0, y: -0.4819306, z: 0.13320236}
+ - {x: 0.081229925, y: -0.47552827, z: 0.13143279}
+ - {x: 0.081229925, y: -0.47552827, z: 0.13143279}
+ - {x: 0, y: -0.4819306, z: 0.13320236}
+ - {x: 0.041121233, y: -0.49384418, z: 0.06653556}
+ - {x: 0, y: -0.4819306, z: 0.13320236}
+ - {x: -0.081229925, y: -0.47552827, z: 0.13143279}
+ - {x: -0.041121233, y: -0.49384418, z: 0.06653556}
+ - {x: 0, y: -0.4819306, z: 0.13320236}
+ - {x: -0.041121233, y: -0.49384418, z: 0.06653556}
+ - {x: 0.041121233, y: -0.49384418, z: 0.06653556}
+ - {x: 0.041121233, y: -0.49384418, z: 0.06653556}
+ - {x: -0.041121233, y: -0.49384418, z: 0.06653556}
+ - {x: 0, y: -0.5, z: 0}
+ - {x: 0, y: -0.5, z: 0}
+ - {x: -0.041121233, y: -0.49384418, z: 0.06653556}
+ - {x: -0.06897612, y: -0.49521944, z: 0}
+ - {x: -0.041121233, y: -0.49384418, z: 0.06653556}
+ - {x: -0.081229925, y: -0.47552827, z: 0.13143279}
+ - {x: -0.110058516, y: -0.48319632, z: 0.066396244}
+ - {x: -0.041121233, y: -0.49384418, z: 0.06653556}
+ - {x: -0.110058516, y: -0.48319632, z: 0.066396244}
+ - {x: -0.06897612, y: -0.49521944, z: 0}
+ - {x: -0.06897612, y: -0.49521944, z: 0}
+ - {x: -0.110058516, y: -0.48319632, z: 0.066396244}
+ - {x: -0.13663326, y: -0.4809692, z: 0}
+ - {x: -0.081229925, y: -0.47552827, z: 0.13143279}
+ - {x: -0.11933846, y: -0.44550326, z: 0.19309369}
+ - {x: -0.15062943, y: -0.45812207, z: 0.13204138}
+ - {x: -0.11933846, y: -0.44550326, z: 0.19309369}
+ - {x: -0.15450849, y: -0.4045085, z: 0.25}
+ - {x: -0.18751927, y: -0.42195573, z: 0.19180687}
+ - {x: -0.11933846, y: -0.44550326, z: 0.19309369}
+ - {x: -0.18751927, y: -0.42195573, z: 0.19180687}
+ - {x: -0.15062943, y: -0.45812207, z: 0.13204138}
+ - {x: -0.15062943, y: -0.45812207, z: 0.13204138}
+ - {x: -0.18751927, y: -0.42195573, z: 0.19180687}
+ - {x: -0.21694428, y: -0.43133423, z: 0.12994596}
+ - {x: -0.081229925, y: -0.47552827, z: 0.13143279}
+ - {x: -0.15062943, y: -0.45812207, z: 0.13204138}
+ - {x: -0.110058516, y: -0.48319632, z: 0.066396244}
+ - {x: -0.15062943, y: -0.45812207, z: 0.13204138}
+ - {x: -0.21694428, y: -0.43133423, z: 0.12994596}
+ - {x: -0.1791144, y: -0.4621523, z: 0.06582769}
+ - {x: -0.15062943, y: -0.45812207, z: 0.13204138}
+ - {x: -0.1791144, y: -0.4621523, z: 0.06582769}
+ - {x: -0.110058516, y: -0.48319632, z: 0.066396244}
+ - {x: -0.110058516, y: -0.48319632, z: 0.066396244}
+ - {x: -0.1791144, y: -0.4621523, z: 0.06582769}
+ - {x: -0.13663326, y: -0.4809692, z: 0}
+ - {x: -0.13663326, y: -0.4809692, z: 0}
+ - {x: -0.1791144, y: -0.4621523, z: 0.06582769}
+ - {x: -0.20167768, y: -0.4575217, z: 0}
+ - {x: -0.1791144, y: -0.4621523, z: 0.06582769}
+ - {x: -0.21694428, y: -0.43133423, z: 0.12994596}
+ - {x: -0.24222082, y: -0.43246466, z: 0.065600194}
+ - {x: -0.1791144, y: -0.4621523, z: 0.06582769}
+ - {x: -0.24222082, y: -0.43246466, z: 0.065600194}
+ - {x: -0.20167768, y: -0.4575217, z: 0}
+ - {x: -0.20167768, y: -0.4575217, z: 0}
+ - {x: -0.24222082, y: -0.43246466, z: 0.065600194}
+ - {x: -0.26286554, y: -0.4253254, z: 0}
+ - {x: 0.26286554, y: -0.4253254, z: 0}
+ - {x: 0.20167768, y: -0.4575217, z: 0}
+ - {x: 0.24222082, y: -0.43246466, z: -0.065600194}
+ - {x: 0.20167768, y: -0.4575217, z: 0}
+ - {x: 0.13663326, y: -0.4809692, z: 0}
+ - {x: 0.1791144, y: -0.4621523, z: -0.06582769}
+ - {x: 0.20167768, y: -0.4575217, z: 0}
+ - {x: 0.1791144, y: -0.4621523, z: -0.06582769}
+ - {x: 0.24222082, y: -0.43246466, z: -0.065600194}
+ - {x: 0.24222082, y: -0.43246466, z: -0.065600194}
+ - {x: 0.1791144, y: -0.4621523, z: -0.06582769}
+ - {x: 0.21694428, y: -0.43133423, z: -0.12994596}
+ - {x: 0.13663326, y: -0.4809692, z: 0}
+ - {x: 0.06897612, y: -0.49521944, z: 0}
+ - {x: 0.110058516, y: -0.48319632, z: -0.066396244}
+ - {x: 0.06897612, y: -0.49521944, z: 0}
+ - {x: 0, y: -0.5, z: 0}
+ - {x: 0.041121233, y: -0.49384418, z: -0.06653556}
+ - {x: 0.06897612, y: -0.49521944, z: 0}
+ - {x: 0.041121233, y: -0.49384418, z: -0.06653556}
+ - {x: 0.110058516, y: -0.48319632, z: -0.066396244}
+ - {x: 0.110058516, y: -0.48319632, z: -0.066396244}
+ - {x: 0.041121233, y: -0.49384418, z: -0.06653556}
+ - {x: 0.081229925, y: -0.47552827, z: -0.13143279}
+ - {x: 0.13663326, y: -0.4809692, z: 0}
+ - {x: 0.110058516, y: -0.48319632, z: -0.066396244}
+ - {x: 0.1791144, y: -0.4621523, z: -0.06582769}
+ - {x: 0.110058516, y: -0.48319632, z: -0.066396244}
+ - {x: 0.081229925, y: -0.47552827, z: -0.13143279}
+ - {x: 0.15062943, y: -0.45812207, z: -0.13204138}
+ - {x: 0.110058516, y: -0.48319632, z: -0.066396244}
+ - {x: 0.15062943, y: -0.45812207, z: -0.13204138}
+ - {x: 0.1791144, y: -0.4621523, z: -0.06582769}
+ - {x: 0.1791144, y: -0.4621523, z: -0.06582769}
+ - {x: 0.15062943, y: -0.45812207, z: -0.13204138}
+ - {x: 0.21694428, y: -0.43133423, z: -0.12994596}
+ - {x: 0.21694428, y: -0.43133423, z: -0.12994596}
+ - {x: 0.15062943, y: -0.45812207, z: -0.13204138}
+ - {x: 0.18751927, y: -0.42195573, z: -0.19180687}
+ - {x: 0.15062943, y: -0.45812207, z: -0.13204138}
+ - {x: 0.081229925, y: -0.47552827, z: -0.13143279}
+ - {x: 0.11933846, y: -0.44550326, z: -0.19309369}
+ - {x: 0.15062943, y: -0.45812207, z: -0.13204138}
+ - {x: 0.11933846, y: -0.44550326, z: -0.19309369}
+ - {x: 0.18751927, y: -0.42195573, z: -0.19180687}
+ - {x: 0.18751927, y: -0.42195573, z: -0.19180687}
+ - {x: 0.11933846, y: -0.44550326, z: -0.19309369}
+ - {x: 0.15450849, y: -0.4045085, z: -0.25}
+ - {x: 0, y: -0.5, z: 0}
+ - {x: -0.06897612, y: -0.49521944, z: 0}
+ - {x: -0.041121233, y: -0.49384418, z: -0.06653556}
+ - {x: -0.06897612, y: -0.49521944, z: 0}
+ - {x: -0.13663326, y: -0.4809692, z: 0}
+ - {x: -0.110058516, y: -0.48319632, z: -0.066396244}
+ - {x: -0.06897612, y: -0.49521944, z: 0}
+ - {x: -0.110058516, y: -0.48319632, z: -0.066396244}
+ - {x: -0.041121233, y: -0.49384418, z: -0.06653556}
+ - {x: -0.041121233, y: -0.49384418, z: -0.06653556}
+ - {x: -0.110058516, y: -0.48319632, z: -0.066396244}
+ - {x: -0.081229925, y: -0.47552827, z: -0.13143279}
+ - {x: -0.13663326, y: -0.4809692, z: 0}
+ - {x: -0.20167768, y: -0.4575217, z: 0}
+ - {x: -0.1791144, y: -0.4621523, z: -0.06582769}
+ - {x: -0.20167768, y: -0.4575217, z: 0}
+ - {x: -0.26286554, y: -0.4253254, z: 0}
+ - {x: -0.24222082, y: -0.43246466, z: -0.065600194}
+ - {x: -0.20167768, y: -0.4575217, z: 0}
+ - {x: -0.24222082, y: -0.43246466, z: -0.065600194}
+ - {x: -0.1791144, y: -0.4621523, z: -0.06582769}
+ - {x: -0.1791144, y: -0.4621523, z: -0.06582769}
+ - {x: -0.24222082, y: -0.43246466, z: -0.065600194}
+ - {x: -0.21694428, y: -0.43133423, z: -0.12994596}
+ - {x: -0.13663326, y: -0.4809692, z: 0}
+ - {x: -0.1791144, y: -0.4621523, z: -0.06582769}
+ - {x: -0.110058516, y: -0.48319632, z: -0.066396244}
+ - {x: -0.1791144, y: -0.4621523, z: -0.06582769}
+ - {x: -0.21694428, y: -0.43133423, z: -0.12994596}
+ - {x: -0.15062943, y: -0.45812207, z: -0.13204138}
+ - {x: -0.1791144, y: -0.4621523, z: -0.06582769}
+ - {x: -0.15062943, y: -0.45812207, z: -0.13204138}
+ - {x: -0.110058516, y: -0.48319632, z: -0.066396244}
+ - {x: -0.110058516, y: -0.48319632, z: -0.066396244}
+ - {x: -0.15062943, y: -0.45812207, z: -0.13204138}
+ - {x: -0.081229925, y: -0.47552827, z: -0.13143279}
+ - {x: -0.081229925, y: -0.47552827, z: -0.13143279}
+ - {x: -0.15062943, y: -0.45812207, z: -0.13204138}
+ - {x: -0.11933846, y: -0.44550326, z: -0.19309369}
+ - {x: -0.15062943, y: -0.45812207, z: -0.13204138}
+ - {x: -0.21694428, y: -0.43133423, z: -0.12994596}
+ - {x: -0.18751927, y: -0.42195573, z: -0.19180687}
+ - {x: -0.15062943, y: -0.45812207, z: -0.13204138}
+ - {x: -0.18751927, y: -0.42195573, z: -0.19180687}
+ - {x: -0.11933846, y: -0.44550326, z: -0.19309369}
+ - {x: -0.11933846, y: -0.44550326, z: -0.19309369}
+ - {x: -0.18751927, y: -0.42195573, z: -0.19180687}
+ - {x: -0.15450849, y: -0.4045085, z: -0.25}
+ - {x: 0, y: -0.5, z: 0}
+ - {x: -0.041121233, y: -0.49384418, z: -0.06653556}
+ - {x: 0.041121233, y: -0.49384418, z: -0.06653556}
+ - {x: -0.041121233, y: -0.49384418, z: -0.06653556}
+ - {x: -0.081229925, y: -0.47552827, z: -0.13143279}
+ - {x: 0, y: -0.4819306, z: -0.13320236}
+ - {x: -0.041121233, y: -0.49384418, z: -0.06653556}
+ - {x: 0, y: -0.4819306, z: -0.13320236}
+ - {x: 0.041121233, y: -0.49384418, z: -0.06653556}
+ - {x: 0.041121233, y: -0.49384418, z: -0.06653556}
+ - {x: 0, y: -0.4819306, z: -0.13320236}
+ - {x: 0.081229925, y: -0.47552827, z: -0.13143279}
+ - {x: -0.081229925, y: -0.47552827, z: -0.13143279}
+ - {x: -0.11933846, y: -0.44550326, z: -0.19309369}
+ - {x: -0.04116179, y: -0.45649123, z: -0.19980352}
+ - {x: -0.11933846, y: -0.44550326, z: -0.19309369}
+ - {x: -0.15450849, y: -0.4045085, z: -0.25}
+ - {x: -0.07821723, y: -0.42008895, z: -0.25962925}
+ - {x: -0.11933846, y: -0.44550326, z: -0.19309369}
+ - {x: -0.07821723, y: -0.42008895, z: -0.25962925}
+ - {x: -0.04116179, y: -0.45649123, z: -0.19980352}
+ - {x: -0.04116179, y: -0.45649123, z: -0.19980352}
+ - {x: -0.07821723, y: -0.42008895, z: -0.25962925}
+ - {x: 0, y: -0.4253254, z: -0.26286554}
+ - {x: -0.081229925, y: -0.47552827, z: -0.13143279}
+ - {x: -0.04116179, y: -0.45649123, z: -0.19980352}
+ - {x: 0, y: -0.4819306, z: -0.13320236}
+ - {x: -0.04116179, y: -0.45649123, z: -0.19980352}
+ - {x: 0, y: -0.4253254, z: -0.26286554}
+ - {x: 0.04116179, y: -0.45649123, z: -0.19980352}
+ - {x: -0.04116179, y: -0.45649123, z: -0.19980352}
+ - {x: 0.04116179, y: -0.45649123, z: -0.19980352}
+ - {x: 0, y: -0.4819306, z: -0.13320236}
+ - {x: 0, y: -0.4819306, z: -0.13320236}
+ - {x: 0.04116179, y: -0.45649123, z: -0.19980352}
+ - {x: 0.081229925, y: -0.47552827, z: -0.13143279}
+ - {x: 0.081229925, y: -0.47552827, z: -0.13143279}
+ - {x: 0.04116179, y: -0.45649123, z: -0.19980352}
+ - {x: 0.11933846, y: -0.44550326, z: -0.19309369}
+ - {x: 0.04116179, y: -0.45649123, z: -0.19980352}
+ - {x: 0, y: -0.4253254, z: -0.26286554}
+ - {x: 0.07821723, y: -0.42008895, z: -0.25962925}
+ - {x: 0.04116179, y: -0.45649123, z: -0.19980352}
+ - {x: 0.07821723, y: -0.42008895, z: -0.25962925}
+ - {x: 0.11933846, y: -0.44550326, z: -0.19309369}
+ - {x: 0.11933846, y: -0.44550326, z: -0.19309369}
+ - {x: 0.07821723, y: -0.42008895, z: -0.25962925}
+ - {x: 0.15450849, y: -0.4045085, z: -0.25}
+ - {x: 0.15450849, y: -0.4045085, z: -0.25}
+ - {x: 0.07821723, y: -0.42008895, z: -0.25962925}
+ - {x: 0.118543155, y: -0.37932616, z: -0.30341256}
+ - {x: 0.07821723, y: -0.42008895, z: -0.25962925}
+ - {x: 0, y: -0.4253254, z: -0.26286554}
+ - {x: 0.040570926, y: -0.39010218, z: -0.31011978}
+ - {x: 0.07821723, y: -0.42008895, z: -0.25962925}
+ - {x: 0.040570926, y: -0.39010218, z: -0.31011978}
+ - {x: 0.118543155, y: -0.37932616, z: -0.30341256}
+ - {x: 0.118543155, y: -0.37932616, z: -0.30341256}
+ - {x: 0.040570926, y: -0.39010218, z: -0.31011978}
+ - {x: 0.080311015, y: -0.34689024, z: -0.35102323}
+ - {x: 0, y: -0.4253254, z: -0.26286554}
+ - {x: -0.07821723, y: -0.42008895, z: -0.25962925}
+ - {x: -0.040570926, y: -0.39010218, z: -0.31011978}
+ - {x: -0.07821723, y: -0.42008895, z: -0.25962925}
+ - {x: -0.15450849, y: -0.4045085, z: -0.25}
+ - {x: -0.118543155, y: -0.37932616, z: -0.30341256}
+ - {x: -0.07821723, y: -0.42008895, z: -0.25962925}
+ - {x: -0.118543155, y: -0.37932616, z: -0.30341256}
+ - {x: -0.040570926, y: -0.39010218, z: -0.31011978}
+ - {x: -0.040570926, y: -0.39010218, z: -0.31011978}
+ - {x: -0.118543155, y: -0.37932616, z: -0.30341256}
+ - {x: -0.080311015, y: -0.34689024, z: -0.35102323}
+ - {x: 0, y: -0.4253254, z: -0.26286554}
+ - {x: -0.040570926, y: -0.39010218, z: -0.31011978}
+ - {x: 0.040570926, y: -0.39010218, z: -0.31011978}
+ - {x: -0.040570926, y: -0.39010218, z: -0.31011978}
+ - {x: -0.080311015, y: -0.34689024, z: -0.35102323}
+ - {x: 0, y: -0.3514535, z: -0.35564086}
+ - {x: -0.040570926, y: -0.39010218, z: -0.31011978}
+ - {x: 0, y: -0.3514535, z: -0.35564086}
+ - {x: 0.040570926, y: -0.39010218, z: -0.31011978}
+ - {x: 0.040570926, y: -0.39010218, z: -0.31011978}
+ - {x: 0, y: -0.3514535, z: -0.35564086}
+ - {x: 0.080311015, y: -0.34689024, z: -0.35102323}
+ - {x: 0.080311015, y: -0.34689024, z: -0.35102323}
+ - {x: 0, y: -0.3514535, z: -0.35564086}
+ - {x: 0.040543146, y: -0.307821, z: -0.39192152}
+ - {x: 0, y: -0.3514535, z: -0.35564086}
+ - {x: -0.080311015, y: -0.34689024, z: -0.35102323}
+ - {x: -0.040543146, y: -0.307821, z: -0.39192152}
+ - {x: 0, y: -0.3514535, z: -0.35564086}
+ - {x: -0.040543146, y: -0.307821, z: -0.39192152}
+ - {x: 0.040543146, y: -0.307821, z: -0.39192152}
+ - {x: 0.040543146, y: -0.307821, z: -0.39192152}
+ - {x: -0.040543146, y: -0.307821, z: -0.39192152}
+ - {x: 0, y: -0.26286554, z: -0.4253254}
+ - {x: 0.26286554, y: -0.4253254, z: 0}
+ - {x: 0.24222082, y: -0.43246466, z: -0.065600194}
+ - {x: 0.307821, y: -0.39192152, z: -0.040543146}
+ - {x: 0.24222082, y: -0.43246466, z: -0.065600194}
+ - {x: 0.21694428, y: -0.43133423, z: -0.12994596}
+ - {x: 0.28562585, y: -0.3963246, z: -0.10651143}
+ - {x: 0.24222082, y: -0.43246466, z: -0.065600194}
+ - {x: 0.28562585, y: -0.3963246, z: -0.10651143}
+ - {x: 0.307821, y: -0.39192152, z: -0.040543146}
+ - {x: 0.307821, y: -0.39192152, z: -0.040543146}
+ - {x: 0.28562585, y: -0.3963246, z: -0.10651143}
+ - {x: 0.34689024, y: -0.35102323, z: -0.080311015}
+ - {x: 0.21694428, y: -0.43133423, z: -0.12994596}
+ - {x: 0.18751927, y: -0.42195573, z: -0.19180687}
+ - {x: 0.2580608, y: -0.39172584, z: -0.1730765}
+ - {x: 0.18751927, y: -0.42195573, z: -0.19180687}
+ - {x: 0.15450849, y: -0.4045085, z: -0.25}
+ - {x: 0.22699527, y: -0.3789677, z: -0.23421493}
+ - {x: 0.18751927, y: -0.42195573, z: -0.19180687}
+ - {x: 0.22699527, y: -0.3789677, z: -0.23421493}
+ - {x: 0.2580608, y: -0.39172584, z: -0.1730765}
+ - {x: 0.2580608, y: -0.39172584, z: -0.1730765}
+ - {x: 0.22699527, y: -0.3789677, z: -0.23421493}
+ - {x: 0.29389265, y: -0.34409547, z: -0.2126627}
+ - {x: 0.21694428, y: -0.43133423, z: -0.12994596}
+ - {x: 0.2580608, y: -0.39172584, z: -0.1730765}
+ - {x: 0.28562585, y: -0.3963246, z: -0.10651143}
+ - {x: 0.2580608, y: -0.39172584, z: -0.1730765}
+ - {x: 0.29389265, y: -0.34409547, z: -0.2126627}
+ - {x: 0.32370597, y: -0.35115492, z: -0.14800228}
+ - {x: 0.2580608, y: -0.39172584, z: -0.1730765}
+ - {x: 0.32370597, y: -0.35115492, z: -0.14800228}
+ - {x: 0.28562585, y: -0.3963246, z: -0.10651143}
+ - {x: 0.28562585, y: -0.3963246, z: -0.10651143}
+ - {x: 0.32370597, y: -0.35115492, z: -0.14800228}
+ - {x: 0.34689024, y: -0.35102323, z: -0.080311015}
+ - {x: 0.34689024, y: -0.35102323, z: -0.080311015}
+ - {x: 0.32370597, y: -0.35115492, z: -0.14800228}
+ - {x: 0.37932616, y: -0.30341256, z: -0.118543155}
+ - {x: 0.32370597, y: -0.35115492, z: -0.14800228}
+ - {x: 0.29389265, y: -0.34409547, z: -0.2126627}
+ - {x: 0.35355338, y: -0.30075046, z: -0.185874}
+ - {x: 0.32370597, y: -0.35115492, z: -0.14800228}
+ - {x: 0.35355338, y: -0.30075046, z: -0.185874}
+ - {x: 0.37932616, y: -0.30341256, z: -0.118543155}
+ - {x: 0.37932616, y: -0.30341256, z: -0.118543155}
+ - {x: 0.35355338, y: -0.30075046, z: -0.185874}
+ - {x: 0.4045085, y: -0.25, z: -0.15450849}
+ - {x: 0.15450849, y: -0.4045085, z: -0.25}
+ - {x: 0.118543155, y: -0.37932616, z: -0.30341256}
+ - {x: 0.185874, y: -0.35355338, z: -0.30075046}
+ - {x: 0.118543155, y: -0.37932616, z: -0.30341256}
+ - {x: 0.080311015, y: -0.34689024, z: -0.35102323}
+ - {x: 0.14800228, y: -0.32370597, z: -0.35115492}
+ - {x: 0.118543155, y: -0.37932616, z: -0.30341256}
+ - {x: 0.14800228, y: -0.32370597, z: -0.35115492}
+ - {x: 0.185874, y: -0.35355338, z: -0.30075046}
+ - {x: 0.185874, y: -0.35355338, z: -0.30075046}
+ - {x: 0.14800228, y: -0.32370597, z: -0.35115492}
+ - {x: 0.2126627, y: -0.29389265, z: -0.34409547}
+ - {x: 0.080311015, y: -0.34689024, z: -0.35102323}
+ - {x: 0.040543146, y: -0.307821, z: -0.39192152}
+ - {x: 0.10651143, y: -0.28562585, z: -0.3963246}
+ - {x: 0.040543146, y: -0.307821, z: -0.39192152}
+ - {x: 0, y: -0.26286554, z: -0.4253254}
+ - {x: 0.065600194, y: -0.24222082, z: -0.43246466}
+ - {x: 0.040543146, y: -0.307821, z: -0.39192152}
+ - {x: 0.065600194, y: -0.24222082, z: -0.43246466}
+ - {x: 0.10651143, y: -0.28562585, z: -0.3963246}
+ - {x: 0.10651143, y: -0.28562585, z: -0.3963246}
+ - {x: 0.065600194, y: -0.24222082, z: -0.43246466}
+ - {x: 0.12994596, y: -0.21694428, z: -0.43133423}
+ - {x: 0.080311015, y: -0.34689024, z: -0.35102323}
+ - {x: 0.10651143, y: -0.28562585, z: -0.3963246}
+ - {x: 0.14800228, y: -0.32370597, z: -0.35115492}
+ - {x: 0.10651143, y: -0.28562585, z: -0.3963246}
+ - {x: 0.12994596, y: -0.21694428, z: -0.43133423}
+ - {x: 0.1730765, y: -0.2580608, z: -0.39172584}
+ - {x: 0.10651143, y: -0.28562585, z: -0.3963246}
+ - {x: 0.1730765, y: -0.2580608, z: -0.39172584}
+ - {x: 0.14800228, y: -0.32370597, z: -0.35115492}
+ - {x: 0.14800228, y: -0.32370597, z: -0.35115492}
+ - {x: 0.1730765, y: -0.2580608, z: -0.39172584}
+ - {x: 0.2126627, y: -0.29389265, z: -0.34409547}
+ - {x: 0.2126627, y: -0.29389265, z: -0.34409547}
+ - {x: 0.1730765, y: -0.2580608, z: -0.39172584}
+ - {x: 0.23421493, y: -0.22699527, z: -0.3789677}
+ - {x: 0.1730765, y: -0.2580608, z: -0.39172584}
+ - {x: 0.12994596, y: -0.21694428, z: -0.43133423}
+ - {x: 0.19180687, y: -0.18751927, z: -0.42195573}
+ - {x: 0.1730765, y: -0.2580608, z: -0.39172584}
+ - {x: 0.19180687, y: -0.18751927, z: -0.42195573}
+ - {x: 0.23421493, y: -0.22699527, z: -0.3789677}
+ - {x: 0.23421493, y: -0.22699527, z: -0.3789677}
+ - {x: 0.19180687, y: -0.18751927, z: -0.42195573}
+ - {x: 0.25, y: -0.15450849, z: -0.4045085}
+ - {x: 0.15450849, y: -0.4045085, z: -0.25}
+ - {x: 0.185874, y: -0.35355338, z: -0.30075046}
+ - {x: 0.22699527, y: -0.3789677, z: -0.23421493}
+ - {x: 0.185874, y: -0.35355338, z: -0.30075046}
+ - {x: 0.2126627, y: -0.29389265, z: -0.34409547}
+ - {x: 0.25668773, y: -0.3232889, z: -0.2821271}
+ - {x: 0.185874, y: -0.35355338, z: -0.30075046}
+ - {x: 0.25668773, y: -0.3232889, z: -0.2821271}
+ - {x: 0.22699527, y: -0.3789677, z: -0.23421493}
+ - {x: 0.22699527, y: -0.3789677, z: -0.23421493}
+ - {x: 0.25668773, y: -0.3232889, z: -0.2821271}
+ - {x: 0.29389265, y: -0.34409547, z: -0.2126627}
+ - {x: 0.2126627, y: -0.29389265, z: -0.34409547}
+ - {x: 0.23421493, y: -0.22699527, z: -0.3789677}
+ - {x: 0.2821271, y: -0.25668773, z: -0.3232889}
+ - {x: 0.23421493, y: -0.22699527, z: -0.3789677}
+ - {x: 0.25, y: -0.15450849, z: -0.4045085}
+ - {x: 0.30075046, y: -0.185874, z: -0.35355338}
+ - {x: 0.23421493, y: -0.22699527, z: -0.3789677}
+ - {x: 0.30075046, y: -0.185874, z: -0.35355338}
+ - {x: 0.2821271, y: -0.25668773, z: -0.3232889}
+ - {x: 0.2821271, y: -0.25668773, z: -0.3232889}
+ - {x: 0.30075046, y: -0.185874, z: -0.35355338}
+ - {x: 0.34409547, y: -0.2126627, z: -0.29389265}
+ - {x: 0.2126627, y: -0.29389265, z: -0.34409547}
+ - {x: 0.2821271, y: -0.25668773, z: -0.3232889}
+ - {x: 0.25668773, y: -0.3232889, z: -0.2821271}
+ - {x: 0.2821271, y: -0.25668773, z: -0.3232889}
+ - {x: 0.34409547, y: -0.2126627, z: -0.29389265}
+ - {x: 0.3232889, y: -0.2821271, z: -0.25668773}
+ - {x: 0.2821271, y: -0.25668773, z: -0.3232889}
+ - {x: 0.3232889, y: -0.2821271, z: -0.25668773}
+ - {x: 0.25668773, y: -0.3232889, z: -0.2821271}
+ - {x: 0.25668773, y: -0.3232889, z: -0.2821271}
+ - {x: 0.3232889, y: -0.2821271, z: -0.25668773}
+ - {x: 0.29389265, y: -0.34409547, z: -0.2126627}
+ - {x: 0.29389265, y: -0.34409547, z: -0.2126627}
+ - {x: 0.3232889, y: -0.2821271, z: -0.25668773}
+ - {x: 0.35355338, y: -0.30075046, z: -0.185874}
+ - {x: 0.3232889, y: -0.2821271, z: -0.25668773}
+ - {x: 0.34409547, y: -0.2126627, z: -0.29389265}
+ - {x: 0.3789677, y: -0.23421493, z: -0.22699527}
+ - {x: 0.3232889, y: -0.2821271, z: -0.25668773}
+ - {x: 0.3789677, y: -0.23421493, z: -0.22699527}
+ - {x: 0.35355338, y: -0.30075046, z: -0.185874}
+ - {x: 0.35355338, y: -0.30075046, z: -0.185874}
+ - {x: 0.3789677, y: -0.23421493, z: -0.22699527}
+ - {x: 0.4045085, y: -0.25, z: -0.15450849}
+ - {x: 0.4045085, y: -0.25, z: -0.15450849}
+ - {x: 0.3789677, y: -0.23421493, z: -0.22699527}
+ - {x: 0.42195573, y: -0.19180687, z: -0.18751927}
+ - {x: 0.3789677, y: -0.23421493, z: -0.22699527}
+ - {x: 0.34409547, y: -0.2126627, z: -0.29389265}
+ - {x: 0.39172584, y: -0.1730765, z: -0.2580608}
+ - {x: 0.3789677, y: -0.23421493, z: -0.22699527}
+ - {x: 0.39172584, y: -0.1730765, z: -0.2580608}
+ - {x: 0.42195573, y: -0.19180687, z: -0.18751927}
+ - {x: 0.42195573, y: -0.19180687, z: -0.18751927}
+ - {x: 0.39172584, y: -0.1730765, z: -0.2580608}
+ - {x: 0.43133423, y: -0.12994596, z: -0.21694428}
+ - {x: 0.34409547, y: -0.2126627, z: -0.29389265}
+ - {x: 0.30075046, y: -0.185874, z: -0.35355338}
+ - {x: 0.35115492, y: -0.14800228, z: -0.32370597}
+ - {x: 0.30075046, y: -0.185874, z: -0.35355338}
+ - {x: 0.25, y: -0.15450849, z: -0.4045085}
+ - {x: 0.30341256, y: -0.118543155, z: -0.37932616}
+ - {x: 0.30075046, y: -0.185874, z: -0.35355338}
+ - {x: 0.30341256, y: -0.118543155, z: -0.37932616}
+ - {x: 0.35115492, y: -0.14800228, z: -0.32370597}
+ - {x: 0.35115492, y: -0.14800228, z: -0.32370597}
+ - {x: 0.30341256, y: -0.118543155, z: -0.37932616}
+ - {x: 0.35102323, y: -0.080311015, z: -0.34689024}
+ - {x: 0.34409547, y: -0.2126627, z: -0.29389265}
+ - {x: 0.35115492, y: -0.14800228, z: -0.32370597}
+ - {x: 0.39172584, y: -0.1730765, z: -0.2580608}
+ - {x: 0.35115492, y: -0.14800228, z: -0.32370597}
+ - {x: 0.35102323, y: -0.080311015, z: -0.34689024}
+ - {x: 0.3963246, y: -0.10651143, z: -0.28562585}
+ - {x: 0.35115492, y: -0.14800228, z: -0.32370597}
+ - {x: 0.3963246, y: -0.10651143, z: -0.28562585}
+ - {x: 0.39172584, y: -0.1730765, z: -0.2580608}
+ - {x: 0.39172584, y: -0.1730765, z: -0.2580608}
+ - {x: 0.3963246, y: -0.10651143, z: -0.28562585}
+ - {x: 0.43133423, y: -0.12994596, z: -0.21694428}
+ - {x: 0.43133423, y: -0.12994596, z: -0.21694428}
+ - {x: 0.3963246, y: -0.10651143, z: -0.28562585}
+ - {x: 0.43246466, y: -0.065600194, z: -0.24222082}
+ - {x: 0.3963246, y: -0.10651143, z: -0.28562585}
+ - {x: 0.35102323, y: -0.080311015, z: -0.34689024}
+ - {x: 0.39192152, y: -0.040543146, z: -0.307821}
+ - {x: 0.3963246, y: -0.10651143, z: -0.28562585}
+ - {x: 0.39192152, y: -0.040543146, z: -0.307821}
+ - {x: 0.43246466, y: -0.065600194, z: -0.24222082}
+ - {x: 0.43246466, y: -0.065600194, z: -0.24222082}
+ - {x: 0.39192152, y: -0.040543146, z: -0.307821}
+ - {x: 0.4253254, y: 0, z: -0.26286554}
+ - {x: 0.26286554, y: -0.4253254, z: 0}
+ - {x: 0.307821, y: -0.39192152, z: -0.040543146}
+ - {x: 0.307821, y: -0.39192152, z: 0.040543146}
+ - {x: 0.307821, y: -0.39192152, z: -0.040543146}
+ - {x: 0.34689024, y: -0.35102323, z: -0.080311015}
+ - {x: 0.3514535, y: -0.35564086, z: 0}
+ - {x: 0.307821, y: -0.39192152, z: -0.040543146}
+ - {x: 0.3514535, y: -0.35564086, z: 0}
+ - {x: 0.307821, y: -0.39192152, z: 0.040543146}
+ - {x: 0.307821, y: -0.39192152, z: 0.040543146}
+ - {x: 0.3514535, y: -0.35564086, z: 0}
+ - {x: 0.34689024, y: -0.35102323, z: 0.080311015}
+ - {x: 0.34689024, y: -0.35102323, z: -0.080311015}
+ - {x: 0.37932616, y: -0.30341256, z: -0.118543155}
+ - {x: 0.39010218, y: -0.31011978, z: -0.040570926}
+ - {x: 0.37932616, y: -0.30341256, z: -0.118543155}
+ - {x: 0.4045085, y: -0.25, z: -0.15450849}
+ - {x: 0.42008895, y: -0.25962925, z: -0.07821723}
+ - {x: 0.37932616, y: -0.30341256, z: -0.118543155}
+ - {x: 0.42008895, y: -0.25962925, z: -0.07821723}
+ - {x: 0.39010218, y: -0.31011978, z: -0.040570926}
+ - {x: 0.39010218, y: -0.31011978, z: -0.040570926}
+ - {x: 0.42008895, y: -0.25962925, z: -0.07821723}
+ - {x: 0.4253254, y: -0.26286554, z: 0}
+ - {x: 0.34689024, y: -0.35102323, z: -0.080311015}
+ - {x: 0.39010218, y: -0.31011978, z: -0.040570926}
+ - {x: 0.3514535, y: -0.35564086, z: 0}
+ - {x: 0.39010218, y: -0.31011978, z: -0.040570926}
+ - {x: 0.4253254, y: -0.26286554, z: 0}
+ - {x: 0.39010218, y: -0.31011978, z: 0.040570926}
+ - {x: 0.39010218, y: -0.31011978, z: -0.040570926}
+ - {x: 0.39010218, y: -0.31011978, z: 0.040570926}
+ - {x: 0.3514535, y: -0.35564086, z: 0}
+ - {x: 0.3514535, y: -0.35564086, z: 0}
+ - {x: 0.39010218, y: -0.31011978, z: 0.040570926}
+ - {x: 0.34689024, y: -0.35102323, z: 0.080311015}
+ - {x: 0.34689024, y: -0.35102323, z: 0.080311015}
+ - {x: 0.39010218, y: -0.31011978, z: 0.040570926}
+ - {x: 0.37932616, y: -0.30341256, z: 0.118543155}
+ - {x: 0.39010218, y: -0.31011978, z: 0.040570926}
+ - {x: 0.4253254, y: -0.26286554, z: 0}
+ - {x: 0.42008895, y: -0.25962925, z: 0.07821723}
+ - {x: 0.39010218, y: -0.31011978, z: 0.040570926}
+ - {x: 0.42008895, y: -0.25962925, z: 0.07821723}
+ - {x: 0.37932616, y: -0.30341256, z: 0.118543155}
+ - {x: 0.37932616, y: -0.30341256, z: 0.118543155}
+ - {x: 0.42008895, y: -0.25962925, z: 0.07821723}
+ - {x: 0.4045085, y: -0.25, z: 0.15450849}
+ - {x: 0.4045085, y: -0.25, z: -0.15450849}
+ - {x: 0.42195573, y: -0.19180687, z: -0.18751927}
+ - {x: 0.44550326, y: -0.19309369, z: -0.11933846}
+ - {x: 0.42195573, y: -0.19180687, z: -0.18751927}
+ - {x: 0.43133423, y: -0.12994596, z: -0.21694428}
+ - {x: 0.45812207, y: -0.13204138, z: -0.15062943}
+ - {x: 0.42195573, y: -0.19180687, z: -0.18751927}
+ - {x: 0.45812207, y: -0.13204138, z: -0.15062943}
+ - {x: 0.44550326, y: -0.19309369, z: -0.11933846}
+ - {x: 0.44550326, y: -0.19309369, z: -0.11933846}
+ - {x: 0.45812207, y: -0.13204138, z: -0.15062943}
+ - {x: 0.47552827, y: -0.13143279, z: -0.081229925}
+ - {x: 0.43133423, y: -0.12994596, z: -0.21694428}
+ - {x: 0.43246466, y: -0.065600194, z: -0.24222082}
+ - {x: 0.4621523, y: -0.06582769, z: -0.1791144}
+ - {x: 0.43246466, y: -0.065600194, z: -0.24222082}
+ - {x: 0.4253254, y: 0, z: -0.26286554}
+ - {x: 0.4575217, y: 0, z: -0.20167768}
+ - {x: 0.43246466, y: -0.065600194, z: -0.24222082}
+ - {x: 0.4575217, y: 0, z: -0.20167768}
+ - {x: 0.4621523, y: -0.06582769, z: -0.1791144}
+ - {x: 0.4621523, y: -0.06582769, z: -0.1791144}
+ - {x: 0.4575217, y: 0, z: -0.20167768}
+ - {x: 0.4809692, y: 0, z: -0.13663326}
+ - {x: 0.43133423, y: -0.12994596, z: -0.21694428}
+ - {x: 0.4621523, y: -0.06582769, z: -0.1791144}
+ - {x: 0.45812207, y: -0.13204138, z: -0.15062943}
+ - {x: 0.4621523, y: -0.06582769, z: -0.1791144}
+ - {x: 0.4809692, y: 0, z: -0.13663326}
+ - {x: 0.48319632, y: -0.066396244, z: -0.110058516}
+ - {x: 0.4621523, y: -0.06582769, z: -0.1791144}
+ - {x: 0.48319632, y: -0.066396244, z: -0.110058516}
+ - {x: 0.45812207, y: -0.13204138, z: -0.15062943}
+ - {x: 0.45812207, y: -0.13204138, z: -0.15062943}
+ - {x: 0.48319632, y: -0.066396244, z: -0.110058516}
+ - {x: 0.47552827, y: -0.13143279, z: -0.081229925}
+ - {x: 0.47552827, y: -0.13143279, z: -0.081229925}
+ - {x: 0.48319632, y: -0.066396244, z: -0.110058516}
+ - {x: 0.49384418, y: -0.06653556, z: -0.041121233}
+ - {x: 0.48319632, y: -0.066396244, z: -0.110058516}
+ - {x: 0.4809692, y: 0, z: -0.13663326}
+ - {x: 0.49521944, y: 0, z: -0.06897612}
+ - {x: 0.48319632, y: -0.066396244, z: -0.110058516}
+ - {x: 0.49521944, y: 0, z: -0.06897612}
+ - {x: 0.49384418, y: -0.06653556, z: -0.041121233}
+ - {x: 0.49384418, y: -0.06653556, z: -0.041121233}
+ - {x: 0.49521944, y: 0, z: -0.06897612}
+ - {x: 0.5, y: 0, z: 0}
+ - {x: 0.4045085, y: -0.25, z: -0.15450849}
+ - {x: 0.44550326, y: -0.19309369, z: -0.11933846}
+ - {x: 0.42008895, y: -0.25962925, z: -0.07821723}
+ - {x: 0.44550326, y: -0.19309369, z: -0.11933846}
+ - {x: 0.47552827, y: -0.13143279, z: -0.081229925}
+ - {x: 0.45649123, y: -0.19980352, z: -0.04116179}
+ - {x: 0.44550326, y: -0.19309369, z: -0.11933846}
+ - {x: 0.45649123, y: -0.19980352, z: -0.04116179}
+ - {x: 0.42008895, y: -0.25962925, z: -0.07821723}
+ - {x: 0.42008895, y: -0.25962925, z: -0.07821723}
+ - {x: 0.45649123, y: -0.19980352, z: -0.04116179}
+ - {x: 0.4253254, y: -0.26286554, z: 0}
+ - {x: 0.47552827, y: -0.13143279, z: -0.081229925}
+ - {x: 0.49384418, y: -0.06653556, z: -0.041121233}
+ - {x: 0.4819306, y: -0.13320236, z: 0}
+ - {x: 0.49384418, y: -0.06653556, z: -0.041121233}
+ - {x: 0.5, y: 0, z: 0}
+ - {x: 0.49384418, y: -0.06653556, z: 0.041121233}
+ - {x: 0.49384418, y: -0.06653556, z: -0.041121233}
+ - {x: 0.49384418, y: -0.06653556, z: 0.041121233}
+ - {x: 0.4819306, y: -0.13320236, z: 0}
+ - {x: 0.4819306, y: -0.13320236, z: 0}
+ - {x: 0.49384418, y: -0.06653556, z: 0.041121233}
+ - {x: 0.47552827, y: -0.13143279, z: 0.081229925}
+ - {x: 0.47552827, y: -0.13143279, z: -0.081229925}
+ - {x: 0.4819306, y: -0.13320236, z: 0}
+ - {x: 0.45649123, y: -0.19980352, z: -0.04116179}
+ - {x: 0.4819306, y: -0.13320236, z: 0}
+ - {x: 0.47552827, y: -0.13143279, z: 0.081229925}
+ - {x: 0.45649123, y: -0.19980352, z: 0.04116179}
+ - {x: 0.4819306, y: -0.13320236, z: 0}
+ - {x: 0.45649123, y: -0.19980352, z: 0.04116179}
+ - {x: 0.45649123, y: -0.19980352, z: -0.04116179}
+ - {x: 0.45649123, y: -0.19980352, z: -0.04116179}
+ - {x: 0.45649123, y: -0.19980352, z: 0.04116179}
+ - {x: 0.4253254, y: -0.26286554, z: 0}
+ - {x: 0.4253254, y: -0.26286554, z: 0}
+ - {x: 0.45649123, y: -0.19980352, z: 0.04116179}
+ - {x: 0.42008895, y: -0.25962925, z: 0.07821723}
+ - {x: 0.45649123, y: -0.19980352, z: 0.04116179}
+ - {x: 0.47552827, y: -0.13143279, z: 0.081229925}
+ - {x: 0.44550326, y: -0.19309369, z: 0.11933846}
+ - {x: 0.45649123, y: -0.19980352, z: 0.04116179}
+ - {x: 0.44550326, y: -0.19309369, z: 0.11933846}
+ - {x: 0.42008895, y: -0.25962925, z: 0.07821723}
+ - {x: 0.42008895, y: -0.25962925, z: 0.07821723}
+ - {x: 0.44550326, y: -0.19309369, z: 0.11933846}
+ - {x: 0.4045085, y: -0.25, z: 0.15450849}
+ - {x: 0.4045085, y: -0.25, z: 0.15450849}
+ - {x: 0.44550326, y: -0.19309369, z: 0.11933846}
+ - {x: 0.42195573, y: -0.19180687, z: 0.18751927}
+ - {x: 0.44550326, y: -0.19309369, z: 0.11933846}
+ - {x: 0.47552827, y: -0.13143279, z: 0.081229925}
+ - {x: 0.45812207, y: -0.13204138, z: 0.15062943}
+ - {x: 0.44550326, y: -0.19309369, z: 0.11933846}
+ - {x: 0.45812207, y: -0.13204138, z: 0.15062943}
+ - {x: 0.42195573, y: -0.19180687, z: 0.18751927}
+ - {x: 0.42195573, y: -0.19180687, z: 0.18751927}
+ - {x: 0.45812207, y: -0.13204138, z: 0.15062943}
+ - {x: 0.43133423, y: -0.12994596, z: 0.21694428}
+ - {x: 0.47552827, y: -0.13143279, z: 0.081229925}
+ - {x: 0.49384418, y: -0.06653556, z: 0.041121233}
+ - {x: 0.48319632, y: -0.066396244, z: 0.110058516}
+ - {x: 0.49384418, y: -0.06653556, z: 0.041121233}
+ - {x: 0.5, y: 0, z: 0}
+ - {x: 0.49521944, y: 0, z: 0.06897612}
+ - {x: 0.49384418, y: -0.06653556, z: 0.041121233}
+ - {x: 0.49521944, y: 0, z: 0.06897612}
+ - {x: 0.48319632, y: -0.066396244, z: 0.110058516}
+ - {x: 0.48319632, y: -0.066396244, z: 0.110058516}
+ - {x: 0.49521944, y: 0, z: 0.06897612}
+ - {x: 0.4809692, y: 0, z: 0.13663326}
+ - {x: 0.47552827, y: -0.13143279, z: 0.081229925}
+ - {x: 0.48319632, y: -0.066396244, z: 0.110058516}
+ - {x: 0.45812207, y: -0.13204138, z: 0.15062943}
+ - {x: 0.48319632, y: -0.066396244, z: 0.110058516}
+ - {x: 0.4809692, y: 0, z: 0.13663326}
+ - {x: 0.4621523, y: -0.06582769, z: 0.1791144}
+ - {x: 0.48319632, y: -0.066396244, z: 0.110058516}
+ - {x: 0.4621523, y: -0.06582769, z: 0.1791144}
+ - {x: 0.45812207, y: -0.13204138, z: 0.15062943}
+ - {x: 0.45812207, y: -0.13204138, z: 0.15062943}
+ - {x: 0.4621523, y: -0.06582769, z: 0.1791144}
+ - {x: 0.43133423, y: -0.12994596, z: 0.21694428}
+ - {x: 0.43133423, y: -0.12994596, z: 0.21694428}
+ - {x: 0.4621523, y: -0.06582769, z: 0.1791144}
+ - {x: 0.43246466, y: -0.065600194, z: 0.24222082}
+ - {x: 0.4621523, y: -0.06582769, z: 0.1791144}
+ - {x: 0.4809692, y: 0, z: 0.13663326}
+ - {x: 0.4575217, y: 0, z: 0.20167768}
+ - {x: 0.4621523, y: -0.06582769, z: 0.1791144}
+ - {x: 0.4575217, y: 0, z: 0.20167768}
+ - {x: 0.43246466, y: -0.065600194, z: 0.24222082}
+ - {x: 0.43246466, y: -0.065600194, z: 0.24222082}
+ - {x: 0.4575217, y: 0, z: 0.20167768}
+ - {x: 0.4253254, y: 0, z: 0.26286554}
+ - {x: 0, y: -0.26286554, z: 0.4253254}
+ - {x: 0.065600194, y: -0.24222082, z: 0.43246466}
+ - {x: 0, y: -0.20167768, z: 0.4575217}
+ - {x: 0.065600194, y: -0.24222082, z: 0.43246466}
+ - {x: 0.12994596, y: -0.21694428, z: 0.43133423}
+ - {x: 0.06582769, y: -0.1791144, z: 0.4621523}
+ - {x: 0.065600194, y: -0.24222082, z: 0.43246466}
+ - {x: 0.06582769, y: -0.1791144, z: 0.4621523}
+ - {x: 0, y: -0.20167768, z: 0.4575217}
+ - {x: 0, y: -0.20167768, z: 0.4575217}
+ - {x: 0.06582769, y: -0.1791144, z: 0.4621523}
+ - {x: 0, y: -0.13663326, z: 0.4809692}
+ - {x: 0.12994596, y: -0.21694428, z: 0.43133423}
+ - {x: 0.19180687, y: -0.18751927, z: 0.42195573}
+ - {x: 0.13204138, y: -0.15062943, z: 0.45812207}
+ - {x: 0.19180687, y: -0.18751927, z: 0.42195573}
+ - {x: 0.25, y: -0.15450849, z: 0.4045085}
+ - {x: 0.19309369, y: -0.11933846, z: 0.44550326}
+ - {x: 0.19180687, y: -0.18751927, z: 0.42195573}
+ - {x: 0.19309369, y: -0.11933846, z: 0.44550326}
+ - {x: 0.13204138, y: -0.15062943, z: 0.45812207}
+ - {x: 0.13204138, y: -0.15062943, z: 0.45812207}
+ - {x: 0.19309369, y: -0.11933846, z: 0.44550326}
+ - {x: 0.13143279, y: -0.081229925, z: 0.47552827}
+ - {x: 0.12994596, y: -0.21694428, z: 0.43133423}
+ - {x: 0.13204138, y: -0.15062943, z: 0.45812207}
+ - {x: 0.06582769, y: -0.1791144, z: 0.4621523}
+ - {x: 0.13204138, y: -0.15062943, z: 0.45812207}
+ - {x: 0.13143279, y: -0.081229925, z: 0.47552827}
+ - {x: 0.066396244, y: -0.110058516, z: 0.48319632}
+ - {x: 0.13204138, y: -0.15062943, z: 0.45812207}
+ - {x: 0.066396244, y: -0.110058516, z: 0.48319632}
+ - {x: 0.06582769, y: -0.1791144, z: 0.4621523}
+ - {x: 0.06582769, y: -0.1791144, z: 0.4621523}
+ - {x: 0.066396244, y: -0.110058516, z: 0.48319632}
+ - {x: 0, y: -0.13663326, z: 0.4809692}
+ - {x: 0, y: -0.13663326, z: 0.4809692}
+ - {x: 0.066396244, y: -0.110058516, z: 0.48319632}
+ - {x: 0, y: -0.06897612, z: 0.49521944}
+ - {x: 0.066396244, y: -0.110058516, z: 0.48319632}
+ - {x: 0.13143279, y: -0.081229925, z: 0.47552827}
+ - {x: 0.06653556, y: -0.041121233, z: 0.49384418}
+ - {x: 0.066396244, y: -0.110058516, z: 0.48319632}
+ - {x: 0.06653556, y: -0.041121233, z: 0.49384418}
+ - {x: 0, y: -0.06897612, z: 0.49521944}
+ - {x: 0, y: -0.06897612, z: 0.49521944}
+ - {x: 0.06653556, y: -0.041121233, z: 0.49384418}
+ - {x: 0, y: 0, z: 0.5}
+ - {x: 0.25, y: -0.15450849, z: 0.4045085}
+ - {x: 0.30341256, y: -0.118543155, z: 0.37932616}
+ - {x: 0.25962925, y: -0.07821723, z: 0.42008895}
+ - {x: 0.30341256, y: -0.118543155, z: 0.37932616}
+ - {x: 0.35102323, y: -0.080311015, z: 0.34689024}
+ - {x: 0.31011978, y: -0.040570926, z: 0.39010218}
+ - {x: 0.30341256, y: -0.118543155, z: 0.37932616}
+ - {x: 0.31011978, y: -0.040570926, z: 0.39010218}
+ - {x: 0.25962925, y: -0.07821723, z: 0.42008895}
+ - {x: 0.25962925, y: -0.07821723, z: 0.42008895}
+ - {x: 0.31011978, y: -0.040570926, z: 0.39010218}
+ - {x: 0.26286554, y: 0, z: 0.4253254}
+ - {x: 0.35102323, y: -0.080311015, z: 0.34689024}
+ - {x: 0.39192152, y: -0.040543146, z: 0.307821}
+ - {x: 0.35564086, y: 0, z: 0.3514535}
+ - {x: 0.39192152, y: -0.040543146, z: 0.307821}
+ - {x: 0.4253254, y: 0, z: 0.26286554}
+ - {x: 0.39192152, y: 0.040543146, z: 0.307821}
+ - {x: 0.39192152, y: -0.040543146, z: 0.307821}
+ - {x: 0.39192152, y: 0.040543146, z: 0.307821}
+ - {x: 0.35564086, y: 0, z: 0.3514535}
+ - {x: 0.35564086, y: 0, z: 0.3514535}
+ - {x: 0.39192152, y: 0.040543146, z: 0.307821}
+ - {x: 0.35102323, y: 0.080311015, z: 0.34689024}
+ - {x: 0.35102323, y: -0.080311015, z: 0.34689024}
+ - {x: 0.35564086, y: 0, z: 0.3514535}
+ - {x: 0.31011978, y: -0.040570926, z: 0.39010218}
+ - {x: 0.35564086, y: 0, z: 0.3514535}
+ - {x: 0.35102323, y: 0.080311015, z: 0.34689024}
+ - {x: 0.31011978, y: 0.040570926, z: 0.39010218}
+ - {x: 0.35564086, y: 0, z: 0.3514535}
+ - {x: 0.31011978, y: 0.040570926, z: 0.39010218}
+ - {x: 0.31011978, y: -0.040570926, z: 0.39010218}
+ - {x: 0.31011978, y: -0.040570926, z: 0.39010218}
+ - {x: 0.31011978, y: 0.040570926, z: 0.39010218}
+ - {x: 0.26286554, y: 0, z: 0.4253254}
+ - {x: 0.26286554, y: 0, z: 0.4253254}
+ - {x: 0.31011978, y: 0.040570926, z: 0.39010218}
+ - {x: 0.25962925, y: 0.07821723, z: 0.42008895}
+ - {x: 0.31011978, y: 0.040570926, z: 0.39010218}
+ - {x: 0.35102323, y: 0.080311015, z: 0.34689024}
+ - {x: 0.30341256, y: 0.118543155, z: 0.37932616}
+ - {x: 0.31011978, y: 0.040570926, z: 0.39010218}
+ - {x: 0.30341256, y: 0.118543155, z: 0.37932616}
+ - {x: 0.25962925, y: 0.07821723, z: 0.42008895}
+ - {x: 0.25962925, y: 0.07821723, z: 0.42008895}
+ - {x: 0.30341256, y: 0.118543155, z: 0.37932616}
+ - {x: 0.25, y: 0.15450849, z: 0.4045085}
+ - {x: 0.25, y: -0.15450849, z: 0.4045085}
+ - {x: 0.25962925, y: -0.07821723, z: 0.42008895}
+ - {x: 0.19309369, y: -0.11933846, z: 0.44550326}
+ - {x: 0.25962925, y: -0.07821723, z: 0.42008895}
+ - {x: 0.26286554, y: 0, z: 0.4253254}
+ - {x: 0.19980352, y: -0.04116179, z: 0.45649123}
+ - {x: 0.25962925, y: -0.07821723, z: 0.42008895}
+ - {x: 0.19980352, y: -0.04116179, z: 0.45649123}
+ - {x: 0.19309369, y: -0.11933846, z: 0.44550326}
+ - {x: 0.19309369, y: -0.11933846, z: 0.44550326}
+ - {x: 0.19980352, y: -0.04116179, z: 0.45649123}
+ - {x: 0.13143279, y: -0.081229925, z: 0.47552827}
+ - {x: 0.26286554, y: 0, z: 0.4253254}
+ - {x: 0.25962925, y: 0.07821723, z: 0.42008895}
+ - {x: 0.19980352, y: 0.04116179, z: 0.45649123}
+ - {x: 0.25962925, y: 0.07821723, z: 0.42008895}
+ - {x: 0.25, y: 0.15450849, z: 0.4045085}
+ - {x: 0.19309369, y: 0.11933846, z: 0.44550326}
+ - {x: 0.25962925, y: 0.07821723, z: 0.42008895}
+ - {x: 0.19309369, y: 0.11933846, z: 0.44550326}
+ - {x: 0.19980352, y: 0.04116179, z: 0.45649123}
+ - {x: 0.19980352, y: 0.04116179, z: 0.45649123}
+ - {x: 0.19309369, y: 0.11933846, z: 0.44550326}
+ - {x: 0.13143279, y: 0.081229925, z: 0.47552827}
+ - {x: 0.26286554, y: 0, z: 0.4253254}
+ - {x: 0.19980352, y: 0.04116179, z: 0.45649123}
+ - {x: 0.19980352, y: -0.04116179, z: 0.45649123}
+ - {x: 0.19980352, y: 0.04116179, z: 0.45649123}
+ - {x: 0.13143279, y: 0.081229925, z: 0.47552827}
+ - {x: 0.13320236, y: 0, z: 0.4819306}
+ - {x: 0.19980352, y: 0.04116179, z: 0.45649123}
+ - {x: 0.13320236, y: 0, z: 0.4819306}
+ - {x: 0.19980352, y: -0.04116179, z: 0.45649123}
+ - {x: 0.19980352, y: -0.04116179, z: 0.45649123}
+ - {x: 0.13320236, y: 0, z: 0.4819306}
+ - {x: 0.13143279, y: -0.081229925, z: 0.47552827}
+ - {x: 0.13143279, y: -0.081229925, z: 0.47552827}
+ - {x: 0.13320236, y: 0, z: 0.4819306}
+ - {x: 0.06653556, y: -0.041121233, z: 0.49384418}
+ - {x: 0.13320236, y: 0, z: 0.4819306}
+ - {x: 0.13143279, y: 0.081229925, z: 0.47552827}
+ - {x: 0.06653556, y: 0.041121233, z: 0.49384418}
+ - {x: 0.13320236, y: 0, z: 0.4819306}
+ - {x: 0.06653556, y: 0.041121233, z: 0.49384418}
+ - {x: 0.06653556, y: -0.041121233, z: 0.49384418}
+ - {x: 0.06653556, y: -0.041121233, z: 0.49384418}
+ - {x: 0.06653556, y: 0.041121233, z: 0.49384418}
+ - {x: 0, y: 0, z: 0.5}
+ - {x: 0, y: 0, z: 0.5}
+ - {x: 0.06653556, y: 0.041121233, z: 0.49384418}
+ - {x: 0, y: 0.06897612, z: 0.49521944}
+ - {x: 0.06653556, y: 0.041121233, z: 0.49384418}
+ - {x: 0.13143279, y: 0.081229925, z: 0.47552827}
+ - {x: 0.066396244, y: 0.110058516, z: 0.48319632}
+ - {x: 0.06653556, y: 0.041121233, z: 0.49384418}
+ - {x: 0.066396244, y: 0.110058516, z: 0.48319632}
+ - {x: 0, y: 0.06897612, z: 0.49521944}
+ - {x: 0, y: 0.06897612, z: 0.49521944}
+ - {x: 0.066396244, y: 0.110058516, z: 0.48319632}
+ - {x: 0, y: 0.13663326, z: 0.4809692}
+ - {x: 0.13143279, y: 0.081229925, z: 0.47552827}
+ - {x: 0.19309369, y: 0.11933846, z: 0.44550326}
+ - {x: 0.13204138, y: 0.15062943, z: 0.45812207}
+ - {x: 0.19309369, y: 0.11933846, z: 0.44550326}
+ - {x: 0.25, y: 0.15450849, z: 0.4045085}
+ - {x: 0.19180687, y: 0.18751927, z: 0.42195573}
+ - {x: 0.19309369, y: 0.11933846, z: 0.44550326}
+ - {x: 0.19180687, y: 0.18751927, z: 0.42195573}
+ - {x: 0.13204138, y: 0.15062943, z: 0.45812207}
+ - {x: 0.13204138, y: 0.15062943, z: 0.45812207}
+ - {x: 0.19180687, y: 0.18751927, z: 0.42195573}
+ - {x: 0.12994596, y: 0.21694428, z: 0.43133423}
+ - {x: 0.13143279, y: 0.081229925, z: 0.47552827}
+ - {x: 0.13204138, y: 0.15062943, z: 0.45812207}
+ - {x: 0.066396244, y: 0.110058516, z: 0.48319632}
+ - {x: 0.13204138, y: 0.15062943, z: 0.45812207}
+ - {x: 0.12994596, y: 0.21694428, z: 0.43133423}
+ - {x: 0.06582769, y: 0.1791144, z: 0.4621523}
+ - {x: 0.13204138, y: 0.15062943, z: 0.45812207}
+ - {x: 0.06582769, y: 0.1791144, z: 0.4621523}
+ - {x: 0.066396244, y: 0.110058516, z: 0.48319632}
+ - {x: 0.066396244, y: 0.110058516, z: 0.48319632}
+ - {x: 0.06582769, y: 0.1791144, z: 0.4621523}
+ - {x: 0, y: 0.13663326, z: 0.4809692}
+ - {x: 0, y: 0.13663326, z: 0.4809692}
+ - {x: 0.06582769, y: 0.1791144, z: 0.4621523}
+ - {x: 0, y: 0.20167768, z: 0.4575217}
+ - {x: 0.06582769, y: 0.1791144, z: 0.4621523}
+ - {x: 0.12994596, y: 0.21694428, z: 0.43133423}
+ - {x: 0.065600194, y: 0.24222082, z: 0.43246466}
+ - {x: 0.06582769, y: 0.1791144, z: 0.4621523}
+ - {x: 0.065600194, y: 0.24222082, z: 0.43246466}
+ - {x: 0, y: 0.20167768, z: 0.4575217}
+ - {x: 0, y: 0.20167768, z: 0.4575217}
+ - {x: 0.065600194, y: 0.24222082, z: 0.43246466}
+ - {x: 0, y: 0.26286554, z: 0.4253254}
+ - {x: -0.26286554, y: -0.4253254, z: 0}
+ - {x: -0.24222082, y: -0.43246466, z: 0.065600194}
+ - {x: -0.307821, y: -0.39192152, z: 0.040543146}
+ - {x: -0.24222082, y: -0.43246466, z: 0.065600194}
+ - {x: -0.21694428, y: -0.43133423, z: 0.12994596}
+ - {x: -0.28562585, y: -0.3963246, z: 0.10651143}
+ - {x: -0.24222082, y: -0.43246466, z: 0.065600194}
+ - {x: -0.28562585, y: -0.3963246, z: 0.10651143}
+ - {x: -0.307821, y: -0.39192152, z: 0.040543146}
+ - {x: -0.307821, y: -0.39192152, z: 0.040543146}
+ - {x: -0.28562585, y: -0.3963246, z: 0.10651143}
+ - {x: -0.34689024, y: -0.35102323, z: 0.080311015}
+ - {x: -0.21694428, y: -0.43133423, z: 0.12994596}
+ - {x: -0.18751927, y: -0.42195573, z: 0.19180687}
+ - {x: -0.2580608, y: -0.39172584, z: 0.1730765}
+ - {x: -0.18751927, y: -0.42195573, z: 0.19180687}
+ - {x: -0.15450849, y: -0.4045085, z: 0.25}
+ - {x: -0.22699527, y: -0.3789677, z: 0.23421493}
+ - {x: -0.18751927, y: -0.42195573, z: 0.19180687}
+ - {x: -0.22699527, y: -0.3789677, z: 0.23421493}
+ - {x: -0.2580608, y: -0.39172584, z: 0.1730765}
+ - {x: -0.2580608, y: -0.39172584, z: 0.1730765}
+ - {x: -0.22699527, y: -0.3789677, z: 0.23421493}
+ - {x: -0.29389265, y: -0.34409547, z: 0.2126627}
+ - {x: -0.21694428, y: -0.43133423, z: 0.12994596}
+ - {x: -0.2580608, y: -0.39172584, z: 0.1730765}
+ - {x: -0.28562585, y: -0.3963246, z: 0.10651143}
+ - {x: -0.2580608, y: -0.39172584, z: 0.1730765}
+ - {x: -0.29389265, y: -0.34409547, z: 0.2126627}
+ - {x: -0.32370597, y: -0.35115492, z: 0.14800228}
+ - {x: -0.2580608, y: -0.39172584, z: 0.1730765}
+ - {x: -0.32370597, y: -0.35115492, z: 0.14800228}
+ - {x: -0.28562585, y: -0.3963246, z: 0.10651143}
+ - {x: -0.28562585, y: -0.3963246, z: 0.10651143}
+ - {x: -0.32370597, y: -0.35115492, z: 0.14800228}
+ - {x: -0.34689024, y: -0.35102323, z: 0.080311015}
+ - {x: -0.34689024, y: -0.35102323, z: 0.080311015}
+ - {x: -0.32370597, y: -0.35115492, z: 0.14800228}
+ - {x: -0.37932616, y: -0.30341256, z: 0.118543155}
+ - {x: -0.32370597, y: -0.35115492, z: 0.14800228}
+ - {x: -0.29389265, y: -0.34409547, z: 0.2126627}
+ - {x: -0.35355338, y: -0.30075046, z: 0.185874}
+ - {x: -0.32370597, y: -0.35115492, z: 0.14800228}
+ - {x: -0.35355338, y: -0.30075046, z: 0.185874}
+ - {x: -0.37932616, y: -0.30341256, z: 0.118543155}
+ - {x: -0.37932616, y: -0.30341256, z: 0.118543155}
+ - {x: -0.35355338, y: -0.30075046, z: 0.185874}
+ - {x: -0.4045085, y: -0.25, z: 0.15450849}
+ - {x: -0.15450849, y: -0.4045085, z: 0.25}
+ - {x: -0.118543155, y: -0.37932616, z: 0.30341256}
+ - {x: -0.185874, y: -0.35355338, z: 0.30075046}
+ - {x: -0.118543155, y: -0.37932616, z: 0.30341256}
+ - {x: -0.080311015, y: -0.34689024, z: 0.35102323}
+ - {x: -0.14800228, y: -0.32370597, z: 0.35115492}
+ - {x: -0.118543155, y: -0.37932616, z: 0.30341256}
+ - {x: -0.14800228, y: -0.32370597, z: 0.35115492}
+ - {x: -0.185874, y: -0.35355338, z: 0.30075046}
+ - {x: -0.185874, y: -0.35355338, z: 0.30075046}
+ - {x: -0.14800228, y: -0.32370597, z: 0.35115492}
+ - {x: -0.2126627, y: -0.29389265, z: 0.34409547}
+ - {x: -0.080311015, y: -0.34689024, z: 0.35102323}
+ - {x: -0.040543146, y: -0.307821, z: 0.39192152}
+ - {x: -0.10651143, y: -0.28562585, z: 0.3963246}
+ - {x: -0.040543146, y: -0.307821, z: 0.39192152}
+ - {x: 0, y: -0.26286554, z: 0.4253254}
+ - {x: -0.065600194, y: -0.24222082, z: 0.43246466}
+ - {x: -0.040543146, y: -0.307821, z: 0.39192152}
+ - {x: -0.065600194, y: -0.24222082, z: 0.43246466}
+ - {x: -0.10651143, y: -0.28562585, z: 0.3963246}
+ - {x: -0.10651143, y: -0.28562585, z: 0.3963246}
+ - {x: -0.065600194, y: -0.24222082, z: 0.43246466}
+ - {x: -0.12994596, y: -0.21694428, z: 0.43133423}
+ - {x: -0.080311015, y: -0.34689024, z: 0.35102323}
+ - {x: -0.10651143, y: -0.28562585, z: 0.3963246}
+ - {x: -0.14800228, y: -0.32370597, z: 0.35115492}
+ - {x: -0.10651143, y: -0.28562585, z: 0.3963246}
+ - {x: -0.12994596, y: -0.21694428, z: 0.43133423}
+ - {x: -0.1730765, y: -0.2580608, z: 0.39172584}
+ - {x: -0.10651143, y: -0.28562585, z: 0.3963246}
+ - {x: -0.1730765, y: -0.2580608, z: 0.39172584}
+ - {x: -0.14800228, y: -0.32370597, z: 0.35115492}
+ - {x: -0.14800228, y: -0.32370597, z: 0.35115492}
+ - {x: -0.1730765, y: -0.2580608, z: 0.39172584}
+ - {x: -0.2126627, y: -0.29389265, z: 0.34409547}
+ - {x: -0.2126627, y: -0.29389265, z: 0.34409547}
+ - {x: -0.1730765, y: -0.2580608, z: 0.39172584}
+ - {x: -0.23421493, y: -0.22699527, z: 0.3789677}
+ - {x: -0.1730765, y: -0.2580608, z: 0.39172584}
+ - {x: -0.12994596, y: -0.21694428, z: 0.43133423}
+ - {x: -0.19180687, y: -0.18751927, z: 0.42195573}
+ - {x: -0.1730765, y: -0.2580608, z: 0.39172584}
+ - {x: -0.19180687, y: -0.18751927, z: 0.42195573}
+ - {x: -0.23421493, y: -0.22699527, z: 0.3789677}
+ - {x: -0.23421493, y: -0.22699527, z: 0.3789677}
+ - {x: -0.19180687, y: -0.18751927, z: 0.42195573}
+ - {x: -0.25, y: -0.15450849, z: 0.4045085}
+ - {x: -0.15450849, y: -0.4045085, z: 0.25}
+ - {x: -0.185874, y: -0.35355338, z: 0.30075046}
+ - {x: -0.22699527, y: -0.3789677, z: 0.23421493}
+ - {x: -0.185874, y: -0.35355338, z: 0.30075046}
+ - {x: -0.2126627, y: -0.29389265, z: 0.34409547}
+ - {x: -0.25668773, y: -0.3232889, z: 0.2821271}
+ - {x: -0.185874, y: -0.35355338, z: 0.30075046}
+ - {x: -0.25668773, y: -0.3232889, z: 0.2821271}
+ - {x: -0.22699527, y: -0.3789677, z: 0.23421493}
+ - {x: -0.22699527, y: -0.3789677, z: 0.23421493}
+ - {x: -0.25668773, y: -0.3232889, z: 0.2821271}
+ - {x: -0.29389265, y: -0.34409547, z: 0.2126627}
+ - {x: -0.2126627, y: -0.29389265, z: 0.34409547}
+ - {x: -0.23421493, y: -0.22699527, z: 0.3789677}
+ - {x: -0.2821271, y: -0.25668773, z: 0.3232889}
+ - {x: -0.23421493, y: -0.22699527, z: 0.3789677}
+ - {x: -0.25, y: -0.15450849, z: 0.4045085}
+ - {x: -0.30075046, y: -0.185874, z: 0.35355338}
+ - {x: -0.23421493, y: -0.22699527, z: 0.3789677}
+ - {x: -0.30075046, y: -0.185874, z: 0.35355338}
+ - {x: -0.2821271, y: -0.25668773, z: 0.3232889}
+ - {x: -0.2821271, y: -0.25668773, z: 0.3232889}
+ - {x: -0.30075046, y: -0.185874, z: 0.35355338}
+ - {x: -0.34409547, y: -0.2126627, z: 0.29389265}
+ - {x: -0.2126627, y: -0.29389265, z: 0.34409547}
+ - {x: -0.2821271, y: -0.25668773, z: 0.3232889}
+ - {x: -0.25668773, y: -0.3232889, z: 0.2821271}
+ - {x: -0.2821271, y: -0.25668773, z: 0.3232889}
+ - {x: -0.34409547, y: -0.2126627, z: 0.29389265}
+ - {x: -0.3232889, y: -0.2821271, z: 0.25668773}
+ - {x: -0.2821271, y: -0.25668773, z: 0.3232889}
+ - {x: -0.3232889, y: -0.2821271, z: 0.25668773}
+ - {x: -0.25668773, y: -0.3232889, z: 0.2821271}
+ - {x: -0.25668773, y: -0.3232889, z: 0.2821271}
+ - {x: -0.3232889, y: -0.2821271, z: 0.25668773}
+ - {x: -0.29389265, y: -0.34409547, z: 0.2126627}
+ - {x: -0.29389265, y: -0.34409547, z: 0.2126627}
+ - {x: -0.3232889, y: -0.2821271, z: 0.25668773}
+ - {x: -0.35355338, y: -0.30075046, z: 0.185874}
+ - {x: -0.3232889, y: -0.2821271, z: 0.25668773}
+ - {x: -0.34409547, y: -0.2126627, z: 0.29389265}
+ - {x: -0.3789677, y: -0.23421493, z: 0.22699527}
+ - {x: -0.3232889, y: -0.2821271, z: 0.25668773}
+ - {x: -0.3789677, y: -0.23421493, z: 0.22699527}
+ - {x: -0.35355338, y: -0.30075046, z: 0.185874}
+ - {x: -0.35355338, y: -0.30075046, z: 0.185874}
+ - {x: -0.3789677, y: -0.23421493, z: 0.22699527}
+ - {x: -0.4045085, y: -0.25, z: 0.15450849}
+ - {x: -0.4045085, y: -0.25, z: 0.15450849}
+ - {x: -0.3789677, y: -0.23421493, z: 0.22699527}
+ - {x: -0.42195573, y: -0.19180687, z: 0.18751927}
+ - {x: -0.3789677, y: -0.23421493, z: 0.22699527}
+ - {x: -0.34409547, y: -0.2126627, z: 0.29389265}
+ - {x: -0.39172584, y: -0.1730765, z: 0.2580608}
+ - {x: -0.3789677, y: -0.23421493, z: 0.22699527}
+ - {x: -0.39172584, y: -0.1730765, z: 0.2580608}
+ - {x: -0.42195573, y: -0.19180687, z: 0.18751927}
+ - {x: -0.42195573, y: -0.19180687, z: 0.18751927}
+ - {x: -0.39172584, y: -0.1730765, z: 0.2580608}
+ - {x: -0.43133423, y: -0.12994596, z: 0.21694428}
+ - {x: -0.34409547, y: -0.2126627, z: 0.29389265}
+ - {x: -0.30075046, y: -0.185874, z: 0.35355338}
+ - {x: -0.35115492, y: -0.14800228, z: 0.32370597}
+ - {x: -0.30075046, y: -0.185874, z: 0.35355338}
+ - {x: -0.25, y: -0.15450849, z: 0.4045085}
+ - {x: -0.30341256, y: -0.118543155, z: 0.37932616}
+ - {x: -0.30075046, y: -0.185874, z: 0.35355338}
+ - {x: -0.30341256, y: -0.118543155, z: 0.37932616}
+ - {x: -0.35115492, y: -0.14800228, z: 0.32370597}
+ - {x: -0.35115492, y: -0.14800228, z: 0.32370597}
+ - {x: -0.30341256, y: -0.118543155, z: 0.37932616}
+ - {x: -0.35102323, y: -0.080311015, z: 0.34689024}
+ - {x: -0.34409547, y: -0.2126627, z: 0.29389265}
+ - {x: -0.35115492, y: -0.14800228, z: 0.32370597}
+ - {x: -0.39172584, y: -0.1730765, z: 0.2580608}
+ - {x: -0.35115492, y: -0.14800228, z: 0.32370597}
+ - {x: -0.35102323, y: -0.080311015, z: 0.34689024}
+ - {x: -0.3963246, y: -0.10651143, z: 0.28562585}
+ - {x: -0.35115492, y: -0.14800228, z: 0.32370597}
+ - {x: -0.3963246, y: -0.10651143, z: 0.28562585}
+ - {x: -0.39172584, y: -0.1730765, z: 0.2580608}
+ - {x: -0.39172584, y: -0.1730765, z: 0.2580608}
+ - {x: -0.3963246, y: -0.10651143, z: 0.28562585}
+ - {x: -0.43133423, y: -0.12994596, z: 0.21694428}
+ - {x: -0.43133423, y: -0.12994596, z: 0.21694428}
+ - {x: -0.3963246, y: -0.10651143, z: 0.28562585}
+ - {x: -0.43246466, y: -0.065600194, z: 0.24222082}
+ - {x: -0.3963246, y: -0.10651143, z: 0.28562585}
+ - {x: -0.35102323, y: -0.080311015, z: 0.34689024}
+ - {x: -0.39192152, y: -0.040543146, z: 0.307821}
+ - {x: -0.3963246, y: -0.10651143, z: 0.28562585}
+ - {x: -0.39192152, y: -0.040543146, z: 0.307821}
+ - {x: -0.43246466, y: -0.065600194, z: 0.24222082}
+ - {x: -0.43246466, y: -0.065600194, z: 0.24222082}
+ - {x: -0.39192152, y: -0.040543146, z: 0.307821}
+ - {x: -0.4253254, y: 0, z: 0.26286554}
+ - {x: 0, y: -0.26286554, z: -0.4253254}
+ - {x: -0.040543146, y: -0.307821, z: -0.39192152}
+ - {x: -0.065600194, y: -0.24222082, z: -0.43246466}
+ - {x: -0.040543146, y: -0.307821, z: -0.39192152}
+ - {x: -0.080311015, y: -0.34689024, z: -0.35102323}
+ - {x: -0.10651143, y: -0.28562585, z: -0.3963246}
+ - {x: -0.040543146, y: -0.307821, z: -0.39192152}
+ - {x: -0.10651143, y: -0.28562585, z: -0.3963246}
+ - {x: -0.065600194, y: -0.24222082, z: -0.43246466}
+ - {x: -0.065600194, y: -0.24222082, z: -0.43246466}
+ - {x: -0.10651143, y: -0.28562585, z: -0.3963246}
+ - {x: -0.12994596, y: -0.21694428, z: -0.43133423}
+ - {x: -0.080311015, y: -0.34689024, z: -0.35102323}
+ - {x: -0.118543155, y: -0.37932616, z: -0.30341256}
+ - {x: -0.14800228, y: -0.32370597, z: -0.35115492}
+ - {x: -0.118543155, y: -0.37932616, z: -0.30341256}
+ - {x: -0.15450849, y: -0.4045085, z: -0.25}
+ - {x: -0.185874, y: -0.35355338, z: -0.30075046}
+ - {x: -0.118543155, y: -0.37932616, z: -0.30341256}
+ - {x: -0.185874, y: -0.35355338, z: -0.30075046}
+ - {x: -0.14800228, y: -0.32370597, z: -0.35115492}
+ - {x: -0.14800228, y: -0.32370597, z: -0.35115492}
+ - {x: -0.185874, y: -0.35355338, z: -0.30075046}
+ - {x: -0.2126627, y: -0.29389265, z: -0.34409547}
+ - {x: -0.080311015, y: -0.34689024, z: -0.35102323}
+ - {x: -0.14800228, y: -0.32370597, z: -0.35115492}
+ - {x: -0.10651143, y: -0.28562585, z: -0.3963246}
+ - {x: -0.14800228, y: -0.32370597, z: -0.35115492}
+ - {x: -0.2126627, y: -0.29389265, z: -0.34409547}
+ - {x: -0.1730765, y: -0.2580608, z: -0.39172584}
+ - {x: -0.14800228, y: -0.32370597, z: -0.35115492}
+ - {x: -0.1730765, y: -0.2580608, z: -0.39172584}
+ - {x: -0.10651143, y: -0.28562585, z: -0.3963246}
+ - {x: -0.10651143, y: -0.28562585, z: -0.3963246}
+ - {x: -0.1730765, y: -0.2580608, z: -0.39172584}
+ - {x: -0.12994596, y: -0.21694428, z: -0.43133423}
+ - {x: -0.12994596, y: -0.21694428, z: -0.43133423}
+ - {x: -0.1730765, y: -0.2580608, z: -0.39172584}
+ - {x: -0.19180687, y: -0.18751927, z: -0.42195573}
+ - {x: -0.1730765, y: -0.2580608, z: -0.39172584}
+ - {x: -0.2126627, y: -0.29389265, z: -0.34409547}
+ - {x: -0.23421493, y: -0.22699527, z: -0.3789677}
+ - {x: -0.1730765, y: -0.2580608, z: -0.39172584}
+ - {x: -0.23421493, y: -0.22699527, z: -0.3789677}
+ - {x: -0.19180687, y: -0.18751927, z: -0.42195573}
+ - {x: -0.19180687, y: -0.18751927, z: -0.42195573}
+ - {x: -0.23421493, y: -0.22699527, z: -0.3789677}
+ - {x: -0.25, y: -0.15450849, z: -0.4045085}
+ - {x: -0.15450849, y: -0.4045085, z: -0.25}
+ - {x: -0.18751927, y: -0.42195573, z: -0.19180687}
+ - {x: -0.22699527, y: -0.3789677, z: -0.23421493}
+ - {x: -0.18751927, y: -0.42195573, z: -0.19180687}
+ - {x: -0.21694428, y: -0.43133423, z: -0.12994596}
+ - {x: -0.2580608, y: -0.39172584, z: -0.1730765}
+ - {x: -0.18751927, y: -0.42195573, z: -0.19180687}
+ - {x: -0.2580608, y: -0.39172584, z: -0.1730765}
+ - {x: -0.22699527, y: -0.3789677, z: -0.23421493}
+ - {x: -0.22699527, y: -0.3789677, z: -0.23421493}
+ - {x: -0.2580608, y: -0.39172584, z: -0.1730765}
+ - {x: -0.29389265, y: -0.34409547, z: -0.2126627}
+ - {x: -0.21694428, y: -0.43133423, z: -0.12994596}
+ - {x: -0.24222082, y: -0.43246466, z: -0.065600194}
+ - {x: -0.28562585, y: -0.3963246, z: -0.10651143}
+ - {x: -0.24222082, y: -0.43246466, z: -0.065600194}
+ - {x: -0.26286554, y: -0.4253254, z: 0}
+ - {x: -0.307821, y: -0.39192152, z: -0.040543146}
+ - {x: -0.24222082, y: -0.43246466, z: -0.065600194}
+ - {x: -0.307821, y: -0.39192152, z: -0.040543146}
+ - {x: -0.28562585, y: -0.3963246, z: -0.10651143}
+ - {x: -0.28562585, y: -0.3963246, z: -0.10651143}
+ - {x: -0.307821, y: -0.39192152, z: -0.040543146}
+ - {x: -0.34689024, y: -0.35102323, z: -0.080311015}
+ - {x: -0.21694428, y: -0.43133423, z: -0.12994596}
+ - {x: -0.28562585, y: -0.3963246, z: -0.10651143}
+ - {x: -0.2580608, y: -0.39172584, z: -0.1730765}
+ - {x: -0.28562585, y: -0.3963246, z: -0.10651143}
+ - {x: -0.34689024, y: -0.35102323, z: -0.080311015}
+ - {x: -0.32370597, y: -0.35115492, z: -0.14800228}
+ - {x: -0.28562585, y: -0.3963246, z: -0.10651143}
+ - {x: -0.32370597, y: -0.35115492, z: -0.14800228}
+ - {x: -0.2580608, y: -0.39172584, z: -0.1730765}
+ - {x: -0.2580608, y: -0.39172584, z: -0.1730765}
+ - {x: -0.32370597, y: -0.35115492, z: -0.14800228}
+ - {x: -0.29389265, y: -0.34409547, z: -0.2126627}
+ - {x: -0.29389265, y: -0.34409547, z: -0.2126627}
+ - {x: -0.32370597, y: -0.35115492, z: -0.14800228}
+ - {x: -0.35355338, y: -0.30075046, z: -0.185874}
+ - {x: -0.32370597, y: -0.35115492, z: -0.14800228}
+ - {x: -0.34689024, y: -0.35102323, z: -0.080311015}
+ - {x: -0.37932616, y: -0.30341256, z: -0.118543155}
+ - {x: -0.32370597, y: -0.35115492, z: -0.14800228}
+ - {x: -0.37932616, y: -0.30341256, z: -0.118543155}
+ - {x: -0.35355338, y: -0.30075046, z: -0.185874}
+ - {x: -0.35355338, y: -0.30075046, z: -0.185874}
+ - {x: -0.37932616, y: -0.30341256, z: -0.118543155}
+ - {x: -0.4045085, y: -0.25, z: -0.15450849}
+ - {x: -0.15450849, y: -0.4045085, z: -0.25}
+ - {x: -0.22699527, y: -0.3789677, z: -0.23421493}
+ - {x: -0.185874, y: -0.35355338, z: -0.30075046}
+ - {x: -0.22699527, y: -0.3789677, z: -0.23421493}
+ - {x: -0.29389265, y: -0.34409547, z: -0.2126627}
+ - {x: -0.25668773, y: -0.3232889, z: -0.2821271}
+ - {x: -0.22699527, y: -0.3789677, z: -0.23421493}
+ - {x: -0.25668773, y: -0.3232889, z: -0.2821271}
+ - {x: -0.185874, y: -0.35355338, z: -0.30075046}
+ - {x: -0.185874, y: -0.35355338, z: -0.30075046}
+ - {x: -0.25668773, y: -0.3232889, z: -0.2821271}
+ - {x: -0.2126627, y: -0.29389265, z: -0.34409547}
+ - {x: -0.29389265, y: -0.34409547, z: -0.2126627}
+ - {x: -0.35355338, y: -0.30075046, z: -0.185874}
+ - {x: -0.3232889, y: -0.2821271, z: -0.25668773}
+ - {x: -0.35355338, y: -0.30075046, z: -0.185874}
+ - {x: -0.4045085, y: -0.25, z: -0.15450849}
+ - {x: -0.3789677, y: -0.23421493, z: -0.22699527}
+ - {x: -0.35355338, y: -0.30075046, z: -0.185874}
+ - {x: -0.3789677, y: -0.23421493, z: -0.22699527}
+ - {x: -0.3232889, y: -0.2821271, z: -0.25668773}
+ - {x: -0.3232889, y: -0.2821271, z: -0.25668773}
+ - {x: -0.3789677, y: -0.23421493, z: -0.22699527}
+ - {x: -0.34409547, y: -0.2126627, z: -0.29389265}
+ - {x: -0.29389265, y: -0.34409547, z: -0.2126627}
+ - {x: -0.3232889, y: -0.2821271, z: -0.25668773}
+ - {x: -0.25668773, y: -0.3232889, z: -0.2821271}
+ - {x: -0.3232889, y: -0.2821271, z: -0.25668773}
+ - {x: -0.34409547, y: -0.2126627, z: -0.29389265}
+ - {x: -0.2821271, y: -0.25668773, z: -0.3232889}
+ - {x: -0.3232889, y: -0.2821271, z: -0.25668773}
+ - {x: -0.2821271, y: -0.25668773, z: -0.3232889}
+ - {x: -0.25668773, y: -0.3232889, z: -0.2821271}
+ - {x: -0.25668773, y: -0.3232889, z: -0.2821271}
+ - {x: -0.2821271, y: -0.25668773, z: -0.3232889}
+ - {x: -0.2126627, y: -0.29389265, z: -0.34409547}
+ - {x: -0.2126627, y: -0.29389265, z: -0.34409547}
+ - {x: -0.2821271, y: -0.25668773, z: -0.3232889}
+ - {x: -0.23421493, y: -0.22699527, z: -0.3789677}
+ - {x: -0.2821271, y: -0.25668773, z: -0.3232889}
+ - {x: -0.34409547, y: -0.2126627, z: -0.29389265}
+ - {x: -0.30075046, y: -0.185874, z: -0.35355338}
+ - {x: -0.2821271, y: -0.25668773, z: -0.3232889}
+ - {x: -0.30075046, y: -0.185874, z: -0.35355338}
+ - {x: -0.23421493, y: -0.22699527, z: -0.3789677}
+ - {x: -0.23421493, y: -0.22699527, z: -0.3789677}
+ - {x: -0.30075046, y: -0.185874, z: -0.35355338}
+ - {x: -0.25, y: -0.15450849, z: -0.4045085}
+ - {x: -0.25, y: -0.15450849, z: -0.4045085}
+ - {x: -0.30075046, y: -0.185874, z: -0.35355338}
+ - {x: -0.30341256, y: -0.118543155, z: -0.37932616}
+ - {x: -0.30075046, y: -0.185874, z: -0.35355338}
+ - {x: -0.34409547, y: -0.2126627, z: -0.29389265}
+ - {x: -0.35115492, y: -0.14800228, z: -0.32370597}
+ - {x: -0.30075046, y: -0.185874, z: -0.35355338}
+ - {x: -0.35115492, y: -0.14800228, z: -0.32370597}
+ - {x: -0.30341256, y: -0.118543155, z: -0.37932616}
+ - {x: -0.30341256, y: -0.118543155, z: -0.37932616}
+ - {x: -0.35115492, y: -0.14800228, z: -0.32370597}
+ - {x: -0.35102323, y: -0.080311015, z: -0.34689024}
+ - {x: -0.34409547, y: -0.2126627, z: -0.29389265}
+ - {x: -0.3789677, y: -0.23421493, z: -0.22699527}
+ - {x: -0.39172584, y: -0.1730765, z: -0.2580608}
+ - {x: -0.3789677, y: -0.23421493, z: -0.22699527}
+ - {x: -0.4045085, y: -0.25, z: -0.15450849}
+ - {x: -0.42195573, y: -0.19180687, z: -0.18751927}
+ - {x: -0.3789677, y: -0.23421493, z: -0.22699527}
+ - {x: -0.42195573, y: -0.19180687, z: -0.18751927}
+ - {x: -0.39172584, y: -0.1730765, z: -0.2580608}
+ - {x: -0.39172584, y: -0.1730765, z: -0.2580608}
+ - {x: -0.42195573, y: -0.19180687, z: -0.18751927}
+ - {x: -0.43133423, y: -0.12994596, z: -0.21694428}
+ - {x: -0.34409547, y: -0.2126627, z: -0.29389265}
+ - {x: -0.39172584, y: -0.1730765, z: -0.2580608}
+ - {x: -0.35115492, y: -0.14800228, z: -0.32370597}
+ - {x: -0.39172584, y: -0.1730765, z: -0.2580608}
+ - {x: -0.43133423, y: -0.12994596, z: -0.21694428}
+ - {x: -0.3963246, y: -0.10651143, z: -0.28562585}
+ - {x: -0.39172584, y: -0.1730765, z: -0.2580608}
+ - {x: -0.3963246, y: -0.10651143, z: -0.28562585}
+ - {x: -0.35115492, y: -0.14800228, z: -0.32370597}
+ - {x: -0.35115492, y: -0.14800228, z: -0.32370597}
+ - {x: -0.3963246, y: -0.10651143, z: -0.28562585}
+ - {x: -0.35102323, y: -0.080311015, z: -0.34689024}
+ - {x: -0.35102323, y: -0.080311015, z: -0.34689024}
+ - {x: -0.3963246, y: -0.10651143, z: -0.28562585}
+ - {x: -0.39192152, y: -0.040543146, z: -0.307821}
+ - {x: -0.3963246, y: -0.10651143, z: -0.28562585}
+ - {x: -0.43133423, y: -0.12994596, z: -0.21694428}
+ - {x: -0.43246466, y: -0.065600194, z: -0.24222082}
+ - {x: -0.3963246, y: -0.10651143, z: -0.28562585}
+ - {x: -0.43246466, y: -0.065600194, z: -0.24222082}
+ - {x: -0.39192152, y: -0.040543146, z: -0.307821}
+ - {x: -0.39192152, y: -0.040543146, z: -0.307821}
+ - {x: -0.43246466, y: -0.065600194, z: -0.24222082}
+ - {x: -0.4253254, y: 0, z: -0.26286554}
+ - {x: 0.4253254, y: 0, z: -0.26286554}
+ - {x: 0.39192152, y: -0.040543146, z: -0.307821}
+ - {x: 0.39192152, y: 0.040543146, z: -0.307821}
+ - {x: 0.39192152, y: -0.040543146, z: -0.307821}
+ - {x: 0.35102323, y: -0.080311015, z: -0.34689024}
+ - {x: 0.35564086, y: 0, z: -0.3514535}
+ - {x: 0.39192152, y: -0.040543146, z: -0.307821}
+ - {x: 0.35564086, y: 0, z: -0.3514535}
+ - {x: 0.39192152, y: 0.040543146, z: -0.307821}
+ - {x: 0.39192152, y: 0.040543146, z: -0.307821}
+ - {x: 0.35564086, y: 0, z: -0.3514535}
+ - {x: 0.35102323, y: 0.080311015, z: -0.34689024}
+ - {x: 0.35102323, y: -0.080311015, z: -0.34689024}
+ - {x: 0.30341256, y: -0.118543155, z: -0.37932616}
+ - {x: 0.31011978, y: -0.040570926, z: -0.39010218}
+ - {x: 0.30341256, y: -0.118543155, z: -0.37932616}
+ - {x: 0.25, y: -0.15450849, z: -0.4045085}
+ - {x: 0.25962925, y: -0.07821723, z: -0.42008895}
+ - {x: 0.30341256, y: -0.118543155, z: -0.37932616}
+ - {x: 0.25962925, y: -0.07821723, z: -0.42008895}
+ - {x: 0.31011978, y: -0.040570926, z: -0.39010218}
+ - {x: 0.31011978, y: -0.040570926, z: -0.39010218}
+ - {x: 0.25962925, y: -0.07821723, z: -0.42008895}
+ - {x: 0.26286554, y: 0, z: -0.4253254}
+ - {x: 0.35102323, y: -0.080311015, z: -0.34689024}
+ - {x: 0.31011978, y: -0.040570926, z: -0.39010218}
+ - {x: 0.35564086, y: 0, z: -0.3514535}
+ - {x: 0.31011978, y: -0.040570926, z: -0.39010218}
+ - {x: 0.26286554, y: 0, z: -0.4253254}
+ - {x: 0.31011978, y: 0.040570926, z: -0.39010218}
+ - {x: 0.31011978, y: -0.040570926, z: -0.39010218}
+ - {x: 0.31011978, y: 0.040570926, z: -0.39010218}
+ - {x: 0.35564086, y: 0, z: -0.3514535}
+ - {x: 0.35564086, y: 0, z: -0.3514535}
+ - {x: 0.31011978, y: 0.040570926, z: -0.39010218}
+ - {x: 0.35102323, y: 0.080311015, z: -0.34689024}
+ - {x: 0.35102323, y: 0.080311015, z: -0.34689024}
+ - {x: 0.31011978, y: 0.040570926, z: -0.39010218}
+ - {x: 0.30341256, y: 0.118543155, z: -0.37932616}
+ - {x: 0.31011978, y: 0.040570926, z: -0.39010218}
+ - {x: 0.26286554, y: 0, z: -0.4253254}
+ - {x: 0.25962925, y: 0.07821723, z: -0.42008895}
+ - {x: 0.31011978, y: 0.040570926, z: -0.39010218}
+ - {x: 0.25962925, y: 0.07821723, z: -0.42008895}
+ - {x: 0.30341256, y: 0.118543155, z: -0.37932616}
+ - {x: 0.30341256, y: 0.118543155, z: -0.37932616}
+ - {x: 0.25962925, y: 0.07821723, z: -0.42008895}
+ - {x: 0.25, y: 0.15450849, z: -0.4045085}
+ - {x: 0.25, y: -0.15450849, z: -0.4045085}
+ - {x: 0.19180687, y: -0.18751927, z: -0.42195573}
+ - {x: 0.19309369, y: -0.11933846, z: -0.44550326}
+ - {x: 0.19180687, y: -0.18751927, z: -0.42195573}
+ - {x: 0.12994596, y: -0.21694428, z: -0.43133423}
+ - {x: 0.13204138, y: -0.15062943, z: -0.45812207}
+ - {x: 0.19180687, y: -0.18751927, z: -0.42195573}
+ - {x: 0.13204138, y: -0.15062943, z: -0.45812207}
+ - {x: 0.19309369, y: -0.11933846, z: -0.44550326}
+ - {x: 0.19309369, y: -0.11933846, z: -0.44550326}
+ - {x: 0.13204138, y: -0.15062943, z: -0.45812207}
+ - {x: 0.13143279, y: -0.081229925, z: -0.47552827}
+ - {x: 0.12994596, y: -0.21694428, z: -0.43133423}
+ - {x: 0.065600194, y: -0.24222082, z: -0.43246466}
+ - {x: 0.06582769, y: -0.1791144, z: -0.4621523}
+ - {x: 0.065600194, y: -0.24222082, z: -0.43246466}
+ - {x: 0, y: -0.26286554, z: -0.4253254}
+ - {x: 0, y: -0.20167768, z: -0.4575217}
+ - {x: 0.065600194, y: -0.24222082, z: -0.43246466}
+ - {x: 0, y: -0.20167768, z: -0.4575217}
+ - {x: 0.06582769, y: -0.1791144, z: -0.4621523}
+ - {x: 0.06582769, y: -0.1791144, z: -0.4621523}
+ - {x: 0, y: -0.20167768, z: -0.4575217}
+ - {x: 0, y: -0.13663326, z: -0.4809692}
+ - {x: 0.12994596, y: -0.21694428, z: -0.43133423}
+ - {x: 0.06582769, y: -0.1791144, z: -0.4621523}
+ - {x: 0.13204138, y: -0.15062943, z: -0.45812207}
+ - {x: 0.06582769, y: -0.1791144, z: -0.4621523}
+ - {x: 0, y: -0.13663326, z: -0.4809692}
+ - {x: 0.066396244, y: -0.110058516, z: -0.48319632}
+ - {x: 0.06582769, y: -0.1791144, z: -0.4621523}
+ - {x: 0.066396244, y: -0.110058516, z: -0.48319632}
+ - {x: 0.13204138, y: -0.15062943, z: -0.45812207}
+ - {x: 0.13204138, y: -0.15062943, z: -0.45812207}
+ - {x: 0.066396244, y: -0.110058516, z: -0.48319632}
+ - {x: 0.13143279, y: -0.081229925, z: -0.47552827}
+ - {x: 0.13143279, y: -0.081229925, z: -0.47552827}
+ - {x: 0.066396244, y: -0.110058516, z: -0.48319632}
+ - {x: 0.06653556, y: -0.041121233, z: -0.49384418}
+ - {x: 0.066396244, y: -0.110058516, z: -0.48319632}
+ - {x: 0, y: -0.13663326, z: -0.4809692}
+ - {x: 0, y: -0.06897612, z: -0.49521944}
+ - {x: 0.066396244, y: -0.110058516, z: -0.48319632}
+ - {x: 0, y: -0.06897612, z: -0.49521944}
+ - {x: 0.06653556, y: -0.041121233, z: -0.49384418}
+ - {x: 0.06653556, y: -0.041121233, z: -0.49384418}
+ - {x: 0, y: -0.06897612, z: -0.49521944}
+ - {x: 0, y: 0, z: -0.5}
+ - {x: 0.25, y: -0.15450849, z: -0.4045085}
+ - {x: 0.19309369, y: -0.11933846, z: -0.44550326}
+ - {x: 0.25962925, y: -0.07821723, z: -0.42008895}
+ - {x: 0.19309369, y: -0.11933846, z: -0.44550326}
+ - {x: 0.13143279, y: -0.081229925, z: -0.47552827}
+ - {x: 0.19980352, y: -0.04116179, z: -0.45649123}
+ - {x: 0.19309369, y: -0.11933846, z: -0.44550326}
+ - {x: 0.19980352, y: -0.04116179, z: -0.45649123}
+ - {x: 0.25962925, y: -0.07821723, z: -0.42008895}
+ - {x: 0.25962925, y: -0.07821723, z: -0.42008895}
+ - {x: 0.19980352, y: -0.04116179, z: -0.45649123}
+ - {x: 0.26286554, y: 0, z: -0.4253254}
+ - {x: 0.13143279, y: -0.081229925, z: -0.47552827}
+ - {x: 0.06653556, y: -0.041121233, z: -0.49384418}
+ - {x: 0.13320236, y: 0, z: -0.4819306}
+ - {x: 0.06653556, y: -0.041121233, z: -0.49384418}
+ - {x: 0, y: 0, z: -0.5}
+ - {x: 0.06653556, y: 0.041121233, z: -0.49384418}
+ - {x: 0.06653556, y: -0.041121233, z: -0.49384418}
+ - {x: 0.06653556, y: 0.041121233, z: -0.49384418}
+ - {x: 0.13320236, y: 0, z: -0.4819306}
+ - {x: 0.13320236, y: 0, z: -0.4819306}
+ - {x: 0.06653556, y: 0.041121233, z: -0.49384418}
+ - {x: 0.13143279, y: 0.081229925, z: -0.47552827}
+ - {x: 0.13143279, y: -0.081229925, z: -0.47552827}
+ - {x: 0.13320236, y: 0, z: -0.4819306}
+ - {x: 0.19980352, y: -0.04116179, z: -0.45649123}
+ - {x: 0.13320236, y: 0, z: -0.4819306}
+ - {x: 0.13143279, y: 0.081229925, z: -0.47552827}
+ - {x: 0.19980352, y: 0.04116179, z: -0.45649123}
+ - {x: 0.13320236, y: 0, z: -0.4819306}
+ - {x: 0.19980352, y: 0.04116179, z: -0.45649123}
+ - {x: 0.19980352, y: -0.04116179, z: -0.45649123}
+ - {x: 0.19980352, y: -0.04116179, z: -0.45649123}
+ - {x: 0.19980352, y: 0.04116179, z: -0.45649123}
+ - {x: 0.26286554, y: 0, z: -0.4253254}
+ - {x: 0.26286554, y: 0, z: -0.4253254}
+ - {x: 0.19980352, y: 0.04116179, z: -0.45649123}
+ - {x: 0.25962925, y: 0.07821723, z: -0.42008895}
+ - {x: 0.19980352, y: 0.04116179, z: -0.45649123}
+ - {x: 0.13143279, y: 0.081229925, z: -0.47552827}
+ - {x: 0.19309369, y: 0.11933846, z: -0.44550326}
+ - {x: 0.19980352, y: 0.04116179, z: -0.45649123}
+ - {x: 0.19309369, y: 0.11933846, z: -0.44550326}
+ - {x: 0.25962925, y: 0.07821723, z: -0.42008895}
+ - {x: 0.25962925, y: 0.07821723, z: -0.42008895}
+ - {x: 0.19309369, y: 0.11933846, z: -0.44550326}
+ - {x: 0.25, y: 0.15450849, z: -0.4045085}
+ - {x: 0.25, y: 0.15450849, z: -0.4045085}
+ - {x: 0.19309369, y: 0.11933846, z: -0.44550326}
+ - {x: 0.19180687, y: 0.18751927, z: -0.42195573}
+ - {x: 0.19309369, y: 0.11933846, z: -0.44550326}
+ - {x: 0.13143279, y: 0.081229925, z: -0.47552827}
+ - {x: 0.13204138, y: 0.15062943, z: -0.45812207}
+ - {x: 0.19309369, y: 0.11933846, z: -0.44550326}
+ - {x: 0.13204138, y: 0.15062943, z: -0.45812207}
+ - {x: 0.19180687, y: 0.18751927, z: -0.42195573}
+ - {x: 0.19180687, y: 0.18751927, z: -0.42195573}
+ - {x: 0.13204138, y: 0.15062943, z: -0.45812207}
+ - {x: 0.12994596, y: 0.21694428, z: -0.43133423}
+ - {x: 0.13143279, y: 0.081229925, z: -0.47552827}
+ - {x: 0.06653556, y: 0.041121233, z: -0.49384418}
+ - {x: 0.066396244, y: 0.110058516, z: -0.48319632}
+ - {x: 0.06653556, y: 0.041121233, z: -0.49384418}
+ - {x: 0, y: 0, z: -0.5}
+ - {x: 0, y: 0.06897612, z: -0.49521944}
+ - {x: 0.06653556, y: 0.041121233, z: -0.49384418}
+ - {x: 0, y: 0.06897612, z: -0.49521944}
+ - {x: 0.066396244, y: 0.110058516, z: -0.48319632}
+ - {x: 0.066396244, y: 0.110058516, z: -0.48319632}
+ - {x: 0, y: 0.06897612, z: -0.49521944}
+ - {x: 0, y: 0.13663326, z: -0.4809692}
+ - {x: 0.13143279, y: 0.081229925, z: -0.47552827}
+ - {x: 0.066396244, y: 0.110058516, z: -0.48319632}
+ - {x: 0.13204138, y: 0.15062943, z: -0.45812207}
+ - {x: 0.066396244, y: 0.110058516, z: -0.48319632}
+ - {x: 0, y: 0.13663326, z: -0.4809692}
+ - {x: 0.06582769, y: 0.1791144, z: -0.4621523}
+ - {x: 0.066396244, y: 0.110058516, z: -0.48319632}
+ - {x: 0.06582769, y: 0.1791144, z: -0.4621523}
+ - {x: 0.13204138, y: 0.15062943, z: -0.45812207}
+ - {x: 0.13204138, y: 0.15062943, z: -0.45812207}
+ - {x: 0.06582769, y: 0.1791144, z: -0.4621523}
+ - {x: 0.12994596, y: 0.21694428, z: -0.43133423}
+ - {x: 0.12994596, y: 0.21694428, z: -0.43133423}
+ - {x: 0.06582769, y: 0.1791144, z: -0.4621523}
+ - {x: 0.065600194, y: 0.24222082, z: -0.43246466}
+ - {x: 0.06582769, y: 0.1791144, z: -0.4621523}
+ - {x: 0, y: 0.13663326, z: -0.4809692}
+ - {x: 0, y: 0.20167768, z: -0.4575217}
+ - {x: 0.06582769, y: 0.1791144, z: -0.4621523}
+ - {x: 0, y: 0.20167768, z: -0.4575217}
+ - {x: 0.065600194, y: 0.24222082, z: -0.43246466}
+ - {x: 0.065600194, y: 0.24222082, z: -0.43246466}
+ - {x: 0, y: 0.20167768, z: -0.4575217}
+ - {x: 0, y: 0.26286554, z: -0.4253254}
+ - {x: 0.4253254, y: 0, z: 0.26286554}
+ - {x: 0.4575217, y: 0, z: 0.20167768}
+ - {x: 0.43246466, y: 0.065600194, z: 0.24222082}
+ - {x: 0.4575217, y: 0, z: 0.20167768}
+ - {x: 0.4809692, y: 0, z: 0.13663326}
+ - {x: 0.4621523, y: 0.06582769, z: 0.1791144}
+ - {x: 0.4575217, y: 0, z: 0.20167768}
+ - {x: 0.4621523, y: 0.06582769, z: 0.1791144}
+ - {x: 0.43246466, y: 0.065600194, z: 0.24222082}
+ - {x: 0.43246466, y: 0.065600194, z: 0.24222082}
+ - {x: 0.4621523, y: 0.06582769, z: 0.1791144}
+ - {x: 0.43133423, y: 0.12994596, z: 0.21694428}
+ - {x: 0.4809692, y: 0, z: 0.13663326}
+ - {x: 0.49521944, y: 0, z: 0.06897612}
+ - {x: 0.48319632, y: 0.066396244, z: 0.110058516}
+ - {x: 0.49521944, y: 0, z: 0.06897612}
+ - {x: 0.5, y: 0, z: 0}
+ - {x: 0.49384418, y: 0.06653556, z: 0.041121233}
+ - {x: 0.49521944, y: 0, z: 0.06897612}
+ - {x: 0.49384418, y: 0.06653556, z: 0.041121233}
+ - {x: 0.48319632, y: 0.066396244, z: 0.110058516}
+ - {x: 0.48319632, y: 0.066396244, z: 0.110058516}
+ - {x: 0.49384418, y: 0.06653556, z: 0.041121233}
+ - {x: 0.47552827, y: 0.13143279, z: 0.081229925}
+ - {x: 0.4809692, y: 0, z: 0.13663326}
+ - {x: 0.48319632, y: 0.066396244, z: 0.110058516}
+ - {x: 0.4621523, y: 0.06582769, z: 0.1791144}
+ - {x: 0.48319632, y: 0.066396244, z: 0.110058516}
+ - {x: 0.47552827, y: 0.13143279, z: 0.081229925}
+ - {x: 0.45812207, y: 0.13204138, z: 0.15062943}
+ - {x: 0.48319632, y: 0.066396244, z: 0.110058516}
+ - {x: 0.45812207, y: 0.13204138, z: 0.15062943}
+ - {x: 0.4621523, y: 0.06582769, z: 0.1791144}
+ - {x: 0.4621523, y: 0.06582769, z: 0.1791144}
+ - {x: 0.45812207, y: 0.13204138, z: 0.15062943}
+ - {x: 0.43133423, y: 0.12994596, z: 0.21694428}
+ - {x: 0.43133423, y: 0.12994596, z: 0.21694428}
+ - {x: 0.45812207, y: 0.13204138, z: 0.15062943}
+ - {x: 0.42195573, y: 0.19180687, z: 0.18751927}
+ - {x: 0.45812207, y: 0.13204138, z: 0.15062943}
+ - {x: 0.47552827, y: 0.13143279, z: 0.081229925}
+ - {x: 0.44550326, y: 0.19309369, z: 0.11933846}
+ - {x: 0.45812207, y: 0.13204138, z: 0.15062943}
+ - {x: 0.44550326, y: 0.19309369, z: 0.11933846}
+ - {x: 0.42195573, y: 0.19180687, z: 0.18751927}
+ - {x: 0.42195573, y: 0.19180687, z: 0.18751927}
+ - {x: 0.44550326, y: 0.19309369, z: 0.11933846}
+ - {x: 0.4045085, y: 0.25, z: 0.15450849}
+ - {x: 0.5, y: 0, z: 0}
+ - {x: 0.49521944, y: 0, z: -0.06897612}
+ - {x: 0.49384418, y: 0.06653556, z: -0.041121233}
+ - {x: 0.49521944, y: 0, z: -0.06897612}
+ - {x: 0.4809692, y: 0, z: -0.13663326}
+ - {x: 0.48319632, y: 0.066396244, z: -0.110058516}
+ - {x: 0.49521944, y: 0, z: -0.06897612}
+ - {x: 0.48319632, y: 0.066396244, z: -0.110058516}
+ - {x: 0.49384418, y: 0.06653556, z: -0.041121233}
+ - {x: 0.49384418, y: 0.06653556, z: -0.041121233}
+ - {x: 0.48319632, y: 0.066396244, z: -0.110058516}
+ - {x: 0.47552827, y: 0.13143279, z: -0.081229925}
+ - {x: 0.4809692, y: 0, z: -0.13663326}
+ - {x: 0.4575217, y: 0, z: -0.20167768}
+ - {x: 0.4621523, y: 0.06582769, z: -0.1791144}
+ - {x: 0.4575217, y: 0, z: -0.20167768}
+ - {x: 0.4253254, y: 0, z: -0.26286554}
+ - {x: 0.43246466, y: 0.065600194, z: -0.24222082}
+ - {x: 0.4575217, y: 0, z: -0.20167768}
+ - {x: 0.43246466, y: 0.065600194, z: -0.24222082}
+ - {x: 0.4621523, y: 0.06582769, z: -0.1791144}
+ - {x: 0.4621523, y: 0.06582769, z: -0.1791144}
+ - {x: 0.43246466, y: 0.065600194, z: -0.24222082}
+ - {x: 0.43133423, y: 0.12994596, z: -0.21694428}
+ - {x: 0.4809692, y: 0, z: -0.13663326}
+ - {x: 0.4621523, y: 0.06582769, z: -0.1791144}
+ - {x: 0.48319632, y: 0.066396244, z: -0.110058516}
+ - {x: 0.4621523, y: 0.06582769, z: -0.1791144}
+ - {x: 0.43133423, y: 0.12994596, z: -0.21694428}
+ - {x: 0.45812207, y: 0.13204138, z: -0.15062943}
+ - {x: 0.4621523, y: 0.06582769, z: -0.1791144}
+ - {x: 0.45812207, y: 0.13204138, z: -0.15062943}
+ - {x: 0.48319632, y: 0.066396244, z: -0.110058516}
+ - {x: 0.48319632, y: 0.066396244, z: -0.110058516}
+ - {x: 0.45812207, y: 0.13204138, z: -0.15062943}
+ - {x: 0.47552827, y: 0.13143279, z: -0.081229925}
+ - {x: 0.47552827, y: 0.13143279, z: -0.081229925}
+ - {x: 0.45812207, y: 0.13204138, z: -0.15062943}
+ - {x: 0.44550326, y: 0.19309369, z: -0.11933846}
+ - {x: 0.45812207, y: 0.13204138, z: -0.15062943}
+ - {x: 0.43133423, y: 0.12994596, z: -0.21694428}
+ - {x: 0.42195573, y: 0.19180687, z: -0.18751927}
+ - {x: 0.45812207, y: 0.13204138, z: -0.15062943}
+ - {x: 0.42195573, y: 0.19180687, z: -0.18751927}
+ - {x: 0.44550326, y: 0.19309369, z: -0.11933846}
+ - {x: 0.44550326, y: 0.19309369, z: -0.11933846}
+ - {x: 0.42195573, y: 0.19180687, z: -0.18751927}
+ - {x: 0.4045085, y: 0.25, z: -0.15450849}
+ - {x: 0.5, y: 0, z: 0}
+ - {x: 0.49384418, y: 0.06653556, z: -0.041121233}
+ - {x: 0.49384418, y: 0.06653556, z: 0.041121233}
+ - {x: 0.49384418, y: 0.06653556, z: -0.041121233}
+ - {x: 0.47552827, y: 0.13143279, z: -0.081229925}
+ - {x: 0.4819306, y: 0.13320236, z: 0}
+ - {x: 0.49384418, y: 0.06653556, z: -0.041121233}
+ - {x: 0.4819306, y: 0.13320236, z: 0}
+ - {x: 0.49384418, y: 0.06653556, z: 0.041121233}
+ - {x: 0.49384418, y: 0.06653556, z: 0.041121233}
+ - {x: 0.4819306, y: 0.13320236, z: 0}
+ - {x: 0.47552827, y: 0.13143279, z: 0.081229925}
+ - {x: 0.47552827, y: 0.13143279, z: -0.081229925}
+ - {x: 0.44550326, y: 0.19309369, z: -0.11933846}
+ - {x: 0.45649123, y: 0.19980352, z: -0.04116179}
+ - {x: 0.44550326, y: 0.19309369, z: -0.11933846}
+ - {x: 0.4045085, y: 0.25, z: -0.15450849}
+ - {x: 0.42008895, y: 0.25962925, z: -0.07821723}
+ - {x: 0.44550326, y: 0.19309369, z: -0.11933846}
+ - {x: 0.42008895, y: 0.25962925, z: -0.07821723}
+ - {x: 0.45649123, y: 0.19980352, z: -0.04116179}
+ - {x: 0.45649123, y: 0.19980352, z: -0.04116179}
+ - {x: 0.42008895, y: 0.25962925, z: -0.07821723}
+ - {x: 0.4253254, y: 0.26286554, z: 0}
+ - {x: 0.47552827, y: 0.13143279, z: -0.081229925}
+ - {x: 0.45649123, y: 0.19980352, z: -0.04116179}
+ - {x: 0.4819306, y: 0.13320236, z: 0}
+ - {x: 0.45649123, y: 0.19980352, z: -0.04116179}
+ - {x: 0.4253254, y: 0.26286554, z: 0}
+ - {x: 0.45649123, y: 0.19980352, z: 0.04116179}
+ - {x: 0.45649123, y: 0.19980352, z: -0.04116179}
+ - {x: 0.45649123, y: 0.19980352, z: 0.04116179}
+ - {x: 0.4819306, y: 0.13320236, z: 0}
+ - {x: 0.4819306, y: 0.13320236, z: 0}
+ - {x: 0.45649123, y: 0.19980352, z: 0.04116179}
+ - {x: 0.47552827, y: 0.13143279, z: 0.081229925}
+ - {x: 0.47552827, y: 0.13143279, z: 0.081229925}
+ - {x: 0.45649123, y: 0.19980352, z: 0.04116179}
+ - {x: 0.44550326, y: 0.19309369, z: 0.11933846}
+ - {x: 0.45649123, y: 0.19980352, z: 0.04116179}
+ - {x: 0.4253254, y: 0.26286554, z: 0}
+ - {x: 0.42008895, y: 0.25962925, z: 0.07821723}
+ - {x: 0.45649123, y: 0.19980352, z: 0.04116179}
+ - {x: 0.42008895, y: 0.25962925, z: 0.07821723}
+ - {x: 0.44550326, y: 0.19309369, z: 0.11933846}
+ - {x: 0.44550326, y: 0.19309369, z: 0.11933846}
+ - {x: 0.42008895, y: 0.25962925, z: 0.07821723}
+ - {x: 0.4045085, y: 0.25, z: 0.15450849}
+ - {x: 0.4045085, y: 0.25, z: 0.15450849}
+ - {x: 0.42008895, y: 0.25962925, z: 0.07821723}
+ - {x: 0.37932616, y: 0.30341256, z: 0.118543155}
+ - {x: 0.42008895, y: 0.25962925, z: 0.07821723}
+ - {x: 0.4253254, y: 0.26286554, z: 0}
+ - {x: 0.39010218, y: 0.31011978, z: 0.040570926}
+ - {x: 0.42008895, y: 0.25962925, z: 0.07821723}
+ - {x: 0.39010218, y: 0.31011978, z: 0.040570926}
+ - {x: 0.37932616, y: 0.30341256, z: 0.118543155}
+ - {x: 0.37932616, y: 0.30341256, z: 0.118543155}
+ - {x: 0.39010218, y: 0.31011978, z: 0.040570926}
+ - {x: 0.34689024, y: 0.35102323, z: 0.080311015}
+ - {x: 0.4253254, y: 0.26286554, z: 0}
+ - {x: 0.42008895, y: 0.25962925, z: -0.07821723}
+ - {x: 0.39010218, y: 0.31011978, z: -0.040570926}
+ - {x: 0.42008895, y: 0.25962925, z: -0.07821723}
+ - {x: 0.4045085, y: 0.25, z: -0.15450849}
+ - {x: 0.37932616, y: 0.30341256, z: -0.118543155}
+ - {x: 0.42008895, y: 0.25962925, z: -0.07821723}
+ - {x: 0.37932616, y: 0.30341256, z: -0.118543155}
+ - {x: 0.39010218, y: 0.31011978, z: -0.040570926}
+ - {x: 0.39010218, y: 0.31011978, z: -0.040570926}
+ - {x: 0.37932616, y: 0.30341256, z: -0.118543155}
+ - {x: 0.34689024, y: 0.35102323, z: -0.080311015}
+ - {x: 0.4253254, y: 0.26286554, z: 0}
+ - {x: 0.39010218, y: 0.31011978, z: -0.040570926}
+ - {x: 0.39010218, y: 0.31011978, z: 0.040570926}
+ - {x: 0.39010218, y: 0.31011978, z: -0.040570926}
+ - {x: 0.34689024, y: 0.35102323, z: -0.080311015}
+ - {x: 0.3514535, y: 0.35564086, z: 0}
+ - {x: 0.39010218, y: 0.31011978, z: -0.040570926}
+ - {x: 0.3514535, y: 0.35564086, z: 0}
+ - {x: 0.39010218, y: 0.31011978, z: 0.040570926}
+ - {x: 0.39010218, y: 0.31011978, z: 0.040570926}
+ - {x: 0.3514535, y: 0.35564086, z: 0}
+ - {x: 0.34689024, y: 0.35102323, z: 0.080311015}
+ - {x: 0.34689024, y: 0.35102323, z: 0.080311015}
+ - {x: 0.3514535, y: 0.35564086, z: 0}
+ - {x: 0.307821, y: 0.39192152, z: 0.040543146}
+ - {x: 0.3514535, y: 0.35564086, z: 0}
+ - {x: 0.34689024, y: 0.35102323, z: -0.080311015}
+ - {x: 0.307821, y: 0.39192152, z: -0.040543146}
+ - {x: 0.3514535, y: 0.35564086, z: 0}
+ - {x: 0.307821, y: 0.39192152, z: -0.040543146}
+ - {x: 0.307821, y: 0.39192152, z: 0.040543146}
+ - {x: 0.307821, y: 0.39192152, z: 0.040543146}
+ - {x: 0.307821, y: 0.39192152, z: -0.040543146}
+ - {x: 0.26286554, y: 0.4253254, z: 0}
m_Textures0:
- - {x: -0.13143277, y: 8.6136864e-10}
- - {x: -0.1539105, y: 0.020271573}
- - {x: -0.1211104, y: 0.032800097}
- - {x: -0.1539105, y: 0.020271573}
- - {x: -0.17344512, y: 0.040155508}
- - {x: -0.14281292, y: 0.053255714}
- - {x: -0.1539105, y: 0.020271573}
- - {x: -0.14281292, y: 0.053255714}
- - {x: -0.1211104, y: 0.032800097}
- - {x: -0.1211104, y: 0.032800097}
- - {x: -0.14281292, y: 0.053255714}
- - {x: -0.10847213, y: 0.06497298}
- - {x: -0.040155508, y: 0.17551161}
- - {x: -0.059271578, y: 0.15170628}
- - {x: -0.07400114, y: 0.17557746}
- - {x: -0.059271578, y: 0.15170628}
- - {x: -0.07725424, y: 0.12499999}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.059271578, y: 0.15170628}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.07400114, y: 0.17557746}
- - {x: -0.16185299, y: 0.07400114}
- - {x: -0.17677669, y: 0.092937}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.17344512, y: 0.040155508}
- - {x: -0.16185299, y: 0.07400114}
- - {x: -0.14281292, y: 0.053255714}
- - {x: -0.16185299, y: 0.07400114}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.16185299, y: 0.07400114}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.14281292, y: 0.053255714}
- - {x: -0.14281292, y: 0.053255714}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.10847213, y: 0.06497298}
- - {x: -0.10847213, y: 0.06497298}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.093759626, y: 0.095903434}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.11349763, y: 0.117107466}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.11349763, y: 0.117107466}
- - {x: -0.093759626, y: 0.095903434}
- - {x: -0.093759626, y: 0.095903434}
- - {x: -0.11349763, y: 0.117107466}
- - {x: -0.077254236, y: 0.125}
- - {x: -0.07725424, y: 0.12499999}
- - {x: -0.09375963, y: 0.09590343}
- - {x: -0.11349764, y: 0.11710746}
- - {x: -0.09375963, y: 0.09590343}
- - {x: -0.10847214, y: 0.064972974}
- - {x: -0.1290304, y: 0.08653824}
- - {x: -0.09375963, y: 0.09590343}
- - {x: -0.1290304, y: 0.08653824}
- - {x: -0.11349764, y: 0.11710746}
- - {x: -0.11349764, y: 0.11710746}
- - {x: -0.1290304, y: 0.08653824}
- - {x: -0.14694633, y: 0.10633134}
- - {x: -0.10847214, y: 0.064972974}
- - {x: -0.12111041, y: 0.03280009}
- - {x: -0.14281292, y: 0.053255707}
- - {x: -0.12111041, y: 0.03280009}
- - {x: -0.13143277, y: -0.0000000060834155}
- - {x: -0.1539105, y: 0.020271568}
- - {x: -0.12111041, y: 0.03280009}
- - {x: -0.1539105, y: 0.020271568}
- - {x: -0.14281292, y: 0.053255707}
- - {x: -0.14281292, y: 0.053255707}
- - {x: -0.1539105, y: 0.020271568}
- - {x: -0.17344512, y: 0.040155504}
- - {x: -0.10847214, y: 0.064972974}
- - {x: -0.14281292, y: 0.053255707}
- - {x: -0.1290304, y: 0.08653824}
- - {x: -0.14281292, y: 0.053255707}
- - {x: -0.17344512, y: 0.040155504}
- - {x: -0.16185299, y: 0.07400113}
- - {x: -0.14281292, y: 0.053255707}
- - {x: -0.16185299, y: 0.07400113}
- - {x: -0.1290304, y: 0.08653824}
- - {x: -0.1290304, y: 0.08653824}
- - {x: -0.16185299, y: 0.07400113}
- - {x: -0.14694633, y: 0.10633134}
- - {x: -0.14694633, y: 0.10633134}
- - {x: -0.16185299, y: 0.07400113}
- - {x: -0.17677669, y: 0.09293699}
- - {x: 0.17557746, y: 0.07400114}
- - {x: 0.17551161, y: 0.040155508}
- - {x: 0.15170628, y: 0.059271578}
- - {x: 0.17557746, y: 0.07400114}
- - {x: 0.15170628, y: 0.059271578}
- - {x: 0.15037523, y: 0.092937}
- - {x: 0.15037523, y: 0.092937}
- - {x: 0.15170628, y: 0.059271578}
- - {x: 0.125, y: 0.07725424}
- - {x: -0.07725424, y: 0.12499999}
- - {x: -0.11349764, y: 0.11710746}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.11349764, y: 0.11710746}
- - {x: -0.14694633, y: 0.10633134}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.11349764, y: 0.11710746}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.10633135, y: 0.17204773}
- - {x: 0.17204773, y: 0.10633135}
- - {x: 0.15037523, y: 0.092937}
- - {x: 0.14106356, y: 0.12834387}
- - {x: 0.15037523, y: 0.092937}
- - {x: 0.125, y: 0.07725424}
- - {x: 0.11710747, y: 0.11349764}
- - {x: 0.15037523, y: 0.092937}
- - {x: 0.11710747, y: 0.11349764}
- - {x: 0.14106356, y: 0.12834387}
- - {x: 0.14106356, y: 0.12834387}
- - {x: 0.11710747, y: 0.11349764}
- - {x: 0.10633135, y: 0.14694633}
- - {x: -0.14694633, y: 0.10633134}
- - {x: -0.16164444, y: 0.12834387}
- - {x: -0.12834387, y: 0.14106356}
- - {x: 0.14106356, y: 0.12834387}
- - {x: 0.10633135, y: 0.14694633}
- - {x: 0.12834387, y: 0.16164444}
- - {x: 0.14106356, y: 0.12834387}
- - {x: 0.12834387, y: 0.16164444}
- - {x: 0.16164444, y: 0.14106356}
- - {x: -0.16164444, y: 0.12834387}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.11349763, y: 0.117107466}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.10633134, y: 0.17204773}
- - {x: -0.09293699, y: 0.15037523}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.09293699, y: 0.15037523}
- - {x: -0.11349763, y: 0.117107466}
- - {x: -0.11349763, y: 0.117107466}
- - {x: -0.09293699, y: 0.15037523}
- - {x: -0.077254236, y: 0.125}
- - {x: -0.077254236, y: 0.125}
- - {x: -0.09293699, y: 0.15037523}
- - {x: -0.059271574, y: 0.15170628}
- - {x: 0.092937, y: 0.17677669}
- - {x: 0.10633135, y: 0.14694633}
- - {x: 0.07400114, y: 0.16185299}
- - {x: -0.09293699, y: 0.15037523}
- - {x: -0.07400113, y: 0.17557746}
- - {x: -0.059271574, y: 0.15170628}
- - {x: -0.059271574, y: 0.15170628}
- - {x: -0.07400113, y: 0.17557746}
- - {x: -0.040155504, y: 0.17551161}
- - {x: 0.10633135, y: 0.14694633}
- - {x: 0.11710747, y: 0.11349764}
- - {x: 0.086538255, y: 0.1290304}
- - {x: 0.11710747, y: 0.11349764}
- - {x: 0.125, y: 0.07725424}
- - {x: 0.09590344, y: 0.09375963}
- - {x: 0.11710747, y: 0.11349764}
- - {x: 0.09590344, y: 0.09375963}
- - {x: 0.086538255, y: 0.1290304}
- - {x: 0.086538255, y: 0.1290304}
- - {x: 0.09590344, y: 0.09375963}
- - {x: 0.06497299, y: 0.10847214}
- - {x: 0.10633135, y: 0.14694633}
- - {x: 0.086538255, y: 0.1290304}
- - {x: 0.07400114, y: 0.16185299}
- - {x: 0.086538255, y: 0.1290304}
- - {x: 0.06497299, y: 0.10847214}
- - {x: 0.05325572, y: 0.14281292}
- - {x: 0.086538255, y: 0.1290304}
- - {x: 0.05325572, y: 0.14281292}
- - {x: 0.07400114, y: 0.16185299}
- - {x: 0.07400114, y: 0.16185299}
- - {x: 0.05325572, y: 0.14281292}
- - {x: 0.04015551, y: 0.17344512}
- - {x: 0.04015551, y: 0.17344512}
- - {x: 0.05325572, y: 0.14281292}
- - {x: 0.020271577, y: 0.1539105}
- - {x: 0.05325572, y: 0.14281292}
- - {x: 0.06497299, y: 0.10847214}
- - {x: 0.0328001, y: 0.12111041}
- - {x: 0.05325572, y: 0.14281292}
- - {x: 0.0328001, y: 0.12111041}
- - {x: 0.020271577, y: 0.1539105}
- - {x: 0.020271577, y: 0.1539105}
- - {x: 0.0328001, y: 0.12111041}
- - {x: 0.0000000044638058, y: 0.13143277}
- - {x: -0.13143277, y: 8.6136864e-10}
- - {x: -0.1211104, y: 0.032800097}
- - {x: -0.10083883, y: 9.2657254e-10}
- - {x: -0.1211104, y: 0.032800097}
- - {x: -0.10847213, y: 0.06497298}
- - {x: -0.08955719, y: 0.032913845}
- - {x: -0.1211104, y: 0.032800097}
- - {x: -0.08955719, y: 0.032913845}
- - {x: -0.10083883, y: 9.2657254e-10}
- - {x: -0.10083883, y: 9.2657254e-10}
- - {x: -0.08955719, y: 0.032913845}
- - {x: -0.06831662, y: 9.740584e-10}
- - {x: -0.10847213, y: 0.06497298}
- - {x: -0.093759626, y: 0.095903434}
- - {x: -0.07531471, y: 0.06602069}
- - {x: -0.093759626, y: 0.095903434}
- - {x: -0.077254236, y: 0.125}
- - {x: -0.059669223, y: 0.09654684}
- - {x: -0.093759626, y: 0.095903434}
- - {x: -0.059669223, y: 0.09654684}
- - {x: -0.07531471, y: 0.06602069}
- - {x: -0.07531471, y: 0.06602069}
- - {x: -0.059669223, y: 0.09654684}
- - {x: -0.040614955, y: 0.06571639}
- - {x: -0.10847213, y: 0.06497298}
- - {x: -0.07531471, y: 0.06602069}
- - {x: -0.08955719, y: 0.032913845}
- - {x: -0.07531471, y: 0.06602069}
- - {x: -0.040614955, y: 0.06571639}
- - {x: -0.05502925, y: 0.033198122}
- - {x: -0.07531471, y: 0.06602069}
- - {x: -0.05502925, y: 0.033198122}
- - {x: -0.08955719, y: 0.032913845}
- - {x: -0.08955719, y: 0.032913845}
- - {x: -0.05502925, y: 0.033198122}
- - {x: -0.06831662, y: 9.740584e-10}
- - {x: -0.06831662, y: 9.740584e-10}
- - {x: -0.05502925, y: 0.033198122}
- - {x: -0.034488052, y: 0.000000001002918}
- - {x: -0.05502925, y: 0.033198122}
- - {x: -0.040614955, y: 0.06571639}
- - {x: -0.020560611, y: 0.03326778}
- - {x: -0.05502925, y: 0.033198122}
- - {x: -0.020560611, y: 0.03326778}
- - {x: -0.034488052, y: 0.000000001002918}
- - {x: -0.034488052, y: 0.000000001002918}
- - {x: -0.020560611, y: 0.03326778}
- - {x: 0.000000006497513, y: 0.0000000010125996}
- - {x: -0.077254236, y: 0.125}
- - {x: -0.059271574, y: 0.15170628}
- - {x: -0.03910861, y: 0.12981462}
- - {x: -0.059271574, y: 0.15170628}
- - {x: -0.040155504, y: 0.17551161}
- - {x: -0.020285457, y: 0.15505989}
- - {x: -0.059271574, y: 0.15170628}
- - {x: -0.020285457, y: 0.15505989}
- - {x: -0.03910861, y: 0.12981462}
- - {x: -0.03910861, y: 0.12981462}
- - {x: -0.020285457, y: 0.15505989}
- - {x: 0.0000000055271148, y: 0.13143277}
- - {x: 0.04015551, y: 0.17344512}
- - {x: 0.020271577, y: 0.1539105}
- - {x: 0.000000003732464, y: 0.17572676}
- - {x: 0.020271577, y: 0.1539105}
- - {x: 0.0000000044638058, y: 0.13143277}
- - {x: -0.02027157, y: 0.1539105}
- - {x: 0.020271577, y: 0.1539105}
- - {x: -0.02027157, y: 0.1539105}
- - {x: 0.000000003732464, y: 0.17572676}
- - {x: 0.000000003732464, y: 0.17572676}
- - {x: -0.02027157, y: 0.1539105}
- - {x: -0.040155504, y: 0.17344512}
- - {x: -0.040155504, y: 0.17551161}
- - {x: 0.0000000045671475, y: 0.17782043}
- - {x: -0.020285457, y: 0.15505989}
- - {x: 0.0000000045671475, y: 0.17782043}
- - {x: 0.04015551, y: 0.17551161}
- - {x: 0.020285469, y: 0.15505989}
- - {x: 0.0000000045671475, y: 0.17782043}
- - {x: 0.020285469, y: 0.15505989}
- - {x: -0.020285457, y: 0.15505989}
- - {x: -0.020285457, y: 0.15505989}
- - {x: 0.020285469, y: 0.15505989}
- - {x: 0.0000000055271148, y: 0.13143277}
- - {x: 0.0000000055271148, y: 0.13143277}
- - {x: 0.020285469, y: 0.15505989}
- - {x: 0.03910862, y: 0.12981462}
- - {x: 0.020285469, y: 0.15505989}
- - {x: 0.04015551, y: 0.17551161}
- - {x: 0.05927158, y: 0.15170628}
- - {x: 0.020285469, y: 0.15505989}
- - {x: 0.05927158, y: 0.15170628}
- - {x: 0.03910862, y: 0.12981462}
- - {x: 0.03910862, y: 0.12981462}
- - {x: 0.05927158, y: 0.15170628}
- - {x: 0.07725425, y: 0.125}
- - {x: -0.077254236, y: 0.125}
- - {x: -0.03910861, y: 0.12981462}
- - {x: -0.059669223, y: 0.09654684}
- - {x: -0.03910861, y: 0.12981462}
- - {x: 0.0000000055271148, y: 0.13143277}
- - {x: -0.02058089, y: 0.09990176}
- - {x: -0.03910861, y: 0.12981462}
- - {x: -0.02058089, y: 0.09990176}
- - {x: -0.059669223, y: 0.09654684}
- - {x: -0.059669223, y: 0.09654684}
- - {x: -0.02058089, y: 0.09990176}
- - {x: -0.040614955, y: 0.06571639}
- - {x: 0.0000000055271148, y: 0.13143277}
- - {x: 0.03910862, y: 0.12981462}
- - {x: 0.0205809, y: 0.09990176}
- - {x: 0.03910862, y: 0.12981462}
- - {x: 0.07725425, y: 0.125}
- - {x: 0.059669238, y: 0.09654684}
- - {x: 0.03910862, y: 0.12981462}
- - {x: 0.059669238, y: 0.09654684}
- - {x: 0.0205809, y: 0.09990176}
- - {x: 0.0205809, y: 0.09990176}
- - {x: 0.059669238, y: 0.09654684}
- - {x: 0.04061497, y: 0.06571639}
- - {x: 0.0000000055271148, y: 0.13143277}
- - {x: 0.0205809, y: 0.09990176}
- - {x: -0.02058089, y: 0.09990176}
- - {x: 0.0205809, y: 0.09990176}
- - {x: 0.04061497, y: 0.06571639}
- - {x: 0.000000006262701, y: 0.06660118}
- - {x: 0.0205809, y: 0.09990176}
- - {x: 0.000000006262701, y: 0.06660118}
- - {x: -0.02058089, y: 0.09990176}
- - {x: -0.02058089, y: 0.09990176}
- - {x: 0.000000006262701, y: 0.06660118}
- - {x: -0.040614955, y: 0.06571639}
- - {x: -0.040614955, y: 0.06571639}
- - {x: 0.000000006262701, y: 0.06660118}
- - {x: -0.020560611, y: 0.03326778}
- - {x: 0.000000006262701, y: 0.06660118}
- - {x: 0.04061497, y: 0.06571639}
- - {x: 0.020560622, y: 0.03326778}
- - {x: 0.000000006262701, y: 0.06660118}
- - {x: 0.020560622, y: 0.03326778}
- - {x: -0.020560611, y: 0.03326778}
- - {x: -0.020560611, y: 0.03326778}
- - {x: 0.020560622, y: 0.03326778}
- - {x: 0.000000006497513, y: 0.0000000010125996}
- - {x: 0.000000006497513, y: 0.0000000010125996}
- - {x: 0.020560622, y: 0.03326778}
- - {x: 0.034488067, y: 0.000000001002918}
- - {x: 0.020560622, y: 0.03326778}
- - {x: 0.04061497, y: 0.06571639}
- - {x: 0.055029266, y: 0.033198122}
- - {x: 0.020560622, y: 0.03326778}
- - {x: 0.055029266, y: 0.033198122}
- - {x: 0.034488067, y: 0.000000001002918}
- - {x: 0.034488067, y: 0.000000001002918}
- - {x: 0.055029266, y: 0.033198122}
- - {x: 0.06831664, y: 9.740584e-10}
- - {x: 0.04061497, y: 0.06571639}
- - {x: 0.059669238, y: 0.09654684}
- - {x: 0.07531472, y: 0.06602069}
- - {x: 0.059669238, y: 0.09654684}
- - {x: 0.07725425, y: 0.125}
- - {x: 0.09375964, y: 0.095903434}
- - {x: 0.059669238, y: 0.09654684}
- - {x: 0.09375964, y: 0.095903434}
- - {x: 0.07531472, y: 0.06602069}
- - {x: 0.07531472, y: 0.06602069}
- - {x: 0.09375964, y: 0.095903434}
- - {x: 0.108472146, y: 0.06497298}
- - {x: 0.04061497, y: 0.06571639}
- - {x: 0.07531472, y: 0.06602069}
- - {x: 0.055029266, y: 0.033198122}
- - {x: 0.07531472, y: 0.06602069}
- - {x: 0.108472146, y: 0.06497298}
- - {x: 0.08955721, y: 0.032913845}
- - {x: 0.07531472, y: 0.06602069}
- - {x: 0.08955721, y: 0.032913845}
- - {x: 0.055029266, y: 0.033198122}
- - {x: 0.055029266, y: 0.033198122}
- - {x: 0.08955721, y: 0.032913845}
- - {x: 0.06831664, y: 9.740584e-10}
- - {x: 0.06831664, y: 9.740584e-10}
- - {x: 0.08955721, y: 0.032913845}
- - {x: 0.10083885, y: 9.2657254e-10}
- - {x: 0.08955721, y: 0.032913845}
- - {x: 0.108472146, y: 0.06497298}
- - {x: 0.12111042, y: 0.032800097}
- - {x: 0.08955721, y: 0.032913845}
- - {x: 0.12111042, y: 0.032800097}
- - {x: 0.10083885, y: 9.2657254e-10}
- - {x: 0.10083885, y: 9.2657254e-10}
- - {x: 0.12111042, y: 0.032800097}
- - {x: 0.13143277, y: 8.613686e-10}
- - {x: -0.13143277, y: 8.6136864e-10}
- - {x: -0.10083883, y: 9.2657254e-10}
- - {x: -0.1211104, y: -0.032800097}
- - {x: -0.10083883, y: 9.2657254e-10}
- - {x: -0.06831662, y: 9.740584e-10}
- - {x: -0.08955719, y: -0.032913845}
- - {x: -0.10083883, y: 9.2657254e-10}
- - {x: -0.08955719, y: -0.032913845}
- - {x: -0.1211104, y: -0.032800097}
- - {x: -0.1211104, y: -0.032800097}
- - {x: -0.08955719, y: -0.032913845}
- - {x: -0.10847213, y: -0.06497298}
- - {x: -0.06831662, y: 9.740584e-10}
- - {x: -0.034488052, y: 0.000000001002918}
- - {x: -0.05502925, y: -0.033198122}
- - {x: -0.034488052, y: 0.000000001002918}
- - {x: 0.000000006497513, y: 0.0000000010125996}
- - {x: -0.020560611, y: -0.03326778}
- - {x: -0.034488052, y: 0.000000001002918}
- - {x: -0.020560611, y: -0.03326778}
- - {x: -0.05502925, y: -0.033198122}
- - {x: -0.05502925, y: -0.033198122}
- - {x: -0.020560611, y: -0.03326778}
- - {x: -0.040614955, y: -0.06571639}
- - {x: -0.06831662, y: 9.740584e-10}
- - {x: -0.05502925, y: -0.033198122}
- - {x: -0.08955719, y: -0.032913845}
- - {x: -0.05502925, y: -0.033198122}
- - {x: -0.040614955, y: -0.06571639}
- - {x: -0.07531471, y: -0.06602069}
- - {x: -0.05502925, y: -0.033198122}
- - {x: -0.07531471, y: -0.06602069}
- - {x: -0.08955719, y: -0.032913845}
- - {x: -0.08955719, y: -0.032913845}
- - {x: -0.07531471, y: -0.06602069}
- - {x: -0.10847213, y: -0.06497298}
- - {x: -0.10847213, y: -0.06497298}
- - {x: -0.07531471, y: -0.06602069}
- - {x: -0.093759626, y: -0.095903434}
- - {x: -0.07531471, y: -0.06602069}
- - {x: -0.040614955, y: -0.06571639}
- - {x: -0.059669223, y: -0.09654684}
- - {x: -0.07531471, y: -0.06602069}
- - {x: -0.059669223, y: -0.09654684}
- - {x: -0.093759626, y: -0.095903434}
- - {x: -0.093759626, y: -0.095903434}
- - {x: -0.059669223, y: -0.09654684}
- - {x: -0.077254236, y: -0.125}
- - {x: 0.000000006497513, y: 0.0000000010125996}
- - {x: 0.034488067, y: 0.000000001002918}
- - {x: 0.020560622, y: -0.03326778}
- - {x: 0.034488067, y: 0.000000001002918}
- - {x: 0.06831664, y: 9.740584e-10}
- - {x: 0.055029266, y: -0.033198122}
- - {x: 0.034488067, y: 0.000000001002918}
- - {x: 0.055029266, y: -0.033198122}
- - {x: 0.020560622, y: -0.03326778}
- - {x: 0.020560622, y: -0.03326778}
- - {x: 0.055029266, y: -0.033198122}
- - {x: 0.04061497, y: -0.06571639}
- - {x: 0.06831664, y: 9.740584e-10}
- - {x: 0.10083885, y: 9.2657254e-10}
- - {x: 0.08955721, y: -0.032913845}
- - {x: 0.10083885, y: 9.2657254e-10}
- - {x: 0.13143277, y: 8.613686e-10}
- - {x: 0.12111042, y: -0.032800097}
- - {x: 0.10083885, y: 9.2657254e-10}
- - {x: 0.12111042, y: -0.032800097}
- - {x: 0.08955721, y: -0.032913845}
- - {x: 0.08955721, y: -0.032913845}
- - {x: 0.12111042, y: -0.032800097}
- - {x: 0.108472146, y: -0.06497298}
- - {x: 0.06831664, y: 9.740584e-10}
- - {x: 0.08955721, y: -0.032913845}
- - {x: 0.055029266, y: -0.033198122}
- - {x: 0.08955721, y: -0.032913845}
- - {x: 0.108472146, y: -0.06497298}
- - {x: 0.07531472, y: -0.06602069}
- - {x: 0.08955721, y: -0.032913845}
- - {x: 0.07531472, y: -0.06602069}
- - {x: 0.055029266, y: -0.033198122}
- - {x: 0.055029266, y: -0.033198122}
- - {x: 0.07531472, y: -0.06602069}
- - {x: 0.04061497, y: -0.06571639}
- - {x: 0.04061497, y: -0.06571639}
- - {x: 0.07531472, y: -0.06602069}
- - {x: 0.059669238, y: -0.09654684}
- - {x: 0.07531472, y: -0.06602069}
- - {x: 0.108472146, y: -0.06497298}
- - {x: 0.09375964, y: -0.095903434}
- - {x: 0.07531472, y: -0.06602069}
- - {x: 0.09375964, y: -0.095903434}
- - {x: 0.059669238, y: -0.09654684}
- - {x: 0.059669238, y: -0.09654684}
- - {x: 0.09375964, y: -0.095903434}
- - {x: 0.07725425, y: -0.125}
- - {x: 0.000000006497513, y: 0.0000000010125996}
- - {x: 0.020560622, y: -0.03326778}
- - {x: -0.020560611, y: -0.03326778}
- - {x: 0.020560622, y: -0.03326778}
- - {x: 0.04061497, y: -0.06571639}
- - {x: 0.000000006262701, y: -0.06660118}
- - {x: 0.020560622, y: -0.03326778}
- - {x: 0.000000006262701, y: -0.06660118}
- - {x: -0.020560611, y: -0.03326778}
- - {x: -0.020560611, y: -0.03326778}
- - {x: 0.000000006262701, y: -0.06660118}
- - {x: -0.040614955, y: -0.06571639}
- - {x: 0.04061497, y: -0.06571639}
- - {x: 0.059669238, y: -0.09654684}
- - {x: 0.0205809, y: -0.09990176}
- - {x: 0.059669238, y: -0.09654684}
- - {x: 0.07725425, y: -0.125}
- - {x: 0.03910862, y: -0.12981462}
- - {x: 0.059669238, y: -0.09654684}
- - {x: 0.03910862, y: -0.12981462}
- - {x: 0.0205809, y: -0.09990176}
- - {x: 0.0205809, y: -0.09990176}
- - {x: 0.03910862, y: -0.12981462}
- - {x: 0.0000000055271148, y: -0.13143277}
- - {x: 0.04061497, y: -0.06571639}
- - {x: 0.0205809, y: -0.09990176}
- - {x: 0.000000006262701, y: -0.06660118}
- - {x: 0.0205809, y: -0.09990176}
- - {x: 0.0000000055271148, y: -0.13143277}
- - {x: -0.02058089, y: -0.09990176}
- - {x: 0.0205809, y: -0.09990176}
- - {x: -0.02058089, y: -0.09990176}
- - {x: 0.000000006262701, y: -0.06660118}
- - {x: 0.000000006262701, y: -0.06660118}
- - {x: -0.02058089, y: -0.09990176}
- - {x: -0.040614955, y: -0.06571639}
- - {x: -0.040614955, y: -0.06571639}
- - {x: -0.02058089, y: -0.09990176}
- - {x: -0.059669223, y: -0.09654684}
- - {x: -0.02058089, y: -0.09990176}
- - {x: 0.0000000055271148, y: -0.13143277}
- - {x: -0.03910861, y: -0.12981462}
- - {x: -0.02058089, y: -0.09990176}
- - {x: -0.03910861, y: -0.12981462}
- - {x: -0.059669223, y: -0.09654684}
- - {x: -0.059669223, y: -0.09654684}
- - {x: -0.03910861, y: -0.12981462}
- - {x: -0.077254236, y: -0.125}
- - {x: -0.077254236, y: -0.125}
- - {x: -0.03910861, y: -0.12981462}
- - {x: -0.059271574, y: -0.15170628}
- - {x: -0.03910861, y: -0.12981462}
- - {x: 0.0000000055271148, y: -0.13143277}
- - {x: -0.020285457, y: -0.15505989}
- - {x: -0.03910861, y: -0.12981462}
- - {x: -0.020285457, y: -0.15505989}
- - {x: -0.059271574, y: -0.15170628}
- - {x: -0.059271574, y: -0.15170628}
- - {x: -0.020285457, y: -0.15505989}
- - {x: -0.040155504, y: -0.17551161}
- - {x: 0.0000000055271148, y: -0.13143277}
- - {x: 0.03910862, y: -0.12981462}
- - {x: 0.020285469, y: -0.15505989}
- - {x: 0.03910862, y: -0.12981462}
- - {x: 0.07725425, y: -0.125}
- - {x: 0.05927158, y: -0.15170628}
- - {x: 0.03910862, y: -0.12981462}
- - {x: 0.05927158, y: -0.15170628}
- - {x: 0.020285469, y: -0.15505989}
- - {x: 0.020285469, y: -0.15505989}
- - {x: 0.05927158, y: -0.15170628}
- - {x: 0.04015551, y: -0.17551161}
- - {x: 0.0000000055271148, y: -0.13143277}
- - {x: 0.020285469, y: -0.15505989}
- - {x: -0.020285457, y: -0.15505989}
- - {x: 0.020285469, y: -0.15505989}
- - {x: 0.04015551, y: -0.17551161}
- - {x: 0.0000000045671475, y: -0.17782043}
- - {x: 0.020285469, y: -0.15505989}
- - {x: 0.0000000045671475, y: -0.17782043}
- - {x: -0.020285457, y: -0.15505989}
- - {x: -0.020285457, y: -0.15505989}
- - {x: 0.0000000045671475, y: -0.17782043}
- - {x: -0.040155504, y: -0.17551161}
- - {x: -0.040155508, y: 0.17344512}
- - {x: -0.0000000017810657, y: 0.17572676}
- - {x: -0.020271575, y: 0.1539105}
- - {x: -0.0000000017810657, y: 0.17572676}
- - {x: 0.040155508, y: 0.17344512}
- - {x: 0.020271571, y: 0.1539105}
- - {x: -0.0000000017810657, y: 0.17572676}
- - {x: 0.020271571, y: 0.1539105}
- - {x: -0.020271575, y: 0.1539105}
- - {x: -0.020271575, y: 0.1539105}
- - {x: 0.020271571, y: 0.1539105}
- - {x: -0.000000002130049, y: 0.13143277}
- - {x: -0.13143277, y: 8.6136864e-10}
- - {x: -0.1211104, y: -0.032800097}
- - {x: -0.1539105, y: -0.020271573}
- - {x: -0.1211104, y: -0.032800097}
- - {x: -0.10847213, y: -0.06497298}
- - {x: -0.14281292, y: -0.053255714}
- - {x: -0.1211104, y: -0.032800097}
- - {x: -0.14281292, y: -0.053255714}
- - {x: -0.1539105, y: -0.020271573}
- - {x: -0.1539105, y: -0.020271573}
- - {x: -0.14281292, y: -0.053255714}
- - {x: -0.17344512, y: -0.040155508}
- - {x: -0.10847213, y: -0.06497298}
- - {x: -0.093759626, y: -0.095903434}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.093759626, y: -0.095903434}
- - {x: -0.077254236, y: -0.125}
- - {x: -0.11349763, y: -0.117107466}
- - {x: -0.093759626, y: -0.095903434}
- - {x: -0.11349763, y: -0.117107466}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.11349763, y: -0.117107466}
- - {x: -0.14694633, y: -0.10633135}
- - {x: -0.10847213, y: -0.06497298}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.14281292, y: -0.053255714}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.14694633, y: -0.10633135}
- - {x: -0.16185299, y: -0.07400114}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.16185299, y: -0.07400114}
- - {x: -0.14281292, y: -0.053255714}
- - {x: -0.14281292, y: -0.053255714}
- - {x: -0.16185299, y: -0.07400114}
- - {x: -0.17344512, y: -0.040155508}
- - {x: 0.040155508, y: 0.17551161}
- - {x: 0.07400114, y: 0.17557746}
- - {x: 0.059271578, y: 0.15170628}
- - {x: -0.16185299, y: -0.07400114}
- - {x: -0.14694633, y: -0.10633135}
- - {x: -0.17677669, y: -0.092937}
- - {x: 0.07400114, y: 0.17557746}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.059271578, y: 0.15170628}
- - {x: 0.059271578, y: 0.15170628}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.07725424, y: 0.12499999}
- - {x: -0.077254236, y: -0.125}
- - {x: -0.059271574, y: -0.15170628}
- - {x: -0.09293699, y: -0.15037523}
- - {x: -0.059271574, y: -0.15170628}
- - {x: -0.040155504, y: -0.17551161}
- - {x: -0.07400113, y: -0.17557746}
- - {x: -0.059271574, y: -0.15170628}
- - {x: -0.07400113, y: -0.17557746}
- - {x: -0.09293699, y: -0.15037523}
- - {x: -0.092937, y: 0.17677669}
- - {x: -0.07400114, y: 0.16185299}
- - {x: -0.10633135, y: 0.14694633}
- - {x: -0.040155508, y: 0.17344512}
- - {x: -0.020271575, y: 0.1539105}
- - {x: -0.05325572, y: 0.14281292}
- - {x: -0.020271575, y: 0.1539105}
- - {x: -0.000000002130049, y: 0.13143277}
- - {x: -0.0328001, y: 0.12111041}
- - {x: -0.020271575, y: 0.1539105}
- - {x: -0.0328001, y: 0.12111041}
- - {x: -0.05325572, y: 0.14281292}
- - {x: -0.05325572, y: 0.14281292}
- - {x: -0.0328001, y: 0.12111041}
- - {x: -0.06497298, y: 0.10847214}
- - {x: -0.040155508, y: 0.17344512}
- - {x: -0.05325572, y: 0.14281292}
- - {x: -0.07400114, y: 0.16185299}
- - {x: -0.05325572, y: 0.14281292}
- - {x: -0.06497298, y: 0.10847214}
- - {x: -0.08653825, y: 0.1290304}
- - {x: -0.05325572, y: 0.14281292}
- - {x: -0.08653825, y: 0.1290304}
- - {x: -0.07400114, y: 0.16185299}
- - {x: -0.07400114, y: 0.16185299}
- - {x: -0.08653825, y: 0.1290304}
- - {x: -0.10633135, y: 0.14694633}
- - {x: -0.10633135, y: 0.14694633}
- - {x: -0.08653825, y: 0.1290304}
- - {x: -0.117107466, y: 0.11349764}
- - {x: -0.08653825, y: 0.1290304}
- - {x: -0.06497298, y: 0.10847214}
- - {x: -0.095903434, y: 0.09375963}
- - {x: -0.08653825, y: 0.1290304}
- - {x: -0.095903434, y: 0.09375963}
- - {x: -0.117107466, y: 0.11349764}
- - {x: -0.117107466, y: 0.11349764}
- - {x: -0.095903434, y: 0.09375963}
- - {x: -0.125, y: 0.07725424}
- - {x: -0.077254236, y: -0.125}
- - {x: -0.09293699, y: -0.15037523}
- - {x: -0.11349763, y: -0.117107466}
- - {x: -0.09293699, y: -0.15037523}
- - {x: -0.10633134, y: -0.17204773}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.09293699, y: -0.15037523}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.11349763, y: -0.117107466}
- - {x: -0.11349763, y: -0.117107466}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.14694633, y: -0.10633135}
- - {x: -0.10633135, y: 0.14694633}
- - {x: -0.117107466, y: 0.11349764}
- - {x: -0.14106356, y: 0.12834387}
- - {x: -0.117107466, y: 0.11349764}
- - {x: -0.125, y: 0.07725424}
- - {x: -0.15037523, y: 0.092937}
- - {x: -0.117107466, y: 0.11349764}
- - {x: -0.15037523, y: 0.092937}
- - {x: -0.14106356, y: 0.12834387}
- - {x: -0.14106356, y: 0.12834387}
- - {x: -0.15037523, y: 0.092937}
- - {x: -0.17204773, y: 0.10633135}
- - {x: -0.10633135, y: 0.14694633}
- - {x: -0.14106356, y: 0.12834387}
- - {x: -0.12834387, y: 0.16164444}
- - {x: 0.16164444, y: 0.12834387}
- - {x: 0.14694633, y: 0.10633134}
- - {x: 0.12834387, y: 0.14106356}
- - {x: -0.14106356, y: 0.12834387}
- - {x: -0.16164444, y: 0.14106356}
- - {x: -0.12834387, y: 0.16164444}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.16164444, y: -0.12834387}
- - {x: -0.14694633, y: -0.10633135}
- - {x: 0.10633135, y: 0.17204773}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.14694633, y: 0.10633134}
- - {x: 0.11349764, y: 0.11710746}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.11349764, y: 0.11710746}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.11349764, y: 0.11710746}
- - {x: 0.07725424, y: 0.12499999}
- - {x: 0.07725424, y: 0.12499999}
- - {x: 0.11349764, y: 0.11710746}
- - {x: 0.09375963, y: 0.09590343}
- - {x: 0.11349764, y: 0.11710746}
- - {x: 0.14694633, y: 0.10633134}
- - {x: 0.1290304, y: 0.08653824}
- - {x: 0.11349764, y: 0.11710746}
- - {x: 0.1290304, y: 0.08653824}
- - {x: 0.09375963, y: 0.09590343}
- - {x: 0.09375963, y: 0.09590343}
- - {x: 0.1290304, y: 0.08653824}
- - {x: 0.10847214, y: 0.064972974}
- - {x: 0.14694633, y: 0.10633134}
- - {x: 0.17677669, y: 0.09293699}
- - {x: 0.16185299, y: 0.07400113}
- - {x: -0.15037523, y: 0.092937}
- - {x: -0.125, y: 0.07725424}
- - {x: -0.15170628, y: 0.059271574}
- - {x: -0.15037523, y: 0.092937}
- - {x: -0.15170628, y: 0.059271574}
- - {x: -0.17557746, y: 0.07400114}
- - {x: -0.17557746, y: 0.07400114}
- - {x: -0.15170628, y: 0.059271574}
- - {x: -0.17551161, y: 0.040155504}
- - {x: 0.14694633, y: 0.10633134}
- - {x: 0.16185299, y: 0.07400113}
- - {x: 0.1290304, y: 0.08653824}
- - {x: 0.16185299, y: 0.07400113}
- - {x: 0.17344512, y: 0.040155504}
- - {x: 0.14281292, y: 0.053255707}
- - {x: 0.16185299, y: 0.07400113}
- - {x: 0.14281292, y: 0.053255707}
- - {x: 0.1290304, y: 0.08653824}
- - {x: 0.1290304, y: 0.08653824}
- - {x: 0.14281292, y: 0.053255707}
- - {x: 0.10847214, y: 0.064972974}
- - {x: 0.10847214, y: 0.064972974}
- - {x: 0.14281292, y: 0.053255707}
- - {x: 0.12111041, y: 0.03280009}
- - {x: 0.14281292, y: 0.053255707}
- - {x: 0.17344512, y: 0.040155504}
- - {x: 0.1539105, y: 0.020271568}
- - {x: 0.14281292, y: 0.053255707}
- - {x: 0.1539105, y: 0.020271568}
- - {x: 0.12111041, y: 0.03280009}
- - {x: 0.12111041, y: 0.03280009}
- - {x: 0.1539105, y: 0.020271568}
- - {x: 0.13143277, y: -0.0000000060834155}
- - {x: -0.13143277, y: 8.6136864e-10}
- - {x: -0.1539105, y: -0.020271573}
- - {x: -0.1539105, y: 0.020271573}
- - {x: -0.1539105, y: -0.020271573}
- - {x: -0.17344512, y: -0.040155508}
- - {x: -0.17572676, y: 7.202436e-10}
- - {x: -0.1539105, y: -0.020271573}
- - {x: -0.17572676, y: 7.202436e-10}
- - {x: -0.1539105, y: 0.020271573}
- - {x: -0.1539105, y: 0.020271573}
- - {x: -0.17572676, y: 7.202436e-10}
- - {x: -0.17344512, y: 0.040155508}
- - {x: 0.040155508, y: 0.17551161}
- - {x: 0.059271578, y: 0.15170628}
- - {x: 0.020285465, y: 0.15505989}
- - {x: 0.059271578, y: 0.15170628}
- - {x: 0.07725424, y: 0.12499999}
- - {x: 0.039108615, y: 0.12981462}
- - {x: 0.059271578, y: 0.15170628}
- - {x: 0.039108615, y: 0.12981462}
- - {x: 0.020285465, y: 0.15505989}
- - {x: 0.020285465, y: 0.15505989}
- - {x: 0.039108615, y: 0.12981462}
- - {x: 0.0000000012202721, y: 0.13143277}
- - {x: 0.040155508, y: 0.17551161}
- - {x: 0.020285465, y: 0.15505989}
- - {x: 0.0000000010083313, y: 0.17782043}
- - {x: 0.020285465, y: 0.15505989}
- - {x: 0.0000000012202721, y: 0.13143277}
- - {x: -0.020285461, y: 0.15505989}
- - {x: 0.020285465, y: 0.15505989}
- - {x: -0.020285461, y: 0.15505989}
- - {x: 0.0000000010083313, y: 0.17782043}
- - {x: 0.0000000010083313, y: 0.17782043}
- - {x: -0.020285461, y: 0.15505989}
- - {x: -0.040155508, y: 0.17551161}
- - {x: -0.040155508, y: 0.17551161}
- - {x: -0.020285461, y: 0.15505989}
- - {x: -0.059271578, y: 0.15170628}
- - {x: -0.020285461, y: 0.15505989}
- - {x: 0.0000000012202721, y: 0.13143277}
- - {x: -0.039108615, y: 0.12981462}
- - {x: -0.020285461, y: 0.15505989}
- - {x: -0.039108615, y: 0.12981462}
- - {x: -0.059271578, y: 0.15170628}
- - {x: -0.059271578, y: 0.15170628}
- - {x: -0.039108615, y: 0.12981462}
- - {x: -0.07725424, y: 0.12499999}
- - {x: 0.07725424, y: 0.12499999}
- - {x: 0.09375963, y: 0.09590343}
- - {x: 0.05966923, y: 0.096546836}
- - {x: 0.09375963, y: 0.09590343}
- - {x: 0.10847214, y: 0.064972974}
- - {x: 0.075314716, y: 0.06602068}
- - {x: 0.09375963, y: 0.09590343}
- - {x: 0.075314716, y: 0.06602068}
- - {x: 0.05966923, y: 0.096546836}
- - {x: 0.05966923, y: 0.096546836}
- - {x: 0.075314716, y: 0.06602068}
- - {x: 0.040614963, y: 0.065716386}
- - {x: 0.10847214, y: 0.064972974}
- - {x: 0.12111041, y: 0.03280009}
- - {x: 0.0895572, y: 0.032913838}
- - {x: 0.12111041, y: 0.03280009}
- - {x: 0.13143277, y: -0.0000000060834155}
- - {x: 0.10083884, y: -0.0000000065439183}
- - {x: 0.12111041, y: 0.03280009}
- - {x: 0.10083884, y: -0.0000000065439183}
- - {x: 0.0895572, y: 0.032913838}
- - {x: 0.0895572, y: 0.032913838}
- - {x: 0.10083884, y: -0.0000000065439183}
- - {x: 0.06831663, y: -0.000000006879287}
- - {x: 0.10847214, y: 0.064972974}
- - {x: 0.0895572, y: 0.032913838}
- - {x: 0.075314716, y: 0.06602068}
- - {x: 0.0895572, y: 0.032913838}
- - {x: 0.06831663, y: -0.000000006879287}
- - {x: 0.055029258, y: 0.033198114}
- - {x: 0.0895572, y: 0.032913838}
- - {x: 0.055029258, y: 0.033198114}
- - {x: 0.075314716, y: 0.06602068}
- - {x: 0.075314716, y: 0.06602068}
- - {x: 0.055029258, y: 0.033198114}
- - {x: 0.040614963, y: 0.065716386}
- - {x: 0.040614963, y: 0.065716386}
- - {x: 0.055029258, y: 0.033198114}
- - {x: 0.020560618, y: 0.033267774}
- - {x: 0.055029258, y: 0.033198114}
- - {x: 0.06831663, y: -0.000000006879287}
- - {x: 0.03448806, y: -0.0000000070831074}
- - {x: 0.055029258, y: 0.033198114}
- - {x: 0.03448806, y: -0.0000000070831074}
- - {x: 0.020560618, y: 0.033267774}
- - {x: 0.020560618, y: 0.033267774}
- - {x: 0.03448806, y: -0.0000000070831074}
- - {x: 0.000000001434516, y: -0.000000007151484}
- - {x: 0.07725424, y: 0.12499999}
- - {x: 0.05966923, y: 0.096546836}
- - {x: 0.039108615, y: 0.12981462}
- - {x: 0.05966923, y: 0.096546836}
- - {x: 0.040614963, y: 0.065716386}
- - {x: 0.020580897, y: 0.09990175}
- - {x: 0.05966923, y: 0.096546836}
- - {x: 0.020580897, y: 0.09990175}
- - {x: 0.039108615, y: 0.12981462}
- - {x: 0.039108615, y: 0.12981462}
- - {x: 0.020580897, y: 0.09990175}
- - {x: 0.0000000012202721, y: 0.13143277}
- - {x: 0.040614963, y: 0.065716386}
- - {x: 0.020560618, y: 0.033267774}
- - {x: 0.0000000013826743, y: 0.06660117}
- - {x: 0.020560618, y: 0.033267774}
- - {x: 0.000000001434516, y: -0.000000007151484}
- - {x: -0.020560615, y: 0.033267774}
- - {x: 0.020560618, y: 0.033267774}
- - {x: -0.020560615, y: 0.033267774}
- - {x: 0.0000000013826743, y: 0.06660117}
- - {x: 0.0000000013826743, y: 0.06660117}
- - {x: -0.020560615, y: 0.033267774}
- - {x: -0.040614963, y: 0.065716386}
- - {x: 0.040614963, y: 0.065716386}
- - {x: 0.0000000013826743, y: 0.06660117}
- - {x: 0.020580897, y: 0.09990175}
- - {x: 0.0000000013826743, y: 0.06660117}
- - {x: -0.040614963, y: 0.065716386}
- - {x: -0.020580893, y: 0.09990175}
- - {x: 0.0000000013826743, y: 0.06660117}
- - {x: -0.020580893, y: 0.09990175}
- - {x: 0.020580897, y: 0.09990175}
- - {x: 0.020580897, y: 0.09990175}
- - {x: -0.020580893, y: 0.09990175}
- - {x: 0.0000000012202721, y: 0.13143277}
- - {x: 0.0000000012202721, y: 0.13143277}
- - {x: -0.020580893, y: 0.09990175}
- - {x: -0.039108615, y: 0.12981462}
- - {x: -0.020580893, y: 0.09990175}
- - {x: -0.040614963, y: 0.065716386}
- - {x: -0.05966923, y: 0.096546836}
- - {x: -0.020580893, y: 0.09990175}
- - {x: -0.05966923, y: 0.096546836}
- - {x: -0.039108615, y: 0.12981462}
- - {x: -0.039108615, y: 0.12981462}
- - {x: -0.05966923, y: 0.096546836}
- - {x: -0.07725424, y: 0.12499999}
- - {x: -0.07725424, y: 0.12499999}
- - {x: -0.05966923, y: 0.096546836}
- - {x: -0.09375963, y: 0.09590343}
- - {x: -0.05966923, y: 0.096546836}
- - {x: -0.040614963, y: 0.065716386}
- - {x: -0.075314716, y: 0.06602068}
- - {x: -0.05966923, y: 0.096546836}
- - {x: -0.075314716, y: 0.06602068}
- - {x: -0.09375963, y: 0.09590343}
- - {x: -0.09375963, y: 0.09590343}
- - {x: -0.075314716, y: 0.06602068}
- - {x: -0.10847214, y: 0.064972974}
- - {x: -0.040614963, y: 0.065716386}
- - {x: -0.020560615, y: 0.033267774}
- - {x: -0.055029258, y: 0.033198114}
- - {x: -0.020560615, y: 0.033267774}
- - {x: 0.000000001434516, y: -0.000000007151484}
- - {x: -0.03448806, y: -0.0000000070831074}
- - {x: -0.020560615, y: 0.033267774}
- - {x: -0.03448806, y: -0.0000000070831074}
- - {x: -0.055029258, y: 0.033198114}
- - {x: -0.055029258, y: 0.033198114}
- - {x: -0.03448806, y: -0.0000000070831074}
- - {x: -0.06831663, y: -0.000000006879287}
- - {x: -0.040614963, y: 0.065716386}
- - {x: -0.055029258, y: 0.033198114}
- - {x: -0.075314716, y: 0.06602068}
- - {x: -0.055029258, y: 0.033198114}
- - {x: -0.06831663, y: -0.000000006879287}
- - {x: -0.0895572, y: 0.032913838}
- - {x: -0.055029258, y: 0.033198114}
- - {x: -0.0895572, y: 0.032913838}
- - {x: -0.075314716, y: 0.06602068}
- - {x: -0.075314716, y: 0.06602068}
- - {x: -0.0895572, y: 0.032913838}
- - {x: -0.10847214, y: 0.064972974}
- - {x: -0.10847214, y: 0.064972974}
- - {x: -0.0895572, y: 0.032913838}
- - {x: -0.12111041, y: 0.03280009}
- - {x: -0.0895572, y: 0.032913838}
- - {x: -0.06831663, y: -0.000000006879287}
- - {x: -0.10083884, y: -0.0000000065439183}
- - {x: -0.0895572, y: 0.032913838}
- - {x: -0.10083884, y: -0.0000000065439183}
- - {x: -0.12111041, y: 0.03280009}
- - {x: -0.12111041, y: 0.03280009}
- - {x: -0.10083884, y: -0.0000000065439183}
- - {x: -0.13143277, y: -0.0000000060834155}
- - {x: 0.13143277, y: 8.613686e-10}
- - {x: 0.12111042, y: 0.032800097}
- - {x: 0.1539105, y: 0.020271573}
- - {x: 0.12111042, y: 0.032800097}
- - {x: 0.108472146, y: 0.06497298}
- - {x: 0.14281292, y: 0.053255714}
- - {x: 0.12111042, y: 0.032800097}
- - {x: 0.14281292, y: 0.053255714}
- - {x: 0.1539105, y: 0.020271573}
- - {x: 0.1539105, y: 0.020271573}
- - {x: 0.14281292, y: 0.053255714}
- - {x: 0.17344512, y: 0.040155508}
- - {x: 0.108472146, y: 0.06497298}
- - {x: 0.09375964, y: 0.095903434}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.09375964, y: 0.095903434}
- - {x: 0.07725425, y: 0.125}
- - {x: 0.113497645, y: 0.117107466}
- - {x: 0.09375964, y: 0.095903434}
- - {x: 0.113497645, y: 0.117107466}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.113497645, y: 0.117107466}
- - {x: 0.14694633, y: 0.10633135}
- - {x: 0.108472146, y: 0.06497298}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.14281292, y: 0.053255714}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.14694633, y: 0.10633135}
- - {x: 0.16185299, y: 0.07400114}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.16185299, y: 0.07400114}
- - {x: 0.14281292, y: 0.053255714}
- - {x: 0.14281292, y: 0.053255714}
- - {x: 0.16185299, y: 0.07400114}
- - {x: 0.17344512, y: 0.040155508}
- - {x: 0.040155508, y: 0.17551161}
- - {x: 0.07400114, y: 0.17557746}
- - {x: 0.059271578, y: 0.15170628}
- - {x: 0.16185299, y: 0.07400114}
- - {x: 0.14694633, y: 0.10633135}
- - {x: 0.17677669, y: 0.092937}
- - {x: 0.07400114, y: 0.17557746}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.059271578, y: 0.15170628}
- - {x: 0.059271578, y: 0.15170628}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.07725424, y: 0.125}
- - {x: 0.07725425, y: 0.125}
- - {x: 0.05927158, y: 0.15170628}
- - {x: 0.09293701, y: 0.15037523}
- - {x: 0.05927158, y: 0.15170628}
- - {x: 0.04015551, y: 0.17551161}
- - {x: 0.07400115, y: 0.17557746}
- - {x: 0.05927158, y: 0.15170628}
- - {x: 0.07400115, y: 0.17557746}
- - {x: 0.09293701, y: 0.15037523}
- - {x: -0.092937, y: 0.17677669}
- - {x: -0.07400114, y: 0.16185299}
- - {x: -0.10633135, y: 0.14694633}
- - {x: -0.040155504, y: 0.17344512}
- - {x: -0.02027157, y: 0.1539105}
- - {x: -0.05325571, y: 0.14281292}
- - {x: -0.02027157, y: 0.1539105}
- - {x: 0.0000000044638058, y: 0.13143277}
- - {x: -0.032800093, y: 0.12111041}
- - {x: -0.02027157, y: 0.1539105}
- - {x: -0.032800093, y: 0.12111041}
- - {x: -0.05325571, y: 0.14281292}
- - {x: -0.05325571, y: 0.14281292}
- - {x: -0.032800093, y: 0.12111041}
- - {x: -0.064972974, y: 0.10847214}
- - {x: -0.040155504, y: 0.17344512}
- - {x: -0.05325571, y: 0.14281292}
- - {x: -0.07400114, y: 0.16185299}
- - {x: -0.05325571, y: 0.14281292}
- - {x: -0.064972974, y: 0.10847214}
- - {x: -0.08653824, y: 0.1290304}
- - {x: -0.05325571, y: 0.14281292}
- - {x: -0.08653824, y: 0.1290304}
- - {x: -0.07400114, y: 0.16185299}
- - {x: -0.07400114, y: 0.16185299}
- - {x: -0.08653824, y: 0.1290304}
- - {x: -0.10633135, y: 0.14694633}
- - {x: -0.10633135, y: 0.14694633}
- - {x: -0.08653824, y: 0.1290304}
- - {x: -0.11710746, y: 0.11349764}
- - {x: -0.08653824, y: 0.1290304}
- - {x: -0.064972974, y: 0.10847214}
- - {x: -0.09590343, y: 0.09375963}
- - {x: -0.08653824, y: 0.1290304}
- - {x: -0.09590343, y: 0.09375963}
- - {x: -0.11710746, y: 0.11349764}
- - {x: -0.11710746, y: 0.11349764}
- - {x: -0.09590343, y: 0.09375963}
- - {x: -0.12499999, y: 0.07725424}
- - {x: 0.07725425, y: 0.125}
- - {x: 0.09293701, y: 0.15037523}
- - {x: 0.113497645, y: 0.117107466}
- - {x: 0.09293701, y: 0.15037523}
- - {x: 0.106331356, y: 0.17204773}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.09293701, y: 0.15037523}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.113497645, y: 0.117107466}
- - {x: 0.113497645, y: 0.117107466}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.14694633, y: 0.10633135}
- - {x: -0.10633135, y: 0.14694633}
- - {x: -0.11710746, y: 0.11349764}
- - {x: -0.14106356, y: 0.12834387}
- - {x: -0.11710746, y: 0.11349764}
- - {x: -0.12499999, y: 0.07725424}
- - {x: -0.15037523, y: 0.092937}
- - {x: -0.11710746, y: 0.11349764}
- - {x: -0.15037523, y: 0.092937}
- - {x: -0.14106356, y: 0.12834387}
- - {x: -0.14106356, y: 0.12834387}
- - {x: -0.15037523, y: 0.092937}
- - {x: -0.17204773, y: 0.10633135}
- - {x: -0.10633135, y: 0.14694633}
- - {x: -0.14106356, y: 0.12834387}
- - {x: -0.12834387, y: 0.16164444}
- - {x: 0.16164444, y: 0.12834387}
- - {x: 0.14694633, y: 0.10633135}
- - {x: 0.12834387, y: 0.14106356}
- - {x: -0.14106356, y: 0.12834387}
- - {x: -0.16164444, y: 0.14106356}
- - {x: -0.12834387, y: 0.16164444}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.16164444, y: 0.12834387}
- - {x: 0.14694633, y: 0.10633135}
- - {x: 0.10633135, y: 0.17204773}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.14694633, y: 0.10633135}
- - {x: 0.11349764, y: 0.117107466}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.11349764, y: 0.117107466}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.11349764, y: 0.117107466}
- - {x: 0.07725424, y: 0.125}
- - {x: 0.07725424, y: 0.125}
- - {x: 0.11349764, y: 0.117107466}
- - {x: 0.09375963, y: 0.095903434}
- - {x: 0.11349764, y: 0.117107466}
- - {x: 0.14694633, y: 0.10633135}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.11349764, y: 0.117107466}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.09375963, y: 0.095903434}
- - {x: 0.09375963, y: 0.095903434}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.10847214, y: 0.06497298}
- - {x: 0.14694633, y: 0.10633135}
- - {x: 0.17677669, y: 0.092937}
- - {x: 0.16185299, y: 0.07400114}
- - {x: -0.15037523, y: 0.092937}
- - {x: -0.12499999, y: 0.07725424}
- - {x: -0.15170628, y: 0.059271578}
- - {x: -0.15037523, y: 0.092937}
- - {x: -0.15170628, y: 0.059271578}
- - {x: -0.17557746, y: 0.07400114}
- - {x: -0.17557746, y: 0.07400114}
- - {x: -0.15170628, y: 0.059271578}
- - {x: -0.17551161, y: 0.040155508}
- - {x: 0.14694633, y: 0.10633135}
- - {x: 0.16185299, y: 0.07400114}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.16185299, y: 0.07400114}
- - {x: 0.17344512, y: 0.040155504}
- - {x: 0.14281292, y: 0.05325571}
- - {x: 0.16185299, y: 0.07400114}
- - {x: 0.14281292, y: 0.05325571}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.14281292, y: 0.05325571}
- - {x: 0.10847214, y: 0.06497298}
- - {x: 0.10847214, y: 0.06497298}
- - {x: 0.14281292, y: 0.05325571}
- - {x: 0.12111041, y: 0.032800093}
- - {x: 0.14281292, y: 0.05325571}
- - {x: 0.17344512, y: 0.040155504}
- - {x: 0.1539105, y: 0.02027157}
- - {x: 0.14281292, y: 0.05325571}
- - {x: 0.1539105, y: 0.02027157}
- - {x: 0.12111041, y: 0.032800093}
- - {x: 0.12111041, y: 0.032800093}
- - {x: 0.1539105, y: 0.02027157}
- - {x: 0.13143277, y: -0.0000000035172525}
- - {x: 0.0000000044638058, y: 0.13143277}
- - {x: 0.0328001, y: 0.12111041}
- - {x: 0.000000004801707, y: 0.10083884}
- - {x: 0.0328001, y: 0.12111041}
- - {x: 0.06497299, y: 0.10847214}
- - {x: 0.03291385, y: 0.0895572}
- - {x: 0.0328001, y: 0.12111041}
- - {x: 0.03291385, y: 0.0895572}
- - {x: 0.000000004801707, y: 0.10083884}
- - {x: 0.000000004801707, y: 0.10083884}
- - {x: 0.03291385, y: 0.0895572}
- - {x: 0.0000000050477893, y: 0.06831663}
- - {x: 0.06497299, y: 0.10847214}
- - {x: 0.09590344, y: 0.09375963}
- - {x: 0.0660207, y: 0.075314716}
- - {x: 0.09590344, y: 0.09375963}
- - {x: 0.125, y: 0.07725424}
- - {x: 0.09654685, y: 0.05966923}
- - {x: 0.09590344, y: 0.09375963}
- - {x: 0.09654685, y: 0.05966923}
- - {x: 0.0660207, y: 0.075314716}
- - {x: 0.0660207, y: 0.075314716}
- - {x: 0.09654685, y: 0.05966923}
- - {x: 0.0657164, y: 0.040614963}
- - {x: 0.06497299, y: 0.10847214}
- - {x: 0.0660207, y: 0.075314716}
- - {x: 0.03291385, y: 0.0895572}
- - {x: 0.0660207, y: 0.075314716}
- - {x: 0.0657164, y: 0.040614963}
- - {x: 0.033198126, y: 0.055029258}
- - {x: 0.0660207, y: 0.075314716}
- - {x: 0.033198126, y: 0.055029258}
- - {x: 0.03291385, y: 0.0895572}
- - {x: 0.03291385, y: 0.0895572}
- - {x: 0.033198126, y: 0.055029258}
- - {x: 0.0000000050477893, y: 0.06831663}
- - {x: 0.0000000050477893, y: 0.06831663}
- - {x: 0.033198126, y: 0.055029258}
- - {x: 0.000000005197346, y: 0.03448806}
- - {x: 0.033198126, y: 0.055029258}
- - {x: 0.0657164, y: 0.040614963}
- - {x: 0.033267785, y: 0.020560617}
- - {x: 0.033198126, y: 0.055029258}
- - {x: 0.033267785, y: 0.020560617}
- - {x: 0.000000005197346, y: 0.03448806}
- - {x: 0.000000005197346, y: 0.03448806}
- - {x: 0.033267785, y: 0.020560617}
- - {x: 0.0000000052475184, y: 4.997637e-10}
- - {x: 0.125, y: 0.07725424}
- - {x: 0.15170628, y: 0.059271578}
- - {x: 0.12981462, y: 0.039108615}
- - {x: 0.15170628, y: 0.059271578}
- - {x: 0.17551161, y: 0.040155508}
- - {x: 0.15505989, y: 0.020285463}
- - {x: 0.15170628, y: 0.059271578}
- - {x: 0.15505989, y: 0.020285463}
- - {x: 0.12981462, y: 0.039108615}
- - {x: 0.12981462, y: 0.039108615}
- - {x: 0.15505989, y: 0.020285463}
- - {x: 0.13143277, y: 4.2512435e-10}
- - {x: -0.17344512, y: 0.040155504}
- - {x: -0.1539105, y: 0.020271568}
- - {x: -0.17572676, y: -0.00000000508672}
- - {x: -0.1539105, y: 0.020271568}
- - {x: -0.13143277, y: -0.0000000060834155}
- - {x: -0.1539105, y: -0.020271579}
- - {x: -0.1539105, y: 0.020271568}
- - {x: -0.1539105, y: -0.020271579}
- - {x: -0.17572676, y: -0.00000000508672}
- - {x: -0.17572676, y: -0.00000000508672}
- - {x: -0.1539105, y: -0.020271579}
- - {x: -0.17344512, y: -0.04015551}
- - {x: 0.17551161, y: 0.040155508}
- - {x: 0.17782043, y: 3.512874e-10}
- - {x: 0.15505989, y: 0.020285463}
- - {x: 0.17782043, y: 3.512874e-10}
- - {x: 0.17551161, y: -0.040155508}
- - {x: 0.15505989, y: -0.020285463}
- - {x: 0.17782043, y: 3.512874e-10}
- - {x: 0.15505989, y: -0.020285463}
- - {x: 0.15505989, y: 0.020285463}
- - {x: 0.15505989, y: 0.020285463}
- - {x: 0.15505989, y: -0.020285463}
- - {x: 0.13143277, y: 4.2512435e-10}
- - {x: 0.13143277, y: 4.2512435e-10}
- - {x: 0.15505989, y: -0.020285463}
- - {x: 0.12981462, y: -0.039108615}
- - {x: 0.15505989, y: -0.020285463}
- - {x: 0.17551161, y: -0.040155508}
- - {x: 0.15170628, y: -0.059271578}
- - {x: 0.15505989, y: -0.020285463}
- - {x: 0.15170628, y: -0.059271578}
- - {x: 0.12981462, y: -0.039108615}
- - {x: 0.12981462, y: -0.039108615}
- - {x: 0.15170628, y: -0.059271578}
- - {x: 0.125, y: -0.07725424}
- - {x: 0.125, y: 0.07725424}
- - {x: 0.12981462, y: 0.039108615}
- - {x: 0.09654685, y: 0.05966923}
- - {x: 0.12981462, y: 0.039108615}
- - {x: 0.13143277, y: 4.2512435e-10}
- - {x: 0.099901766, y: 0.020580895}
- - {x: 0.12981462, y: 0.039108615}
- - {x: 0.099901766, y: 0.020580895}
- - {x: 0.09654685, y: 0.05966923}
- - {x: 0.09654685, y: 0.05966923}
- - {x: 0.099901766, y: 0.020580895}
- - {x: 0.0657164, y: 0.040614963}
- - {x: 0.13143277, y: 4.2512435e-10}
- - {x: 0.12981462, y: -0.039108615}
- - {x: 0.099901766, y: -0.020580895}
- - {x: 0.12981462, y: -0.039108615}
- - {x: 0.125, y: -0.07725424}
- - {x: 0.09654685, y: -0.05966923}
- - {x: 0.12981462, y: -0.039108615}
- - {x: 0.09654685, y: -0.05966923}
- - {x: 0.099901766, y: -0.020580895}
- - {x: 0.099901766, y: -0.020580895}
- - {x: 0.09654685, y: -0.05966923}
- - {x: 0.0657164, y: -0.040614963}
- - {x: 0.13143277, y: 4.2512435e-10}
- - {x: 0.099901766, y: -0.020580895}
- - {x: 0.099901766, y: 0.020580895}
- - {x: 0.099901766, y: -0.020580895}
- - {x: 0.0657164, y: -0.040614963}
- - {x: 0.06660119, y: 4.8170284e-10}
- - {x: 0.099901766, y: -0.020580895}
- - {x: 0.06660119, y: 4.8170284e-10}
- - {x: 0.099901766, y: 0.020580895}
- - {x: 0.099901766, y: 0.020580895}
- - {x: 0.06660119, y: 4.8170284e-10}
- - {x: 0.0657164, y: 0.040614963}
- - {x: 0.0657164, y: 0.040614963}
- - {x: 0.06660119, y: 4.8170284e-10}
- - {x: 0.033267785, y: 0.020560617}
- - {x: 0.06660119, y: 4.8170284e-10}
- - {x: 0.0657164, y: -0.040614963}
- - {x: 0.033267785, y: -0.020560617}
- - {x: 0.06660119, y: 4.8170284e-10}
- - {x: 0.033267785, y: -0.020560617}
- - {x: 0.033267785, y: 0.020560617}
- - {x: 0.033267785, y: 0.020560617}
- - {x: 0.033267785, y: -0.020560617}
- - {x: 0.0000000052475184, y: 4.997637e-10}
- - {x: 0.0000000052475184, y: 4.997637e-10}
- - {x: 0.033267785, y: -0.020560617}
- - {x: 0.000000005197346, y: -0.03448806}
- - {x: 0.033267785, y: -0.020560617}
- - {x: 0.0657164, y: -0.040614963}
- - {x: 0.033198126, y: -0.055029258}
- - {x: 0.033267785, y: -0.020560617}
- - {x: 0.033198126, y: -0.055029258}
- - {x: 0.000000005197346, y: -0.03448806}
- - {x: 0.000000005197346, y: -0.03448806}
- - {x: 0.033198126, y: -0.055029258}
- - {x: 0.0000000050477893, y: -0.06831663}
- - {x: 0.0657164, y: -0.040614963}
- - {x: 0.09654685, y: -0.05966923}
- - {x: 0.0660207, y: -0.075314716}
- - {x: 0.09654685, y: -0.05966923}
- - {x: 0.125, y: -0.07725424}
- - {x: 0.09590344, y: -0.09375963}
- - {x: 0.09654685, y: -0.05966923}
- - {x: 0.09590344, y: -0.09375963}
- - {x: 0.0660207, y: -0.075314716}
- - {x: 0.0660207, y: -0.075314716}
- - {x: 0.09590344, y: -0.09375963}
- - {x: 0.06497299, y: -0.10847214}
- - {x: 0.0657164, y: -0.040614963}
- - {x: 0.0660207, y: -0.075314716}
- - {x: 0.033198126, y: -0.055029258}
- - {x: 0.0660207, y: -0.075314716}
- - {x: 0.06497299, y: -0.10847214}
- - {x: 0.03291385, y: -0.0895572}
- - {x: 0.0660207, y: -0.075314716}
- - {x: 0.03291385, y: -0.0895572}
- - {x: 0.033198126, y: -0.055029258}
- - {x: 0.033198126, y: -0.055029258}
- - {x: 0.03291385, y: -0.0895572}
- - {x: 0.0000000050477893, y: -0.06831663}
- - {x: 0.0000000050477893, y: -0.06831663}
- - {x: 0.03291385, y: -0.0895572}
- - {x: 0.000000004801707, y: -0.10083884}
- - {x: 0.03291385, y: -0.0895572}
- - {x: 0.06497299, y: -0.10847214}
- - {x: 0.0328001, y: -0.12111041}
- - {x: 0.03291385, y: -0.0895572}
- - {x: 0.0328001, y: -0.12111041}
- - {x: 0.000000004801707, y: -0.10083884}
- - {x: 0.000000004801707, y: -0.10083884}
- - {x: 0.0328001, y: -0.12111041}
- - {x: 0.0000000044638058, y: -0.13143277}
- - {x: -0.13143277, y: -0.0000000060834155}
- - {x: -0.10083884, y: -0.0000000065439183}
- - {x: -0.12111041, y: -0.032800104}
- - {x: -0.10083884, y: -0.0000000065439183}
- - {x: -0.06831663, y: -0.000000006879287}
- - {x: -0.0895572, y: -0.032913852}
- - {x: -0.10083884, y: -0.0000000065439183}
- - {x: -0.0895572, y: -0.032913852}
- - {x: -0.12111041, y: -0.032800104}
- - {x: -0.12111041, y: -0.032800104}
- - {x: -0.0895572, y: -0.032913852}
- - {x: -0.10847214, y: -0.06497299}
- - {x: -0.06831663, y: -0.000000006879287}
- - {x: -0.03448806, y: -0.0000000070831074}
- - {x: -0.055029258, y: -0.03319813}
- - {x: -0.03448806, y: -0.0000000070831074}
- - {x: 0.000000001434516, y: -0.000000007151484}
- - {x: -0.020560615, y: -0.03326779}
- - {x: -0.03448806, y: -0.0000000070831074}
- - {x: -0.020560615, y: -0.03326779}
- - {x: -0.055029258, y: -0.03319813}
- - {x: -0.055029258, y: -0.03319813}
- - {x: -0.020560615, y: -0.03326779}
- - {x: -0.040614963, y: -0.0657164}
- - {x: -0.06831663, y: -0.000000006879287}
- - {x: -0.055029258, y: -0.03319813}
- - {x: -0.0895572, y: -0.032913852}
- - {x: -0.055029258, y: -0.03319813}
- - {x: -0.040614963, y: -0.0657164}
- - {x: -0.075314716, y: -0.0660207}
- - {x: -0.055029258, y: -0.03319813}
- - {x: -0.075314716, y: -0.0660207}
- - {x: -0.0895572, y: -0.032913852}
- - {x: -0.0895572, y: -0.032913852}
- - {x: -0.075314716, y: -0.0660207}
- - {x: -0.10847214, y: -0.06497299}
- - {x: -0.10847214, y: -0.06497299}
- - {x: -0.075314716, y: -0.0660207}
- - {x: -0.09375963, y: -0.09590344}
- - {x: -0.075314716, y: -0.0660207}
- - {x: -0.040614963, y: -0.0657164}
- - {x: -0.05966923, y: -0.09654685}
- - {x: -0.075314716, y: -0.0660207}
- - {x: -0.05966923, y: -0.09654685}
- - {x: -0.09375963, y: -0.09590344}
- - {x: -0.09375963, y: -0.09590344}
- - {x: -0.05966923, y: -0.09654685}
- - {x: -0.07725424, y: -0.125}
- - {x: 0.000000001434516, y: -0.000000007151484}
- - {x: 0.03448806, y: -0.0000000070831074}
- - {x: 0.020560618, y: -0.03326779}
- - {x: 0.03448806, y: -0.0000000070831074}
- - {x: 0.06831663, y: -0.000000006879287}
- - {x: 0.055029258, y: -0.03319813}
- - {x: 0.03448806, y: -0.0000000070831074}
- - {x: 0.055029258, y: -0.03319813}
- - {x: 0.020560618, y: -0.03326779}
- - {x: 0.020560618, y: -0.03326779}
- - {x: 0.055029258, y: -0.03319813}
- - {x: 0.040614963, y: -0.0657164}
- - {x: 0.06831663, y: -0.000000006879287}
- - {x: 0.10083884, y: -0.0000000065439183}
- - {x: 0.0895572, y: -0.032913852}
- - {x: 0.10083884, y: -0.0000000065439183}
- - {x: 0.13143277, y: -0.0000000060834155}
- - {x: 0.12111041, y: -0.032800104}
- - {x: 0.10083884, y: -0.0000000065439183}
- - {x: 0.12111041, y: -0.032800104}
- - {x: 0.0895572, y: -0.032913852}
- - {x: 0.0895572, y: -0.032913852}
- - {x: 0.12111041, y: -0.032800104}
- - {x: 0.10847214, y: -0.06497299}
- - {x: 0.06831663, y: -0.000000006879287}
- - {x: 0.0895572, y: -0.032913852}
- - {x: 0.055029258, y: -0.03319813}
- - {x: 0.0895572, y: -0.032913852}
- - {x: 0.10847214, y: -0.06497299}
- - {x: 0.075314716, y: -0.0660207}
- - {x: 0.0895572, y: -0.032913852}
- - {x: 0.075314716, y: -0.0660207}
- - {x: 0.055029258, y: -0.03319813}
- - {x: 0.055029258, y: -0.03319813}
- - {x: 0.075314716, y: -0.0660207}
- - {x: 0.040614963, y: -0.0657164}
- - {x: 0.040614963, y: -0.0657164}
- - {x: 0.075314716, y: -0.0660207}
- - {x: 0.05966923, y: -0.09654685}
- - {x: 0.075314716, y: -0.0660207}
- - {x: 0.10847214, y: -0.06497299}
- - {x: 0.09375963, y: -0.09590344}
- - {x: 0.075314716, y: -0.0660207}
- - {x: 0.09375963, y: -0.09590344}
- - {x: 0.05966923, y: -0.09654685}
- - {x: 0.05966923, y: -0.09654685}
- - {x: 0.09375963, y: -0.09590344}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.000000001434516, y: -0.000000007151484}
- - {x: 0.020560618, y: -0.03326779}
- - {x: -0.020560615, y: -0.03326779}
- - {x: 0.020560618, y: -0.03326779}
- - {x: 0.040614963, y: -0.0657164}
- - {x: 0.0000000013826743, y: -0.06660119}
- - {x: 0.020560618, y: -0.03326779}
- - {x: 0.0000000013826743, y: -0.06660119}
- - {x: -0.020560615, y: -0.03326779}
- - {x: -0.020560615, y: -0.03326779}
- - {x: 0.0000000013826743, y: -0.06660119}
- - {x: -0.040614963, y: -0.0657164}
- - {x: 0.040614963, y: -0.0657164}
- - {x: 0.05966923, y: -0.09654685}
- - {x: 0.020580897, y: -0.099901766}
- - {x: 0.05966923, y: -0.09654685}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.039108615, y: -0.12981462}
- - {x: 0.05966923, y: -0.09654685}
- - {x: 0.039108615, y: -0.12981462}
- - {x: 0.020580897, y: -0.099901766}
- - {x: 0.020580897, y: -0.099901766}
- - {x: 0.039108615, y: -0.12981462}
- - {x: 0.0000000012202721, y: -0.13143277}
- - {x: 0.040614963, y: -0.0657164}
- - {x: 0.020580897, y: -0.099901766}
- - {x: 0.0000000013826743, y: -0.06660119}
- - {x: 0.020580897, y: -0.099901766}
- - {x: 0.0000000012202721, y: -0.13143277}
- - {x: -0.020580893, y: -0.099901766}
- - {x: 0.020580897, y: -0.099901766}
- - {x: -0.020580893, y: -0.099901766}
- - {x: 0.0000000013826743, y: -0.06660119}
- - {x: 0.0000000013826743, y: -0.06660119}
- - {x: -0.020580893, y: -0.099901766}
- - {x: -0.040614963, y: -0.0657164}
- - {x: -0.040614963, y: -0.0657164}
- - {x: -0.020580893, y: -0.099901766}
- - {x: -0.05966923, y: -0.09654685}
- - {x: -0.020580893, y: -0.099901766}
- - {x: 0.0000000012202721, y: -0.13143277}
- - {x: -0.039108615, y: -0.12981462}
- - {x: -0.020580893, y: -0.099901766}
- - {x: -0.039108615, y: -0.12981462}
- - {x: -0.05966923, y: -0.09654685}
- - {x: -0.05966923, y: -0.09654685}
- - {x: -0.039108615, y: -0.12981462}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.039108615, y: -0.12981462}
- - {x: -0.059271578, y: -0.15170628}
- - {x: -0.039108615, y: -0.12981462}
- - {x: 0.0000000012202721, y: -0.13143277}
- - {x: -0.020285461, y: -0.15505989}
- - {x: -0.039108615, y: -0.12981462}
- - {x: -0.020285461, y: -0.15505989}
- - {x: -0.059271578, y: -0.15170628}
- - {x: -0.059271578, y: -0.15170628}
- - {x: -0.020285461, y: -0.15505989}
- - {x: -0.040155508, y: -0.17551161}
- - {x: 0.0000000012202721, y: -0.13143277}
- - {x: 0.039108615, y: -0.12981462}
- - {x: 0.020285465, y: -0.15505989}
- - {x: 0.039108615, y: -0.12981462}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.059271578, y: -0.15170628}
- - {x: 0.039108615, y: -0.12981462}
- - {x: 0.059271578, y: -0.15170628}
- - {x: 0.020285465, y: -0.15505989}
- - {x: 0.020285465, y: -0.15505989}
- - {x: 0.059271578, y: -0.15170628}
- - {x: 0.040155508, y: -0.17551161}
- - {x: 0.0000000012202721, y: -0.13143277}
- - {x: 0.020285465, y: -0.15505989}
- - {x: -0.020285461, y: -0.15505989}
- - {x: 0.020285465, y: -0.15505989}
- - {x: 0.040155508, y: -0.17551161}
- - {x: 0.0000000010083313, y: -0.17782043}
- - {x: 0.020285465, y: -0.15505989}
- - {x: 0.0000000010083313, y: -0.17782043}
- - {x: -0.020285461, y: -0.15505989}
- - {x: -0.020285461, y: -0.15505989}
- - {x: 0.0000000010083313, y: -0.17782043}
- - {x: -0.040155508, y: -0.17551161}
- - {x: 0.17344512, y: 0.040155508}
- - {x: 0.17572676, y: 7.202435e-10}
- - {x: 0.1539105, y: 0.020271573}
- - {x: 0.17572676, y: 7.202435e-10}
- - {x: 0.17344512, y: -0.040155508}
- - {x: 0.1539105, y: -0.020271573}
- - {x: 0.17572676, y: 7.202435e-10}
- - {x: 0.1539105, y: -0.020271573}
- - {x: 0.1539105, y: 0.020271573}
- - {x: 0.1539105, y: 0.020271573}
- - {x: 0.1539105, y: -0.020271573}
- - {x: 0.13143277, y: 8.6136853e-10}
- - {x: 0.13143277, y: -0.0000000060834155}
- - {x: 0.1539105, y: 0.020271568}
- - {x: 0.1539105, y: -0.020271579}
- - {x: 0.1539105, y: 0.020271568}
- - {x: 0.17344512, y: 0.040155504}
- - {x: 0.17572676, y: -0.0000000050867195}
- - {x: 0.1539105, y: 0.020271568}
- - {x: 0.17572676, y: -0.0000000050867195}
- - {x: 0.1539105, y: -0.020271579}
- - {x: 0.1539105, y: -0.020271579}
- - {x: 0.17572676, y: -0.0000000050867195}
- - {x: 0.17344512, y: -0.04015551}
- - {x: -0.17551161, y: 0.040155504}
- - {x: -0.15170628, y: 0.059271574}
- - {x: -0.15505989, y: 0.02028546}
- - {x: -0.15170628, y: 0.059271574}
- - {x: -0.125, y: 0.07725424}
- - {x: -0.12981462, y: 0.03910861}
- - {x: -0.15170628, y: 0.059271574}
- - {x: -0.12981462, y: 0.03910861}
- - {x: -0.15505989, y: 0.02028546}
- - {x: -0.15505989, y: 0.02028546}
- - {x: -0.12981462, y: 0.03910861}
- - {x: -0.13143277, y: -0.0000000034718473}
- - {x: -0.17551161, y: 0.040155504}
- - {x: -0.15505989, y: 0.02028546}
- - {x: -0.17782043, y: -0.0000000028688458}
- - {x: -0.15505989, y: 0.02028546}
- - {x: -0.13143277, y: -0.0000000034718473}
- - {x: -0.15505989, y: -0.020285467}
- - {x: -0.15505989, y: 0.02028546}
- - {x: -0.15505989, y: -0.020285467}
- - {x: -0.17782043, y: -0.0000000028688458}
- - {x: -0.17782043, y: -0.0000000028688458}
- - {x: -0.15505989, y: -0.020285467}
- - {x: -0.17551161, y: -0.04015551}
- - {x: -0.17551161, y: -0.04015551}
- - {x: -0.15505989, y: -0.020285467}
- - {x: -0.15170628, y: -0.05927158}
- - {x: -0.15505989, y: -0.020285467}
- - {x: -0.13143277, y: -0.0000000034718473}
- - {x: -0.12981462, y: -0.03910862}
- - {x: -0.15505989, y: -0.020285467}
- - {x: -0.12981462, y: -0.03910862}
- - {x: -0.15170628, y: -0.05927158}
- - {x: -0.15170628, y: -0.05927158}
- - {x: -0.12981462, y: -0.03910862}
- - {x: -0.125, y: -0.07725424}
- - {x: -0.125, y: 0.07725424}
- - {x: -0.095903434, y: 0.09375963}
- - {x: -0.09654684, y: 0.059669226}
- - {x: -0.095903434, y: 0.09375963}
- - {x: -0.06497298, y: 0.10847214}
- - {x: -0.06602069, y: 0.07531471}
- - {x: -0.095903434, y: 0.09375963}
- - {x: -0.06602069, y: 0.07531471}
- - {x: -0.09654684, y: 0.059669226}
- - {x: -0.09654684, y: 0.059669226}
- - {x: -0.06602069, y: 0.07531471}
- - {x: -0.06571639, y: 0.04061496}
- - {x: -0.06497298, y: 0.10847214}
- - {x: -0.0328001, y: 0.12111041}
- - {x: -0.03291385, y: 0.08955719}
- - {x: -0.0328001, y: 0.12111041}
- - {x: -0.000000002130049, y: 0.13143277}
- - {x: -0.0000000022912898, y: 0.10083883}
- - {x: -0.0328001, y: 0.12111041}
- - {x: -0.0000000022912898, y: 0.10083883}
- - {x: -0.03291385, y: 0.08955719}
- - {x: -0.03291385, y: 0.08955719}
- - {x: -0.0000000022912898, y: 0.10083883}
- - {x: -0.000000002408716, y: 0.06831662}
- - {x: -0.06497298, y: 0.10847214}
- - {x: -0.03291385, y: 0.08955719}
- - {x: -0.06602069, y: 0.07531471}
- - {x: -0.03291385, y: 0.08955719}
- - {x: -0.000000002408716, y: 0.06831662}
- - {x: -0.033198126, y: 0.055029254}
- - {x: -0.03291385, y: 0.08955719}
- - {x: -0.033198126, y: 0.055029254}
- - {x: -0.06602069, y: 0.07531471}
- - {x: -0.06602069, y: 0.07531471}
- - {x: -0.033198126, y: 0.055029254}
- - {x: -0.06571639, y: 0.04061496}
- - {x: -0.06571639, y: 0.04061496}
- - {x: -0.033198126, y: 0.055029254}
- - {x: -0.033267785, y: 0.020560613}
- - {x: -0.033198126, y: 0.055029254}
- - {x: -0.000000002408716, y: 0.06831662}
- - {x: -0.0000000024800817, y: 0.034488056}
- - {x: -0.033198126, y: 0.055029254}
- - {x: -0.0000000024800817, y: 0.034488056}
- - {x: -0.033267785, y: 0.020560613}
- - {x: -0.033267785, y: 0.020560613}
- - {x: -0.0000000024800817, y: 0.034488056}
- - {x: -0.000000002504023, y: -0.0000000040814014}
- - {x: -0.125, y: 0.07725424}
- - {x: -0.09654684, y: 0.059669226}
- - {x: -0.12981462, y: 0.03910861}
- - {x: -0.09654684, y: 0.059669226}
- - {x: -0.06571639, y: 0.04061496}
- - {x: -0.09990176, y: 0.020580892}
- - {x: -0.09654684, y: 0.059669226}
- - {x: -0.09990176, y: 0.020580892}
- - {x: -0.12981462, y: 0.03910861}
- - {x: -0.12981462, y: 0.03910861}
- - {x: -0.09990176, y: 0.020580892}
- - {x: -0.13143277, y: -0.0000000034718473}
- - {x: -0.06571639, y: 0.04061496}
- - {x: -0.033267785, y: 0.020560613}
- - {x: -0.06660118, y: -0.0000000039339048}
- - {x: -0.033267785, y: 0.020560613}
- - {x: -0.000000002504023, y: -0.0000000040814014}
- - {x: -0.033267785, y: -0.02056062}
- - {x: -0.033267785, y: 0.020560613}
- - {x: -0.033267785, y: -0.02056062}
- - {x: -0.06660118, y: -0.0000000039339048}
- - {x: -0.06660118, y: -0.0000000039339048}
- - {x: -0.033267785, y: -0.02056062}
- - {x: -0.06571639, y: -0.040614966}
- - {x: -0.06571639, y: 0.04061496}
- - {x: -0.06660118, y: -0.0000000039339048}
- - {x: -0.09990176, y: 0.020580892}
- - {x: -0.06660118, y: -0.0000000039339048}
- - {x: -0.06571639, y: -0.040614966}
- - {x: -0.09990176, y: -0.020580899}
- - {x: -0.06660118, y: -0.0000000039339048}
- - {x: -0.09990176, y: -0.020580899}
- - {x: -0.09990176, y: 0.020580892}
- - {x: -0.09990176, y: 0.020580892}
- - {x: -0.09990176, y: -0.020580899}
- - {x: -0.13143277, y: -0.0000000034718473}
- - {x: -0.13143277, y: -0.0000000034718473}
- - {x: -0.09990176, y: -0.020580899}
- - {x: -0.12981462, y: -0.03910862}
- - {x: -0.09990176, y: -0.020580899}
- - {x: -0.06571639, y: -0.040614966}
- - {x: -0.09654684, y: -0.059669234}
- - {x: -0.09990176, y: -0.020580899}
- - {x: -0.09654684, y: -0.059669234}
- - {x: -0.12981462, y: -0.03910862}
- - {x: -0.12981462, y: -0.03910862}
- - {x: -0.09654684, y: -0.059669234}
- - {x: -0.125, y: -0.07725424}
- - {x: -0.125, y: -0.07725424}
- - {x: -0.09654684, y: -0.059669234}
- - {x: -0.095903434, y: -0.09375963}
- - {x: -0.09654684, y: -0.059669234}
- - {x: -0.06571639, y: -0.040614966}
- - {x: -0.06602069, y: -0.07531472}
- - {x: -0.09654684, y: -0.059669234}
- - {x: -0.06602069, y: -0.07531472}
- - {x: -0.095903434, y: -0.09375963}
- - {x: -0.095903434, y: -0.09375963}
- - {x: -0.06602069, y: -0.07531472}
- - {x: -0.06497298, y: -0.10847214}
- - {x: -0.06571639, y: -0.040614966}
- - {x: -0.033267785, y: -0.02056062}
- - {x: -0.033198126, y: -0.05502926}
- - {x: -0.033267785, y: -0.02056062}
- - {x: -0.000000002504023, y: -0.0000000040814014}
- - {x: -0.0000000024800817, y: -0.034488063}
- - {x: -0.033267785, y: -0.02056062}
- - {x: -0.0000000024800817, y: -0.034488063}
- - {x: -0.033198126, y: -0.05502926}
- - {x: -0.033198126, y: -0.05502926}
- - {x: -0.0000000024800817, y: -0.034488063}
- - {x: -0.000000002408716, y: -0.06831664}
- - {x: -0.06571639, y: -0.040614966}
- - {x: -0.033198126, y: -0.05502926}
- - {x: -0.06602069, y: -0.07531472}
- - {x: -0.033198126, y: -0.05502926}
- - {x: -0.000000002408716, y: -0.06831664}
- - {x: -0.03291385, y: -0.08955721}
- - {x: -0.033198126, y: -0.05502926}
- - {x: -0.03291385, y: -0.08955721}
- - {x: -0.06602069, y: -0.07531472}
- - {x: -0.06602069, y: -0.07531472}
- - {x: -0.03291385, y: -0.08955721}
- - {x: -0.06497298, y: -0.10847214}
- - {x: -0.06497298, y: -0.10847214}
- - {x: -0.03291385, y: -0.08955721}
- - {x: -0.0328001, y: -0.12111041}
- - {x: -0.03291385, y: -0.08955721}
- - {x: -0.000000002408716, y: -0.06831664}
- - {x: -0.0000000022912898, y: -0.10083885}
- - {x: -0.03291385, y: -0.08955721}
- - {x: -0.0000000022912898, y: -0.10083885}
- - {x: -0.0328001, y: -0.12111041}
- - {x: -0.0328001, y: -0.12111041}
- - {x: -0.0000000022912898, y: -0.10083885}
- - {x: -0.000000002130049, y: -0.13143277}
- - {x: -0.000000002130049, y: 0.13143277}
- - {x: 0.020271571, y: 0.1539105}
- - {x: 0.032800093, y: 0.12111041}
- - {x: 0.020271571, y: 0.1539105}
- - {x: 0.040155508, y: 0.17344512}
- - {x: 0.05325571, y: 0.14281292}
- - {x: 0.020271571, y: 0.1539105}
- - {x: 0.05325571, y: 0.14281292}
- - {x: 0.032800093, y: 0.12111041}
- - {x: 0.032800093, y: 0.12111041}
- - {x: 0.05325571, y: 0.14281292}
- - {x: 0.06497298, y: 0.10847214}
- - {x: 0.04015551, y: -0.17551161}
- - {x: 0.05927158, y: -0.15170628}
- - {x: 0.07400115, y: -0.17557746}
- - {x: 0.05927158, y: -0.15170628}
- - {x: 0.07725425, y: -0.125}
- - {x: 0.09293701, y: -0.15037523}
- - {x: 0.05927158, y: -0.15170628}
- - {x: 0.09293701, y: -0.15037523}
- - {x: 0.07400115, y: -0.17557746}
- - {x: 0.07400114, y: 0.16185299}
- - {x: 0.092937, y: 0.17677669}
- - {x: 0.10633135, y: 0.14694633}
- - {x: 0.040155508, y: 0.17344512}
- - {x: 0.07400114, y: 0.16185299}
- - {x: 0.05325571, y: 0.14281292}
- - {x: 0.07400114, y: 0.16185299}
- - {x: 0.10633135, y: 0.14694633}
- - {x: 0.08653825, y: 0.1290304}
- - {x: 0.07400114, y: 0.16185299}
- - {x: 0.08653825, y: 0.1290304}
- - {x: 0.05325571, y: 0.14281292}
- - {x: 0.05325571, y: 0.14281292}
- - {x: 0.08653825, y: 0.1290304}
- - {x: 0.06497298, y: 0.10847214}
- - {x: 0.06497298, y: 0.10847214}
- - {x: 0.08653825, y: 0.1290304}
- - {x: 0.095903434, y: 0.09375963}
- - {x: 0.08653825, y: 0.1290304}
- - {x: 0.10633135, y: 0.14694633}
- - {x: 0.117107466, y: 0.11349764}
- - {x: 0.08653825, y: 0.1290304}
- - {x: 0.117107466, y: 0.11349764}
- - {x: 0.095903434, y: 0.09375963}
- - {x: 0.095903434, y: 0.09375963}
- - {x: 0.117107466, y: 0.11349764}
- - {x: 0.125, y: 0.07725424}
- - {x: 0.07725425, y: -0.125}
- - {x: 0.09375964, y: -0.095903434}
- - {x: 0.113497645, y: -0.117107466}
- - {x: 0.09375964, y: -0.095903434}
- - {x: 0.108472146, y: -0.06497298}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.09375964, y: -0.095903434}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.113497645, y: -0.117107466}
- - {x: 0.113497645, y: -0.117107466}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.108472146, y: -0.06497298}
- - {x: 0.12111042, y: -0.032800097}
- - {x: 0.14281292, y: -0.053255714}
- - {x: 0.12111042, y: -0.032800097}
- - {x: 0.13143277, y: 8.613686e-10}
- - {x: 0.1539105, y: -0.020271573}
- - {x: 0.12111042, y: -0.032800097}
- - {x: 0.1539105, y: -0.020271573}
- - {x: 0.14281292, y: -0.053255714}
- - {x: 0.14281292, y: -0.053255714}
- - {x: 0.1539105, y: -0.020271573}
- - {x: 0.17344512, y: -0.040155508}
- - {x: 0.108472146, y: -0.06497298}
- - {x: 0.14281292, y: -0.053255714}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.14281292, y: -0.053255714}
- - {x: 0.17344512, y: -0.040155508}
- - {x: 0.16185299, y: -0.07400114}
- - {x: 0.14281292, y: -0.053255714}
- - {x: 0.16185299, y: -0.07400114}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.16185299, y: -0.07400114}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.16185299, y: -0.07400114}
- - {x: 0.17677669, y: -0.092937}
- - {x: -0.07400114, y: 0.17557746}
- - {x: -0.040155508, y: 0.17551161}
- - {x: -0.059271578, y: 0.15170628}
- - {x: -0.07400114, y: 0.17557746}
- - {x: -0.059271578, y: 0.15170628}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.059271578, y: 0.15170628}
- - {x: -0.07725424, y: 0.125}
- - {x: 0.07725425, y: -0.125}
- - {x: 0.113497645, y: -0.117107466}
- - {x: 0.09293701, y: -0.15037523}
- - {x: 0.113497645, y: -0.117107466}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.113497645, y: -0.117107466}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.09293701, y: -0.15037523}
- - {x: 0.09293701, y: -0.15037523}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.106331356, y: -0.17204773}
- - {x: -0.10633135, y: 0.17204773}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.07725424, y: 0.125}
- - {x: -0.11349764, y: 0.117107466}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.11349764, y: 0.117107466}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.11349764, y: 0.117107466}
- - {x: -0.14694633, y: 0.10633135}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.16164444, y: -0.12834387}
- - {x: 0.12834387, y: -0.14106356}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.16164444, y: 0.12834387}
- - {x: 0.16164444, y: 0.14106356}
- - {x: 0.14106356, y: 0.12834387}
- - {x: 0.12834387, y: 0.16164444}
- - {x: 0.12834387, y: 0.16164444}
- - {x: 0.14106356, y: 0.12834387}
- - {x: 0.10633135, y: 0.14694633}
- - {x: 0.10633135, y: 0.14694633}
- - {x: 0.14106356, y: 0.12834387}
- - {x: 0.117107466, y: 0.11349764}
- - {x: 0.14106356, y: 0.12834387}
- - {x: 0.17204773, y: 0.10633135}
- - {x: 0.15037523, y: 0.092937}
- - {x: 0.14106356, y: 0.12834387}
- - {x: 0.15037523, y: 0.092937}
- - {x: 0.117107466, y: 0.11349764}
- - {x: 0.117107466, y: 0.11349764}
- - {x: 0.15037523, y: 0.092937}
- - {x: 0.125, y: 0.07725424}
- - {x: 0.125, y: 0.07725424}
- - {x: 0.15037523, y: 0.092937}
- - {x: 0.15170628, y: 0.059271574}
- - {x: -0.17677669, y: 0.092937}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.16185299, y: 0.07400114}
- - {x: 0.15037523, y: 0.092937}
- - {x: 0.17557746, y: 0.07400114}
- - {x: 0.15170628, y: 0.059271574}
- - {x: 0.15170628, y: 0.059271574}
- - {x: 0.17557746, y: 0.07400114}
- - {x: 0.17551161, y: 0.040155504}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.11349764, y: 0.117107466}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.11349764, y: 0.117107466}
- - {x: -0.07725424, y: 0.125}
- - {x: -0.09375963, y: 0.095903434}
- - {x: -0.11349764, y: 0.117107466}
- - {x: -0.09375963, y: 0.095903434}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.09375963, y: 0.095903434}
- - {x: -0.10847214, y: 0.06497298}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.16185299, y: 0.07400114}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.10847214, y: 0.06497298}
- - {x: -0.14281292, y: 0.05325571}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.14281292, y: 0.05325571}
- - {x: -0.16185299, y: 0.07400114}
- - {x: -0.16185299, y: 0.07400114}
- - {x: -0.14281292, y: 0.05325571}
- - {x: -0.17344512, y: 0.040155504}
- - {x: -0.17344512, y: 0.040155504}
- - {x: -0.14281292, y: 0.05325571}
- - {x: -0.1539105, y: 0.02027157}
- - {x: -0.14281292, y: 0.05325571}
- - {x: -0.10847214, y: 0.06497298}
- - {x: -0.12111041, y: 0.032800093}
- - {x: -0.14281292, y: 0.05325571}
- - {x: -0.12111041, y: 0.032800093}
- - {x: -0.1539105, y: 0.02027157}
- - {x: -0.1539105, y: 0.02027157}
- - {x: -0.12111041, y: 0.032800093}
- - {x: -0.13143277, y: -0.0000000035172525}
- - {x: -0.13143277, y: 8.6136853e-10}
- - {x: -0.1539105, y: 0.020271573}
- - {x: -0.1211104, y: 0.032800097}
- - {x: -0.1539105, y: 0.020271573}
- - {x: -0.17344512, y: 0.040155508}
- - {x: -0.14281292, y: 0.053255714}
- - {x: -0.1539105, y: 0.020271573}
- - {x: -0.14281292, y: 0.053255714}
- - {x: -0.1211104, y: 0.032800097}
- - {x: -0.1211104, y: 0.032800097}
- - {x: -0.14281292, y: 0.053255714}
- - {x: -0.10847213, y: 0.06497298}
- - {x: 0.040155508, y: -0.17551161}
- - {x: 0.059271578, y: -0.15170628}
- - {x: 0.07400114, y: -0.17557746}
- - {x: 0.059271578, y: -0.15170628}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.059271578, y: -0.15170628}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.07400114, y: -0.17557746}
- - {x: -0.16185299, y: 0.07400114}
- - {x: -0.17677669, y: 0.092937}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.17344512, y: 0.040155508}
- - {x: -0.16185299, y: 0.07400114}
- - {x: -0.14281292, y: 0.053255714}
- - {x: -0.16185299, y: 0.07400114}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.16185299, y: 0.07400114}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.14281292, y: 0.053255714}
- - {x: -0.14281292, y: 0.053255714}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.10847213, y: 0.06497298}
- - {x: -0.10847213, y: 0.06497298}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.093759626, y: 0.095903434}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.11349764, y: 0.117107466}
- - {x: -0.1290304, y: 0.08653825}
- - {x: -0.11349764, y: 0.117107466}
- - {x: -0.093759626, y: 0.095903434}
- - {x: -0.093759626, y: 0.095903434}
- - {x: -0.11349764, y: 0.117107466}
- - {x: -0.07725424, y: 0.125}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.09375963, y: -0.095903434}
- - {x: 0.11349764, y: -0.117107466}
- - {x: 0.09375963, y: -0.095903434}
- - {x: 0.10847214, y: -0.06497298}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.09375963, y: -0.095903434}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.11349764, y: -0.117107466}
- - {x: 0.11349764, y: -0.117107466}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.10847214, y: -0.06497298}
- - {x: 0.12111041, y: -0.0328001}
- - {x: 0.14281292, y: -0.05325572}
- - {x: 0.12111041, y: -0.0328001}
- - {x: 0.13143277, y: -0.0000000035172525}
- - {x: 0.1539105, y: -0.020271577}
- - {x: 0.12111041, y: -0.0328001}
- - {x: 0.1539105, y: -0.020271577}
- - {x: 0.14281292, y: -0.05325572}
- - {x: 0.14281292, y: -0.05325572}
- - {x: 0.1539105, y: -0.020271577}
- - {x: 0.17344512, y: -0.04015551}
- - {x: 0.10847214, y: -0.06497298}
- - {x: 0.14281292, y: -0.05325572}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.14281292, y: -0.05325572}
- - {x: 0.17344512, y: -0.04015551}
- - {x: 0.16185299, y: -0.07400114}
- - {x: 0.14281292, y: -0.05325572}
- - {x: 0.16185299, y: -0.07400114}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.16185299, y: -0.07400114}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.16185299, y: -0.07400114}
- - {x: 0.17677669, y: -0.092937}
- - {x: -0.17557746, y: -0.07400114}
- - {x: -0.17551161, y: -0.040155508}
- - {x: -0.15170628, y: -0.059271578}
- - {x: -0.17557746, y: -0.07400114}
- - {x: -0.15170628, y: -0.059271578}
- - {x: -0.15037523, y: -0.092937}
- - {x: -0.15037523, y: -0.092937}
- - {x: -0.15170628, y: -0.059271578}
- - {x: -0.12499999, y: -0.07725424}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.11349764, y: -0.117107466}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.11349764, y: -0.117107466}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.11349764, y: -0.117107466}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.10633135, y: -0.17204773}
- - {x: -0.17204773, y: -0.10633135}
- - {x: -0.15037523, y: -0.092937}
- - {x: -0.14106356, y: -0.12834387}
- - {x: -0.15037523, y: -0.092937}
- - {x: -0.12499999, y: -0.07725424}
- - {x: -0.11710746, y: -0.11349764}
- - {x: -0.15037523, y: -0.092937}
- - {x: -0.11710746, y: -0.11349764}
- - {x: -0.14106356, y: -0.12834387}
- - {x: -0.14106356, y: -0.12834387}
- - {x: -0.11710746, y: -0.11349764}
- - {x: -0.10633135, y: -0.14694633}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.16164444, y: -0.12834387}
- - {x: 0.12834387, y: -0.14106356}
- - {x: -0.14106356, y: -0.12834387}
- - {x: -0.10633135, y: -0.14694633}
- - {x: -0.12834387, y: -0.16164444}
- - {x: -0.14106356, y: -0.12834387}
- - {x: -0.12834387, y: -0.16164444}
- - {x: -0.16164444, y: -0.14106356}
- - {x: -0.16164444, y: 0.12834387}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.14694633, y: 0.10633135}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.11349764, y: 0.117107466}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.10633135, y: 0.17204773}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.12834387, y: 0.14106356}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.11349764, y: 0.117107466}
- - {x: -0.11349764, y: 0.117107466}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.07725424, y: 0.125}
- - {x: -0.07725424, y: 0.125}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.059271574, y: 0.15170628}
- - {x: -0.092937, y: -0.17677669}
- - {x: -0.10633135, y: -0.14694633}
- - {x: -0.07400114, y: -0.16185299}
- - {x: -0.092937, y: 0.15037523}
- - {x: -0.07400114, y: 0.17557746}
- - {x: -0.059271574, y: 0.15170628}
- - {x: -0.059271574, y: 0.15170628}
- - {x: -0.07400114, y: 0.17557746}
- - {x: -0.040155504, y: 0.17551161}
- - {x: -0.10633135, y: -0.14694633}
- - {x: -0.11710746, y: -0.11349764}
- - {x: -0.08653824, y: -0.1290304}
- - {x: -0.11710746, y: -0.11349764}
- - {x: -0.12499999, y: -0.07725424}
- - {x: -0.09590343, y: -0.09375963}
- - {x: -0.11710746, y: -0.11349764}
- - {x: -0.09590343, y: -0.09375963}
- - {x: -0.08653824, y: -0.1290304}
- - {x: -0.08653824, y: -0.1290304}
- - {x: -0.09590343, y: -0.09375963}
- - {x: -0.064972974, y: -0.10847214}
- - {x: -0.10633135, y: -0.14694633}
- - {x: -0.08653824, y: -0.1290304}
- - {x: -0.07400114, y: -0.16185299}
- - {x: -0.08653824, y: -0.1290304}
- - {x: -0.064972974, y: -0.10847214}
- - {x: -0.05325571, y: -0.14281292}
- - {x: -0.08653824, y: -0.1290304}
- - {x: -0.05325571, y: -0.14281292}
- - {x: -0.07400114, y: -0.16185299}
- - {x: -0.07400114, y: -0.16185299}
- - {x: -0.05325571, y: -0.14281292}
- - {x: -0.040155504, y: -0.17344512}
- - {x: -0.040155504, y: -0.17344512}
- - {x: -0.05325571, y: -0.14281292}
- - {x: -0.02027157, y: -0.1539105}
- - {x: -0.05325571, y: -0.14281292}
- - {x: -0.064972974, y: -0.10847214}
- - {x: -0.032800093, y: -0.12111041}
- - {x: -0.05325571, y: -0.14281292}
- - {x: -0.032800093, y: -0.12111041}
- - {x: -0.02027157, y: -0.1539105}
- - {x: -0.02027157, y: -0.1539105}
- - {x: -0.032800093, y: -0.12111041}
- - {x: 0.0000000044638058, y: -0.13143277}
- - {x: -0.13143277, y: 8.6136853e-10}
- - {x: -0.1211104, y: 0.032800097}
- - {x: -0.10083883, y: 9.265725e-10}
- - {x: -0.1211104, y: 0.032800097}
- - {x: -0.10847213, y: 0.06497298}
- - {x: -0.08955719, y: 0.032913845}
- - {x: -0.1211104, y: 0.032800097}
- - {x: -0.08955719, y: 0.032913845}
- - {x: -0.10083883, y: 9.265725e-10}
- - {x: -0.10083883, y: 9.265725e-10}
- - {x: -0.08955719, y: 0.032913845}
- - {x: -0.06831662, y: 9.740583e-10}
- - {x: -0.10847213, y: 0.06497298}
- - {x: -0.093759626, y: 0.095903434}
- - {x: -0.07531471, y: 0.06602069}
- - {x: -0.093759626, y: 0.095903434}
- - {x: -0.07725424, y: 0.125}
- - {x: -0.059669226, y: 0.09654684}
- - {x: -0.093759626, y: 0.095903434}
- - {x: -0.059669226, y: 0.09654684}
- - {x: -0.07531471, y: 0.06602069}
- - {x: -0.07531471, y: 0.06602069}
- - {x: -0.059669226, y: 0.09654684}
- - {x: -0.04061496, y: 0.06571639}
- - {x: -0.10847213, y: 0.06497298}
- - {x: -0.07531471, y: 0.06602069}
- - {x: -0.08955719, y: 0.032913845}
- - {x: -0.07531471, y: 0.06602069}
- - {x: -0.04061496, y: 0.06571639}
- - {x: -0.055029254, y: 0.033198122}
- - {x: -0.07531471, y: 0.06602069}
- - {x: -0.055029254, y: 0.033198122}
- - {x: -0.08955719, y: 0.032913845}
- - {x: -0.08955719, y: 0.032913845}
- - {x: -0.055029254, y: 0.033198122}
- - {x: -0.06831662, y: 9.740583e-10}
- - {x: -0.06831662, y: 9.740583e-10}
- - {x: -0.055029254, y: 0.033198122}
- - {x: -0.034488056, y: 0.0000000010029179}
- - {x: -0.055029254, y: 0.033198122}
- - {x: -0.04061496, y: 0.06571639}
- - {x: -0.020560613, y: 0.03326778}
- - {x: -0.055029254, y: 0.033198122}
- - {x: -0.020560613, y: 0.03326778}
- - {x: -0.034488056, y: 0.0000000010029179}
- - {x: -0.034488056, y: 0.0000000010029179}
- - {x: -0.020560613, y: 0.03326778}
- - {x: 0.000000004472314, y: 0.0000000010125994}
- - {x: -0.07725424, y: 0.125}
- - {x: -0.059271574, y: 0.15170628}
- - {x: -0.03910861, y: 0.12981462}
- - {x: -0.059271574, y: 0.15170628}
- - {x: -0.040155504, y: 0.17551161}
- - {x: -0.02028546, y: 0.15505989}
- - {x: -0.059271574, y: 0.15170628}
- - {x: -0.02028546, y: 0.15505989}
- - {x: -0.03910861, y: 0.12981462}
- - {x: -0.03910861, y: 0.12981462}
- - {x: -0.02028546, y: 0.15505989}
- - {x: 0.0000000038043777, y: 0.13143277}
- - {x: -0.040155504, y: -0.17344512}
- - {x: -0.02027157, y: -0.1539105}
- - {x: 0.000000003732464, y: -0.17572676}
- - {x: -0.02027157, y: -0.1539105}
- - {x: 0.0000000044638058, y: -0.13143277}
- - {x: 0.020271577, y: -0.1539105}
- - {x: -0.02027157, y: -0.1539105}
- - {x: 0.020271577, y: -0.1539105}
- - {x: 0.000000003732464, y: -0.17572676}
- - {x: 0.000000003732464, y: -0.17572676}
- - {x: 0.020271577, y: -0.1539105}
- - {x: 0.04015551, y: -0.17344512}
- - {x: -0.040155504, y: 0.17551161}
- - {x: 0.000000003143621, y: 0.17782043}
- - {x: -0.02028546, y: 0.15505989}
- - {x: 0.000000003143621, y: 0.17782043}
- - {x: 0.04015551, y: 0.17551161}
- - {x: 0.020285467, y: 0.15505989}
- - {x: 0.000000003143621, y: 0.17782043}
- - {x: 0.020285467, y: 0.15505989}
- - {x: -0.02028546, y: 0.15505989}
- - {x: -0.02028546, y: 0.15505989}
- - {x: 0.020285467, y: 0.15505989}
- - {x: 0.0000000038043777, y: 0.13143277}
- - {x: 0.0000000038043777, y: 0.13143277}
- - {x: 0.020285467, y: 0.15505989}
- - {x: 0.03910862, y: 0.12981462}
- - {x: 0.020285467, y: 0.15505989}
- - {x: 0.04015551, y: 0.17551161}
- - {x: 0.05927158, y: 0.15170628}
- - {x: 0.020285467, y: 0.15505989}
- - {x: 0.05927158, y: 0.15170628}
- - {x: 0.03910862, y: 0.12981462}
- - {x: 0.03910862, y: 0.12981462}
- - {x: 0.05927158, y: 0.15170628}
- - {x: 0.07725424, y: 0.125}
- - {x: -0.07725424, y: 0.125}
- - {x: -0.03910861, y: 0.12981462}
- - {x: -0.059669226, y: 0.09654684}
- - {x: -0.03910861, y: 0.12981462}
- - {x: 0.0000000038043777, y: 0.13143277}
- - {x: -0.020580892, y: 0.09990176}
- - {x: -0.03910861, y: 0.12981462}
- - {x: -0.020580892, y: 0.09990176}
- - {x: -0.059669226, y: 0.09654684}
- - {x: -0.059669226, y: 0.09654684}
- - {x: -0.020580892, y: 0.09990176}
- - {x: -0.04061496, y: 0.06571639}
- - {x: 0.0000000038043777, y: 0.13143277}
- - {x: 0.03910862, y: 0.12981462}
- - {x: 0.020580899, y: 0.09990176}
- - {x: 0.03910862, y: 0.12981462}
- - {x: 0.07725424, y: 0.125}
- - {x: 0.059669234, y: 0.09654684}
- - {x: 0.03910862, y: 0.12981462}
- - {x: 0.059669234, y: 0.09654684}
- - {x: 0.020580899, y: 0.09990176}
- - {x: 0.020580899, y: 0.09990176}
- - {x: 0.059669234, y: 0.09654684}
- - {x: 0.040614966, y: 0.06571639}
- - {x: 0.0000000038043777, y: 0.13143277}
- - {x: 0.020580899, y: 0.09990176}
- - {x: -0.020580892, y: 0.09990176}
- - {x: 0.020580899, y: 0.09990176}
- - {x: 0.040614966, y: 0.06571639}
- - {x: 0.00000000431069, y: 0.06660118}
- - {x: 0.020580899, y: 0.09990176}
- - {x: 0.00000000431069, y: 0.06660118}
- - {x: -0.020580892, y: 0.09990176}
- - {x: -0.020580892, y: 0.09990176}
- - {x: 0.00000000431069, y: 0.06660118}
- - {x: -0.04061496, y: 0.06571639}
- - {x: -0.04061496, y: 0.06571639}
- - {x: 0.00000000431069, y: 0.06660118}
- - {x: -0.020560613, y: 0.03326778}
- - {x: 0.00000000431069, y: 0.06660118}
- - {x: 0.040614966, y: 0.06571639}
- - {x: 0.02056062, y: 0.03326778}
- - {x: 0.00000000431069, y: 0.06660118}
- - {x: 0.02056062, y: 0.03326778}
- - {x: -0.020560613, y: 0.03326778}
- - {x: -0.020560613, y: 0.03326778}
- - {x: 0.02056062, y: 0.03326778}
- - {x: 0.000000004472314, y: 0.0000000010125994}
- - {x: 0.000000004472314, y: 0.0000000010125994}
- - {x: 0.02056062, y: 0.03326778}
- - {x: 0.034488063, y: 0.0000000010029179}
- - {x: 0.02056062, y: 0.03326778}
- - {x: 0.040614966, y: 0.06571639}
- - {x: 0.05502926, y: 0.033198122}
- - {x: 0.02056062, y: 0.03326778}
- - {x: 0.05502926, y: 0.033198122}
- - {x: 0.034488063, y: 0.0000000010029179}
- - {x: 0.034488063, y: 0.0000000010029179}
- - {x: 0.05502926, y: 0.033198122}
- - {x: 0.06831664, y: 9.740583e-10}
- - {x: 0.040614966, y: 0.06571639}
- - {x: 0.059669234, y: 0.09654684}
- - {x: 0.07531472, y: 0.06602069}
- - {x: 0.059669234, y: 0.09654684}
- - {x: 0.07725424, y: 0.125}
- - {x: 0.09375964, y: 0.095903434}
- - {x: 0.059669234, y: 0.09654684}
- - {x: 0.09375964, y: 0.095903434}
- - {x: 0.07531472, y: 0.06602069}
- - {x: 0.07531472, y: 0.06602069}
- - {x: 0.09375964, y: 0.095903434}
- - {x: 0.108472146, y: 0.06497298}
- - {x: 0.040614966, y: 0.06571639}
- - {x: 0.07531472, y: 0.06602069}
- - {x: 0.05502926, y: 0.033198122}
- - {x: 0.07531472, y: 0.06602069}
- - {x: 0.108472146, y: 0.06497298}
- - {x: 0.08955721, y: 0.032913845}
- - {x: 0.07531472, y: 0.06602069}
- - {x: 0.08955721, y: 0.032913845}
- - {x: 0.05502926, y: 0.033198122}
- - {x: 0.05502926, y: 0.033198122}
- - {x: 0.08955721, y: 0.032913845}
- - {x: 0.06831664, y: 9.740583e-10}
- - {x: 0.06831664, y: 9.740583e-10}
- - {x: 0.08955721, y: 0.032913845}
- - {x: 0.10083885, y: 9.2657243e-10}
- - {x: 0.08955721, y: 0.032913845}
- - {x: 0.108472146, y: 0.06497298}
- - {x: 0.12111042, y: 0.032800097}
- - {x: 0.08955721, y: 0.032913845}
- - {x: 0.12111042, y: 0.032800097}
- - {x: 0.10083885, y: 9.2657243e-10}
- - {x: 0.10083885, y: 9.2657243e-10}
- - {x: 0.12111042, y: 0.032800097}
- - {x: 0.13143277, y: 8.6136853e-10}
- - {x: -0.13143277, y: 8.6136853e-10}
- - {x: -0.10083883, y: 9.265725e-10}
- - {x: -0.1211104, y: -0.032800097}
- - {x: -0.10083883, y: 9.265725e-10}
- - {x: -0.06831662, y: 9.740583e-10}
- - {x: -0.08955719, y: -0.032913845}
- - {x: -0.10083883, y: 9.265725e-10}
- - {x: -0.08955719, y: -0.032913845}
- - {x: -0.1211104, y: -0.032800097}
- - {x: -0.1211104, y: -0.032800097}
- - {x: -0.08955719, y: -0.032913845}
- - {x: -0.10847213, y: -0.06497298}
- - {x: -0.06831662, y: 9.740583e-10}
- - {x: -0.034488056, y: 0.0000000010029179}
- - {x: -0.055029254, y: -0.033198122}
- - {x: -0.034488056, y: 0.0000000010029179}
- - {x: 0.000000004472314, y: 0.0000000010125994}
- - {x: -0.020560613, y: -0.03326778}
- - {x: -0.034488056, y: 0.0000000010029179}
- - {x: -0.020560613, y: -0.03326778}
- - {x: -0.055029254, y: -0.033198122}
- - {x: -0.055029254, y: -0.033198122}
- - {x: -0.020560613, y: -0.03326778}
- - {x: -0.04061496, y: -0.06571639}
- - {x: -0.06831662, y: 9.740583e-10}
- - {x: -0.055029254, y: -0.033198122}
- - {x: -0.08955719, y: -0.032913845}
- - {x: -0.055029254, y: -0.033198122}
- - {x: -0.04061496, y: -0.06571639}
- - {x: -0.07531471, y: -0.06602069}
- - {x: -0.055029254, y: -0.033198122}
- - {x: -0.07531471, y: -0.06602069}
- - {x: -0.08955719, y: -0.032913845}
- - {x: -0.08955719, y: -0.032913845}
- - {x: -0.07531471, y: -0.06602069}
- - {x: -0.10847213, y: -0.06497298}
- - {x: -0.10847213, y: -0.06497298}
- - {x: -0.07531471, y: -0.06602069}
- - {x: -0.093759626, y: -0.095903434}
- - {x: -0.07531471, y: -0.06602069}
- - {x: -0.04061496, y: -0.06571639}
- - {x: -0.059669226, y: -0.09654684}
- - {x: -0.07531471, y: -0.06602069}
- - {x: -0.059669226, y: -0.09654684}
- - {x: -0.093759626, y: -0.095903434}
- - {x: -0.093759626, y: -0.095903434}
- - {x: -0.059669226, y: -0.09654684}
- - {x: -0.07725424, y: -0.125}
- - {x: 0.000000004472314, y: 0.0000000010125994}
- - {x: 0.034488063, y: 0.0000000010029179}
- - {x: 0.02056062, y: -0.03326778}
- - {x: 0.034488063, y: 0.0000000010029179}
- - {x: 0.06831664, y: 9.740583e-10}
- - {x: 0.05502926, y: -0.033198122}
- - {x: 0.034488063, y: 0.0000000010029179}
- - {x: 0.05502926, y: -0.033198122}
- - {x: 0.02056062, y: -0.03326778}
- - {x: 0.02056062, y: -0.03326778}
- - {x: 0.05502926, y: -0.033198122}
- - {x: 0.040614966, y: -0.06571639}
- - {x: 0.06831664, y: 9.740583e-10}
- - {x: 0.10083885, y: 9.2657243e-10}
- - {x: 0.08955721, y: -0.032913845}
- - {x: 0.10083885, y: 9.2657243e-10}
- - {x: 0.13143277, y: 8.6136853e-10}
- - {x: 0.12111042, y: -0.032800097}
- - {x: 0.10083885, y: 9.2657243e-10}
- - {x: 0.12111042, y: -0.032800097}
- - {x: 0.08955721, y: -0.032913845}
- - {x: 0.08955721, y: -0.032913845}
- - {x: 0.12111042, y: -0.032800097}
- - {x: 0.108472146, y: -0.06497298}
- - {x: 0.06831664, y: 9.740583e-10}
- - {x: 0.08955721, y: -0.032913845}
- - {x: 0.05502926, y: -0.033198122}
- - {x: 0.08955721, y: -0.032913845}
- - {x: 0.108472146, y: -0.06497298}
- - {x: 0.07531472, y: -0.06602069}
- - {x: 0.08955721, y: -0.032913845}
- - {x: 0.07531472, y: -0.06602069}
- - {x: 0.05502926, y: -0.033198122}
- - {x: 0.05502926, y: -0.033198122}
- - {x: 0.07531472, y: -0.06602069}
- - {x: 0.040614966, y: -0.06571639}
- - {x: 0.040614966, y: -0.06571639}
- - {x: 0.07531472, y: -0.06602069}
- - {x: 0.059669234, y: -0.09654684}
- - {x: 0.07531472, y: -0.06602069}
- - {x: 0.108472146, y: -0.06497298}
- - {x: 0.09375964, y: -0.095903434}
- - {x: 0.07531472, y: -0.06602069}
- - {x: 0.09375964, y: -0.095903434}
- - {x: 0.059669234, y: -0.09654684}
- - {x: 0.059669234, y: -0.09654684}
- - {x: 0.09375964, y: -0.095903434}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.000000004472314, y: 0.0000000010125994}
- - {x: 0.02056062, y: -0.03326778}
- - {x: -0.020560613, y: -0.03326778}
- - {x: 0.02056062, y: -0.03326778}
- - {x: 0.040614966, y: -0.06571639}
- - {x: 0.00000000431069, y: -0.06660118}
- - {x: 0.02056062, y: -0.03326778}
- - {x: 0.00000000431069, y: -0.06660118}
- - {x: -0.020560613, y: -0.03326778}
- - {x: -0.020560613, y: -0.03326778}
- - {x: 0.00000000431069, y: -0.06660118}
- - {x: -0.04061496, y: -0.06571639}
- - {x: 0.040614966, y: -0.06571639}
- - {x: 0.059669234, y: -0.09654684}
- - {x: 0.020580899, y: -0.09990176}
- - {x: 0.059669234, y: -0.09654684}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.03910862, y: -0.12981462}
- - {x: 0.059669234, y: -0.09654684}
- - {x: 0.03910862, y: -0.12981462}
- - {x: 0.020580899, y: -0.09990176}
- - {x: 0.020580899, y: -0.09990176}
- - {x: 0.03910862, y: -0.12981462}
- - {x: 0.0000000038043777, y: -0.13143277}
- - {x: 0.040614966, y: -0.06571639}
- - {x: 0.020580899, y: -0.09990176}
- - {x: 0.00000000431069, y: -0.06660118}
- - {x: 0.020580899, y: -0.09990176}
- - {x: 0.0000000038043777, y: -0.13143277}
- - {x: -0.020580892, y: -0.09990176}
- - {x: 0.020580899, y: -0.09990176}
- - {x: -0.020580892, y: -0.09990176}
- - {x: 0.00000000431069, y: -0.06660118}
- - {x: 0.00000000431069, y: -0.06660118}
- - {x: -0.020580892, y: -0.09990176}
- - {x: -0.04061496, y: -0.06571639}
- - {x: -0.04061496, y: -0.06571639}
- - {x: -0.020580892, y: -0.09990176}
- - {x: -0.059669226, y: -0.09654684}
- - {x: -0.020580892, y: -0.09990176}
- - {x: 0.0000000038043777, y: -0.13143277}
- - {x: -0.03910861, y: -0.12981462}
- - {x: -0.020580892, y: -0.09990176}
- - {x: -0.03910861, y: -0.12981462}
- - {x: -0.059669226, y: -0.09654684}
- - {x: -0.059669226, y: -0.09654684}
- - {x: -0.03910861, y: -0.12981462}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.03910861, y: -0.12981462}
- - {x: -0.059271574, y: -0.15170628}
- - {x: -0.03910861, y: -0.12981462}
- - {x: 0.0000000038043777, y: -0.13143277}
- - {x: -0.02028546, y: -0.15505989}
- - {x: -0.03910861, y: -0.12981462}
- - {x: -0.02028546, y: -0.15505989}
- - {x: -0.059271574, y: -0.15170628}
- - {x: -0.059271574, y: -0.15170628}
- - {x: -0.02028546, y: -0.15505989}
- - {x: -0.040155504, y: -0.17551161}
- - {x: 0.0000000038043777, y: -0.13143277}
- - {x: 0.03910862, y: -0.12981462}
- - {x: 0.020285467, y: -0.15505989}
- - {x: 0.03910862, y: -0.12981462}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.05927158, y: -0.15170628}
- - {x: 0.03910862, y: -0.12981462}
- - {x: 0.05927158, y: -0.15170628}
- - {x: 0.020285467, y: -0.15505989}
- - {x: 0.020285467, y: -0.15505989}
- - {x: 0.05927158, y: -0.15170628}
- - {x: 0.04015551, y: -0.17551161}
- - {x: 0.0000000038043777, y: -0.13143277}
- - {x: 0.020285467, y: -0.15505989}
- - {x: -0.02028546, y: -0.15505989}
- - {x: 0.020285467, y: -0.15505989}
- - {x: 0.04015551, y: -0.17551161}
- - {x: 0.000000003143621, y: -0.17782043}
- - {x: 0.020285467, y: -0.15505989}
- - {x: 0.000000003143621, y: -0.17782043}
- - {x: -0.02028546, y: -0.15505989}
- - {x: -0.02028546, y: -0.15505989}
- - {x: 0.000000003143621, y: -0.17782043}
- - {x: -0.040155504, y: -0.17551161}
- - {x: 0.040155508, y: -0.17344512}
- - {x: -0.0000000017810657, y: -0.17572676}
- - {x: 0.020271571, y: -0.1539105}
- - {x: -0.0000000017810657, y: -0.17572676}
- - {x: -0.040155508, y: -0.17344512}
- - {x: -0.020271575, y: -0.1539105}
- - {x: -0.0000000017810657, y: -0.17572676}
- - {x: -0.020271575, y: -0.1539105}
- - {x: 0.020271571, y: -0.1539105}
- - {x: 0.020271571, y: -0.1539105}
- - {x: -0.020271575, y: -0.1539105}
- - {x: -0.000000002130049, y: -0.13143277}
- - {x: -0.13143277, y: 8.6136853e-10}
- - {x: -0.1211104, y: -0.032800097}
- - {x: -0.1539105, y: -0.020271573}
- - {x: -0.1211104, y: -0.032800097}
- - {x: -0.10847213, y: -0.06497298}
- - {x: -0.14281292, y: -0.053255714}
- - {x: -0.1211104, y: -0.032800097}
- - {x: -0.14281292, y: -0.053255714}
- - {x: -0.1539105, y: -0.020271573}
- - {x: -0.1539105, y: -0.020271573}
- - {x: -0.14281292, y: -0.053255714}
- - {x: -0.17344512, y: -0.040155508}
- - {x: -0.10847213, y: -0.06497298}
- - {x: -0.093759626, y: -0.095903434}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.093759626, y: -0.095903434}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.11349764, y: -0.117107466}
- - {x: -0.093759626, y: -0.095903434}
- - {x: -0.11349764, y: -0.117107466}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.11349764, y: -0.117107466}
- - {x: -0.14694633, y: -0.10633135}
- - {x: -0.10847213, y: -0.06497298}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.14281292, y: -0.053255714}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.14694633, y: -0.10633135}
- - {x: -0.16185299, y: -0.07400114}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.16185299, y: -0.07400114}
- - {x: -0.14281292, y: -0.053255714}
- - {x: -0.14281292, y: -0.053255714}
- - {x: -0.16185299, y: -0.07400114}
- - {x: -0.17344512, y: -0.040155508}
- - {x: -0.040155508, y: -0.17551161}
- - {x: -0.07400114, y: -0.17557746}
- - {x: -0.059271578, y: -0.15170628}
- - {x: -0.16185299, y: -0.07400114}
- - {x: -0.14694633, y: -0.10633135}
- - {x: -0.17677669, y: -0.092937}
- - {x: -0.07400114, y: -0.17557746}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.059271578, y: -0.15170628}
- - {x: -0.059271578, y: -0.15170628}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.059271574, y: -0.15170628}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.059271574, y: -0.15170628}
- - {x: -0.040155504, y: -0.17551161}
- - {x: -0.07400114, y: -0.17557746}
- - {x: -0.059271574, y: -0.15170628}
- - {x: -0.07400114, y: -0.17557746}
- - {x: -0.092937, y: -0.15037523}
- - {x: 0.092937, y: -0.17677669}
- - {x: 0.07400114, y: -0.16185299}
- - {x: 0.10633135, y: -0.14694633}
- - {x: 0.040155508, y: -0.17344512}
- - {x: 0.020271571, y: -0.1539105}
- - {x: 0.05325571, y: -0.14281292}
- - {x: 0.020271571, y: -0.1539105}
- - {x: -0.000000002130049, y: -0.13143277}
- - {x: 0.032800093, y: -0.12111041}
- - {x: 0.020271571, y: -0.1539105}
- - {x: 0.032800093, y: -0.12111041}
- - {x: 0.05325571, y: -0.14281292}
- - {x: 0.05325571, y: -0.14281292}
- - {x: 0.032800093, y: -0.12111041}
- - {x: 0.06497298, y: -0.10847214}
- - {x: 0.040155508, y: -0.17344512}
- - {x: 0.05325571, y: -0.14281292}
- - {x: 0.07400114, y: -0.16185299}
- - {x: 0.05325571, y: -0.14281292}
- - {x: 0.06497298, y: -0.10847214}
- - {x: 0.08653825, y: -0.1290304}
- - {x: 0.05325571, y: -0.14281292}
- - {x: 0.08653825, y: -0.1290304}
- - {x: 0.07400114, y: -0.16185299}
- - {x: 0.07400114, y: -0.16185299}
- - {x: 0.08653825, y: -0.1290304}
- - {x: 0.10633135, y: -0.14694633}
- - {x: 0.10633135, y: -0.14694633}
- - {x: 0.08653825, y: -0.1290304}
- - {x: 0.117107466, y: -0.11349764}
- - {x: 0.08653825, y: -0.1290304}
- - {x: 0.06497298, y: -0.10847214}
- - {x: 0.095903434, y: -0.09375963}
- - {x: 0.08653825, y: -0.1290304}
- - {x: 0.095903434, y: -0.09375963}
- - {x: 0.117107466, y: -0.11349764}
- - {x: 0.117107466, y: -0.11349764}
- - {x: 0.095903434, y: -0.09375963}
- - {x: 0.125, y: -0.07725424}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.11349764, y: -0.117107466}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.10633135, y: -0.17204773}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.11349764, y: -0.117107466}
- - {x: -0.11349764, y: -0.117107466}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.14694633, y: -0.10633135}
- - {x: 0.10633135, y: -0.14694633}
- - {x: 0.117107466, y: -0.11349764}
- - {x: 0.14106356, y: -0.12834387}
- - {x: 0.117107466, y: -0.11349764}
- - {x: 0.125, y: -0.07725424}
- - {x: 0.15037523, y: -0.092937}
- - {x: 0.117107466, y: -0.11349764}
- - {x: 0.15037523, y: -0.092937}
- - {x: 0.14106356, y: -0.12834387}
- - {x: 0.14106356, y: -0.12834387}
- - {x: 0.15037523, y: -0.092937}
- - {x: 0.17204773, y: -0.10633135}
- - {x: 0.10633135, y: -0.14694633}
- - {x: 0.14106356, y: -0.12834387}
- - {x: 0.12834387, y: -0.16164444}
- - {x: -0.16164444, y: -0.12834387}
- - {x: -0.14694633, y: -0.10633135}
- - {x: -0.12834387, y: -0.14106356}
- - {x: 0.14106356, y: -0.12834387}
- - {x: 0.16164444, y: -0.14106356}
- - {x: 0.12834387, y: -0.16164444}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.16164444, y: -0.12834387}
- - {x: -0.14694633, y: -0.10633135}
- - {x: -0.10633135, y: -0.17204773}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.14694633, y: -0.10633135}
- - {x: -0.11349764, y: -0.117107466}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.11349764, y: -0.117107466}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.11349764, y: -0.117107466}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.11349764, y: -0.117107466}
- - {x: -0.09375963, y: -0.095903434}
- - {x: -0.11349764, y: -0.117107466}
- - {x: -0.14694633, y: -0.10633135}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.11349764, y: -0.117107466}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.09375963, y: -0.095903434}
- - {x: -0.09375963, y: -0.095903434}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.10847214, y: -0.06497298}
- - {x: -0.14694633, y: -0.10633135}
- - {x: -0.17677669, y: -0.092937}
- - {x: -0.16185299, y: -0.07400114}
- - {x: 0.15037523, y: -0.092937}
- - {x: 0.125, y: -0.07725424}
- - {x: 0.15170628, y: -0.05927158}
- - {x: 0.15037523, y: -0.092937}
- - {x: 0.15170628, y: -0.05927158}
- - {x: 0.17557746, y: -0.07400114}
- - {x: 0.17557746, y: -0.07400114}
- - {x: 0.15170628, y: -0.05927158}
- - {x: 0.17551161, y: -0.04015551}
- - {x: -0.14694633, y: -0.10633135}
- - {x: -0.16185299, y: -0.07400114}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.16185299, y: -0.07400114}
- - {x: -0.17344512, y: -0.04015551}
- - {x: -0.14281292, y: -0.05325572}
- - {x: -0.16185299, y: -0.07400114}
- - {x: -0.14281292, y: -0.05325572}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.1290304, y: -0.08653825}
- - {x: -0.14281292, y: -0.05325572}
- - {x: -0.10847214, y: -0.06497298}
- - {x: -0.10847214, y: -0.06497298}
- - {x: -0.14281292, y: -0.05325572}
- - {x: -0.12111041, y: -0.0328001}
- - {x: -0.14281292, y: -0.05325572}
- - {x: -0.17344512, y: -0.04015551}
- - {x: -0.1539105, y: -0.020271577}
- - {x: -0.14281292, y: -0.05325572}
- - {x: -0.1539105, y: -0.020271577}
- - {x: -0.12111041, y: -0.0328001}
- - {x: -0.12111041, y: -0.0328001}
- - {x: -0.1539105, y: -0.020271577}
- - {x: -0.13143277, y: -0.0000000035172525}
- - {x: -0.13143277, y: 8.6136853e-10}
- - {x: -0.1539105, y: -0.020271573}
- - {x: -0.1539105, y: 0.020271573}
- - {x: -0.1539105, y: -0.020271573}
- - {x: -0.17344512, y: -0.040155508}
- - {x: -0.17572676, y: 7.202435e-10}
- - {x: -0.1539105, y: -0.020271573}
- - {x: -0.17572676, y: 7.202435e-10}
- - {x: -0.1539105, y: 0.020271573}
- - {x: -0.1539105, y: 0.020271573}
- - {x: -0.17572676, y: 7.202435e-10}
- - {x: -0.17344512, y: 0.040155508}
- - {x: -0.040155508, y: -0.17551161}
- - {x: -0.059271578, y: -0.15170628}
- - {x: -0.020285463, y: -0.15505989}
- - {x: -0.059271578, y: -0.15170628}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.039108615, y: -0.12981462}
- - {x: -0.059271578, y: -0.15170628}
- - {x: -0.039108615, y: -0.12981462}
- - {x: -0.020285463, y: -0.15505989}
- - {x: -0.020285463, y: -0.15505989}
- - {x: -0.039108615, y: -0.12981462}
- - {x: -6.4602595e-10, y: -0.13143277}
- - {x: -0.040155508, y: -0.17551161}
- - {x: -0.020285463, y: -0.15505989}
- - {x: -5.338221e-10, y: -0.17782043}
- - {x: -0.020285463, y: -0.15505989}
- - {x: -6.4602595e-10, y: -0.13143277}
- - {x: 0.020285463, y: -0.15505989}
- - {x: -0.020285463, y: -0.15505989}
- - {x: 0.020285463, y: -0.15505989}
- - {x: -5.338221e-10, y: -0.17782043}
- - {x: -5.338221e-10, y: -0.17782043}
- - {x: 0.020285463, y: -0.15505989}
- - {x: 0.040155508, y: -0.17551161}
- - {x: 0.040155508, y: -0.17551161}
- - {x: 0.020285463, y: -0.15505989}
- - {x: 0.059271578, y: -0.15170628}
- - {x: 0.020285463, y: -0.15505989}
- - {x: -6.4602595e-10, y: -0.13143277}
- - {x: 0.039108615, y: -0.12981462}
- - {x: 0.020285463, y: -0.15505989}
- - {x: 0.039108615, y: -0.12981462}
- - {x: 0.059271578, y: -0.15170628}
- - {x: 0.059271578, y: -0.15170628}
- - {x: 0.039108615, y: -0.12981462}
- - {x: 0.07725424, y: -0.125}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.09375963, y: -0.095903434}
- - {x: -0.05966923, y: -0.09654684}
- - {x: -0.09375963, y: -0.095903434}
- - {x: -0.10847214, y: -0.06497298}
- - {x: -0.075314716, y: -0.0660207}
- - {x: -0.09375963, y: -0.095903434}
- - {x: -0.075314716, y: -0.0660207}
- - {x: -0.05966923, y: -0.09654684}
- - {x: -0.05966923, y: -0.09654684}
- - {x: -0.075314716, y: -0.0660207}
- - {x: -0.040614963, y: -0.0657164}
- - {x: -0.10847214, y: -0.06497298}
- - {x: -0.12111041, y: -0.0328001}
- - {x: -0.0895572, y: -0.03291385}
- - {x: -0.12111041, y: -0.0328001}
- - {x: -0.13143277, y: -0.0000000035172525}
- - {x: -0.10083884, y: -0.0000000037835015}
- - {x: -0.12111041, y: -0.0328001}
- - {x: -0.10083884, y: -0.0000000037835015}
- - {x: -0.0895572, y: -0.03291385}
- - {x: -0.0895572, y: -0.03291385}
- - {x: -0.10083884, y: -0.0000000037835015}
- - {x: -0.06831663, y: -0.000000003977402}
- - {x: -0.10847214, y: -0.06497298}
- - {x: -0.0895572, y: -0.03291385}
- - {x: -0.075314716, y: -0.0660207}
- - {x: -0.0895572, y: -0.03291385}
- - {x: -0.06831663, y: -0.000000003977402}
- - {x: -0.055029258, y: -0.033198126}
- - {x: -0.0895572, y: -0.03291385}
- - {x: -0.055029258, y: -0.033198126}
- - {x: -0.075314716, y: -0.0660207}
- - {x: -0.075314716, y: -0.0660207}
- - {x: -0.055029258, y: -0.033198126}
- - {x: -0.040614963, y: -0.0657164}
- - {x: -0.040614963, y: -0.0657164}
- - {x: -0.055029258, y: -0.033198126}
- - {x: -0.020560617, y: -0.033267785}
- - {x: -0.055029258, y: -0.033198126}
- - {x: -0.06831663, y: -0.000000003977402}
- - {x: -0.03448806, y: -0.000000004095245}
- - {x: -0.055029258, y: -0.033198126}
- - {x: -0.03448806, y: -0.000000004095245}
- - {x: -0.020560617, y: -0.033267785}
- - {x: -0.020560617, y: -0.033267785}
- - {x: -0.03448806, y: -0.000000004095245}
- - {x: -7.5944906e-10, y: -0.0000000041347783}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.05966923, y: -0.09654684}
- - {x: -0.039108615, y: -0.12981462}
- - {x: -0.05966923, y: -0.09654684}
- - {x: -0.040614963, y: -0.0657164}
- - {x: -0.020580895, y: -0.099901766}
- - {x: -0.05966923, y: -0.09654684}
- - {x: -0.020580895, y: -0.099901766}
- - {x: -0.039108615, y: -0.12981462}
- - {x: -0.039108615, y: -0.12981462}
- - {x: -0.020580895, y: -0.099901766}
- - {x: -6.4602595e-10, y: -0.13143277}
- - {x: -0.040614963, y: -0.0657164}
- - {x: -0.020560617, y: -0.033267785}
- - {x: -7.320035e-10, y: -0.06660119}
- - {x: -0.020560617, y: -0.033267785}
- - {x: -7.5944906e-10, y: -0.0000000041347783}
- - {x: 0.020560617, y: -0.033267785}
- - {x: -0.020560617, y: -0.033267785}
- - {x: 0.020560617, y: -0.033267785}
- - {x: -7.320035e-10, y: -0.06660119}
- - {x: -7.320035e-10, y: -0.06660119}
- - {x: 0.020560617, y: -0.033267785}
- - {x: 0.040614963, y: -0.0657164}
- - {x: -0.040614963, y: -0.0657164}
- - {x: -7.320035e-10, y: -0.06660119}
- - {x: -0.020580895, y: -0.099901766}
- - {x: -7.320035e-10, y: -0.06660119}
- - {x: 0.040614963, y: -0.0657164}
- - {x: 0.020580895, y: -0.099901766}
- - {x: -7.320035e-10, y: -0.06660119}
- - {x: 0.020580895, y: -0.099901766}
- - {x: -0.020580895, y: -0.099901766}
- - {x: -0.020580895, y: -0.099901766}
- - {x: 0.020580895, y: -0.099901766}
- - {x: -6.4602595e-10, y: -0.13143277}
- - {x: -6.4602595e-10, y: -0.13143277}
- - {x: 0.020580895, y: -0.099901766}
- - {x: 0.039108615, y: -0.12981462}
- - {x: 0.020580895, y: -0.099901766}
- - {x: 0.040614963, y: -0.0657164}
- - {x: 0.05966923, y: -0.09654684}
- - {x: 0.020580895, y: -0.099901766}
- - {x: 0.05966923, y: -0.09654684}
- - {x: 0.039108615, y: -0.12981462}
- - {x: 0.039108615, y: -0.12981462}
- - {x: 0.05966923, y: -0.09654684}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.05966923, y: -0.09654684}
- - {x: 0.09375963, y: -0.095903434}
- - {x: 0.05966923, y: -0.09654684}
- - {x: 0.040614963, y: -0.0657164}
- - {x: 0.075314716, y: -0.0660207}
- - {x: 0.05966923, y: -0.09654684}
- - {x: 0.075314716, y: -0.0660207}
- - {x: 0.09375963, y: -0.095903434}
- - {x: 0.09375963, y: -0.095903434}
- - {x: 0.075314716, y: -0.0660207}
- - {x: 0.10847214, y: -0.06497298}
- - {x: 0.040614963, y: -0.0657164}
- - {x: 0.020560617, y: -0.033267785}
- - {x: 0.055029258, y: -0.033198126}
- - {x: 0.020560617, y: -0.033267785}
- - {x: -7.5944906e-10, y: -0.0000000041347783}
- - {x: 0.03448806, y: -0.000000004095245}
- - {x: 0.020560617, y: -0.033267785}
- - {x: 0.03448806, y: -0.000000004095245}
- - {x: 0.055029258, y: -0.033198126}
- - {x: 0.055029258, y: -0.033198126}
- - {x: 0.03448806, y: -0.000000004095245}
- - {x: 0.06831663, y: -0.000000003977402}
- - {x: 0.040614963, y: -0.0657164}
- - {x: 0.055029258, y: -0.033198126}
- - {x: 0.075314716, y: -0.0660207}
- - {x: 0.055029258, y: -0.033198126}
- - {x: 0.06831663, y: -0.000000003977402}
- - {x: 0.0895572, y: -0.03291385}
- - {x: 0.055029258, y: -0.033198126}
- - {x: 0.0895572, y: -0.03291385}
- - {x: 0.075314716, y: -0.0660207}
- - {x: 0.075314716, y: -0.0660207}
- - {x: 0.0895572, y: -0.03291385}
- - {x: 0.10847214, y: -0.06497298}
- - {x: 0.10847214, y: -0.06497298}
- - {x: 0.0895572, y: -0.03291385}
- - {x: 0.12111041, y: -0.0328001}
- - {x: 0.0895572, y: -0.03291385}
- - {x: 0.06831663, y: -0.000000003977402}
- - {x: 0.10083884, y: -0.0000000037835015}
- - {x: 0.0895572, y: -0.03291385}
- - {x: 0.10083884, y: -0.0000000037835015}
- - {x: 0.12111041, y: -0.0328001}
- - {x: 0.12111041, y: -0.0328001}
- - {x: 0.10083884, y: -0.0000000037835015}
- - {x: 0.13143277, y: -0.0000000035172525}
- - {x: 0.0000000044638058, y: -0.13143277}
- - {x: -0.032800093, y: -0.12111041}
- - {x: 0.000000004801707, y: -0.10083884}
- - {x: -0.032800093, y: -0.12111041}
- - {x: -0.064972974, y: -0.10847214}
- - {x: -0.03291384, y: -0.0895572}
- - {x: -0.032800093, y: -0.12111041}
- - {x: -0.03291384, y: -0.0895572}
- - {x: 0.000000004801707, y: -0.10083884}
- - {x: 0.000000004801707, y: -0.10083884}
- - {x: -0.03291384, y: -0.0895572}
- - {x: 0.0000000050477893, y: -0.06831663}
- - {x: -0.064972974, y: -0.10847214}
- - {x: -0.09590343, y: -0.09375963}
- - {x: -0.06602068, y: -0.075314716}
- - {x: -0.09590343, y: -0.09375963}
- - {x: -0.12499999, y: -0.07725424}
- - {x: -0.096546836, y: -0.05966923}
- - {x: -0.09590343, y: -0.09375963}
- - {x: -0.096546836, y: -0.05966923}
- - {x: -0.06602068, y: -0.075314716}
- - {x: -0.06602068, y: -0.075314716}
- - {x: -0.096546836, y: -0.05966923}
- - {x: -0.065716386, y: -0.040614963}
- - {x: -0.064972974, y: -0.10847214}
- - {x: -0.06602068, y: -0.075314716}
- - {x: -0.03291384, y: -0.0895572}
- - {x: -0.06602068, y: -0.075314716}
- - {x: -0.065716386, y: -0.040614963}
- - {x: -0.03319812, y: -0.055029258}
- - {x: -0.06602068, y: -0.075314716}
- - {x: -0.03319812, y: -0.055029258}
- - {x: -0.03291384, y: -0.0895572}
- - {x: -0.03291384, y: -0.0895572}
- - {x: -0.03319812, y: -0.055029258}
- - {x: 0.0000000050477893, y: -0.06831663}
- - {x: 0.0000000050477893, y: -0.06831663}
- - {x: -0.03319812, y: -0.055029258}
- - {x: 0.000000005197346, y: -0.03448806}
- - {x: -0.03319812, y: -0.055029258}
- - {x: -0.065716386, y: -0.040614963}
- - {x: -0.033267777, y: -0.020560617}
- - {x: -0.03319812, y: -0.055029258}
- - {x: -0.033267777, y: -0.020560617}
- - {x: 0.000000005197346, y: -0.03448806}
- - {x: 0.000000005197346, y: -0.03448806}
- - {x: -0.033267777, y: -0.020560617}
- - {x: 0.0000000052475184, y: 4.997637e-10}
- - {x: -0.12499999, y: -0.07725424}
- - {x: -0.15170628, y: -0.059271578}
- - {x: -0.12981462, y: -0.039108615}
- - {x: -0.15170628, y: -0.059271578}
- - {x: -0.17551161, y: -0.040155508}
- - {x: -0.15505989, y: -0.020285463}
- - {x: -0.15170628, y: -0.059271578}
- - {x: -0.15505989, y: -0.020285463}
- - {x: -0.12981462, y: -0.039108615}
- - {x: -0.12981462, y: -0.039108615}
- - {x: -0.15505989, y: -0.020285463}
- - {x: -0.13143277, y: 4.2512438e-10}
- - {x: 0.17344512, y: -0.04015551}
- - {x: 0.1539105, y: -0.020271577}
- - {x: 0.17572676, y: -0.0000000029409921}
- - {x: 0.1539105, y: -0.020271577}
- - {x: 0.13143277, y: -0.0000000035172525}
- - {x: 0.1539105, y: 0.02027157}
- - {x: 0.1539105, y: -0.020271577}
- - {x: 0.1539105, y: 0.02027157}
- - {x: 0.17572676, y: -0.0000000029409921}
- - {x: 0.17572676, y: -0.0000000029409921}
- - {x: 0.1539105, y: 0.02027157}
- - {x: 0.17344512, y: 0.040155504}
- - {x: -0.17551161, y: -0.040155508}
- - {x: -0.17782043, y: 3.5128742e-10}
- - {x: -0.15505989, y: -0.020285463}
- - {x: -0.17782043, y: 3.5128742e-10}
- - {x: -0.17551161, y: 0.040155508}
- - {x: -0.15505989, y: 0.020285463}
- - {x: -0.17782043, y: 3.5128742e-10}
- - {x: -0.15505989, y: 0.020285463}
- - {x: -0.15505989, y: -0.020285463}
- - {x: -0.15505989, y: -0.020285463}
- - {x: -0.15505989, y: 0.020285463}
- - {x: -0.13143277, y: 4.2512438e-10}
- - {x: -0.13143277, y: 4.2512438e-10}
- - {x: -0.15505989, y: 0.020285463}
- - {x: -0.12981462, y: 0.039108615}
- - {x: -0.15505989, y: 0.020285463}
- - {x: -0.17551161, y: 0.040155508}
- - {x: -0.15170628, y: 0.059271578}
- - {x: -0.15505989, y: 0.020285463}
- - {x: -0.15170628, y: 0.059271578}
- - {x: -0.12981462, y: 0.039108615}
- - {x: -0.12981462, y: 0.039108615}
- - {x: -0.15170628, y: 0.059271578}
- - {x: -0.12499999, y: 0.07725424}
- - {x: -0.12499999, y: -0.07725424}
- - {x: -0.12981462, y: -0.039108615}
- - {x: -0.096546836, y: -0.05966923}
- - {x: -0.12981462, y: -0.039108615}
- - {x: -0.13143277, y: 4.2512438e-10}
- - {x: -0.09990175, y: -0.020580895}
- - {x: -0.12981462, y: -0.039108615}
- - {x: -0.09990175, y: -0.020580895}
- - {x: -0.096546836, y: -0.05966923}
- - {x: -0.096546836, y: -0.05966923}
- - {x: -0.09990175, y: -0.020580895}
- - {x: -0.065716386, y: -0.040614963}
- - {x: -0.13143277, y: 4.2512438e-10}
- - {x: -0.12981462, y: 0.039108615}
- - {x: -0.09990175, y: 0.020580895}
- - {x: -0.12981462, y: 0.039108615}
- - {x: -0.12499999, y: 0.07725424}
- - {x: -0.096546836, y: 0.05966923}
- - {x: -0.12981462, y: 0.039108615}
- - {x: -0.096546836, y: 0.05966923}
- - {x: -0.09990175, y: 0.020580895}
- - {x: -0.09990175, y: 0.020580895}
- - {x: -0.096546836, y: 0.05966923}
- - {x: -0.065716386, y: 0.040614963}
- - {x: -0.13143277, y: 4.2512438e-10}
- - {x: -0.09990175, y: 0.020580895}
- - {x: -0.09990175, y: -0.020580895}
- - {x: -0.09990175, y: 0.020580895}
- - {x: -0.065716386, y: 0.040614963}
- - {x: -0.06660117, y: 4.8170284e-10}
- - {x: -0.09990175, y: 0.020580895}
- - {x: -0.06660117, y: 4.8170284e-10}
- - {x: -0.09990175, y: -0.020580895}
- - {x: -0.09990175, y: -0.020580895}
- - {x: -0.06660117, y: 4.8170284e-10}
- - {x: -0.065716386, y: -0.040614963}
- - {x: -0.065716386, y: -0.040614963}
- - {x: -0.06660117, y: 4.8170284e-10}
- - {x: -0.033267777, y: -0.020560617}
- - {x: -0.06660117, y: 4.8170284e-10}
- - {x: -0.065716386, y: 0.040614963}
- - {x: -0.033267777, y: 0.020560617}
- - {x: -0.06660117, y: 4.8170284e-10}
- - {x: -0.033267777, y: 0.020560617}
- - {x: -0.033267777, y: -0.020560617}
- - {x: -0.033267777, y: -0.020560617}
- - {x: -0.033267777, y: 0.020560617}
- - {x: 0.0000000052475184, y: 4.997637e-10}
- - {x: 0.0000000052475184, y: 4.997637e-10}
- - {x: -0.033267777, y: 0.020560617}
- - {x: 0.000000005197346, y: 0.03448806}
- - {x: -0.033267777, y: 0.020560617}
- - {x: -0.065716386, y: 0.040614963}
- - {x: -0.03319812, y: 0.055029258}
- - {x: -0.033267777, y: 0.020560617}
- - {x: -0.03319812, y: 0.055029258}
- - {x: 0.000000005197346, y: 0.03448806}
- - {x: 0.000000005197346, y: 0.03448806}
- - {x: -0.03319812, y: 0.055029258}
- - {x: 0.0000000050477893, y: 0.06831663}
- - {x: -0.065716386, y: 0.040614963}
- - {x: -0.096546836, y: 0.05966923}
- - {x: -0.06602068, y: 0.075314716}
- - {x: -0.096546836, y: 0.05966923}
- - {x: -0.12499999, y: 0.07725424}
- - {x: -0.09590343, y: 0.09375963}
- - {x: -0.096546836, y: 0.05966923}
- - {x: -0.09590343, y: 0.09375963}
- - {x: -0.06602068, y: 0.075314716}
- - {x: -0.06602068, y: 0.075314716}
- - {x: -0.09590343, y: 0.09375963}
- - {x: -0.064972974, y: 0.10847214}
- - {x: -0.065716386, y: 0.040614963}
- - {x: -0.06602068, y: 0.075314716}
- - {x: -0.03319812, y: 0.055029258}
- - {x: -0.06602068, y: 0.075314716}
- - {x: -0.064972974, y: 0.10847214}
- - {x: -0.03291384, y: 0.0895572}
- - {x: -0.06602068, y: 0.075314716}
- - {x: -0.03291384, y: 0.0895572}
- - {x: -0.03319812, y: 0.055029258}
- - {x: -0.03319812, y: 0.055029258}
- - {x: -0.03291384, y: 0.0895572}
- - {x: 0.0000000050477893, y: 0.06831663}
- - {x: 0.0000000050477893, y: 0.06831663}
- - {x: -0.03291384, y: 0.0895572}
- - {x: 0.000000004801707, y: 0.10083884}
- - {x: -0.03291384, y: 0.0895572}
- - {x: -0.064972974, y: 0.10847214}
- - {x: -0.032800093, y: 0.12111041}
- - {x: -0.03291384, y: 0.0895572}
- - {x: -0.032800093, y: 0.12111041}
- - {x: 0.000000004801707, y: 0.10083884}
- - {x: 0.000000004801707, y: 0.10083884}
- - {x: -0.032800093, y: 0.12111041}
- - {x: 0.0000000044638058, y: 0.13143277}
- - {x: 0.13143277, y: 8.6136853e-10}
- - {x: 0.12111042, y: 0.032800097}
- - {x: 0.1539105, y: 0.020271573}
- - {x: 0.12111042, y: 0.032800097}
- - {x: 0.108472146, y: 0.06497298}
- - {x: 0.14281292, y: 0.053255714}
- - {x: 0.12111042, y: 0.032800097}
- - {x: 0.14281292, y: 0.053255714}
- - {x: 0.1539105, y: 0.020271573}
- - {x: 0.1539105, y: 0.020271573}
- - {x: 0.14281292, y: 0.053255714}
- - {x: 0.17344512, y: 0.040155508}
- - {x: 0.108472146, y: 0.06497298}
- - {x: 0.09375964, y: 0.095903434}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.09375964, y: 0.095903434}
- - {x: 0.07725424, y: 0.125}
- - {x: 0.11349764, y: 0.117107466}
- - {x: 0.09375964, y: 0.095903434}
- - {x: 0.11349764, y: 0.117107466}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.11349764, y: 0.117107466}
- - {x: 0.14694633, y: 0.10633135}
- - {x: 0.108472146, y: 0.06497298}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.14281292, y: 0.053255714}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.14694633, y: 0.10633135}
- - {x: 0.16185299, y: 0.07400114}
- - {x: 0.1290304, y: 0.08653825}
- - {x: 0.16185299, y: 0.07400114}
- - {x: 0.14281292, y: 0.053255714}
- - {x: 0.14281292, y: 0.053255714}
- - {x: 0.16185299, y: 0.07400114}
- - {x: 0.17344512, y: 0.040155508}
- - {x: -0.040155508, y: -0.17551161}
- - {x: -0.07400114, y: -0.17557746}
- - {x: -0.059271578, y: -0.15170628}
- - {x: 0.16185299, y: 0.07400114}
- - {x: 0.14694633, y: 0.10633135}
- - {x: 0.17677669, y: 0.092937}
- - {x: -0.07400114, y: -0.17557746}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.059271578, y: -0.15170628}
- - {x: -0.059271578, y: -0.15170628}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.07725424, y: -0.125}
- - {x: 0.07725424, y: 0.125}
- - {x: 0.05927158, y: 0.15170628}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.05927158, y: 0.15170628}
- - {x: 0.04015551, y: 0.17551161}
- - {x: 0.07400114, y: 0.17557746}
- - {x: 0.05927158, y: 0.15170628}
- - {x: 0.07400114, y: 0.17557746}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.092937, y: -0.17677669}
- - {x: 0.07400114, y: -0.16185299}
- - {x: 0.10633135, y: -0.14694633}
- - {x: 0.04015551, y: -0.17344512}
- - {x: 0.020271577, y: -0.1539105}
- - {x: 0.05325572, y: -0.14281292}
- - {x: 0.020271577, y: -0.1539105}
- - {x: 0.0000000044638058, y: -0.13143277}
- - {x: 0.0328001, y: -0.12111041}
- - {x: 0.020271577, y: -0.1539105}
- - {x: 0.0328001, y: -0.12111041}
- - {x: 0.05325572, y: -0.14281292}
- - {x: 0.05325572, y: -0.14281292}
- - {x: 0.0328001, y: -0.12111041}
- - {x: 0.06497299, y: -0.10847214}
- - {x: 0.04015551, y: -0.17344512}
- - {x: 0.05325572, y: -0.14281292}
- - {x: 0.07400114, y: -0.16185299}
- - {x: 0.05325572, y: -0.14281292}
- - {x: 0.06497299, y: -0.10847214}
- - {x: 0.086538255, y: -0.1290304}
- - {x: 0.05325572, y: -0.14281292}
- - {x: 0.086538255, y: -0.1290304}
- - {x: 0.07400114, y: -0.16185299}
- - {x: 0.07400114, y: -0.16185299}
- - {x: 0.086538255, y: -0.1290304}
- - {x: 0.10633135, y: -0.14694633}
- - {x: 0.10633135, y: -0.14694633}
- - {x: 0.086538255, y: -0.1290304}
- - {x: 0.11710747, y: -0.11349764}
- - {x: 0.086538255, y: -0.1290304}
- - {x: 0.06497299, y: -0.10847214}
- - {x: 0.09590344, y: -0.09375963}
- - {x: 0.086538255, y: -0.1290304}
- - {x: 0.09590344, y: -0.09375963}
- - {x: 0.11710747, y: -0.11349764}
- - {x: 0.11710747, y: -0.11349764}
- - {x: 0.09590344, y: -0.09375963}
- - {x: 0.125, y: -0.07725424}
- - {x: 0.07725424, y: 0.125}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.11349764, y: 0.117107466}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.10633135, y: 0.17204773}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.092937, y: 0.15037523}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.11349764, y: 0.117107466}
- - {x: 0.11349764, y: 0.117107466}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.14694633, y: 0.10633135}
- - {x: 0.10633135, y: -0.14694633}
- - {x: 0.11710747, y: -0.11349764}
- - {x: 0.14106356, y: -0.12834387}
- - {x: 0.11710747, y: -0.11349764}
- - {x: 0.125, y: -0.07725424}
- - {x: 0.15037523, y: -0.092937}
- - {x: 0.11710747, y: -0.11349764}
- - {x: 0.15037523, y: -0.092937}
- - {x: 0.14106356, y: -0.12834387}
- - {x: 0.14106356, y: -0.12834387}
- - {x: 0.15037523, y: -0.092937}
- - {x: 0.17204773, y: -0.10633135}
- - {x: 0.10633135, y: -0.14694633}
- - {x: 0.14106356, y: -0.12834387}
- - {x: 0.12834387, y: -0.16164444}
- - {x: -0.16164444, y: -0.12834387}
- - {x: -0.14694633, y: -0.106331356}
- - {x: -0.12834387, y: -0.14106356}
- - {x: 0.14106356, y: -0.12834387}
- - {x: 0.16164444, y: -0.14106356}
- - {x: 0.12834387, y: -0.16164444}
- - {x: 0.12834387, y: 0.14106356}
- - {x: 0.16164444, y: 0.12834387}
- - {x: 0.14694633, y: 0.10633135}
- - {x: -0.10633135, y: -0.17204773}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.14694633, y: -0.106331356}
- - {x: -0.11349764, y: -0.11710747}
- - {x: -0.12834387, y: -0.14106356}
- - {x: -0.11349764, y: -0.11710747}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.092937, y: -0.15037523}
- - {x: -0.11349764, y: -0.11710747}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.07725424, y: -0.125}
- - {x: -0.11349764, y: -0.11710747}
- - {x: -0.09375963, y: -0.09590344}
- - {x: -0.11349764, y: -0.11710747}
- - {x: -0.14694633, y: -0.106331356}
- - {x: -0.1290304, y: -0.086538255}
- - {x: -0.11349764, y: -0.11710747}
- - {x: -0.1290304, y: -0.086538255}
- - {x: -0.09375963, y: -0.09590344}
- - {x: -0.09375963, y: -0.09590344}
- - {x: -0.1290304, y: -0.086538255}
- - {x: -0.10847214, y: -0.06497299}
- - {x: -0.14694633, y: -0.106331356}
- - {x: -0.17677669, y: -0.09293701}
- - {x: -0.16185299, y: -0.07400115}
- - {x: 0.15037523, y: -0.092937}
- - {x: 0.125, y: -0.07725424}
- - {x: 0.15170628, y: -0.059271578}
- - {x: 0.15037523, y: -0.092937}
- - {x: 0.15170628, y: -0.059271578}
- - {x: 0.17557746, y: -0.07400114}
- - {x: 0.17557746, y: -0.07400114}
- - {x: 0.15170628, y: -0.059271578}
- - {x: 0.17551161, y: -0.040155508}
- - {x: -0.14694633, y: -0.106331356}
- - {x: -0.16185299, y: -0.07400115}
- - {x: -0.1290304, y: -0.086538255}
- - {x: -0.16185299, y: -0.07400115}
- - {x: -0.17344512, y: -0.04015551}
- - {x: -0.14281292, y: -0.053255722}
- - {x: -0.16185299, y: -0.07400115}
- - {x: -0.14281292, y: -0.053255722}
- - {x: -0.1290304, y: -0.086538255}
- - {x: -0.1290304, y: -0.086538255}
- - {x: -0.14281292, y: -0.053255722}
- - {x: -0.10847214, y: -0.06497299}
- - {x: -0.10847214, y: -0.06497299}
- - {x: -0.14281292, y: -0.053255722}
- - {x: -0.12111041, y: -0.032800104}
- - {x: -0.14281292, y: -0.053255722}
- - {x: -0.17344512, y: -0.04015551}
- - {x: -0.1539105, y: -0.020271579}
- - {x: -0.14281292, y: -0.053255722}
- - {x: -0.1539105, y: -0.020271579}
- - {x: -0.12111041, y: -0.032800104}
- - {x: -0.12111041, y: -0.032800104}
- - {x: -0.1539105, y: -0.020271579}
- - {x: -0.13143277, y: -0.0000000060834155}
- - {x: -0.000000002130049, y: -0.13143277}
- - {x: -0.020271575, y: -0.1539105}
- - {x: -0.0328001, y: -0.12111041}
- - {x: -0.020271575, y: -0.1539105}
- - {x: -0.040155508, y: -0.17344512}
- - {x: -0.05325572, y: -0.14281292}
- - {x: -0.020271575, y: -0.1539105}
- - {x: -0.05325572, y: -0.14281292}
- - {x: -0.0328001, y: -0.12111041}
- - {x: -0.0328001, y: -0.12111041}
- - {x: -0.05325572, y: -0.14281292}
- - {x: -0.06497298, y: -0.10847214}
- - {x: 0.04015551, y: -0.17551161}
- - {x: 0.05927158, y: -0.15170628}
- - {x: 0.07400114, y: -0.17557746}
- - {x: 0.05927158, y: -0.15170628}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.05927158, y: -0.15170628}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.07400114, y: -0.17557746}
- - {x: -0.07400114, y: -0.16185299}
- - {x: -0.092937, y: -0.17677669}
- - {x: -0.10633135, y: -0.14694633}
- - {x: -0.040155508, y: -0.17344512}
- - {x: -0.07400114, y: -0.16185299}
- - {x: -0.05325572, y: -0.14281292}
- - {x: -0.07400114, y: -0.16185299}
- - {x: -0.10633135, y: -0.14694633}
- - {x: -0.08653825, y: -0.1290304}
- - {x: -0.07400114, y: -0.16185299}
- - {x: -0.08653825, y: -0.1290304}
- - {x: -0.05325572, y: -0.14281292}
- - {x: -0.05325572, y: -0.14281292}
- - {x: -0.08653825, y: -0.1290304}
- - {x: -0.06497298, y: -0.10847214}
- - {x: -0.06497298, y: -0.10847214}
- - {x: -0.08653825, y: -0.1290304}
- - {x: -0.095903434, y: -0.09375963}
- - {x: -0.08653825, y: -0.1290304}
- - {x: -0.10633135, y: -0.14694633}
- - {x: -0.117107466, y: -0.11349764}
- - {x: -0.08653825, y: -0.1290304}
- - {x: -0.117107466, y: -0.11349764}
- - {x: -0.095903434, y: -0.09375963}
- - {x: -0.095903434, y: -0.09375963}
- - {x: -0.117107466, y: -0.11349764}
- - {x: -0.125, y: -0.07725424}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.09375964, y: -0.095903434}
- - {x: 0.11349764, y: -0.117107466}
- - {x: 0.09375964, y: -0.095903434}
- - {x: 0.108472146, y: -0.06497298}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.09375964, y: -0.095903434}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.11349764, y: -0.117107466}
- - {x: 0.11349764, y: -0.117107466}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.108472146, y: -0.06497298}
- - {x: 0.12111042, y: -0.032800097}
- - {x: 0.14281292, y: -0.053255714}
- - {x: 0.12111042, y: -0.032800097}
- - {x: 0.13143277, y: 8.6136853e-10}
- - {x: 0.1539105, y: -0.020271573}
- - {x: 0.12111042, y: -0.032800097}
- - {x: 0.1539105, y: -0.020271573}
- - {x: 0.14281292, y: -0.053255714}
- - {x: 0.14281292, y: -0.053255714}
- - {x: 0.1539105, y: -0.020271573}
- - {x: 0.17344512, y: -0.040155508}
- - {x: 0.108472146, y: -0.06497298}
- - {x: 0.14281292, y: -0.053255714}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.14281292, y: -0.053255714}
- - {x: 0.17344512, y: -0.040155508}
- - {x: 0.16185299, y: -0.07400114}
- - {x: 0.14281292, y: -0.053255714}
- - {x: 0.16185299, y: -0.07400114}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.1290304, y: -0.08653825}
- - {x: 0.16185299, y: -0.07400114}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.16185299, y: -0.07400114}
- - {x: 0.17677669, y: -0.092937}
- - {x: 0.07400114, y: -0.17557746}
- - {x: 0.040155508, y: -0.17551161}
- - {x: 0.059271578, y: -0.15170628}
- - {x: 0.07400114, y: -0.17557746}
- - {x: 0.059271578, y: -0.15170628}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.059271578, y: -0.15170628}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.11349764, y: -0.117107466}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.11349764, y: -0.117107466}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.11349764, y: -0.117107466}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.10633135, y: -0.17204773}
- - {x: 0.10633135, y: -0.17204773}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.11349764, y: -0.11710747}
- - {x: 0.092937, y: -0.15037523}
- - {x: 0.11349764, y: -0.11710747}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.11349764, y: -0.11710747}
- - {x: 0.14694633, y: -0.106331356}
- - {x: 0.14694633, y: -0.10633135}
- - {x: 0.16164444, y: -0.12834387}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.12834387, y: -0.14106356}
- - {x: 0.14694633, y: -0.106331356}
- - {x: 0.16164444, y: -0.12834387}
- - {x: -0.16164444, y: -0.14106356}
- - {x: -0.14106356, y: -0.12834387}
- - {x: -0.12834387, y: -0.16164444}
- - {x: -0.12834387, y: -0.16164444}
- - {x: -0.14106356, y: -0.12834387}
- - {x: -0.10633135, y: -0.14694633}
- - {x: -0.10633135, y: -0.14694633}
- - {x: -0.14106356, y: -0.12834387}
- - {x: -0.117107466, y: -0.11349764}
- - {x: -0.14106356, y: -0.12834387}
- - {x: -0.17204773, y: -0.10633135}
- - {x: -0.15037523, y: -0.092937}
- - {x: -0.14106356, y: -0.12834387}
- - {x: -0.15037523, y: -0.092937}
- - {x: -0.117107466, y: -0.11349764}
- - {x: -0.117107466, y: -0.11349764}
- - {x: -0.15037523, y: -0.092937}
- - {x: -0.125, y: -0.07725424}
- - {x: -0.125, y: -0.07725424}
- - {x: -0.15037523, y: -0.092937}
- - {x: -0.15170628, y: -0.05927158}
- - {x: 0.17677669, y: -0.09293701}
- - {x: 0.14694633, y: -0.106331356}
- - {x: 0.16185299, y: -0.07400115}
- - {x: -0.15037523, y: -0.092937}
- - {x: -0.17557746, y: -0.07400114}
- - {x: -0.15170628, y: -0.05927158}
- - {x: -0.15170628, y: -0.05927158}
- - {x: -0.17557746, y: -0.07400114}
- - {x: -0.17551161, y: -0.04015551}
- - {x: 0.14694633, y: -0.106331356}
- - {x: 0.11349764, y: -0.11710747}
- - {x: 0.1290304, y: -0.086538255}
- - {x: 0.11349764, y: -0.11710747}
- - {x: 0.07725424, y: -0.125}
- - {x: 0.09375963, y: -0.09590344}
- - {x: 0.11349764, y: -0.11710747}
- - {x: 0.09375963, y: -0.09590344}
- - {x: 0.1290304, y: -0.086538255}
- - {x: 0.1290304, y: -0.086538255}
- - {x: 0.09375963, y: -0.09590344}
- - {x: 0.10847214, y: -0.06497299}
- - {x: 0.14694633, y: -0.106331356}
- - {x: 0.1290304, y: -0.086538255}
- - {x: 0.16185299, y: -0.07400115}
- - {x: 0.1290304, y: -0.086538255}
- - {x: 0.10847214, y: -0.06497299}
- - {x: 0.14281292, y: -0.053255722}
- - {x: 0.1290304, y: -0.086538255}
- - {x: 0.14281292, y: -0.053255722}
- - {x: 0.16185299, y: -0.07400115}
- - {x: 0.16185299, y: -0.07400115}
- - {x: 0.14281292, y: -0.053255722}
- - {x: 0.17344512, y: -0.04015551}
- - {x: 0.17344512, y: -0.04015551}
- - {x: 0.14281292, y: -0.053255722}
- - {x: 0.1539105, y: -0.020271579}
- - {x: 0.14281292, y: -0.053255722}
- - {x: 0.10847214, y: -0.06497299}
- - {x: 0.12111041, y: -0.032800104}
- - {x: 0.14281292, y: -0.053255722}
- - {x: 0.12111041, y: -0.032800104}
- - {x: 0.1539105, y: -0.020271579}
- - {x: 0.1539105, y: -0.020271579}
- - {x: 0.12111041, y: -0.032800104}
- - {x: 0.13143277, y: -0.0000000060834155}
- - {x: -0.13143277, y: -0.0000000035172525}
- - {x: -0.1539105, y: -0.020271577}
- - {x: -0.1539105, y: 0.02027157}
- - {x: -0.1539105, y: -0.020271577}
- - {x: -0.17344512, y: -0.04015551}
- - {x: -0.17572676, y: -0.0000000029409921}
- - {x: -0.1539105, y: -0.020271577}
- - {x: -0.17572676, y: -0.0000000029409921}
- - {x: -0.1539105, y: 0.02027157}
- - {x: -0.1539105, y: 0.02027157}
- - {x: -0.17572676, y: -0.0000000029409921}
- - {x: -0.17344512, y: 0.040155504}
- - {x: 0.17551161, y: -0.04015551}
- - {x: 0.15170628, y: -0.05927158}
- - {x: 0.15505989, y: -0.020285467}
- - {x: 0.15170628, y: -0.05927158}
- - {x: 0.125, y: -0.07725424}
- - {x: 0.12981462, y: -0.03910862}
- - {x: 0.15170628, y: -0.05927158}
- - {x: 0.12981462, y: -0.03910862}
- - {x: 0.15505989, y: -0.020285467}
- - {x: 0.15505989, y: -0.020285467}
- - {x: 0.12981462, y: -0.03910862}
- - {x: 0.13143277, y: -0.0000000034718475}
- - {x: 0.17551161, y: -0.04015551}
- - {x: 0.15505989, y: -0.020285467}
- - {x: 0.17782043, y: -0.0000000028688458}
- - {x: 0.15505989, y: -0.020285467}
- - {x: 0.13143277, y: -0.0000000034718475}
- - {x: 0.15505989, y: 0.02028546}
- - {x: 0.15505989, y: -0.020285467}
- - {x: 0.15505989, y: 0.02028546}
- - {x: 0.17782043, y: -0.0000000028688458}
- - {x: 0.17782043, y: -0.0000000028688458}
- - {x: 0.15505989, y: 0.02028546}
- - {x: 0.17551161, y: 0.040155504}
- - {x: 0.17551161, y: 0.040155504}
- - {x: 0.15505989, y: 0.02028546}
- - {x: 0.15170628, y: 0.059271574}
- - {x: 0.15505989, y: 0.02028546}
- - {x: 0.13143277, y: -0.0000000034718475}
- - {x: 0.12981462, y: 0.03910861}
- - {x: 0.15505989, y: 0.02028546}
- - {x: 0.12981462, y: 0.03910861}
- - {x: 0.15170628, y: 0.059271574}
- - {x: 0.15170628, y: 0.059271574}
- - {x: 0.12981462, y: 0.03910861}
- - {x: 0.125, y: 0.07725424}
- - {x: 0.125, y: -0.07725424}
- - {x: 0.095903434, y: -0.09375963}
- - {x: 0.09654684, y: -0.059669234}
- - {x: 0.095903434, y: -0.09375963}
- - {x: 0.06497298, y: -0.10847214}
- - {x: 0.06602069, y: -0.07531472}
- - {x: 0.095903434, y: -0.09375963}
- - {x: 0.06602069, y: -0.07531472}
- - {x: 0.09654684, y: -0.059669234}
- - {x: 0.09654684, y: -0.059669234}
- - {x: 0.06602069, y: -0.07531472}
- - {x: 0.06571639, y: -0.040614966}
- - {x: 0.06497298, y: -0.10847214}
- - {x: 0.032800093, y: -0.12111041}
- - {x: 0.03291384, y: -0.08955721}
- - {x: 0.032800093, y: -0.12111041}
- - {x: -0.000000002130049, y: -0.13143277}
- - {x: -0.0000000022912898, y: -0.10083885}
- - {x: 0.032800093, y: -0.12111041}
- - {x: -0.0000000022912898, y: -0.10083885}
- - {x: 0.03291384, y: -0.08955721}
- - {x: 0.03291384, y: -0.08955721}
- - {x: -0.0000000022912898, y: -0.10083885}
- - {x: -0.000000002408716, y: -0.06831664}
- - {x: 0.06497298, y: -0.10847214}
- - {x: 0.03291384, y: -0.08955721}
- - {x: 0.06602069, y: -0.07531472}
- - {x: 0.03291384, y: -0.08955721}
- - {x: -0.000000002408716, y: -0.06831664}
- - {x: 0.03319812, y: -0.05502926}
- - {x: 0.03291384, y: -0.08955721}
- - {x: 0.03319812, y: -0.05502926}
- - {x: 0.06602069, y: -0.07531472}
- - {x: 0.06602069, y: -0.07531472}
- - {x: 0.03319812, y: -0.05502926}
- - {x: 0.06571639, y: -0.040614966}
- - {x: 0.06571639, y: -0.040614966}
- - {x: 0.03319812, y: -0.05502926}
- - {x: 0.033267777, y: -0.02056062}
- - {x: 0.03319812, y: -0.05502926}
- - {x: -0.000000002408716, y: -0.06831664}
- - {x: -0.0000000024800817, y: -0.034488063}
- - {x: 0.03319812, y: -0.05502926}
- - {x: -0.0000000024800817, y: -0.034488063}
- - {x: 0.033267777, y: -0.02056062}
- - {x: 0.033267777, y: -0.02056062}
- - {x: -0.0000000024800817, y: -0.034488063}
- - {x: -0.000000002504023, y: -0.0000000040814014}
- - {x: 0.125, y: -0.07725424}
- - {x: 0.09654684, y: -0.059669234}
- - {x: 0.12981462, y: -0.03910862}
- - {x: 0.09654684, y: -0.059669234}
- - {x: 0.06571639, y: -0.040614966}
- - {x: 0.09990176, y: -0.020580899}
- - {x: 0.09654684, y: -0.059669234}
- - {x: 0.09990176, y: -0.020580899}
- - {x: 0.12981462, y: -0.03910862}
- - {x: 0.12981462, y: -0.03910862}
- - {x: 0.09990176, y: -0.020580899}
- - {x: 0.13143277, y: -0.0000000034718475}
- - {x: 0.06571639, y: -0.040614966}
- - {x: 0.033267777, y: -0.02056062}
- - {x: 0.06660118, y: -0.0000000039339048}
- - {x: 0.033267777, y: -0.02056062}
- - {x: -0.000000002504023, y: -0.0000000040814014}
- - {x: 0.033267777, y: 0.020560613}
- - {x: 0.033267777, y: -0.02056062}
- - {x: 0.033267777, y: 0.020560613}
- - {x: 0.06660118, y: -0.0000000039339048}
- - {x: 0.06660118, y: -0.0000000039339048}
- - {x: 0.033267777, y: 0.020560613}
- - {x: 0.06571639, y: 0.04061496}
- - {x: 0.06571639, y: -0.040614966}
- - {x: 0.06660118, y: -0.0000000039339048}
- - {x: 0.09990176, y: -0.020580899}
- - {x: 0.06660118, y: -0.0000000039339048}
- - {x: 0.06571639, y: 0.04061496}
- - {x: 0.09990176, y: 0.020580892}
- - {x: 0.06660118, y: -0.0000000039339048}
- - {x: 0.09990176, y: 0.020580892}
- - {x: 0.09990176, y: -0.020580899}
- - {x: 0.09990176, y: -0.020580899}
- - {x: 0.09990176, y: 0.020580892}
- - {x: 0.13143277, y: -0.0000000034718475}
- - {x: 0.13143277, y: -0.0000000034718475}
- - {x: 0.09990176, y: 0.020580892}
- - {x: 0.12981462, y: 0.03910861}
- - {x: 0.09990176, y: 0.020580892}
- - {x: 0.06571639, y: 0.04061496}
- - {x: 0.09654684, y: 0.059669226}
- - {x: 0.09990176, y: 0.020580892}
- - {x: 0.09654684, y: 0.059669226}
- - {x: 0.12981462, y: 0.03910861}
- - {x: 0.12981462, y: 0.03910861}
- - {x: 0.09654684, y: 0.059669226}
- - {x: 0.125, y: 0.07725424}
- - {x: 0.125, y: 0.07725424}
- - {x: 0.09654684, y: 0.059669226}
- - {x: 0.095903434, y: 0.09375963}
- - {x: 0.09654684, y: 0.059669226}
- - {x: 0.06571639, y: 0.04061496}
- - {x: 0.06602069, y: 0.07531471}
- - {x: 0.09654684, y: 0.059669226}
- - {x: 0.06602069, y: 0.07531471}
- - {x: 0.095903434, y: 0.09375963}
- - {x: 0.095903434, y: 0.09375963}
- - {x: 0.06602069, y: 0.07531471}
- - {x: 0.06497298, y: 0.10847214}
- - {x: 0.06571639, y: 0.04061496}
- - {x: 0.033267777, y: 0.020560613}
- - {x: 0.03319812, y: 0.055029254}
- - {x: 0.033267777, y: 0.020560613}
- - {x: -0.000000002504023, y: -0.0000000040814014}
- - {x: -0.0000000024800817, y: 0.034488056}
- - {x: 0.033267777, y: 0.020560613}
- - {x: -0.0000000024800817, y: 0.034488056}
- - {x: 0.03319812, y: 0.055029254}
- - {x: 0.03319812, y: 0.055029254}
- - {x: -0.0000000024800817, y: 0.034488056}
- - {x: -0.000000002408716, y: 0.06831662}
- - {x: 0.06571639, y: 0.04061496}
- - {x: 0.03319812, y: 0.055029254}
- - {x: 0.06602069, y: 0.07531471}
- - {x: 0.03319812, y: 0.055029254}
- - {x: -0.000000002408716, y: 0.06831662}
- - {x: 0.03291384, y: 0.08955719}
- - {x: 0.03319812, y: 0.055029254}
- - {x: 0.03291384, y: 0.08955719}
- - {x: 0.06602069, y: 0.07531471}
- - {x: 0.06602069, y: 0.07531471}
- - {x: 0.03291384, y: 0.08955719}
- - {x: 0.06497298, y: 0.10847214}
- - {x: 0.06497298, y: 0.10847214}
- - {x: 0.03291384, y: 0.08955719}
- - {x: 0.032800093, y: 0.12111041}
- - {x: 0.03291384, y: 0.08955719}
- - {x: -0.000000002408716, y: 0.06831662}
- - {x: -0.0000000022912898, y: 0.10083883}
- - {x: 0.03291384, y: 0.08955719}
- - {x: -0.0000000022912898, y: 0.10083883}
- - {x: 0.032800093, y: 0.12111041}
- - {x: 0.032800093, y: 0.12111041}
- - {x: -0.0000000022912898, y: 0.10083883}
- - {x: -0.000000002130049, y: 0.13143277}
- - {x: 0.13143277, y: -0.0000000035172525}
- - {x: 0.10083884, y: -0.0000000037835015}
- - {x: 0.12111041, y: 0.032800093}
- - {x: 0.10083884, y: -0.0000000037835015}
- - {x: 0.06831663, y: -0.000000003977402}
- - {x: 0.0895572, y: 0.03291384}
- - {x: 0.10083884, y: -0.0000000037835015}
- - {x: 0.0895572, y: 0.03291384}
- - {x: 0.12111041, y: 0.032800093}
- - {x: 0.12111041, y: 0.032800093}
- - {x: 0.0895572, y: 0.03291384}
- - {x: 0.10847214, y: 0.06497298}
- - {x: 0.06831663, y: -0.000000003977402}
- - {x: 0.03448806, y: -0.000000004095245}
- - {x: 0.055029258, y: 0.03319812}
- - {x: 0.03448806, y: -0.000000004095245}
- - {x: -7.5944906e-10, y: -0.0000000041347783}
- - {x: 0.020560617, y: 0.033267777}
- - {x: 0.03448806, y: -0.000000004095245}
- - {x: 0.020560617, y: 0.033267777}
- - {x: 0.055029258, y: 0.03319812}
- - {x: 0.055029258, y: 0.03319812}
- - {x: 0.020560617, y: 0.033267777}
- - {x: 0.040614963, y: 0.065716386}
- - {x: 0.06831663, y: -0.000000003977402}
- - {x: 0.055029258, y: 0.03319812}
- - {x: 0.0895572, y: 0.03291384}
- - {x: 0.055029258, y: 0.03319812}
- - {x: 0.040614963, y: 0.065716386}
- - {x: 0.075314716, y: 0.06602068}
- - {x: 0.055029258, y: 0.03319812}
- - {x: 0.075314716, y: 0.06602068}
- - {x: 0.0895572, y: 0.03291384}
- - {x: 0.0895572, y: 0.03291384}
- - {x: 0.075314716, y: 0.06602068}
- - {x: 0.10847214, y: 0.06497298}
- - {x: 0.10847214, y: 0.06497298}
- - {x: 0.075314716, y: 0.06602068}
- - {x: 0.09375963, y: 0.095903434}
- - {x: 0.075314716, y: 0.06602068}
- - {x: 0.040614963, y: 0.065716386}
- - {x: 0.05966923, y: 0.09654684}
- - {x: 0.075314716, y: 0.06602068}
- - {x: 0.05966923, y: 0.09654684}
- - {x: 0.09375963, y: 0.095903434}
- - {x: 0.09375963, y: 0.095903434}
- - {x: 0.05966923, y: 0.09654684}
- - {x: 0.07725424, y: 0.125}
- - {x: -7.5944906e-10, y: -0.0000000041347783}
- - {x: -0.03448806, y: -0.000000004095245}
- - {x: -0.020560617, y: 0.033267777}
- - {x: -0.03448806, y: -0.000000004095245}
- - {x: -0.06831663, y: -0.000000003977402}
- - {x: -0.055029258, y: 0.03319812}
- - {x: -0.03448806, y: -0.000000004095245}
- - {x: -0.055029258, y: 0.03319812}
- - {x: -0.020560617, y: 0.033267777}
- - {x: -0.020560617, y: 0.033267777}
- - {x: -0.055029258, y: 0.03319812}
- - {x: -0.040614963, y: 0.065716386}
- - {x: -0.06831663, y: -0.000000003977402}
- - {x: -0.10083884, y: -0.0000000037835015}
- - {x: -0.0895572, y: 0.03291384}
- - {x: -0.10083884, y: -0.0000000037835015}
- - {x: -0.13143277, y: -0.0000000035172525}
- - {x: -0.12111041, y: 0.032800093}
- - {x: -0.10083884, y: -0.0000000037835015}
- - {x: -0.12111041, y: 0.032800093}
- - {x: -0.0895572, y: 0.03291384}
- - {x: -0.0895572, y: 0.03291384}
- - {x: -0.12111041, y: 0.032800093}
- - {x: -0.10847214, y: 0.06497298}
- - {x: -0.06831663, y: -0.000000003977402}
- - {x: -0.0895572, y: 0.03291384}
- - {x: -0.055029258, y: 0.03319812}
- - {x: -0.0895572, y: 0.03291384}
- - {x: -0.10847214, y: 0.06497298}
- - {x: -0.075314716, y: 0.06602068}
- - {x: -0.0895572, y: 0.03291384}
- - {x: -0.075314716, y: 0.06602068}
- - {x: -0.055029258, y: 0.03319812}
- - {x: -0.055029258, y: 0.03319812}
- - {x: -0.075314716, y: 0.06602068}
- - {x: -0.040614963, y: 0.065716386}
- - {x: -0.040614963, y: 0.065716386}
- - {x: -0.075314716, y: 0.06602068}
- - {x: -0.05966923, y: 0.09654684}
- - {x: -0.075314716, y: 0.06602068}
- - {x: -0.10847214, y: 0.06497298}
- - {x: -0.09375963, y: 0.095903434}
- - {x: -0.075314716, y: 0.06602068}
- - {x: -0.09375963, y: 0.095903434}
- - {x: -0.05966923, y: 0.09654684}
- - {x: -0.05966923, y: 0.09654684}
- - {x: -0.09375963, y: 0.095903434}
- - {x: -0.07725424, y: 0.125}
- - {x: -7.5944906e-10, y: -0.0000000041347783}
- - {x: -0.020560617, y: 0.033267777}
- - {x: 0.020560617, y: 0.033267777}
- - {x: -0.020560617, y: 0.033267777}
- - {x: -0.040614963, y: 0.065716386}
- - {x: -7.320035e-10, y: 0.06660117}
- - {x: -0.020560617, y: 0.033267777}
- - {x: -7.320035e-10, y: 0.06660117}
- - {x: 0.020560617, y: 0.033267777}
- - {x: 0.020560617, y: 0.033267777}
- - {x: -7.320035e-10, y: 0.06660117}
- - {x: 0.040614963, y: 0.065716386}
- - {x: -0.040614963, y: 0.065716386}
- - {x: -0.05966923, y: 0.09654684}
- - {x: -0.020580895, y: 0.09990175}
- - {x: -0.05966923, y: 0.09654684}
- - {x: -0.07725424, y: 0.125}
- - {x: -0.039108615, y: 0.12981462}
- - {x: -0.05966923, y: 0.09654684}
- - {x: -0.039108615, y: 0.12981462}
- - {x: -0.020580895, y: 0.09990175}
- - {x: -0.020580895, y: 0.09990175}
- - {x: -0.039108615, y: 0.12981462}
- - {x: -6.4602595e-10, y: 0.13143277}
- - {x: -0.040614963, y: 0.065716386}
- - {x: -0.020580895, y: 0.09990175}
- - {x: -7.320035e-10, y: 0.06660117}
- - {x: -0.020580895, y: 0.09990175}
- - {x: -6.4602595e-10, y: 0.13143277}
- - {x: 0.020580895, y: 0.09990175}
- - {x: -0.020580895, y: 0.09990175}
- - {x: 0.020580895, y: 0.09990175}
- - {x: -7.320035e-10, y: 0.06660117}
- - {x: -7.320035e-10, y: 0.06660117}
- - {x: 0.020580895, y: 0.09990175}
- - {x: 0.040614963, y: 0.065716386}
- - {x: 0.040614963, y: 0.065716386}
- - {x: 0.020580895, y: 0.09990175}
- - {x: 0.05966923, y: 0.09654684}
- - {x: 0.020580895, y: 0.09990175}
- - {x: -6.4602595e-10, y: 0.13143277}
- - {x: 0.039108615, y: 0.12981462}
- - {x: 0.020580895, y: 0.09990175}
- - {x: 0.039108615, y: 0.12981462}
- - {x: 0.05966923, y: 0.09654684}
- - {x: 0.05966923, y: 0.09654684}
- - {x: 0.039108615, y: 0.12981462}
- - {x: 0.07725424, y: 0.125}
- - {x: 0.07725424, y: 0.125}
- - {x: 0.039108615, y: 0.12981462}
- - {x: 0.059271578, y: 0.15170628}
- - {x: 0.039108615, y: 0.12981462}
- - {x: -6.4602595e-10, y: 0.13143277}
- - {x: 0.020285463, y: 0.15505989}
- - {x: 0.039108615, y: 0.12981462}
- - {x: 0.020285463, y: 0.15505989}
- - {x: 0.059271578, y: 0.15170628}
- - {x: 0.059271578, y: 0.15170628}
- - {x: 0.020285463, y: 0.15505989}
- - {x: 0.040155508, y: 0.17551161}
- - {x: -6.4602595e-10, y: 0.13143277}
- - {x: -0.039108615, y: 0.12981462}
- - {x: -0.020285463, y: 0.15505989}
- - {x: -0.039108615, y: 0.12981462}
- - {x: -0.07725424, y: 0.125}
- - {x: -0.059271578, y: 0.15170628}
- - {x: -0.039108615, y: 0.12981462}
- - {x: -0.059271578, y: 0.15170628}
- - {x: -0.020285463, y: 0.15505989}
- - {x: -0.020285463, y: 0.15505989}
- - {x: -0.059271578, y: 0.15170628}
- - {x: -0.040155508, y: 0.17551161}
- - {x: -6.4602595e-10, y: 0.13143277}
- - {x: -0.020285463, y: 0.15505989}
- - {x: 0.020285463, y: 0.15505989}
- - {x: -0.020285463, y: 0.15505989}
- - {x: -0.040155508, y: 0.17551161}
- - {x: -5.338221e-10, y: 0.17782043}
- - {x: -0.020285463, y: 0.15505989}
- - {x: -5.338221e-10, y: 0.17782043}
- - {x: 0.020285463, y: 0.15505989}
- - {x: 0.020285463, y: 0.15505989}
- - {x: -5.338221e-10, y: 0.17782043}
- - {x: 0.040155508, y: 0.17551161}
- - {x: 0.17344512, y: 0.040155508}
- - {x: 0.17572676, y: 7.2024353e-10}
- - {x: 0.1539105, y: 0.020271573}
- - {x: 0.17572676, y: 7.2024353e-10}
- - {x: 0.17344512, y: -0.040155508}
- - {x: 0.1539105, y: -0.020271573}
- - {x: 0.17572676, y: 7.2024353e-10}
- - {x: 0.1539105, y: -0.020271573}
- - {x: 0.1539105, y: 0.020271573}
- - {x: 0.1539105, y: 0.020271573}
- - {x: 0.1539105, y: -0.020271573}
- - {x: 0.13143277, y: 8.613686e-10}
+ - {x: -0.26286554, y: 0.0000000017227373}
+ - {x: -0.307821, y: 0.040543146}
+ - {x: -0.2422208, y: 0.065600194}
+ - {x: -0.307821, y: 0.040543146}
+ - {x: -0.34689024, y: 0.080311015}
+ - {x: -0.28562585, y: 0.10651143}
+ - {x: -0.307821, y: 0.040543146}
+ - {x: -0.28562585, y: 0.10651143}
+ - {x: -0.2422208, y: 0.065600194}
+ - {x: -0.2422208, y: 0.065600194}
+ - {x: -0.28562585, y: 0.10651143}
+ - {x: -0.21694426, y: 0.12994596}
+ - {x: -0.080311015, y: 0.35102323}
+ - {x: -0.118543155, y: 0.30341256}
+ - {x: -0.14800228, y: 0.35115492}
+ - {x: -0.118543155, y: 0.30341256}
+ - {x: -0.15450849, y: 0.24999999}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.118543155, y: 0.30341256}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.14800228, y: 0.35115492}
+ - {x: -0.32370597, y: 0.14800228}
+ - {x: -0.35355338, y: 0.185874}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.34689024, y: 0.080311015}
+ - {x: -0.32370597, y: 0.14800228}
+ - {x: -0.28562585, y: 0.10651143}
+ - {x: -0.32370597, y: 0.14800228}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.32370597, y: 0.14800228}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.28562585, y: 0.10651143}
+ - {x: -0.28562585, y: 0.10651143}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.21694426, y: 0.12994596}
+ - {x: -0.21694426, y: 0.12994596}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.18751925, y: 0.19180687}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.22699526, y: 0.23421493}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.22699526, y: 0.23421493}
+ - {x: -0.18751925, y: 0.19180687}
+ - {x: -0.18751925, y: 0.19180687}
+ - {x: -0.22699526, y: 0.23421493}
+ - {x: -0.15450847, y: 0.25}
+ - {x: -0.15450849, y: 0.24999999}
+ - {x: -0.18751927, y: 0.19180685}
+ - {x: -0.22699527, y: 0.23421492}
+ - {x: -0.18751927, y: 0.19180685}
+ - {x: -0.21694428, y: 0.12994595}
+ - {x: -0.2580608, y: 0.17307648}
+ - {x: -0.18751927, y: 0.19180685}
+ - {x: -0.2580608, y: 0.17307648}
+ - {x: -0.22699527, y: 0.23421492}
+ - {x: -0.22699527, y: 0.23421492}
+ - {x: -0.2580608, y: 0.17307648}
+ - {x: -0.29389265, y: 0.21266268}
+ - {x: -0.21694428, y: 0.12994595}
+ - {x: -0.24222082, y: 0.06560018}
+ - {x: -0.28562585, y: 0.106511414}
+ - {x: -0.24222082, y: 0.06560018}
+ - {x: -0.26286554, y: -0.000000012166831}
+ - {x: -0.307821, y: 0.040543135}
+ - {x: -0.24222082, y: 0.06560018}
+ - {x: -0.307821, y: 0.040543135}
+ - {x: -0.28562585, y: 0.106511414}
+ - {x: -0.28562585, y: 0.106511414}
+ - {x: -0.307821, y: 0.040543135}
+ - {x: -0.34689024, y: 0.08031101}
+ - {x: -0.21694428, y: 0.12994595}
+ - {x: -0.28562585, y: 0.106511414}
+ - {x: -0.2580608, y: 0.17307648}
+ - {x: -0.28562585, y: 0.106511414}
+ - {x: -0.34689024, y: 0.08031101}
+ - {x: -0.32370597, y: 0.14800227}
+ - {x: -0.28562585, y: 0.106511414}
+ - {x: -0.32370597, y: 0.14800227}
+ - {x: -0.2580608, y: 0.17307648}
+ - {x: -0.2580608, y: 0.17307648}
+ - {x: -0.32370597, y: 0.14800227}
+ - {x: -0.29389265, y: 0.21266268}
+ - {x: -0.29389265, y: 0.21266268}
+ - {x: -0.32370597, y: 0.14800227}
+ - {x: -0.35355338, y: 0.18587399}
+ - {x: 0.35115492, y: 0.14800228}
+ - {x: 0.35102323, y: 0.080311015}
+ - {x: 0.30341256, y: 0.118543155}
+ - {x: 0.35115492, y: 0.14800228}
+ - {x: 0.30341256, y: 0.118543155}
+ - {x: 0.30075046, y: 0.185874}
+ - {x: 0.30075046, y: 0.185874}
+ - {x: 0.30341256, y: 0.118543155}
+ - {x: 0.25, y: 0.15450849}
+ - {x: -0.15450849, y: 0.24999999}
+ - {x: -0.22699527, y: 0.23421492}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.22699527, y: 0.23421492}
+ - {x: -0.29389265, y: 0.21266268}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.22699527, y: 0.23421492}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.2126627, y: 0.34409547}
+ - {x: 0.34409547, y: 0.2126627}
+ - {x: 0.30075046, y: 0.185874}
+ - {x: 0.2821271, y: 0.25668773}
+ - {x: 0.30075046, y: 0.185874}
+ - {x: 0.25, y: 0.15450849}
+ - {x: 0.23421495, y: 0.22699527}
+ - {x: 0.30075046, y: 0.185874}
+ - {x: 0.23421495, y: 0.22699527}
+ - {x: 0.2821271, y: 0.25668773}
+ - {x: 0.2821271, y: 0.25668773}
+ - {x: 0.23421495, y: 0.22699527}
+ - {x: 0.2126627, y: 0.29389265}
+ - {x: -0.29389265, y: 0.21266268}
+ - {x: -0.3232889, y: 0.25668773}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: 0.2821271, y: 0.25668773}
+ - {x: 0.2126627, y: 0.29389265}
+ - {x: 0.25668773, y: 0.3232889}
+ - {x: 0.2821271, y: 0.25668773}
+ - {x: 0.25668773, y: 0.3232889}
+ - {x: 0.3232889, y: 0.2821271}
+ - {x: -0.3232889, y: 0.25668773}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.22699526, y: 0.23421493}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.21266268, y: 0.34409547}
+ - {x: -0.18587399, y: 0.30075046}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.18587399, y: 0.30075046}
+ - {x: -0.22699526, y: 0.23421493}
+ - {x: -0.22699526, y: 0.23421493}
+ - {x: -0.18587399, y: 0.30075046}
+ - {x: -0.15450847, y: 0.25}
+ - {x: -0.15450847, y: 0.25}
+ - {x: -0.18587399, y: 0.30075046}
+ - {x: -0.11854315, y: 0.30341256}
+ - {x: 0.185874, y: 0.35355338}
+ - {x: 0.2126627, y: 0.29389265}
+ - {x: 0.14800228, y: 0.32370597}
+ - {x: -0.18587399, y: 0.30075046}
+ - {x: -0.14800227, y: 0.35115492}
+ - {x: -0.11854315, y: 0.30341256}
+ - {x: -0.11854315, y: 0.30341256}
+ - {x: -0.14800227, y: 0.35115492}
+ - {x: -0.08031101, y: 0.35102323}
+ - {x: 0.2126627, y: 0.29389265}
+ - {x: 0.23421495, y: 0.22699527}
+ - {x: 0.17307651, y: 0.2580608}
+ - {x: 0.23421495, y: 0.22699527}
+ - {x: 0.25, y: 0.15450849}
+ - {x: 0.19180688, y: 0.18751927}
+ - {x: 0.23421495, y: 0.22699527}
+ - {x: 0.19180688, y: 0.18751927}
+ - {x: 0.17307651, y: 0.2580608}
+ - {x: 0.17307651, y: 0.2580608}
+ - {x: 0.19180688, y: 0.18751927}
+ - {x: 0.12994598, y: 0.21694428}
+ - {x: 0.2126627, y: 0.29389265}
+ - {x: 0.17307651, y: 0.2580608}
+ - {x: 0.14800228, y: 0.32370597}
+ - {x: 0.17307651, y: 0.2580608}
+ - {x: 0.12994598, y: 0.21694428}
+ - {x: 0.10651144, y: 0.28562585}
+ - {x: 0.17307651, y: 0.2580608}
+ - {x: 0.10651144, y: 0.28562585}
+ - {x: 0.14800228, y: 0.32370597}
+ - {x: 0.14800228, y: 0.32370597}
+ - {x: 0.10651144, y: 0.28562585}
+ - {x: 0.08031102, y: 0.34689024}
+ - {x: 0.08031102, y: 0.34689024}
+ - {x: 0.10651144, y: 0.28562585}
+ - {x: 0.040543154, y: 0.307821}
+ - {x: 0.10651144, y: 0.28562585}
+ - {x: 0.12994598, y: 0.21694428}
+ - {x: 0.0656002, y: 0.24222082}
+ - {x: 0.10651144, y: 0.28562585}
+ - {x: 0.0656002, y: 0.24222082}
+ - {x: 0.040543154, y: 0.307821}
+ - {x: 0.040543154, y: 0.307821}
+ - {x: 0.0656002, y: 0.24222082}
+ - {x: 0.0000000089276115, y: 0.26286554}
+ - {x: -0.26286554, y: 0.0000000017227373}
+ - {x: -0.2422208, y: 0.065600194}
+ - {x: -0.20167767, y: 0.0000000018531451}
+ - {x: -0.2422208, y: 0.065600194}
+ - {x: -0.21694426, y: 0.12994596}
+ - {x: -0.17911439, y: 0.06582769}
+ - {x: -0.2422208, y: 0.065600194}
+ - {x: -0.17911439, y: 0.06582769}
+ - {x: -0.20167767, y: 0.0000000018531451}
+ - {x: -0.20167767, y: 0.0000000018531451}
+ - {x: -0.17911439, y: 0.06582769}
+ - {x: -0.13663325, y: 0.0000000019481168}
+ - {x: -0.21694426, y: 0.12994596}
+ - {x: -0.18751925, y: 0.19180687}
+ - {x: -0.15062942, y: 0.13204138}
+ - {x: -0.18751925, y: 0.19180687}
+ - {x: -0.15450847, y: 0.25}
+ - {x: -0.119338445, y: 0.19309369}
+ - {x: -0.18751925, y: 0.19180687}
+ - {x: -0.119338445, y: 0.19309369}
+ - {x: -0.15062942, y: 0.13204138}
+ - {x: -0.15062942, y: 0.13204138}
+ - {x: -0.119338445, y: 0.19309369}
+ - {x: -0.08122991, y: 0.13143279}
+ - {x: -0.21694426, y: 0.12994596}
+ - {x: -0.15062942, y: 0.13204138}
+ - {x: -0.17911439, y: 0.06582769}
+ - {x: -0.15062942, y: 0.13204138}
+ - {x: -0.08122991, y: 0.13143279}
+ - {x: -0.1100585, y: 0.066396244}
+ - {x: -0.15062942, y: 0.13204138}
+ - {x: -0.1100585, y: 0.066396244}
+ - {x: -0.17911439, y: 0.06582769}
+ - {x: -0.17911439, y: 0.06582769}
+ - {x: -0.1100585, y: 0.066396244}
+ - {x: -0.13663325, y: 0.0000000019481168}
+ - {x: -0.13663325, y: 0.0000000019481168}
+ - {x: -0.1100585, y: 0.066396244}
+ - {x: -0.068976104, y: 0.000000002005836}
+ - {x: -0.1100585, y: 0.066396244}
+ - {x: -0.08122991, y: 0.13143279}
+ - {x: -0.041121222, y: 0.06653556}
+ - {x: -0.1100585, y: 0.066396244}
+ - {x: -0.041121222, y: 0.06653556}
+ - {x: -0.068976104, y: 0.000000002005836}
+ - {x: -0.068976104, y: 0.000000002005836}
+ - {x: -0.041121222, y: 0.06653556}
+ - {x: 0.000000012995026, y: 0.0000000020251991}
+ - {x: -0.15450847, y: 0.25}
+ - {x: -0.11854315, y: 0.30341256}
+ - {x: -0.07821722, y: 0.25962925}
+ - {x: -0.11854315, y: 0.30341256}
+ - {x: -0.08031101, y: 0.35102323}
+ - {x: -0.040570915, y: 0.31011978}
+ - {x: -0.11854315, y: 0.30341256}
+ - {x: -0.040570915, y: 0.31011978}
+ - {x: -0.07821722, y: 0.25962925}
+ - {x: -0.07821722, y: 0.25962925}
+ - {x: -0.040570915, y: 0.31011978}
+ - {x: 0.0000000110542295, y: 0.26286554}
+ - {x: 0.08031102, y: 0.34689024}
+ - {x: 0.040543154, y: 0.307821}
+ - {x: 0.000000007464928, y: 0.3514535}
+ - {x: 0.040543154, y: 0.307821}
+ - {x: 0.0000000089276115, y: 0.26286554}
+ - {x: -0.04054314, y: 0.307821}
+ - {x: 0.040543154, y: 0.307821}
+ - {x: -0.04054314, y: 0.307821}
+ - {x: 0.000000007464928, y: 0.3514535}
+ - {x: 0.000000007464928, y: 0.3514535}
+ - {x: -0.04054314, y: 0.307821}
+ - {x: -0.08031101, y: 0.34689024}
+ - {x: -0.08031101, y: 0.35102323}
+ - {x: 0.000000009134295, y: 0.35564086}
+ - {x: -0.040570915, y: 0.31011978}
+ - {x: 0.000000009134295, y: 0.35564086}
+ - {x: 0.08031102, y: 0.35102323}
+ - {x: 0.040570937, y: 0.31011978}
+ - {x: 0.000000009134295, y: 0.35564086}
+ - {x: 0.040570937, y: 0.31011978}
+ - {x: -0.040570915, y: 0.31011978}
+ - {x: -0.040570915, y: 0.31011978}
+ - {x: 0.040570937, y: 0.31011978}
+ - {x: 0.0000000110542295, y: 0.26286554}
+ - {x: 0.0000000110542295, y: 0.26286554}
+ - {x: 0.040570937, y: 0.31011978}
+ - {x: 0.07821724, y: 0.25962925}
+ - {x: 0.040570937, y: 0.31011978}
+ - {x: 0.08031102, y: 0.35102323}
+ - {x: 0.11854316, y: 0.30341256}
+ - {x: 0.040570937, y: 0.31011978}
+ - {x: 0.11854316, y: 0.30341256}
+ - {x: 0.07821724, y: 0.25962925}
+ - {x: 0.07821724, y: 0.25962925}
+ - {x: 0.11854316, y: 0.30341256}
+ - {x: 0.1545085, y: 0.25}
+ - {x: -0.15450847, y: 0.25}
+ - {x: -0.07821722, y: 0.25962925}
+ - {x: -0.119338445, y: 0.19309369}
+ - {x: -0.07821722, y: 0.25962925}
+ - {x: 0.0000000110542295, y: 0.26286554}
+ - {x: -0.04116178, y: 0.19980352}
+ - {x: -0.07821722, y: 0.25962925}
+ - {x: -0.04116178, y: 0.19980352}
+ - {x: -0.119338445, y: 0.19309369}
+ - {x: -0.119338445, y: 0.19309369}
+ - {x: -0.04116178, y: 0.19980352}
+ - {x: -0.08122991, y: 0.13143279}
+ - {x: 0.0000000110542295, y: 0.26286554}
+ - {x: 0.07821724, y: 0.25962925}
+ - {x: 0.0411618, y: 0.19980352}
+ - {x: 0.07821724, y: 0.25962925}
+ - {x: 0.1545085, y: 0.25}
+ - {x: 0.119338475, y: 0.19309369}
+ - {x: 0.07821724, y: 0.25962925}
+ - {x: 0.119338475, y: 0.19309369}
+ - {x: 0.0411618, y: 0.19980352}
+ - {x: 0.0411618, y: 0.19980352}
+ - {x: 0.119338475, y: 0.19309369}
+ - {x: 0.08122994, y: 0.13143279}
+ - {x: 0.0000000110542295, y: 0.26286554}
+ - {x: 0.0411618, y: 0.19980352}
+ - {x: -0.04116178, y: 0.19980352}
+ - {x: 0.0411618, y: 0.19980352}
+ - {x: 0.08122994, y: 0.13143279}
+ - {x: 0.000000012525402, y: 0.13320236}
+ - {x: 0.0411618, y: 0.19980352}
+ - {x: 0.000000012525402, y: 0.13320236}
+ - {x: -0.04116178, y: 0.19980352}
+ - {x: -0.04116178, y: 0.19980352}
+ - {x: 0.000000012525402, y: 0.13320236}
+ - {x: -0.08122991, y: 0.13143279}
+ - {x: -0.08122991, y: 0.13143279}
+ - {x: 0.000000012525402, y: 0.13320236}
+ - {x: -0.041121222, y: 0.06653556}
+ - {x: 0.000000012525402, y: 0.13320236}
+ - {x: 0.08122994, y: 0.13143279}
+ - {x: 0.041121244, y: 0.06653556}
+ - {x: 0.000000012525402, y: 0.13320236}
+ - {x: 0.041121244, y: 0.06653556}
+ - {x: -0.041121222, y: 0.06653556}
+ - {x: -0.041121222, y: 0.06653556}
+ - {x: 0.041121244, y: 0.06653556}
+ - {x: 0.000000012995026, y: 0.0000000020251991}
+ - {x: 0.000000012995026, y: 0.0000000020251991}
+ - {x: 0.041121244, y: 0.06653556}
+ - {x: 0.068976134, y: 0.000000002005836}
+ - {x: 0.041121244, y: 0.06653556}
+ - {x: 0.08122994, y: 0.13143279}
+ - {x: 0.11005853, y: 0.066396244}
+ - {x: 0.041121244, y: 0.06653556}
+ - {x: 0.11005853, y: 0.066396244}
+ - {x: 0.068976134, y: 0.000000002005836}
+ - {x: 0.068976134, y: 0.000000002005836}
+ - {x: 0.11005853, y: 0.066396244}
+ - {x: 0.13663328, y: 0.0000000019481168}
+ - {x: 0.08122994, y: 0.13143279}
+ - {x: 0.119338475, y: 0.19309369}
+ - {x: 0.15062945, y: 0.13204138}
+ - {x: 0.119338475, y: 0.19309369}
+ - {x: 0.1545085, y: 0.25}
+ - {x: 0.18751928, y: 0.19180687}
+ - {x: 0.119338475, y: 0.19309369}
+ - {x: 0.18751928, y: 0.19180687}
+ - {x: 0.15062945, y: 0.13204138}
+ - {x: 0.15062945, y: 0.13204138}
+ - {x: 0.18751928, y: 0.19180687}
+ - {x: 0.21694429, y: 0.12994596}
+ - {x: 0.08122994, y: 0.13143279}
+ - {x: 0.15062945, y: 0.13204138}
+ - {x: 0.11005853, y: 0.066396244}
+ - {x: 0.15062945, y: 0.13204138}
+ - {x: 0.21694429, y: 0.12994596}
+ - {x: 0.17911442, y: 0.06582769}
+ - {x: 0.15062945, y: 0.13204138}
+ - {x: 0.17911442, y: 0.06582769}
+ - {x: 0.11005853, y: 0.066396244}
+ - {x: 0.11005853, y: 0.066396244}
+ - {x: 0.17911442, y: 0.06582769}
+ - {x: 0.13663328, y: 0.0000000019481168}
+ - {x: 0.13663328, y: 0.0000000019481168}
+ - {x: 0.17911442, y: 0.06582769}
+ - {x: 0.2016777, y: 0.0000000018531451}
+ - {x: 0.17911442, y: 0.06582769}
+ - {x: 0.21694429, y: 0.12994596}
+ - {x: 0.24222083, y: 0.065600194}
+ - {x: 0.17911442, y: 0.06582769}
+ - {x: 0.24222083, y: 0.065600194}
+ - {x: 0.2016777, y: 0.0000000018531451}
+ - {x: 0.2016777, y: 0.0000000018531451}
+ - {x: 0.24222083, y: 0.065600194}
+ - {x: 0.26286554, y: 0.0000000017227372}
+ - {x: -0.26286554, y: 0.0000000017227373}
+ - {x: -0.20167767, y: 0.0000000018531451}
+ - {x: -0.2422208, y: -0.065600194}
+ - {x: -0.20167767, y: 0.0000000018531451}
+ - {x: -0.13663325, y: 0.0000000019481168}
+ - {x: -0.17911439, y: -0.06582769}
+ - {x: -0.20167767, y: 0.0000000018531451}
+ - {x: -0.17911439, y: -0.06582769}
+ - {x: -0.2422208, y: -0.065600194}
+ - {x: -0.2422208, y: -0.065600194}
+ - {x: -0.17911439, y: -0.06582769}
+ - {x: -0.21694426, y: -0.12994596}
+ - {x: -0.13663325, y: 0.0000000019481168}
+ - {x: -0.068976104, y: 0.000000002005836}
+ - {x: -0.1100585, y: -0.066396244}
+ - {x: -0.068976104, y: 0.000000002005836}
+ - {x: 0.000000012995026, y: 0.0000000020251991}
+ - {x: -0.041121222, y: -0.06653556}
+ - {x: -0.068976104, y: 0.000000002005836}
+ - {x: -0.041121222, y: -0.06653556}
+ - {x: -0.1100585, y: -0.066396244}
+ - {x: -0.1100585, y: -0.066396244}
+ - {x: -0.041121222, y: -0.06653556}
+ - {x: -0.08122991, y: -0.13143279}
+ - {x: -0.13663325, y: 0.0000000019481168}
+ - {x: -0.1100585, y: -0.066396244}
+ - {x: -0.17911439, y: -0.06582769}
+ - {x: -0.1100585, y: -0.066396244}
+ - {x: -0.08122991, y: -0.13143279}
+ - {x: -0.15062942, y: -0.13204138}
+ - {x: -0.1100585, y: -0.066396244}
+ - {x: -0.15062942, y: -0.13204138}
+ - {x: -0.17911439, y: -0.06582769}
+ - {x: -0.17911439, y: -0.06582769}
+ - {x: -0.15062942, y: -0.13204138}
+ - {x: -0.21694426, y: -0.12994596}
+ - {x: -0.21694426, y: -0.12994596}
+ - {x: -0.15062942, y: -0.13204138}
+ - {x: -0.18751925, y: -0.19180687}
+ - {x: -0.15062942, y: -0.13204138}
+ - {x: -0.08122991, y: -0.13143279}
+ - {x: -0.119338445, y: -0.19309369}
+ - {x: -0.15062942, y: -0.13204138}
+ - {x: -0.119338445, y: -0.19309369}
+ - {x: -0.18751925, y: -0.19180687}
+ - {x: -0.18751925, y: -0.19180687}
+ - {x: -0.119338445, y: -0.19309369}
+ - {x: -0.15450847, y: -0.25}
+ - {x: 0.000000012995026, y: 0.0000000020251991}
+ - {x: 0.068976134, y: 0.000000002005836}
+ - {x: 0.041121244, y: -0.06653556}
+ - {x: 0.068976134, y: 0.000000002005836}
+ - {x: 0.13663328, y: 0.0000000019481168}
+ - {x: 0.11005853, y: -0.066396244}
+ - {x: 0.068976134, y: 0.000000002005836}
+ - {x: 0.11005853, y: -0.066396244}
+ - {x: 0.041121244, y: -0.06653556}
+ - {x: 0.041121244, y: -0.06653556}
+ - {x: 0.11005853, y: -0.066396244}
+ - {x: 0.08122994, y: -0.13143279}
+ - {x: 0.13663328, y: 0.0000000019481168}
+ - {x: 0.2016777, y: 0.0000000018531451}
+ - {x: 0.17911442, y: -0.06582769}
+ - {x: 0.2016777, y: 0.0000000018531451}
+ - {x: 0.26286554, y: 0.0000000017227372}
+ - {x: 0.24222083, y: -0.065600194}
+ - {x: 0.2016777, y: 0.0000000018531451}
+ - {x: 0.24222083, y: -0.065600194}
+ - {x: 0.17911442, y: -0.06582769}
+ - {x: 0.17911442, y: -0.06582769}
+ - {x: 0.24222083, y: -0.065600194}
+ - {x: 0.21694429, y: -0.12994596}
+ - {x: 0.13663328, y: 0.0000000019481168}
+ - {x: 0.17911442, y: -0.06582769}
+ - {x: 0.11005853, y: -0.066396244}
+ - {x: 0.17911442, y: -0.06582769}
+ - {x: 0.21694429, y: -0.12994596}
+ - {x: 0.15062945, y: -0.13204138}
+ - {x: 0.17911442, y: -0.06582769}
+ - {x: 0.15062945, y: -0.13204138}
+ - {x: 0.11005853, y: -0.066396244}
+ - {x: 0.11005853, y: -0.066396244}
+ - {x: 0.15062945, y: -0.13204138}
+ - {x: 0.08122994, y: -0.13143279}
+ - {x: 0.08122994, y: -0.13143279}
+ - {x: 0.15062945, y: -0.13204138}
+ - {x: 0.119338475, y: -0.19309369}
+ - {x: 0.15062945, y: -0.13204138}
+ - {x: 0.21694429, y: -0.12994596}
+ - {x: 0.18751928, y: -0.19180687}
+ - {x: 0.15062945, y: -0.13204138}
+ - {x: 0.18751928, y: -0.19180687}
+ - {x: 0.119338475, y: -0.19309369}
+ - {x: 0.119338475, y: -0.19309369}
+ - {x: 0.18751928, y: -0.19180687}
+ - {x: 0.1545085, y: -0.25}
+ - {x: 0.000000012995026, y: 0.0000000020251991}
+ - {x: 0.041121244, y: -0.06653556}
+ - {x: -0.041121222, y: -0.06653556}
+ - {x: 0.041121244, y: -0.06653556}
+ - {x: 0.08122994, y: -0.13143279}
+ - {x: 0.000000012525402, y: -0.13320236}
+ - {x: 0.041121244, y: -0.06653556}
+ - {x: 0.000000012525402, y: -0.13320236}
+ - {x: -0.041121222, y: -0.06653556}
+ - {x: -0.041121222, y: -0.06653556}
+ - {x: 0.000000012525402, y: -0.13320236}
+ - {x: -0.08122991, y: -0.13143279}
+ - {x: 0.08122994, y: -0.13143279}
+ - {x: 0.119338475, y: -0.19309369}
+ - {x: 0.0411618, y: -0.19980352}
+ - {x: 0.119338475, y: -0.19309369}
+ - {x: 0.1545085, y: -0.25}
+ - {x: 0.07821724, y: -0.25962925}
+ - {x: 0.119338475, y: -0.19309369}
+ - {x: 0.07821724, y: -0.25962925}
+ - {x: 0.0411618, y: -0.19980352}
+ - {x: 0.0411618, y: -0.19980352}
+ - {x: 0.07821724, y: -0.25962925}
+ - {x: 0.0000000110542295, y: -0.26286554}
+ - {x: 0.08122994, y: -0.13143279}
+ - {x: 0.0411618, y: -0.19980352}
+ - {x: 0.000000012525402, y: -0.13320236}
+ - {x: 0.0411618, y: -0.19980352}
+ - {x: 0.0000000110542295, y: -0.26286554}
+ - {x: -0.04116178, y: -0.19980352}
+ - {x: 0.0411618, y: -0.19980352}
+ - {x: -0.04116178, y: -0.19980352}
+ - {x: 0.000000012525402, y: -0.13320236}
+ - {x: 0.000000012525402, y: -0.13320236}
+ - {x: -0.04116178, y: -0.19980352}
+ - {x: -0.08122991, y: -0.13143279}
+ - {x: -0.08122991, y: -0.13143279}
+ - {x: -0.04116178, y: -0.19980352}
+ - {x: -0.119338445, y: -0.19309369}
+ - {x: -0.04116178, y: -0.19980352}
+ - {x: 0.0000000110542295, y: -0.26286554}
+ - {x: -0.07821722, y: -0.25962925}
+ - {x: -0.04116178, y: -0.19980352}
+ - {x: -0.07821722, y: -0.25962925}
+ - {x: -0.119338445, y: -0.19309369}
+ - {x: -0.119338445, y: -0.19309369}
+ - {x: -0.07821722, y: -0.25962925}
+ - {x: -0.15450847, y: -0.25}
+ - {x: -0.15450847, y: -0.25}
+ - {x: -0.07821722, y: -0.25962925}
+ - {x: -0.11854315, y: -0.30341256}
+ - {x: -0.07821722, y: -0.25962925}
+ - {x: 0.0000000110542295, y: -0.26286554}
+ - {x: -0.040570915, y: -0.31011978}
+ - {x: -0.07821722, y: -0.25962925}
+ - {x: -0.040570915, y: -0.31011978}
+ - {x: -0.11854315, y: -0.30341256}
+ - {x: -0.11854315, y: -0.30341256}
+ - {x: -0.040570915, y: -0.31011978}
+ - {x: -0.08031101, y: -0.35102323}
+ - {x: 0.0000000110542295, y: -0.26286554}
+ - {x: 0.07821724, y: -0.25962925}
+ - {x: 0.040570937, y: -0.31011978}
+ - {x: 0.07821724, y: -0.25962925}
+ - {x: 0.1545085, y: -0.25}
+ - {x: 0.11854316, y: -0.30341256}
+ - {x: 0.07821724, y: -0.25962925}
+ - {x: 0.11854316, y: -0.30341256}
+ - {x: 0.040570937, y: -0.31011978}
+ - {x: 0.040570937, y: -0.31011978}
+ - {x: 0.11854316, y: -0.30341256}
+ - {x: 0.08031102, y: -0.35102323}
+ - {x: 0.0000000110542295, y: -0.26286554}
+ - {x: 0.040570937, y: -0.31011978}
+ - {x: -0.040570915, y: -0.31011978}
+ - {x: 0.040570937, y: -0.31011978}
+ - {x: 0.08031102, y: -0.35102323}
+ - {x: 0.000000009134295, y: -0.35564086}
+ - {x: 0.040570937, y: -0.31011978}
+ - {x: 0.000000009134295, y: -0.35564086}
+ - {x: -0.040570915, y: -0.31011978}
+ - {x: -0.040570915, y: -0.31011978}
+ - {x: 0.000000009134295, y: -0.35564086}
+ - {x: -0.08031101, y: -0.35102323}
+ - {x: -0.080311015, y: 0.34689024}
+ - {x: -0.0000000035621315, y: 0.3514535}
+ - {x: -0.04054315, y: 0.307821}
+ - {x: -0.0000000035621315, y: 0.3514535}
+ - {x: 0.080311015, y: 0.34689024}
+ - {x: 0.040543143, y: 0.307821}
+ - {x: -0.0000000035621315, y: 0.3514535}
+ - {x: 0.040543143, y: 0.307821}
+ - {x: -0.04054315, y: 0.307821}
+ - {x: -0.04054315, y: 0.307821}
+ - {x: 0.040543143, y: 0.307821}
+ - {x: -0.000000004260098, y: 0.26286554}
+ - {x: -0.26286554, y: 0.0000000017227373}
+ - {x: -0.2422208, y: -0.065600194}
+ - {x: -0.307821, y: -0.040543146}
+ - {x: -0.2422208, y: -0.065600194}
+ - {x: -0.21694426, y: -0.12994596}
+ - {x: -0.28562585, y: -0.10651143}
+ - {x: -0.2422208, y: -0.065600194}
+ - {x: -0.28562585, y: -0.10651143}
+ - {x: -0.307821, y: -0.040543146}
+ - {x: -0.307821, y: -0.040543146}
+ - {x: -0.28562585, y: -0.10651143}
+ - {x: -0.34689024, y: -0.080311015}
+ - {x: -0.21694426, y: -0.12994596}
+ - {x: -0.18751925, y: -0.19180687}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.18751925, y: -0.19180687}
+ - {x: -0.15450847, y: -0.25}
+ - {x: -0.22699526, y: -0.23421493}
+ - {x: -0.18751925, y: -0.19180687}
+ - {x: -0.22699526, y: -0.23421493}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.22699526, y: -0.23421493}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: -0.21694426, y: -0.12994596}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.28562585, y: -0.10651143}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: -0.32370597, y: -0.14800228}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.32370597, y: -0.14800228}
+ - {x: -0.28562585, y: -0.10651143}
+ - {x: -0.28562585, y: -0.10651143}
+ - {x: -0.32370597, y: -0.14800228}
+ - {x: -0.34689024, y: -0.080311015}
+ - {x: 0.080311015, y: 0.35102323}
+ - {x: 0.14800228, y: 0.35115492}
+ - {x: 0.118543155, y: 0.30341256}
+ - {x: -0.32370597, y: -0.14800228}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: -0.35355338, y: -0.185874}
+ - {x: 0.14800228, y: 0.35115492}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.118543155, y: 0.30341256}
+ - {x: 0.118543155, y: 0.30341256}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.15450849, y: 0.24999999}
+ - {x: -0.15450847, y: -0.25}
+ - {x: -0.11854315, y: -0.30341256}
+ - {x: -0.18587399, y: -0.30075046}
+ - {x: -0.11854315, y: -0.30341256}
+ - {x: -0.08031101, y: -0.35102323}
+ - {x: -0.14800227, y: -0.35115492}
+ - {x: -0.11854315, y: -0.30341256}
+ - {x: -0.14800227, y: -0.35115492}
+ - {x: -0.18587399, y: -0.30075046}
+ - {x: -0.185874, y: 0.35355338}
+ - {x: -0.14800228, y: 0.32370597}
+ - {x: -0.2126627, y: 0.29389265}
+ - {x: -0.080311015, y: 0.34689024}
+ - {x: -0.04054315, y: 0.307821}
+ - {x: -0.10651144, y: 0.28562585}
+ - {x: -0.04054315, y: 0.307821}
+ - {x: -0.000000004260098, y: 0.26286554}
+ - {x: -0.0656002, y: 0.24222082}
+ - {x: -0.04054315, y: 0.307821}
+ - {x: -0.0656002, y: 0.24222082}
+ - {x: -0.10651144, y: 0.28562585}
+ - {x: -0.10651144, y: 0.28562585}
+ - {x: -0.0656002, y: 0.24222082}
+ - {x: -0.12994596, y: 0.21694428}
+ - {x: -0.080311015, y: 0.34689024}
+ - {x: -0.10651144, y: 0.28562585}
+ - {x: -0.14800228, y: 0.32370597}
+ - {x: -0.10651144, y: 0.28562585}
+ - {x: -0.12994596, y: 0.21694428}
+ - {x: -0.1730765, y: 0.2580608}
+ - {x: -0.10651144, y: 0.28562585}
+ - {x: -0.1730765, y: 0.2580608}
+ - {x: -0.14800228, y: 0.32370597}
+ - {x: -0.14800228, y: 0.32370597}
+ - {x: -0.1730765, y: 0.2580608}
+ - {x: -0.2126627, y: 0.29389265}
+ - {x: -0.2126627, y: 0.29389265}
+ - {x: -0.1730765, y: 0.2580608}
+ - {x: -0.23421493, y: 0.22699527}
+ - {x: -0.1730765, y: 0.2580608}
+ - {x: -0.12994596, y: 0.21694428}
+ - {x: -0.19180687, y: 0.18751927}
+ - {x: -0.1730765, y: 0.2580608}
+ - {x: -0.19180687, y: 0.18751927}
+ - {x: -0.23421493, y: 0.22699527}
+ - {x: -0.23421493, y: 0.22699527}
+ - {x: -0.19180687, y: 0.18751927}
+ - {x: -0.25, y: 0.15450849}
+ - {x: -0.15450847, y: -0.25}
+ - {x: -0.18587399, y: -0.30075046}
+ - {x: -0.22699526, y: -0.23421493}
+ - {x: -0.18587399, y: -0.30075046}
+ - {x: -0.21266268, y: -0.34409547}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.18587399, y: -0.30075046}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.22699526, y: -0.23421493}
+ - {x: -0.22699526, y: -0.23421493}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: -0.2126627, y: 0.29389265}
+ - {x: -0.23421493, y: 0.22699527}
+ - {x: -0.2821271, y: 0.25668773}
+ - {x: -0.23421493, y: 0.22699527}
+ - {x: -0.25, y: 0.15450849}
+ - {x: -0.30075046, y: 0.185874}
+ - {x: -0.23421493, y: 0.22699527}
+ - {x: -0.30075046, y: 0.185874}
+ - {x: -0.2821271, y: 0.25668773}
+ - {x: -0.2821271, y: 0.25668773}
+ - {x: -0.30075046, y: 0.185874}
+ - {x: -0.34409547, y: 0.2126627}
+ - {x: -0.2126627, y: 0.29389265}
+ - {x: -0.2821271, y: 0.25668773}
+ - {x: -0.25668773, y: 0.3232889}
+ - {x: 0.3232889, y: 0.25668773}
+ - {x: 0.29389265, y: 0.21266268}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: -0.2821271, y: 0.25668773}
+ - {x: -0.3232889, y: 0.2821271}
+ - {x: -0.25668773, y: 0.3232889}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.3232889, y: -0.25668773}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: 0.2126627, y: 0.34409547}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.29389265, y: 0.21266268}
+ - {x: 0.22699527, y: 0.23421492}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.22699527, y: 0.23421492}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.22699527, y: 0.23421492}
+ - {x: 0.15450849, y: 0.24999999}
+ - {x: 0.15450849, y: 0.24999999}
+ - {x: 0.22699527, y: 0.23421492}
+ - {x: 0.18751927, y: 0.19180685}
+ - {x: 0.22699527, y: 0.23421492}
+ - {x: 0.29389265, y: 0.21266268}
+ - {x: 0.2580608, y: 0.17307648}
+ - {x: 0.22699527, y: 0.23421492}
+ - {x: 0.2580608, y: 0.17307648}
+ - {x: 0.18751927, y: 0.19180685}
+ - {x: 0.18751927, y: 0.19180685}
+ - {x: 0.2580608, y: 0.17307648}
+ - {x: 0.21694428, y: 0.12994595}
+ - {x: 0.29389265, y: 0.21266268}
+ - {x: 0.35355338, y: 0.18587399}
+ - {x: 0.32370597, y: 0.14800227}
+ - {x: -0.30075046, y: 0.185874}
+ - {x: -0.25, y: 0.15450849}
+ - {x: -0.30341256, y: 0.11854315}
+ - {x: -0.30075046, y: 0.185874}
+ - {x: -0.30341256, y: 0.11854315}
+ - {x: -0.35115492, y: 0.14800228}
+ - {x: -0.35115492, y: 0.14800228}
+ - {x: -0.30341256, y: 0.11854315}
+ - {x: -0.35102323, y: 0.08031101}
+ - {x: 0.29389265, y: 0.21266268}
+ - {x: 0.32370597, y: 0.14800227}
+ - {x: 0.2580608, y: 0.17307648}
+ - {x: 0.32370597, y: 0.14800227}
+ - {x: 0.34689024, y: 0.08031101}
+ - {x: 0.28562585, y: 0.106511414}
+ - {x: 0.32370597, y: 0.14800227}
+ - {x: 0.28562585, y: 0.106511414}
+ - {x: 0.2580608, y: 0.17307648}
+ - {x: 0.2580608, y: 0.17307648}
+ - {x: 0.28562585, y: 0.106511414}
+ - {x: 0.21694428, y: 0.12994595}
+ - {x: 0.21694428, y: 0.12994595}
+ - {x: 0.28562585, y: 0.106511414}
+ - {x: 0.24222082, y: 0.06560018}
+ - {x: 0.28562585, y: 0.106511414}
+ - {x: 0.34689024, y: 0.08031101}
+ - {x: 0.307821, y: 0.040543135}
+ - {x: 0.28562585, y: 0.106511414}
+ - {x: 0.307821, y: 0.040543135}
+ - {x: 0.24222082, y: 0.06560018}
+ - {x: 0.24222082, y: 0.06560018}
+ - {x: 0.307821, y: 0.040543135}
+ - {x: 0.26286554, y: -0.000000012166831}
+ - {x: -0.26286554, y: 0.0000000017227373}
+ - {x: -0.307821, y: -0.040543146}
+ - {x: -0.307821, y: 0.040543146}
+ - {x: -0.307821, y: -0.040543146}
+ - {x: -0.34689024, y: -0.080311015}
+ - {x: -0.3514535, y: 0.0000000014404872}
+ - {x: -0.307821, y: -0.040543146}
+ - {x: -0.3514535, y: 0.0000000014404872}
+ - {x: -0.307821, y: 0.040543146}
+ - {x: -0.307821, y: 0.040543146}
+ - {x: -0.3514535, y: 0.0000000014404872}
+ - {x: -0.34689024, y: 0.080311015}
+ - {x: 0.080311015, y: 0.35102323}
+ - {x: 0.118543155, y: 0.30341256}
+ - {x: 0.04057093, y: 0.31011978}
+ - {x: 0.118543155, y: 0.30341256}
+ - {x: 0.15450849, y: 0.24999999}
+ - {x: 0.07821723, y: 0.25962925}
+ - {x: 0.118543155, y: 0.30341256}
+ - {x: 0.07821723, y: 0.25962925}
+ - {x: 0.04057093, y: 0.31011978}
+ - {x: 0.04057093, y: 0.31011978}
+ - {x: 0.07821723, y: 0.25962925}
+ - {x: 0.0000000024405442, y: 0.26286554}
+ - {x: 0.080311015, y: 0.35102323}
+ - {x: 0.04057093, y: 0.31011978}
+ - {x: 0.0000000020166626, y: 0.35564086}
+ - {x: 0.04057093, y: 0.31011978}
+ - {x: 0.0000000024405442, y: 0.26286554}
+ - {x: -0.040570922, y: 0.31011978}
+ - {x: 0.04057093, y: 0.31011978}
+ - {x: -0.040570922, y: 0.31011978}
+ - {x: 0.0000000020166626, y: 0.35564086}
+ - {x: 0.0000000020166626, y: 0.35564086}
+ - {x: -0.040570922, y: 0.31011978}
+ - {x: -0.080311015, y: 0.35102323}
+ - {x: -0.080311015, y: 0.35102323}
+ - {x: -0.040570922, y: 0.31011978}
+ - {x: -0.118543155, y: 0.30341256}
+ - {x: -0.040570922, y: 0.31011978}
+ - {x: 0.0000000024405442, y: 0.26286554}
+ - {x: -0.07821723, y: 0.25962925}
+ - {x: -0.040570922, y: 0.31011978}
+ - {x: -0.07821723, y: 0.25962925}
+ - {x: -0.118543155, y: 0.30341256}
+ - {x: -0.118543155, y: 0.30341256}
+ - {x: -0.07821723, y: 0.25962925}
+ - {x: -0.15450849, y: 0.24999999}
+ - {x: 0.15450849, y: 0.24999999}
+ - {x: 0.18751927, y: 0.19180685}
+ - {x: 0.11933846, y: 0.19309367}
+ - {x: 0.18751927, y: 0.19180685}
+ - {x: 0.21694428, y: 0.12994595}
+ - {x: 0.15062943, y: 0.13204136}
+ - {x: 0.18751927, y: 0.19180685}
+ - {x: 0.15062943, y: 0.13204136}
+ - {x: 0.11933846, y: 0.19309367}
+ - {x: 0.11933846, y: 0.19309367}
+ - {x: 0.15062943, y: 0.13204136}
+ - {x: 0.081229925, y: 0.13143277}
+ - {x: 0.21694428, y: 0.12994595}
+ - {x: 0.24222082, y: 0.06560018}
+ - {x: 0.1791144, y: 0.065827675}
+ - {x: 0.24222082, y: 0.06560018}
+ - {x: 0.26286554, y: -0.000000012166831}
+ - {x: 0.20167768, y: -0.000000013087837}
+ - {x: 0.24222082, y: 0.06560018}
+ - {x: 0.20167768, y: -0.000000013087837}
+ - {x: 0.1791144, y: 0.065827675}
+ - {x: 0.1791144, y: 0.065827675}
+ - {x: 0.20167768, y: -0.000000013087837}
+ - {x: 0.13663326, y: -0.000000013758574}
+ - {x: 0.21694428, y: 0.12994595}
+ - {x: 0.1791144, y: 0.065827675}
+ - {x: 0.15062943, y: 0.13204136}
+ - {x: 0.1791144, y: 0.065827675}
+ - {x: 0.13663326, y: -0.000000013758574}
+ - {x: 0.110058516, y: 0.06639623}
+ - {x: 0.1791144, y: 0.065827675}
+ - {x: 0.110058516, y: 0.06639623}
+ - {x: 0.15062943, y: 0.13204136}
+ - {x: 0.15062943, y: 0.13204136}
+ - {x: 0.110058516, y: 0.06639623}
+ - {x: 0.081229925, y: 0.13143277}
+ - {x: 0.081229925, y: 0.13143277}
+ - {x: 0.110058516, y: 0.06639623}
+ - {x: 0.041121237, y: 0.06653555}
+ - {x: 0.110058516, y: 0.06639623}
+ - {x: 0.13663326, y: -0.000000013758574}
+ - {x: 0.06897612, y: -0.000000014166215}
+ - {x: 0.110058516, y: 0.06639623}
+ - {x: 0.06897612, y: -0.000000014166215}
+ - {x: 0.041121237, y: 0.06653555}
+ - {x: 0.041121237, y: 0.06653555}
+ - {x: 0.06897612, y: -0.000000014166215}
+ - {x: 0.000000002869032, y: -0.000000014302968}
+ - {x: 0.15450849, y: 0.24999999}
+ - {x: 0.11933846, y: 0.19309367}
+ - {x: 0.07821723, y: 0.25962925}
+ - {x: 0.11933846, y: 0.19309367}
+ - {x: 0.081229925, y: 0.13143277}
+ - {x: 0.041161794, y: 0.1998035}
+ - {x: 0.11933846, y: 0.19309367}
+ - {x: 0.041161794, y: 0.1998035}
+ - {x: 0.07821723, y: 0.25962925}
+ - {x: 0.07821723, y: 0.25962925}
+ - {x: 0.041161794, y: 0.1998035}
+ - {x: 0.0000000024405442, y: 0.26286554}
+ - {x: 0.081229925, y: 0.13143277}
+ - {x: 0.041121237, y: 0.06653555}
+ - {x: 0.0000000027653486, y: 0.13320234}
+ - {x: 0.041121237, y: 0.06653555}
+ - {x: 0.000000002869032, y: -0.000000014302968}
+ - {x: -0.04112123, y: 0.06653555}
+ - {x: 0.041121237, y: 0.06653555}
+ - {x: -0.04112123, y: 0.06653555}
+ - {x: 0.0000000027653486, y: 0.13320234}
+ - {x: 0.0000000027653486, y: 0.13320234}
+ - {x: -0.04112123, y: 0.06653555}
+ - {x: -0.081229925, y: 0.13143277}
+ - {x: 0.081229925, y: 0.13143277}
+ - {x: 0.0000000027653486, y: 0.13320234}
+ - {x: 0.041161794, y: 0.1998035}
+ - {x: 0.0000000027653486, y: 0.13320234}
+ - {x: -0.081229925, y: 0.13143277}
+ - {x: -0.041161787, y: 0.1998035}
+ - {x: 0.0000000027653486, y: 0.13320234}
+ - {x: -0.041161787, y: 0.1998035}
+ - {x: 0.041161794, y: 0.1998035}
+ - {x: 0.041161794, y: 0.1998035}
+ - {x: -0.041161787, y: 0.1998035}
+ - {x: 0.0000000024405442, y: 0.26286554}
+ - {x: 0.0000000024405442, y: 0.26286554}
+ - {x: -0.041161787, y: 0.1998035}
+ - {x: -0.07821723, y: 0.25962925}
+ - {x: -0.041161787, y: 0.1998035}
+ - {x: -0.081229925, y: 0.13143277}
+ - {x: -0.11933846, y: 0.19309367}
+ - {x: -0.041161787, y: 0.1998035}
+ - {x: -0.11933846, y: 0.19309367}
+ - {x: -0.07821723, y: 0.25962925}
+ - {x: -0.07821723, y: 0.25962925}
+ - {x: -0.11933846, y: 0.19309367}
+ - {x: -0.15450849, y: 0.24999999}
+ - {x: -0.15450849, y: 0.24999999}
+ - {x: -0.11933846, y: 0.19309367}
+ - {x: -0.18751927, y: 0.19180685}
+ - {x: -0.11933846, y: 0.19309367}
+ - {x: -0.081229925, y: 0.13143277}
+ - {x: -0.15062943, y: 0.13204136}
+ - {x: -0.11933846, y: 0.19309367}
+ - {x: -0.15062943, y: 0.13204136}
+ - {x: -0.18751927, y: 0.19180685}
+ - {x: -0.18751927, y: 0.19180685}
+ - {x: -0.15062943, y: 0.13204136}
+ - {x: -0.21694428, y: 0.12994595}
+ - {x: -0.081229925, y: 0.13143277}
+ - {x: -0.04112123, y: 0.06653555}
+ - {x: -0.110058516, y: 0.06639623}
+ - {x: -0.04112123, y: 0.06653555}
+ - {x: 0.000000002869032, y: -0.000000014302968}
+ - {x: -0.06897612, y: -0.000000014166215}
+ - {x: -0.04112123, y: 0.06653555}
+ - {x: -0.06897612, y: -0.000000014166215}
+ - {x: -0.110058516, y: 0.06639623}
+ - {x: -0.110058516, y: 0.06639623}
+ - {x: -0.06897612, y: -0.000000014166215}
+ - {x: -0.13663326, y: -0.000000013758574}
+ - {x: -0.081229925, y: 0.13143277}
+ - {x: -0.110058516, y: 0.06639623}
+ - {x: -0.15062943, y: 0.13204136}
+ - {x: -0.110058516, y: 0.06639623}
+ - {x: -0.13663326, y: -0.000000013758574}
+ - {x: -0.1791144, y: 0.065827675}
+ - {x: -0.110058516, y: 0.06639623}
+ - {x: -0.1791144, y: 0.065827675}
+ - {x: -0.15062943, y: 0.13204136}
+ - {x: -0.15062943, y: 0.13204136}
+ - {x: -0.1791144, y: 0.065827675}
+ - {x: -0.21694428, y: 0.12994595}
+ - {x: -0.21694428, y: 0.12994595}
+ - {x: -0.1791144, y: 0.065827675}
+ - {x: -0.24222082, y: 0.06560018}
+ - {x: -0.1791144, y: 0.065827675}
+ - {x: -0.13663326, y: -0.000000013758574}
+ - {x: -0.20167768, y: -0.000000013087837}
+ - {x: -0.1791144, y: 0.065827675}
+ - {x: -0.20167768, y: -0.000000013087837}
+ - {x: -0.24222082, y: 0.06560018}
+ - {x: -0.24222082, y: 0.06560018}
+ - {x: -0.20167768, y: -0.000000013087837}
+ - {x: -0.26286554, y: -0.000000012166831}
+ - {x: 0.26286554, y: 0.0000000017227372}
+ - {x: 0.24222083, y: 0.065600194}
+ - {x: 0.307821, y: 0.040543146}
+ - {x: 0.24222083, y: 0.065600194}
+ - {x: 0.21694429, y: 0.12994596}
+ - {x: 0.28562585, y: 0.10651143}
+ - {x: 0.24222083, y: 0.065600194}
+ - {x: 0.28562585, y: 0.10651143}
+ - {x: 0.307821, y: 0.040543146}
+ - {x: 0.307821, y: 0.040543146}
+ - {x: 0.28562585, y: 0.10651143}
+ - {x: 0.34689024, y: 0.080311015}
+ - {x: 0.21694429, y: 0.12994596}
+ - {x: 0.18751928, y: 0.19180687}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.18751928, y: 0.19180687}
+ - {x: 0.1545085, y: 0.25}
+ - {x: 0.22699529, y: 0.23421493}
+ - {x: 0.18751928, y: 0.19180687}
+ - {x: 0.22699529, y: 0.23421493}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.22699529, y: 0.23421493}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: 0.21694429, y: 0.12994596}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.28562585, y: 0.10651143}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: 0.32370597, y: 0.14800228}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.32370597, y: 0.14800228}
+ - {x: 0.28562585, y: 0.10651143}
+ - {x: 0.28562585, y: 0.10651143}
+ - {x: 0.32370597, y: 0.14800228}
+ - {x: 0.34689024, y: 0.080311015}
+ - {x: 0.080311015, y: 0.35102323}
+ - {x: 0.14800228, y: 0.35115492}
+ - {x: 0.118543155, y: 0.30341256}
+ - {x: 0.32370597, y: 0.14800228}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: 0.35355338, y: 0.185874}
+ - {x: 0.14800228, y: 0.35115492}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.118543155, y: 0.30341256}
+ - {x: 0.118543155, y: 0.30341256}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.15450849, y: 0.25}
+ - {x: 0.1545085, y: 0.25}
+ - {x: 0.11854316, y: 0.30341256}
+ - {x: 0.18587402, y: 0.30075046}
+ - {x: 0.11854316, y: 0.30341256}
+ - {x: 0.08031102, y: 0.35102323}
+ - {x: 0.1480023, y: 0.35115492}
+ - {x: 0.11854316, y: 0.30341256}
+ - {x: 0.1480023, y: 0.35115492}
+ - {x: 0.18587402, y: 0.30075046}
+ - {x: -0.185874, y: 0.35355338}
+ - {x: -0.14800228, y: 0.32370597}
+ - {x: -0.2126627, y: 0.29389265}
+ - {x: -0.08031101, y: 0.34689024}
+ - {x: -0.04054314, y: 0.307821}
+ - {x: -0.10651142, y: 0.28562585}
+ - {x: -0.04054314, y: 0.307821}
+ - {x: 0.0000000089276115, y: 0.26286554}
+ - {x: -0.06560019, y: 0.24222082}
+ - {x: -0.04054314, y: 0.307821}
+ - {x: -0.06560019, y: 0.24222082}
+ - {x: -0.10651142, y: 0.28562585}
+ - {x: -0.10651142, y: 0.28562585}
+ - {x: -0.06560019, y: 0.24222082}
+ - {x: -0.12994595, y: 0.21694428}
+ - {x: -0.08031101, y: 0.34689024}
+ - {x: -0.10651142, y: 0.28562585}
+ - {x: -0.14800228, y: 0.32370597}
+ - {x: -0.10651142, y: 0.28562585}
+ - {x: -0.12994595, y: 0.21694428}
+ - {x: -0.17307648, y: 0.2580608}
+ - {x: -0.10651142, y: 0.28562585}
+ - {x: -0.17307648, y: 0.2580608}
+ - {x: -0.14800228, y: 0.32370597}
+ - {x: -0.14800228, y: 0.32370597}
+ - {x: -0.17307648, y: 0.2580608}
+ - {x: -0.2126627, y: 0.29389265}
+ - {x: -0.2126627, y: 0.29389265}
+ - {x: -0.17307648, y: 0.2580608}
+ - {x: -0.23421492, y: 0.22699527}
+ - {x: -0.17307648, y: 0.2580608}
+ - {x: -0.12994595, y: 0.21694428}
+ - {x: -0.19180685, y: 0.18751927}
+ - {x: -0.17307648, y: 0.2580608}
+ - {x: -0.19180685, y: 0.18751927}
+ - {x: -0.23421492, y: 0.22699527}
+ - {x: -0.23421492, y: 0.22699527}
+ - {x: -0.19180685, y: 0.18751927}
+ - {x: -0.24999999, y: 0.15450849}
+ - {x: 0.1545085, y: 0.25}
+ - {x: 0.18587402, y: 0.30075046}
+ - {x: 0.22699529, y: 0.23421493}
+ - {x: 0.18587402, y: 0.30075046}
+ - {x: 0.21266271, y: 0.34409547}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.18587402, y: 0.30075046}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.22699529, y: 0.23421493}
+ - {x: 0.22699529, y: 0.23421493}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: -0.2126627, y: 0.29389265}
+ - {x: -0.23421492, y: 0.22699527}
+ - {x: -0.2821271, y: 0.25668773}
+ - {x: -0.23421492, y: 0.22699527}
+ - {x: -0.24999999, y: 0.15450849}
+ - {x: -0.30075046, y: 0.185874}
+ - {x: -0.23421492, y: 0.22699527}
+ - {x: -0.30075046, y: 0.185874}
+ - {x: -0.2821271, y: 0.25668773}
+ - {x: -0.2821271, y: 0.25668773}
+ - {x: -0.30075046, y: 0.185874}
+ - {x: -0.34409547, y: 0.2126627}
+ - {x: -0.2126627, y: 0.29389265}
+ - {x: -0.2821271, y: 0.25668773}
+ - {x: -0.25668773, y: 0.3232889}
+ - {x: 0.3232889, y: 0.25668773}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: -0.2821271, y: 0.25668773}
+ - {x: -0.3232889, y: 0.2821271}
+ - {x: -0.25668773, y: 0.3232889}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.3232889, y: 0.25668773}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: 0.2126627, y: 0.34409547}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: 0.22699527, y: 0.23421493}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.22699527, y: 0.23421493}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.22699527, y: 0.23421493}
+ - {x: 0.15450849, y: 0.25}
+ - {x: 0.15450849, y: 0.25}
+ - {x: 0.22699527, y: 0.23421493}
+ - {x: 0.18751927, y: 0.19180687}
+ - {x: 0.22699527, y: 0.23421493}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.22699527, y: 0.23421493}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.18751927, y: 0.19180687}
+ - {x: 0.18751927, y: 0.19180687}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.21694428, y: 0.12994596}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: 0.35355338, y: 0.185874}
+ - {x: 0.32370597, y: 0.14800228}
+ - {x: -0.30075046, y: 0.185874}
+ - {x: -0.24999999, y: 0.15450849}
+ - {x: -0.30341256, y: 0.118543155}
+ - {x: -0.30075046, y: 0.185874}
+ - {x: -0.30341256, y: 0.118543155}
+ - {x: -0.35115492, y: 0.14800228}
+ - {x: -0.35115492, y: 0.14800228}
+ - {x: -0.30341256, y: 0.118543155}
+ - {x: -0.35102323, y: 0.080311015}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: 0.32370597, y: 0.14800228}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.32370597, y: 0.14800228}
+ - {x: 0.34689024, y: 0.08031101}
+ - {x: 0.28562585, y: 0.10651142}
+ - {x: 0.32370597, y: 0.14800228}
+ - {x: 0.28562585, y: 0.10651142}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.28562585, y: 0.10651142}
+ - {x: 0.21694428, y: 0.12994596}
+ - {x: 0.21694428, y: 0.12994596}
+ - {x: 0.28562585, y: 0.10651142}
+ - {x: 0.24222082, y: 0.06560019}
+ - {x: 0.28562585, y: 0.10651142}
+ - {x: 0.34689024, y: 0.08031101}
+ - {x: 0.307821, y: 0.04054314}
+ - {x: 0.28562585, y: 0.10651142}
+ - {x: 0.307821, y: 0.04054314}
+ - {x: 0.24222082, y: 0.06560019}
+ - {x: 0.24222082, y: 0.06560019}
+ - {x: 0.307821, y: 0.04054314}
+ - {x: 0.26286554, y: -0.000000007034505}
+ - {x: 0.0000000089276115, y: 0.26286554}
+ - {x: 0.0656002, y: 0.24222082}
+ - {x: 0.000000009603414, y: 0.20167768}
+ - {x: 0.0656002, y: 0.24222082}
+ - {x: 0.12994598, y: 0.21694428}
+ - {x: 0.0658277, y: 0.1791144}
+ - {x: 0.0656002, y: 0.24222082}
+ - {x: 0.0658277, y: 0.1791144}
+ - {x: 0.000000009603414, y: 0.20167768}
+ - {x: 0.000000009603414, y: 0.20167768}
+ - {x: 0.0658277, y: 0.1791144}
+ - {x: 0.000000010095579, y: 0.13663326}
+ - {x: 0.12994598, y: 0.21694428}
+ - {x: 0.19180688, y: 0.18751927}
+ - {x: 0.1320414, y: 0.15062943}
+ - {x: 0.19180688, y: 0.18751927}
+ - {x: 0.25, y: 0.15450849}
+ - {x: 0.1930937, y: 0.11933846}
+ - {x: 0.19180688, y: 0.18751927}
+ - {x: 0.1930937, y: 0.11933846}
+ - {x: 0.1320414, y: 0.15062943}
+ - {x: 0.1320414, y: 0.15062943}
+ - {x: 0.1930937, y: 0.11933846}
+ - {x: 0.1314328, y: 0.081229925}
+ - {x: 0.12994598, y: 0.21694428}
+ - {x: 0.1320414, y: 0.15062943}
+ - {x: 0.0658277, y: 0.1791144}
+ - {x: 0.1320414, y: 0.15062943}
+ - {x: 0.1314328, y: 0.081229925}
+ - {x: 0.06639625, y: 0.110058516}
+ - {x: 0.1320414, y: 0.15062943}
+ - {x: 0.06639625, y: 0.110058516}
+ - {x: 0.0658277, y: 0.1791144}
+ - {x: 0.0658277, y: 0.1791144}
+ - {x: 0.06639625, y: 0.110058516}
+ - {x: 0.000000010095579, y: 0.13663326}
+ - {x: 0.000000010095579, y: 0.13663326}
+ - {x: 0.06639625, y: 0.110058516}
+ - {x: 0.000000010394692, y: 0.06897612}
+ - {x: 0.06639625, y: 0.110058516}
+ - {x: 0.1314328, y: 0.081229925}
+ - {x: 0.06653557, y: 0.041121233}
+ - {x: 0.06639625, y: 0.110058516}
+ - {x: 0.06653557, y: 0.041121233}
+ - {x: 0.000000010394692, y: 0.06897612}
+ - {x: 0.000000010394692, y: 0.06897612}
+ - {x: 0.06653557, y: 0.041121233}
+ - {x: 0.000000010495037, y: 9.995273e-10}
+ - {x: 0.25, y: 0.15450849}
+ - {x: 0.30341256, y: 0.118543155}
+ - {x: 0.25962925, y: 0.07821723}
+ - {x: 0.30341256, y: 0.118543155}
+ - {x: 0.35102323, y: 0.080311015}
+ - {x: 0.31011978, y: 0.040570926}
+ - {x: 0.30341256, y: 0.118543155}
+ - {x: 0.31011978, y: 0.040570926}
+ - {x: 0.25962925, y: 0.07821723}
+ - {x: 0.25962925, y: 0.07821723}
+ - {x: 0.31011978, y: 0.040570926}
+ - {x: 0.26286554, y: 8.502487e-10}
+ - {x: -0.34689024, y: 0.08031101}
+ - {x: -0.307821, y: 0.040543135}
+ - {x: -0.3514535, y: -0.00000001017344}
+ - {x: -0.307821, y: 0.040543135}
+ - {x: -0.26286554, y: -0.000000012166831}
+ - {x: -0.307821, y: -0.040543158}
+ - {x: -0.307821, y: 0.040543135}
+ - {x: -0.307821, y: -0.040543158}
+ - {x: -0.3514535, y: -0.00000001017344}
+ - {x: -0.3514535, y: -0.00000001017344}
+ - {x: -0.307821, y: -0.040543158}
+ - {x: -0.34689024, y: -0.08031102}
+ - {x: 0.35102323, y: 0.080311015}
+ - {x: 0.35564086, y: 7.025748e-10}
+ - {x: 0.31011978, y: 0.040570926}
+ - {x: 0.35564086, y: 7.025748e-10}
+ - {x: 0.35102323, y: -0.080311015}
+ - {x: 0.31011978, y: -0.040570926}
+ - {x: 0.35564086, y: 7.025748e-10}
+ - {x: 0.31011978, y: -0.040570926}
+ - {x: 0.31011978, y: 0.040570926}
+ - {x: 0.31011978, y: 0.040570926}
+ - {x: 0.31011978, y: -0.040570926}
+ - {x: 0.26286554, y: 8.502487e-10}
+ - {x: 0.26286554, y: 8.502487e-10}
+ - {x: 0.31011978, y: -0.040570926}
+ - {x: 0.25962925, y: -0.07821723}
+ - {x: 0.31011978, y: -0.040570926}
+ - {x: 0.35102323, y: -0.080311015}
+ - {x: 0.30341256, y: -0.118543155}
+ - {x: 0.31011978, y: -0.040570926}
+ - {x: 0.30341256, y: -0.118543155}
+ - {x: 0.25962925, y: -0.07821723}
+ - {x: 0.25962925, y: -0.07821723}
+ - {x: 0.30341256, y: -0.118543155}
+ - {x: 0.25, y: -0.15450849}
+ - {x: 0.25, y: 0.15450849}
+ - {x: 0.25962925, y: 0.07821723}
+ - {x: 0.1930937, y: 0.11933846}
+ - {x: 0.25962925, y: 0.07821723}
+ - {x: 0.26286554, y: 8.502487e-10}
+ - {x: 0.19980353, y: 0.04116179}
+ - {x: 0.25962925, y: 0.07821723}
+ - {x: 0.19980353, y: 0.04116179}
+ - {x: 0.1930937, y: 0.11933846}
+ - {x: 0.1930937, y: 0.11933846}
+ - {x: 0.19980353, y: 0.04116179}
+ - {x: 0.1314328, y: 0.081229925}
+ - {x: 0.26286554, y: 8.502487e-10}
+ - {x: 0.25962925, y: -0.07821723}
+ - {x: 0.19980353, y: -0.04116179}
+ - {x: 0.25962925, y: -0.07821723}
+ - {x: 0.25, y: -0.15450849}
+ - {x: 0.1930937, y: -0.11933846}
+ - {x: 0.25962925, y: -0.07821723}
+ - {x: 0.1930937, y: -0.11933846}
+ - {x: 0.19980353, y: -0.04116179}
+ - {x: 0.19980353, y: -0.04116179}
+ - {x: 0.1930937, y: -0.11933846}
+ - {x: 0.1314328, y: -0.081229925}
+ - {x: 0.26286554, y: 8.502487e-10}
+ - {x: 0.19980353, y: -0.04116179}
+ - {x: 0.19980353, y: 0.04116179}
+ - {x: 0.19980353, y: -0.04116179}
+ - {x: 0.1314328, y: -0.081229925}
+ - {x: 0.13320237, y: 9.634057e-10}
+ - {x: 0.19980353, y: -0.04116179}
+ - {x: 0.13320237, y: 9.634057e-10}
+ - {x: 0.19980353, y: 0.04116179}
+ - {x: 0.19980353, y: 0.04116179}
+ - {x: 0.13320237, y: 9.634057e-10}
+ - {x: 0.1314328, y: 0.081229925}
+ - {x: 0.1314328, y: 0.081229925}
+ - {x: 0.13320237, y: 9.634057e-10}
+ - {x: 0.06653557, y: 0.041121233}
+ - {x: 0.13320237, y: 9.634057e-10}
+ - {x: 0.1314328, y: -0.081229925}
+ - {x: 0.06653557, y: -0.041121233}
+ - {x: 0.13320237, y: 9.634057e-10}
+ - {x: 0.06653557, y: -0.041121233}
+ - {x: 0.06653557, y: 0.041121233}
+ - {x: 0.06653557, y: 0.041121233}
+ - {x: 0.06653557, y: -0.041121233}
+ - {x: 0.000000010495037, y: 9.995273e-10}
+ - {x: 0.000000010495037, y: 9.995273e-10}
+ - {x: 0.06653557, y: -0.041121233}
+ - {x: 0.000000010394692, y: -0.06897612}
+ - {x: 0.06653557, y: -0.041121233}
+ - {x: 0.1314328, y: -0.081229925}
+ - {x: 0.06639625, y: -0.110058516}
+ - {x: 0.06653557, y: -0.041121233}
+ - {x: 0.06639625, y: -0.110058516}
+ - {x: 0.000000010394692, y: -0.06897612}
+ - {x: 0.000000010394692, y: -0.06897612}
+ - {x: 0.06639625, y: -0.110058516}
+ - {x: 0.000000010095579, y: -0.13663326}
+ - {x: 0.1314328, y: -0.081229925}
+ - {x: 0.1930937, y: -0.11933846}
+ - {x: 0.1320414, y: -0.15062943}
+ - {x: 0.1930937, y: -0.11933846}
+ - {x: 0.25, y: -0.15450849}
+ - {x: 0.19180688, y: -0.18751927}
+ - {x: 0.1930937, y: -0.11933846}
+ - {x: 0.19180688, y: -0.18751927}
+ - {x: 0.1320414, y: -0.15062943}
+ - {x: 0.1320414, y: -0.15062943}
+ - {x: 0.19180688, y: -0.18751927}
+ - {x: 0.12994598, y: -0.21694428}
+ - {x: 0.1314328, y: -0.081229925}
+ - {x: 0.1320414, y: -0.15062943}
+ - {x: 0.06639625, y: -0.110058516}
+ - {x: 0.1320414, y: -0.15062943}
+ - {x: 0.12994598, y: -0.21694428}
+ - {x: 0.0658277, y: -0.1791144}
+ - {x: 0.1320414, y: -0.15062943}
+ - {x: 0.0658277, y: -0.1791144}
+ - {x: 0.06639625, y: -0.110058516}
+ - {x: 0.06639625, y: -0.110058516}
+ - {x: 0.0658277, y: -0.1791144}
+ - {x: 0.000000010095579, y: -0.13663326}
+ - {x: 0.000000010095579, y: -0.13663326}
+ - {x: 0.0658277, y: -0.1791144}
+ - {x: 0.000000009603414, y: -0.20167768}
+ - {x: 0.0658277, y: -0.1791144}
+ - {x: 0.12994598, y: -0.21694428}
+ - {x: 0.0656002, y: -0.24222082}
+ - {x: 0.0658277, y: -0.1791144}
+ - {x: 0.0656002, y: -0.24222082}
+ - {x: 0.000000009603414, y: -0.20167768}
+ - {x: 0.000000009603414, y: -0.20167768}
+ - {x: 0.0656002, y: -0.24222082}
+ - {x: 0.0000000089276115, y: -0.26286554}
+ - {x: -0.26286554, y: -0.000000012166831}
+ - {x: -0.20167768, y: -0.000000013087837}
+ - {x: -0.24222082, y: -0.06560021}
+ - {x: -0.20167768, y: -0.000000013087837}
+ - {x: -0.13663326, y: -0.000000013758574}
+ - {x: -0.1791144, y: -0.065827705}
+ - {x: -0.20167768, y: -0.000000013087837}
+ - {x: -0.1791144, y: -0.065827705}
+ - {x: -0.24222082, y: -0.06560021}
+ - {x: -0.24222082, y: -0.06560021}
+ - {x: -0.1791144, y: -0.065827705}
+ - {x: -0.21694428, y: -0.12994598}
+ - {x: -0.13663326, y: -0.000000013758574}
+ - {x: -0.06897612, y: -0.000000014166215}
+ - {x: -0.110058516, y: -0.06639626}
+ - {x: -0.06897612, y: -0.000000014166215}
+ - {x: 0.000000002869032, y: -0.000000014302968}
+ - {x: -0.04112123, y: -0.06653558}
+ - {x: -0.06897612, y: -0.000000014166215}
+ - {x: -0.04112123, y: -0.06653558}
+ - {x: -0.110058516, y: -0.06639626}
+ - {x: -0.110058516, y: -0.06639626}
+ - {x: -0.04112123, y: -0.06653558}
+ - {x: -0.081229925, y: -0.1314328}
+ - {x: -0.13663326, y: -0.000000013758574}
+ - {x: -0.110058516, y: -0.06639626}
+ - {x: -0.1791144, y: -0.065827705}
+ - {x: -0.110058516, y: -0.06639626}
+ - {x: -0.081229925, y: -0.1314328}
+ - {x: -0.15062943, y: -0.1320414}
+ - {x: -0.110058516, y: -0.06639626}
+ - {x: -0.15062943, y: -0.1320414}
+ - {x: -0.1791144, y: -0.065827705}
+ - {x: -0.1791144, y: -0.065827705}
+ - {x: -0.15062943, y: -0.1320414}
+ - {x: -0.21694428, y: -0.12994598}
+ - {x: -0.21694428, y: -0.12994598}
+ - {x: -0.15062943, y: -0.1320414}
+ - {x: -0.18751927, y: -0.19180688}
+ - {x: -0.15062943, y: -0.1320414}
+ - {x: -0.081229925, y: -0.1314328}
+ - {x: -0.11933846, y: -0.1930937}
+ - {x: -0.15062943, y: -0.1320414}
+ - {x: -0.11933846, y: -0.1930937}
+ - {x: -0.18751927, y: -0.19180688}
+ - {x: -0.18751927, y: -0.19180688}
+ - {x: -0.11933846, y: -0.1930937}
+ - {x: -0.15450849, y: -0.25}
+ - {x: 0.000000002869032, y: -0.000000014302968}
+ - {x: 0.06897612, y: -0.000000014166215}
+ - {x: 0.041121237, y: -0.06653558}
+ - {x: 0.06897612, y: -0.000000014166215}
+ - {x: 0.13663326, y: -0.000000013758574}
+ - {x: 0.110058516, y: -0.06639626}
+ - {x: 0.06897612, y: -0.000000014166215}
+ - {x: 0.110058516, y: -0.06639626}
+ - {x: 0.041121237, y: -0.06653558}
+ - {x: 0.041121237, y: -0.06653558}
+ - {x: 0.110058516, y: -0.06639626}
+ - {x: 0.081229925, y: -0.1314328}
+ - {x: 0.13663326, y: -0.000000013758574}
+ - {x: 0.20167768, y: -0.000000013087837}
+ - {x: 0.1791144, y: -0.065827705}
+ - {x: 0.20167768, y: -0.000000013087837}
+ - {x: 0.26286554, y: -0.000000012166831}
+ - {x: 0.24222082, y: -0.06560021}
+ - {x: 0.20167768, y: -0.000000013087837}
+ - {x: 0.24222082, y: -0.06560021}
+ - {x: 0.1791144, y: -0.065827705}
+ - {x: 0.1791144, y: -0.065827705}
+ - {x: 0.24222082, y: -0.06560021}
+ - {x: 0.21694428, y: -0.12994598}
+ - {x: 0.13663326, y: -0.000000013758574}
+ - {x: 0.1791144, y: -0.065827705}
+ - {x: 0.110058516, y: -0.06639626}
+ - {x: 0.1791144, y: -0.065827705}
+ - {x: 0.21694428, y: -0.12994598}
+ - {x: 0.15062943, y: -0.1320414}
+ - {x: 0.1791144, y: -0.065827705}
+ - {x: 0.15062943, y: -0.1320414}
+ - {x: 0.110058516, y: -0.06639626}
+ - {x: 0.110058516, y: -0.06639626}
+ - {x: 0.15062943, y: -0.1320414}
+ - {x: 0.081229925, y: -0.1314328}
+ - {x: 0.081229925, y: -0.1314328}
+ - {x: 0.15062943, y: -0.1320414}
+ - {x: 0.11933846, y: -0.1930937}
+ - {x: 0.15062943, y: -0.1320414}
+ - {x: 0.21694428, y: -0.12994598}
+ - {x: 0.18751927, y: -0.19180688}
+ - {x: 0.15062943, y: -0.1320414}
+ - {x: 0.18751927, y: -0.19180688}
+ - {x: 0.11933846, y: -0.1930937}
+ - {x: 0.11933846, y: -0.1930937}
+ - {x: 0.18751927, y: -0.19180688}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.000000002869032, y: -0.000000014302968}
+ - {x: 0.041121237, y: -0.06653558}
+ - {x: -0.04112123, y: -0.06653558}
+ - {x: 0.041121237, y: -0.06653558}
+ - {x: 0.081229925, y: -0.1314328}
+ - {x: 0.0000000027653486, y: -0.13320237}
+ - {x: 0.041121237, y: -0.06653558}
+ - {x: 0.0000000027653486, y: -0.13320237}
+ - {x: -0.04112123, y: -0.06653558}
+ - {x: -0.04112123, y: -0.06653558}
+ - {x: 0.0000000027653486, y: -0.13320237}
+ - {x: -0.081229925, y: -0.1314328}
+ - {x: 0.081229925, y: -0.1314328}
+ - {x: 0.11933846, y: -0.1930937}
+ - {x: 0.041161794, y: -0.19980353}
+ - {x: 0.11933846, y: -0.1930937}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.07821723, y: -0.25962925}
+ - {x: 0.11933846, y: -0.1930937}
+ - {x: 0.07821723, y: -0.25962925}
+ - {x: 0.041161794, y: -0.19980353}
+ - {x: 0.041161794, y: -0.19980353}
+ - {x: 0.07821723, y: -0.25962925}
+ - {x: 0.0000000024405442, y: -0.26286554}
+ - {x: 0.081229925, y: -0.1314328}
+ - {x: 0.041161794, y: -0.19980353}
+ - {x: 0.0000000027653486, y: -0.13320237}
+ - {x: 0.041161794, y: -0.19980353}
+ - {x: 0.0000000024405442, y: -0.26286554}
+ - {x: -0.041161787, y: -0.19980353}
+ - {x: 0.041161794, y: -0.19980353}
+ - {x: -0.041161787, y: -0.19980353}
+ - {x: 0.0000000027653486, y: -0.13320237}
+ - {x: 0.0000000027653486, y: -0.13320237}
+ - {x: -0.041161787, y: -0.19980353}
+ - {x: -0.081229925, y: -0.1314328}
+ - {x: -0.081229925, y: -0.1314328}
+ - {x: -0.041161787, y: -0.19980353}
+ - {x: -0.11933846, y: -0.1930937}
+ - {x: -0.041161787, y: -0.19980353}
+ - {x: 0.0000000024405442, y: -0.26286554}
+ - {x: -0.07821723, y: -0.25962925}
+ - {x: -0.041161787, y: -0.19980353}
+ - {x: -0.07821723, y: -0.25962925}
+ - {x: -0.11933846, y: -0.1930937}
+ - {x: -0.11933846, y: -0.1930937}
+ - {x: -0.07821723, y: -0.25962925}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.07821723, y: -0.25962925}
+ - {x: -0.118543155, y: -0.30341256}
+ - {x: -0.07821723, y: -0.25962925}
+ - {x: 0.0000000024405442, y: -0.26286554}
+ - {x: -0.040570922, y: -0.31011978}
+ - {x: -0.07821723, y: -0.25962925}
+ - {x: -0.040570922, y: -0.31011978}
+ - {x: -0.118543155, y: -0.30341256}
+ - {x: -0.118543155, y: -0.30341256}
+ - {x: -0.040570922, y: -0.31011978}
+ - {x: -0.080311015, y: -0.35102323}
+ - {x: 0.0000000024405442, y: -0.26286554}
+ - {x: 0.07821723, y: -0.25962925}
+ - {x: 0.04057093, y: -0.31011978}
+ - {x: 0.07821723, y: -0.25962925}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.118543155, y: -0.30341256}
+ - {x: 0.07821723, y: -0.25962925}
+ - {x: 0.118543155, y: -0.30341256}
+ - {x: 0.04057093, y: -0.31011978}
+ - {x: 0.04057093, y: -0.31011978}
+ - {x: 0.118543155, y: -0.30341256}
+ - {x: 0.080311015, y: -0.35102323}
+ - {x: 0.0000000024405442, y: -0.26286554}
+ - {x: 0.04057093, y: -0.31011978}
+ - {x: -0.040570922, y: -0.31011978}
+ - {x: 0.04057093, y: -0.31011978}
+ - {x: 0.080311015, y: -0.35102323}
+ - {x: 0.0000000020166626, y: -0.35564086}
+ - {x: 0.04057093, y: -0.31011978}
+ - {x: 0.0000000020166626, y: -0.35564086}
+ - {x: -0.040570922, y: -0.31011978}
+ - {x: -0.040570922, y: -0.31011978}
+ - {x: 0.0000000020166626, y: -0.35564086}
+ - {x: -0.080311015, y: -0.35102323}
+ - {x: 0.34689024, y: 0.080311015}
+ - {x: 0.3514535, y: 0.000000001440487}
+ - {x: 0.307821, y: 0.040543146}
+ - {x: 0.3514535, y: 0.000000001440487}
+ - {x: 0.34689024, y: -0.080311015}
+ - {x: 0.307821, y: -0.040543146}
+ - {x: 0.3514535, y: 0.000000001440487}
+ - {x: 0.307821, y: -0.040543146}
+ - {x: 0.307821, y: 0.040543146}
+ - {x: 0.307821, y: 0.040543146}
+ - {x: 0.307821, y: -0.040543146}
+ - {x: 0.26286554, y: 0.0000000017227371}
+ - {x: 0.26286554, y: -0.000000012166831}
+ - {x: 0.307821, y: 0.040543135}
+ - {x: 0.307821, y: -0.040543158}
+ - {x: 0.307821, y: 0.040543135}
+ - {x: 0.34689024, y: 0.08031101}
+ - {x: 0.3514535, y: -0.000000010173439}
+ - {x: 0.307821, y: 0.040543135}
+ - {x: 0.3514535, y: -0.000000010173439}
+ - {x: 0.307821, y: -0.040543158}
+ - {x: 0.307821, y: -0.040543158}
+ - {x: 0.3514535, y: -0.000000010173439}
+ - {x: 0.34689024, y: -0.08031102}
+ - {x: -0.35102323, y: 0.08031101}
+ - {x: -0.30341256, y: 0.11854315}
+ - {x: -0.31011978, y: 0.04057092}
+ - {x: -0.30341256, y: 0.11854315}
+ - {x: -0.25, y: 0.15450849}
+ - {x: -0.25962925, y: 0.07821722}
+ - {x: -0.30341256, y: 0.11854315}
+ - {x: -0.25962925, y: 0.07821722}
+ - {x: -0.31011978, y: 0.04057092}
+ - {x: -0.31011978, y: 0.04057092}
+ - {x: -0.25962925, y: 0.07821722}
+ - {x: -0.26286554, y: -0.0000000069436945}
+ - {x: -0.35102323, y: 0.08031101}
+ - {x: -0.31011978, y: 0.04057092}
+ - {x: -0.35564086, y: -0.0000000057376917}
+ - {x: -0.31011978, y: 0.04057092}
+ - {x: -0.26286554, y: -0.0000000069436945}
+ - {x: -0.31011978, y: -0.040570933}
+ - {x: -0.31011978, y: 0.04057092}
+ - {x: -0.31011978, y: -0.040570933}
+ - {x: -0.35564086, y: -0.0000000057376917}
+ - {x: -0.35564086, y: -0.0000000057376917}
+ - {x: -0.31011978, y: -0.040570933}
+ - {x: -0.35102323, y: -0.08031102}
+ - {x: -0.35102323, y: -0.08031102}
+ - {x: -0.31011978, y: -0.040570933}
+ - {x: -0.30341256, y: -0.11854316}
+ - {x: -0.31011978, y: -0.040570933}
+ - {x: -0.26286554, y: -0.0000000069436945}
+ - {x: -0.25962925, y: -0.07821724}
+ - {x: -0.31011978, y: -0.040570933}
+ - {x: -0.25962925, y: -0.07821724}
+ - {x: -0.30341256, y: -0.11854316}
+ - {x: -0.30341256, y: -0.11854316}
+ - {x: -0.25962925, y: -0.07821724}
+ - {x: -0.25, y: -0.15450849}
+ - {x: -0.25, y: 0.15450849}
+ - {x: -0.19180687, y: 0.18751927}
+ - {x: -0.19309369, y: 0.11933845}
+ - {x: -0.19180687, y: 0.18751927}
+ - {x: -0.12994596, y: 0.21694428}
+ - {x: -0.13204138, y: 0.15062942}
+ - {x: -0.19180687, y: 0.18751927}
+ - {x: -0.13204138, y: 0.15062942}
+ - {x: -0.19309369, y: 0.11933845}
+ - {x: -0.19309369, y: 0.11933845}
+ - {x: -0.13204138, y: 0.15062942}
+ - {x: -0.13143279, y: 0.08122992}
+ - {x: -0.12994596, y: 0.21694428}
+ - {x: -0.0656002, y: 0.24222082}
+ - {x: -0.0658277, y: 0.17911439}
+ - {x: -0.0656002, y: 0.24222082}
+ - {x: -0.000000004260098, y: 0.26286554}
+ - {x: -0.0000000045825796, y: 0.20167767}
+ - {x: -0.0656002, y: 0.24222082}
+ - {x: -0.0000000045825796, y: 0.20167767}
+ - {x: -0.0658277, y: 0.17911439}
+ - {x: -0.0658277, y: 0.17911439}
+ - {x: -0.0000000045825796, y: 0.20167767}
+ - {x: -0.000000004817432, y: 0.13663325}
+ - {x: -0.12994596, y: 0.21694428}
+ - {x: -0.0658277, y: 0.17911439}
+ - {x: -0.13204138, y: 0.15062942}
+ - {x: -0.0658277, y: 0.17911439}
+ - {x: -0.000000004817432, y: 0.13663325}
+ - {x: -0.06639625, y: 0.11005851}
+ - {x: -0.0658277, y: 0.17911439}
+ - {x: -0.06639625, y: 0.11005851}
+ - {x: -0.13204138, y: 0.15062942}
+ - {x: -0.13204138, y: 0.15062942}
+ - {x: -0.06639625, y: 0.11005851}
+ - {x: -0.13143279, y: 0.08122992}
+ - {x: -0.13143279, y: 0.08122992}
+ - {x: -0.06639625, y: 0.11005851}
+ - {x: -0.06653557, y: 0.041121226}
+ - {x: -0.06639625, y: 0.11005851}
+ - {x: -0.000000004817432, y: 0.13663325}
+ - {x: -0.0000000049601634, y: 0.06897611}
+ - {x: -0.06639625, y: 0.11005851}
+ - {x: -0.0000000049601634, y: 0.06897611}
+ - {x: -0.06653557, y: 0.041121226}
+ - {x: -0.06653557, y: 0.041121226}
+ - {x: -0.0000000049601634, y: 0.06897611}
+ - {x: -0.000000005008046, y: -0.000000008162803}
+ - {x: -0.25, y: 0.15450849}
+ - {x: -0.19309369, y: 0.11933845}
+ - {x: -0.25962925, y: 0.07821722}
+ - {x: -0.19309369, y: 0.11933845}
+ - {x: -0.13143279, y: 0.08122992}
+ - {x: -0.19980352, y: 0.041161783}
+ - {x: -0.19309369, y: 0.11933845}
+ - {x: -0.19980352, y: 0.041161783}
+ - {x: -0.25962925, y: 0.07821722}
+ - {x: -0.25962925, y: 0.07821722}
+ - {x: -0.19980352, y: 0.041161783}
+ - {x: -0.26286554, y: -0.0000000069436945}
+ - {x: -0.13143279, y: 0.08122992}
+ - {x: -0.06653557, y: 0.041121226}
+ - {x: -0.13320236, y: -0.0000000078678095}
+ - {x: -0.06653557, y: 0.041121226}
+ - {x: -0.000000005008046, y: -0.000000008162803}
+ - {x: -0.06653557, y: -0.04112124}
+ - {x: -0.06653557, y: 0.041121226}
+ - {x: -0.06653557, y: -0.04112124}
+ - {x: -0.13320236, y: -0.0000000078678095}
+ - {x: -0.13320236, y: -0.0000000078678095}
+ - {x: -0.06653557, y: -0.04112124}
+ - {x: -0.13143279, y: -0.08122993}
+ - {x: -0.13143279, y: 0.08122992}
+ - {x: -0.13320236, y: -0.0000000078678095}
+ - {x: -0.19980352, y: 0.041161783}
+ - {x: -0.13320236, y: -0.0000000078678095}
+ - {x: -0.13143279, y: -0.08122993}
+ - {x: -0.19980352, y: -0.041161798}
+ - {x: -0.13320236, y: -0.0000000078678095}
+ - {x: -0.19980352, y: -0.041161798}
+ - {x: -0.19980352, y: 0.041161783}
+ - {x: -0.19980352, y: 0.041161783}
+ - {x: -0.19980352, y: -0.041161798}
+ - {x: -0.26286554, y: -0.0000000069436945}
+ - {x: -0.26286554, y: -0.0000000069436945}
+ - {x: -0.19980352, y: -0.041161798}
+ - {x: -0.25962925, y: -0.07821724}
+ - {x: -0.19980352, y: -0.041161798}
+ - {x: -0.13143279, y: -0.08122993}
+ - {x: -0.19309369, y: -0.11933847}
+ - {x: -0.19980352, y: -0.041161798}
+ - {x: -0.19309369, y: -0.11933847}
+ - {x: -0.25962925, y: -0.07821724}
+ - {x: -0.25962925, y: -0.07821724}
+ - {x: -0.19309369, y: -0.11933847}
+ - {x: -0.25, y: -0.15450849}
+ - {x: -0.25, y: -0.15450849}
+ - {x: -0.19309369, y: -0.11933847}
+ - {x: -0.19180687, y: -0.18751927}
+ - {x: -0.19309369, y: -0.11933847}
+ - {x: -0.13143279, y: -0.08122993}
+ - {x: -0.13204138, y: -0.15062945}
+ - {x: -0.19309369, y: -0.11933847}
+ - {x: -0.13204138, y: -0.15062945}
+ - {x: -0.19180687, y: -0.18751927}
+ - {x: -0.19180687, y: -0.18751927}
+ - {x: -0.13204138, y: -0.15062945}
+ - {x: -0.12994596, y: -0.21694428}
+ - {x: -0.13143279, y: -0.08122993}
+ - {x: -0.06653557, y: -0.04112124}
+ - {x: -0.06639625, y: -0.11005852}
+ - {x: -0.06653557, y: -0.04112124}
+ - {x: -0.000000005008046, y: -0.000000008162803}
+ - {x: -0.0000000049601634, y: -0.06897613}
+ - {x: -0.06653557, y: -0.04112124}
+ - {x: -0.0000000049601634, y: -0.06897613}
+ - {x: -0.06639625, y: -0.11005852}
+ - {x: -0.06639625, y: -0.11005852}
+ - {x: -0.0000000049601634, y: -0.06897613}
+ - {x: -0.000000004817432, y: -0.13663328}
+ - {x: -0.13143279, y: -0.08122993}
+ - {x: -0.06639625, y: -0.11005852}
+ - {x: -0.13204138, y: -0.15062945}
+ - {x: -0.06639625, y: -0.11005852}
+ - {x: -0.000000004817432, y: -0.13663328}
+ - {x: -0.0658277, y: -0.17911442}
+ - {x: -0.06639625, y: -0.11005852}
+ - {x: -0.0658277, y: -0.17911442}
+ - {x: -0.13204138, y: -0.15062945}
+ - {x: -0.13204138, y: -0.15062945}
+ - {x: -0.0658277, y: -0.17911442}
+ - {x: -0.12994596, y: -0.21694428}
+ - {x: -0.12994596, y: -0.21694428}
+ - {x: -0.0658277, y: -0.17911442}
+ - {x: -0.0656002, y: -0.24222082}
+ - {x: -0.0658277, y: -0.17911442}
+ - {x: -0.000000004817432, y: -0.13663328}
+ - {x: -0.0000000045825796, y: -0.2016777}
+ - {x: -0.0658277, y: -0.17911442}
+ - {x: -0.0000000045825796, y: -0.2016777}
+ - {x: -0.0656002, y: -0.24222082}
+ - {x: -0.0656002, y: -0.24222082}
+ - {x: -0.0000000045825796, y: -0.2016777}
+ - {x: -0.000000004260098, y: -0.26286554}
+ - {x: -0.000000004260098, y: 0.26286554}
+ - {x: 0.040543143, y: 0.307821}
+ - {x: 0.06560019, y: 0.24222082}
+ - {x: 0.040543143, y: 0.307821}
+ - {x: 0.080311015, y: 0.34689024}
+ - {x: 0.10651142, y: 0.28562585}
+ - {x: 0.040543143, y: 0.307821}
+ - {x: 0.10651142, y: 0.28562585}
+ - {x: 0.06560019, y: 0.24222082}
+ - {x: 0.06560019, y: 0.24222082}
+ - {x: 0.10651142, y: 0.28562585}
+ - {x: 0.12994596, y: 0.21694428}
+ - {x: 0.08031102, y: -0.35102323}
+ - {x: 0.11854316, y: -0.30341256}
+ - {x: 0.1480023, y: -0.35115492}
+ - {x: 0.11854316, y: -0.30341256}
+ - {x: 0.1545085, y: -0.25}
+ - {x: 0.18587402, y: -0.30075046}
+ - {x: 0.11854316, y: -0.30341256}
+ - {x: 0.18587402, y: -0.30075046}
+ - {x: 0.1480023, y: -0.35115492}
+ - {x: 0.14800228, y: 0.32370597}
+ - {x: 0.185874, y: 0.35355338}
+ - {x: 0.2126627, y: 0.29389265}
+ - {x: 0.080311015, y: 0.34689024}
+ - {x: 0.14800228, y: 0.32370597}
+ - {x: 0.10651142, y: 0.28562585}
+ - {x: 0.14800228, y: 0.32370597}
+ - {x: 0.2126627, y: 0.29389265}
+ - {x: 0.1730765, y: 0.2580608}
+ - {x: 0.14800228, y: 0.32370597}
+ - {x: 0.1730765, y: 0.2580608}
+ - {x: 0.10651142, y: 0.28562585}
+ - {x: 0.10651142, y: 0.28562585}
+ - {x: 0.1730765, y: 0.2580608}
+ - {x: 0.12994596, y: 0.21694428}
+ - {x: 0.12994596, y: 0.21694428}
+ - {x: 0.1730765, y: 0.2580608}
+ - {x: 0.19180687, y: 0.18751927}
+ - {x: 0.1730765, y: 0.2580608}
+ - {x: 0.2126627, y: 0.29389265}
+ - {x: 0.23421493, y: 0.22699527}
+ - {x: 0.1730765, y: 0.2580608}
+ - {x: 0.23421493, y: 0.22699527}
+ - {x: 0.19180687, y: 0.18751927}
+ - {x: 0.19180687, y: 0.18751927}
+ - {x: 0.23421493, y: 0.22699527}
+ - {x: 0.25, y: 0.15450849}
+ - {x: 0.1545085, y: -0.25}
+ - {x: 0.18751928, y: -0.19180687}
+ - {x: 0.22699529, y: -0.23421493}
+ - {x: 0.18751928, y: -0.19180687}
+ - {x: 0.21694429, y: -0.12994596}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.18751928, y: -0.19180687}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.22699529, y: -0.23421493}
+ - {x: 0.22699529, y: -0.23421493}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.21694429, y: -0.12994596}
+ - {x: 0.24222083, y: -0.065600194}
+ - {x: 0.28562585, y: -0.10651143}
+ - {x: 0.24222083, y: -0.065600194}
+ - {x: 0.26286554, y: 0.0000000017227372}
+ - {x: 0.307821, y: -0.040543146}
+ - {x: 0.24222083, y: -0.065600194}
+ - {x: 0.307821, y: -0.040543146}
+ - {x: 0.28562585, y: -0.10651143}
+ - {x: 0.28562585, y: -0.10651143}
+ - {x: 0.307821, y: -0.040543146}
+ - {x: 0.34689024, y: -0.080311015}
+ - {x: 0.21694429, y: -0.12994596}
+ - {x: 0.28562585, y: -0.10651143}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.28562585, y: -0.10651143}
+ - {x: 0.34689024, y: -0.080311015}
+ - {x: 0.32370597, y: -0.14800228}
+ - {x: 0.28562585, y: -0.10651143}
+ - {x: 0.32370597, y: -0.14800228}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.32370597, y: -0.14800228}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.32370597, y: -0.14800228}
+ - {x: 0.35355338, y: -0.185874}
+ - {x: -0.14800228, y: 0.35115492}
+ - {x: -0.080311015, y: 0.35102323}
+ - {x: -0.118543155, y: 0.30341256}
+ - {x: -0.14800228, y: 0.35115492}
+ - {x: -0.118543155, y: 0.30341256}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.118543155, y: 0.30341256}
+ - {x: -0.15450849, y: 0.25}
+ - {x: 0.1545085, y: -0.25}
+ - {x: 0.22699529, y: -0.23421493}
+ - {x: 0.18587402, y: -0.30075046}
+ - {x: 0.22699529, y: -0.23421493}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.22699529, y: -0.23421493}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.18587402, y: -0.30075046}
+ - {x: 0.18587402, y: -0.30075046}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.21266271, y: -0.34409547}
+ - {x: -0.2126627, y: 0.34409547}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.15450849, y: 0.25}
+ - {x: -0.22699527, y: 0.23421493}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.22699527, y: 0.23421493}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.22699527, y: 0.23421493}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.3232889, y: -0.25668773}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.3232889, y: 0.25668773}
+ - {x: 0.3232889, y: 0.2821271}
+ - {x: 0.2821271, y: 0.25668773}
+ - {x: 0.25668773, y: 0.3232889}
+ - {x: 0.25668773, y: 0.3232889}
+ - {x: 0.2821271, y: 0.25668773}
+ - {x: 0.2126627, y: 0.29389265}
+ - {x: 0.2126627, y: 0.29389265}
+ - {x: 0.2821271, y: 0.25668773}
+ - {x: 0.23421493, y: 0.22699527}
+ - {x: 0.2821271, y: 0.25668773}
+ - {x: 0.34409547, y: 0.2126627}
+ - {x: 0.30075046, y: 0.185874}
+ - {x: 0.2821271, y: 0.25668773}
+ - {x: 0.30075046, y: 0.185874}
+ - {x: 0.23421493, y: 0.22699527}
+ - {x: 0.23421493, y: 0.22699527}
+ - {x: 0.30075046, y: 0.185874}
+ - {x: 0.25, y: 0.15450849}
+ - {x: 0.25, y: 0.15450849}
+ - {x: 0.30075046, y: 0.185874}
+ - {x: 0.30341256, y: 0.11854315}
+ - {x: -0.35355338, y: 0.185874}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.32370597, y: 0.14800228}
+ - {x: 0.30075046, y: 0.185874}
+ - {x: 0.35115492, y: 0.14800228}
+ - {x: 0.30341256, y: 0.11854315}
+ - {x: 0.30341256, y: 0.11854315}
+ - {x: 0.35115492, y: 0.14800228}
+ - {x: 0.35102323, y: 0.08031101}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.22699527, y: 0.23421493}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.22699527, y: 0.23421493}
+ - {x: -0.15450849, y: 0.25}
+ - {x: -0.18751927, y: 0.19180687}
+ - {x: -0.22699527, y: 0.23421493}
+ - {x: -0.18751927, y: 0.19180687}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.18751927, y: 0.19180687}
+ - {x: -0.21694428, y: 0.12994596}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.32370597, y: 0.14800228}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.21694428, y: 0.12994596}
+ - {x: -0.28562585, y: 0.10651142}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.28562585, y: 0.10651142}
+ - {x: -0.32370597, y: 0.14800228}
+ - {x: -0.32370597, y: 0.14800228}
+ - {x: -0.28562585, y: 0.10651142}
+ - {x: -0.34689024, y: 0.08031101}
+ - {x: -0.34689024, y: 0.08031101}
+ - {x: -0.28562585, y: 0.10651142}
+ - {x: -0.307821, y: 0.04054314}
+ - {x: -0.28562585, y: 0.10651142}
+ - {x: -0.21694428, y: 0.12994596}
+ - {x: -0.24222082, y: 0.06560019}
+ - {x: -0.28562585, y: 0.10651142}
+ - {x: -0.24222082, y: 0.06560019}
+ - {x: -0.307821, y: 0.04054314}
+ - {x: -0.307821, y: 0.04054314}
+ - {x: -0.24222082, y: 0.06560019}
+ - {x: -0.26286554, y: -0.000000007034505}
+ - {x: -0.26286554, y: 0.0000000017227371}
+ - {x: -0.307821, y: 0.040543146}
+ - {x: -0.2422208, y: 0.065600194}
+ - {x: -0.307821, y: 0.040543146}
+ - {x: -0.34689024, y: 0.080311015}
+ - {x: -0.28562585, y: 0.10651143}
+ - {x: -0.307821, y: 0.040543146}
+ - {x: -0.28562585, y: 0.10651143}
+ - {x: -0.2422208, y: 0.065600194}
+ - {x: -0.2422208, y: 0.065600194}
+ - {x: -0.28562585, y: 0.10651143}
+ - {x: -0.21694426, y: 0.12994596}
+ - {x: 0.080311015, y: -0.35102323}
+ - {x: 0.118543155, y: -0.30341256}
+ - {x: 0.14800228, y: -0.35115492}
+ - {x: 0.118543155, y: -0.30341256}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.118543155, y: -0.30341256}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.14800228, y: -0.35115492}
+ - {x: -0.32370597, y: 0.14800228}
+ - {x: -0.35355338, y: 0.185874}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.34689024, y: 0.080311015}
+ - {x: -0.32370597, y: 0.14800228}
+ - {x: -0.28562585, y: 0.10651143}
+ - {x: -0.32370597, y: 0.14800228}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.32370597, y: 0.14800228}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.28562585, y: 0.10651143}
+ - {x: -0.28562585, y: 0.10651143}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.21694426, y: 0.12994596}
+ - {x: -0.21694426, y: 0.12994596}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.18751925, y: 0.19180687}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.22699527, y: 0.23421493}
+ - {x: -0.2580608, y: 0.1730765}
+ - {x: -0.22699527, y: 0.23421493}
+ - {x: -0.18751925, y: 0.19180687}
+ - {x: -0.18751925, y: 0.19180687}
+ - {x: -0.22699527, y: 0.23421493}
+ - {x: -0.15450849, y: 0.25}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.18751927, y: -0.19180687}
+ - {x: 0.22699527, y: -0.23421493}
+ - {x: 0.18751927, y: -0.19180687}
+ - {x: 0.21694428, y: -0.12994596}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.18751927, y: -0.19180687}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.22699527, y: -0.23421493}
+ - {x: 0.22699527, y: -0.23421493}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.21694428, y: -0.12994596}
+ - {x: 0.24222082, y: -0.0656002}
+ - {x: 0.28562585, y: -0.10651144}
+ - {x: 0.24222082, y: -0.0656002}
+ - {x: 0.26286554, y: -0.000000007034505}
+ - {x: 0.307821, y: -0.040543154}
+ - {x: 0.24222082, y: -0.0656002}
+ - {x: 0.307821, y: -0.040543154}
+ - {x: 0.28562585, y: -0.10651144}
+ - {x: 0.28562585, y: -0.10651144}
+ - {x: 0.307821, y: -0.040543154}
+ - {x: 0.34689024, y: -0.08031102}
+ - {x: 0.21694428, y: -0.12994596}
+ - {x: 0.28562585, y: -0.10651144}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.28562585, y: -0.10651144}
+ - {x: 0.34689024, y: -0.08031102}
+ - {x: 0.32370597, y: -0.14800228}
+ - {x: 0.28562585, y: -0.10651144}
+ - {x: 0.32370597, y: -0.14800228}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.32370597, y: -0.14800228}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.32370597, y: -0.14800228}
+ - {x: 0.35355338, y: -0.185874}
+ - {x: -0.35115492, y: -0.14800228}
+ - {x: -0.35102323, y: -0.080311015}
+ - {x: -0.30341256, y: -0.118543155}
+ - {x: -0.35115492, y: -0.14800228}
+ - {x: -0.30341256, y: -0.118543155}
+ - {x: -0.30075046, y: -0.185874}
+ - {x: -0.30075046, y: -0.185874}
+ - {x: -0.30341256, y: -0.118543155}
+ - {x: -0.24999999, y: -0.15450849}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.22699527, y: -0.23421493}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.22699527, y: -0.23421493}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.22699527, y: -0.23421493}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.2126627, y: -0.34409547}
+ - {x: -0.34409547, y: -0.2126627}
+ - {x: -0.30075046, y: -0.185874}
+ - {x: -0.2821271, y: -0.25668773}
+ - {x: -0.30075046, y: -0.185874}
+ - {x: -0.24999999, y: -0.15450849}
+ - {x: -0.23421492, y: -0.22699527}
+ - {x: -0.30075046, y: -0.185874}
+ - {x: -0.23421492, y: -0.22699527}
+ - {x: -0.2821271, y: -0.25668773}
+ - {x: -0.2821271, y: -0.25668773}
+ - {x: -0.23421492, y: -0.22699527}
+ - {x: -0.2126627, y: -0.29389265}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.3232889, y: -0.25668773}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: -0.2821271, y: -0.25668773}
+ - {x: -0.2126627, y: -0.29389265}
+ - {x: -0.25668773, y: -0.3232889}
+ - {x: -0.2821271, y: -0.25668773}
+ - {x: -0.25668773, y: -0.3232889}
+ - {x: -0.3232889, y: -0.2821271}
+ - {x: -0.3232889, y: 0.25668773}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.29389265, y: 0.2126627}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.22699527, y: 0.23421493}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.2126627, y: 0.34409547}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.25668773, y: 0.2821271}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.22699527, y: 0.23421493}
+ - {x: -0.22699527, y: 0.23421493}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.15450849, y: 0.25}
+ - {x: -0.15450849, y: 0.25}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.11854315, y: 0.30341256}
+ - {x: -0.185874, y: -0.35355338}
+ - {x: -0.2126627, y: -0.29389265}
+ - {x: -0.14800228, y: -0.32370597}
+ - {x: -0.185874, y: 0.30075046}
+ - {x: -0.14800228, y: 0.35115492}
+ - {x: -0.11854315, y: 0.30341256}
+ - {x: -0.11854315, y: 0.30341256}
+ - {x: -0.14800228, y: 0.35115492}
+ - {x: -0.08031101, y: 0.35102323}
+ - {x: -0.2126627, y: -0.29389265}
+ - {x: -0.23421492, y: -0.22699527}
+ - {x: -0.17307648, y: -0.2580608}
+ - {x: -0.23421492, y: -0.22699527}
+ - {x: -0.24999999, y: -0.15450849}
+ - {x: -0.19180685, y: -0.18751927}
+ - {x: -0.23421492, y: -0.22699527}
+ - {x: -0.19180685, y: -0.18751927}
+ - {x: -0.17307648, y: -0.2580608}
+ - {x: -0.17307648, y: -0.2580608}
+ - {x: -0.19180685, y: -0.18751927}
+ - {x: -0.12994595, y: -0.21694428}
+ - {x: -0.2126627, y: -0.29389265}
+ - {x: -0.17307648, y: -0.2580608}
+ - {x: -0.14800228, y: -0.32370597}
+ - {x: -0.17307648, y: -0.2580608}
+ - {x: -0.12994595, y: -0.21694428}
+ - {x: -0.10651142, y: -0.28562585}
+ - {x: -0.17307648, y: -0.2580608}
+ - {x: -0.10651142, y: -0.28562585}
+ - {x: -0.14800228, y: -0.32370597}
+ - {x: -0.14800228, y: -0.32370597}
+ - {x: -0.10651142, y: -0.28562585}
+ - {x: -0.08031101, y: -0.34689024}
+ - {x: -0.08031101, y: -0.34689024}
+ - {x: -0.10651142, y: -0.28562585}
+ - {x: -0.04054314, y: -0.307821}
+ - {x: -0.10651142, y: -0.28562585}
+ - {x: -0.12994595, y: -0.21694428}
+ - {x: -0.06560019, y: -0.24222082}
+ - {x: -0.10651142, y: -0.28562585}
+ - {x: -0.06560019, y: -0.24222082}
+ - {x: -0.04054314, y: -0.307821}
+ - {x: -0.04054314, y: -0.307821}
+ - {x: -0.06560019, y: -0.24222082}
+ - {x: 0.0000000089276115, y: -0.26286554}
+ - {x: -0.26286554, y: 0.0000000017227371}
+ - {x: -0.2422208, y: 0.065600194}
+ - {x: -0.20167767, y: 0.000000001853145}
+ - {x: -0.2422208, y: 0.065600194}
+ - {x: -0.21694426, y: 0.12994596}
+ - {x: -0.17911439, y: 0.06582769}
+ - {x: -0.2422208, y: 0.065600194}
+ - {x: -0.17911439, y: 0.06582769}
+ - {x: -0.20167767, y: 0.000000001853145}
+ - {x: -0.20167767, y: 0.000000001853145}
+ - {x: -0.17911439, y: 0.06582769}
+ - {x: -0.13663325, y: 0.0000000019481166}
+ - {x: -0.21694426, y: 0.12994596}
+ - {x: -0.18751925, y: 0.19180687}
+ - {x: -0.15062942, y: 0.13204138}
+ - {x: -0.18751925, y: 0.19180687}
+ - {x: -0.15450849, y: 0.25}
+ - {x: -0.11933845, y: 0.19309369}
+ - {x: -0.18751925, y: 0.19180687}
+ - {x: -0.11933845, y: 0.19309369}
+ - {x: -0.15062942, y: 0.13204138}
+ - {x: -0.15062942, y: 0.13204138}
+ - {x: -0.11933845, y: 0.19309369}
+ - {x: -0.08122992, y: 0.13143279}
+ - {x: -0.21694426, y: 0.12994596}
+ - {x: -0.15062942, y: 0.13204138}
+ - {x: -0.17911439, y: 0.06582769}
+ - {x: -0.15062942, y: 0.13204138}
+ - {x: -0.08122992, y: 0.13143279}
+ - {x: -0.11005851, y: 0.066396244}
+ - {x: -0.15062942, y: 0.13204138}
+ - {x: -0.11005851, y: 0.066396244}
+ - {x: -0.17911439, y: 0.06582769}
+ - {x: -0.17911439, y: 0.06582769}
+ - {x: -0.11005851, y: 0.066396244}
+ - {x: -0.13663325, y: 0.0000000019481166}
+ - {x: -0.13663325, y: 0.0000000019481166}
+ - {x: -0.11005851, y: 0.066396244}
+ - {x: -0.06897611, y: 0.0000000020058357}
+ - {x: -0.11005851, y: 0.066396244}
+ - {x: -0.08122992, y: 0.13143279}
+ - {x: -0.041121226, y: 0.06653556}
+ - {x: -0.11005851, y: 0.066396244}
+ - {x: -0.041121226, y: 0.06653556}
+ - {x: -0.06897611, y: 0.0000000020058357}
+ - {x: -0.06897611, y: 0.0000000020058357}
+ - {x: -0.041121226, y: 0.06653556}
+ - {x: 0.000000008944628, y: 0.000000002025199}
+ - {x: -0.15450849, y: 0.25}
+ - {x: -0.11854315, y: 0.30341256}
+ - {x: -0.07821722, y: 0.25962925}
+ - {x: -0.11854315, y: 0.30341256}
+ - {x: -0.08031101, y: 0.35102323}
+ - {x: -0.04057092, y: 0.31011978}
+ - {x: -0.11854315, y: 0.30341256}
+ - {x: -0.04057092, y: 0.31011978}
+ - {x: -0.07821722, y: 0.25962925}
+ - {x: -0.07821722, y: 0.25962925}
+ - {x: -0.04057092, y: 0.31011978}
+ - {x: 0.000000007608755, y: 0.26286554}
+ - {x: -0.08031101, y: -0.34689024}
+ - {x: -0.04054314, y: -0.307821}
+ - {x: 0.000000007464928, y: -0.3514535}
+ - {x: -0.04054314, y: -0.307821}
+ - {x: 0.0000000089276115, y: -0.26286554}
+ - {x: 0.040543154, y: -0.307821}
+ - {x: -0.04054314, y: -0.307821}
+ - {x: 0.040543154, y: -0.307821}
+ - {x: 0.000000007464928, y: -0.3514535}
+ - {x: 0.000000007464928, y: -0.3514535}
+ - {x: 0.040543154, y: -0.307821}
+ - {x: 0.08031102, y: -0.34689024}
+ - {x: -0.08031101, y: 0.35102323}
+ - {x: 0.000000006287242, y: 0.35564086}
+ - {x: -0.04057092, y: 0.31011978}
+ - {x: 0.000000006287242, y: 0.35564086}
+ - {x: 0.08031102, y: 0.35102323}
+ - {x: 0.040570933, y: 0.31011978}
+ - {x: 0.000000006287242, y: 0.35564086}
+ - {x: 0.040570933, y: 0.31011978}
+ - {x: -0.04057092, y: 0.31011978}
+ - {x: -0.04057092, y: 0.31011978}
+ - {x: 0.040570933, y: 0.31011978}
+ - {x: 0.000000007608755, y: 0.26286554}
+ - {x: 0.000000007608755, y: 0.26286554}
+ - {x: 0.040570933, y: 0.31011978}
+ - {x: 0.07821724, y: 0.25962925}
+ - {x: 0.040570933, y: 0.31011978}
+ - {x: 0.08031102, y: 0.35102323}
+ - {x: 0.11854316, y: 0.30341256}
+ - {x: 0.040570933, y: 0.31011978}
+ - {x: 0.11854316, y: 0.30341256}
+ - {x: 0.07821724, y: 0.25962925}
+ - {x: 0.07821724, y: 0.25962925}
+ - {x: 0.11854316, y: 0.30341256}
+ - {x: 0.15450849, y: 0.25}
+ - {x: -0.15450849, y: 0.25}
+ - {x: -0.07821722, y: 0.25962925}
+ - {x: -0.11933845, y: 0.19309369}
+ - {x: -0.07821722, y: 0.25962925}
+ - {x: 0.000000007608755, y: 0.26286554}
+ - {x: -0.041161783, y: 0.19980352}
+ - {x: -0.07821722, y: 0.25962925}
+ - {x: -0.041161783, y: 0.19980352}
+ - {x: -0.11933845, y: 0.19309369}
+ - {x: -0.11933845, y: 0.19309369}
+ - {x: -0.041161783, y: 0.19980352}
+ - {x: -0.08122992, y: 0.13143279}
+ - {x: 0.000000007608755, y: 0.26286554}
+ - {x: 0.07821724, y: 0.25962925}
+ - {x: 0.041161798, y: 0.19980352}
+ - {x: 0.07821724, y: 0.25962925}
+ - {x: 0.15450849, y: 0.25}
+ - {x: 0.11933847, y: 0.19309369}
+ - {x: 0.07821724, y: 0.25962925}
+ - {x: 0.11933847, y: 0.19309369}
+ - {x: 0.041161798, y: 0.19980352}
+ - {x: 0.041161798, y: 0.19980352}
+ - {x: 0.11933847, y: 0.19309369}
+ - {x: 0.08122993, y: 0.13143279}
+ - {x: 0.000000007608755, y: 0.26286554}
+ - {x: 0.041161798, y: 0.19980352}
+ - {x: -0.041161783, y: 0.19980352}
+ - {x: 0.041161798, y: 0.19980352}
+ - {x: 0.08122993, y: 0.13143279}
+ - {x: 0.00000000862138, y: 0.13320236}
+ - {x: 0.041161798, y: 0.19980352}
+ - {x: 0.00000000862138, y: 0.13320236}
+ - {x: -0.041161783, y: 0.19980352}
+ - {x: -0.041161783, y: 0.19980352}
+ - {x: 0.00000000862138, y: 0.13320236}
+ - {x: -0.08122992, y: 0.13143279}
+ - {x: -0.08122992, y: 0.13143279}
+ - {x: 0.00000000862138, y: 0.13320236}
+ - {x: -0.041121226, y: 0.06653556}
+ - {x: 0.00000000862138, y: 0.13320236}
+ - {x: 0.08122993, y: 0.13143279}
+ - {x: 0.04112124, y: 0.06653556}
+ - {x: 0.00000000862138, y: 0.13320236}
+ - {x: 0.04112124, y: 0.06653556}
+ - {x: -0.041121226, y: 0.06653556}
+ - {x: -0.041121226, y: 0.06653556}
+ - {x: 0.04112124, y: 0.06653556}
+ - {x: 0.000000008944628, y: 0.000000002025199}
+ - {x: 0.000000008944628, y: 0.000000002025199}
+ - {x: 0.04112124, y: 0.06653556}
+ - {x: 0.06897613, y: 0.0000000020058357}
+ - {x: 0.04112124, y: 0.06653556}
+ - {x: 0.08122993, y: 0.13143279}
+ - {x: 0.11005852, y: 0.066396244}
+ - {x: 0.04112124, y: 0.06653556}
+ - {x: 0.11005852, y: 0.066396244}
+ - {x: 0.06897613, y: 0.0000000020058357}
+ - {x: 0.06897613, y: 0.0000000020058357}
+ - {x: 0.11005852, y: 0.066396244}
+ - {x: 0.13663328, y: 0.0000000019481166}
+ - {x: 0.08122993, y: 0.13143279}
+ - {x: 0.11933847, y: 0.19309369}
+ - {x: 0.15062945, y: 0.13204138}
+ - {x: 0.11933847, y: 0.19309369}
+ - {x: 0.15450849, y: 0.25}
+ - {x: 0.18751928, y: 0.19180687}
+ - {x: 0.11933847, y: 0.19309369}
+ - {x: 0.18751928, y: 0.19180687}
+ - {x: 0.15062945, y: 0.13204138}
+ - {x: 0.15062945, y: 0.13204138}
+ - {x: 0.18751928, y: 0.19180687}
+ - {x: 0.21694429, y: 0.12994596}
+ - {x: 0.08122993, y: 0.13143279}
+ - {x: 0.15062945, y: 0.13204138}
+ - {x: 0.11005852, y: 0.066396244}
+ - {x: 0.15062945, y: 0.13204138}
+ - {x: 0.21694429, y: 0.12994596}
+ - {x: 0.17911442, y: 0.06582769}
+ - {x: 0.15062945, y: 0.13204138}
+ - {x: 0.17911442, y: 0.06582769}
+ - {x: 0.11005852, y: 0.066396244}
+ - {x: 0.11005852, y: 0.066396244}
+ - {x: 0.17911442, y: 0.06582769}
+ - {x: 0.13663328, y: 0.0000000019481166}
+ - {x: 0.13663328, y: 0.0000000019481166}
+ - {x: 0.17911442, y: 0.06582769}
+ - {x: 0.2016777, y: 0.0000000018531449}
+ - {x: 0.17911442, y: 0.06582769}
+ - {x: 0.21694429, y: 0.12994596}
+ - {x: 0.24222083, y: 0.065600194}
+ - {x: 0.17911442, y: 0.06582769}
+ - {x: 0.24222083, y: 0.065600194}
+ - {x: 0.2016777, y: 0.0000000018531449}
+ - {x: 0.2016777, y: 0.0000000018531449}
+ - {x: 0.24222083, y: 0.065600194}
+ - {x: 0.26286554, y: 0.0000000017227371}
+ - {x: -0.26286554, y: 0.0000000017227371}
+ - {x: -0.20167767, y: 0.000000001853145}
+ - {x: -0.2422208, y: -0.065600194}
+ - {x: -0.20167767, y: 0.000000001853145}
+ - {x: -0.13663325, y: 0.0000000019481166}
+ - {x: -0.17911439, y: -0.06582769}
+ - {x: -0.20167767, y: 0.000000001853145}
+ - {x: -0.17911439, y: -0.06582769}
+ - {x: -0.2422208, y: -0.065600194}
+ - {x: -0.2422208, y: -0.065600194}
+ - {x: -0.17911439, y: -0.06582769}
+ - {x: -0.21694426, y: -0.12994596}
+ - {x: -0.13663325, y: 0.0000000019481166}
+ - {x: -0.06897611, y: 0.0000000020058357}
+ - {x: -0.11005851, y: -0.066396244}
+ - {x: -0.06897611, y: 0.0000000020058357}
+ - {x: 0.000000008944628, y: 0.000000002025199}
+ - {x: -0.041121226, y: -0.06653556}
+ - {x: -0.06897611, y: 0.0000000020058357}
+ - {x: -0.041121226, y: -0.06653556}
+ - {x: -0.11005851, y: -0.066396244}
+ - {x: -0.11005851, y: -0.066396244}
+ - {x: -0.041121226, y: -0.06653556}
+ - {x: -0.08122992, y: -0.13143279}
+ - {x: -0.13663325, y: 0.0000000019481166}
+ - {x: -0.11005851, y: -0.066396244}
+ - {x: -0.17911439, y: -0.06582769}
+ - {x: -0.11005851, y: -0.066396244}
+ - {x: -0.08122992, y: -0.13143279}
+ - {x: -0.15062942, y: -0.13204138}
+ - {x: -0.11005851, y: -0.066396244}
+ - {x: -0.15062942, y: -0.13204138}
+ - {x: -0.17911439, y: -0.06582769}
+ - {x: -0.17911439, y: -0.06582769}
+ - {x: -0.15062942, y: -0.13204138}
+ - {x: -0.21694426, y: -0.12994596}
+ - {x: -0.21694426, y: -0.12994596}
+ - {x: -0.15062942, y: -0.13204138}
+ - {x: -0.18751925, y: -0.19180687}
+ - {x: -0.15062942, y: -0.13204138}
+ - {x: -0.08122992, y: -0.13143279}
+ - {x: -0.11933845, y: -0.19309369}
+ - {x: -0.15062942, y: -0.13204138}
+ - {x: -0.11933845, y: -0.19309369}
+ - {x: -0.18751925, y: -0.19180687}
+ - {x: -0.18751925, y: -0.19180687}
+ - {x: -0.11933845, y: -0.19309369}
+ - {x: -0.15450849, y: -0.25}
+ - {x: 0.000000008944628, y: 0.000000002025199}
+ - {x: 0.06897613, y: 0.0000000020058357}
+ - {x: 0.04112124, y: -0.06653556}
+ - {x: 0.06897613, y: 0.0000000020058357}
+ - {x: 0.13663328, y: 0.0000000019481166}
+ - {x: 0.11005852, y: -0.066396244}
+ - {x: 0.06897613, y: 0.0000000020058357}
+ - {x: 0.11005852, y: -0.066396244}
+ - {x: 0.04112124, y: -0.06653556}
+ - {x: 0.04112124, y: -0.06653556}
+ - {x: 0.11005852, y: -0.066396244}
+ - {x: 0.08122993, y: -0.13143279}
+ - {x: 0.13663328, y: 0.0000000019481166}
+ - {x: 0.2016777, y: 0.0000000018531449}
+ - {x: 0.17911442, y: -0.06582769}
+ - {x: 0.2016777, y: 0.0000000018531449}
+ - {x: 0.26286554, y: 0.0000000017227371}
+ - {x: 0.24222083, y: -0.065600194}
+ - {x: 0.2016777, y: 0.0000000018531449}
+ - {x: 0.24222083, y: -0.065600194}
+ - {x: 0.17911442, y: -0.06582769}
+ - {x: 0.17911442, y: -0.06582769}
+ - {x: 0.24222083, y: -0.065600194}
+ - {x: 0.21694429, y: -0.12994596}
+ - {x: 0.13663328, y: 0.0000000019481166}
+ - {x: 0.17911442, y: -0.06582769}
+ - {x: 0.11005852, y: -0.066396244}
+ - {x: 0.17911442, y: -0.06582769}
+ - {x: 0.21694429, y: -0.12994596}
+ - {x: 0.15062945, y: -0.13204138}
+ - {x: 0.17911442, y: -0.06582769}
+ - {x: 0.15062945, y: -0.13204138}
+ - {x: 0.11005852, y: -0.066396244}
+ - {x: 0.11005852, y: -0.066396244}
+ - {x: 0.15062945, y: -0.13204138}
+ - {x: 0.08122993, y: -0.13143279}
+ - {x: 0.08122993, y: -0.13143279}
+ - {x: 0.15062945, y: -0.13204138}
+ - {x: 0.11933847, y: -0.19309369}
+ - {x: 0.15062945, y: -0.13204138}
+ - {x: 0.21694429, y: -0.12994596}
+ - {x: 0.18751928, y: -0.19180687}
+ - {x: 0.15062945, y: -0.13204138}
+ - {x: 0.18751928, y: -0.19180687}
+ - {x: 0.11933847, y: -0.19309369}
+ - {x: 0.11933847, y: -0.19309369}
+ - {x: 0.18751928, y: -0.19180687}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.000000008944628, y: 0.000000002025199}
+ - {x: 0.04112124, y: -0.06653556}
+ - {x: -0.041121226, y: -0.06653556}
+ - {x: 0.04112124, y: -0.06653556}
+ - {x: 0.08122993, y: -0.13143279}
+ - {x: 0.00000000862138, y: -0.13320236}
+ - {x: 0.04112124, y: -0.06653556}
+ - {x: 0.00000000862138, y: -0.13320236}
+ - {x: -0.041121226, y: -0.06653556}
+ - {x: -0.041121226, y: -0.06653556}
+ - {x: 0.00000000862138, y: -0.13320236}
+ - {x: -0.08122992, y: -0.13143279}
+ - {x: 0.08122993, y: -0.13143279}
+ - {x: 0.11933847, y: -0.19309369}
+ - {x: 0.041161798, y: -0.19980352}
+ - {x: 0.11933847, y: -0.19309369}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.07821724, y: -0.25962925}
+ - {x: 0.11933847, y: -0.19309369}
+ - {x: 0.07821724, y: -0.25962925}
+ - {x: 0.041161798, y: -0.19980352}
+ - {x: 0.041161798, y: -0.19980352}
+ - {x: 0.07821724, y: -0.25962925}
+ - {x: 0.000000007608755, y: -0.26286554}
+ - {x: 0.08122993, y: -0.13143279}
+ - {x: 0.041161798, y: -0.19980352}
+ - {x: 0.00000000862138, y: -0.13320236}
+ - {x: 0.041161798, y: -0.19980352}
+ - {x: 0.000000007608755, y: -0.26286554}
+ - {x: -0.041161783, y: -0.19980352}
+ - {x: 0.041161798, y: -0.19980352}
+ - {x: -0.041161783, y: -0.19980352}
+ - {x: 0.00000000862138, y: -0.13320236}
+ - {x: 0.00000000862138, y: -0.13320236}
+ - {x: -0.041161783, y: -0.19980352}
+ - {x: -0.08122992, y: -0.13143279}
+ - {x: -0.08122992, y: -0.13143279}
+ - {x: -0.041161783, y: -0.19980352}
+ - {x: -0.11933845, y: -0.19309369}
+ - {x: -0.041161783, y: -0.19980352}
+ - {x: 0.000000007608755, y: -0.26286554}
+ - {x: -0.07821722, y: -0.25962925}
+ - {x: -0.041161783, y: -0.19980352}
+ - {x: -0.07821722, y: -0.25962925}
+ - {x: -0.11933845, y: -0.19309369}
+ - {x: -0.11933845, y: -0.19309369}
+ - {x: -0.07821722, y: -0.25962925}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.07821722, y: -0.25962925}
+ - {x: -0.11854315, y: -0.30341256}
+ - {x: -0.07821722, y: -0.25962925}
+ - {x: 0.000000007608755, y: -0.26286554}
+ - {x: -0.04057092, y: -0.31011978}
+ - {x: -0.07821722, y: -0.25962925}
+ - {x: -0.04057092, y: -0.31011978}
+ - {x: -0.11854315, y: -0.30341256}
+ - {x: -0.11854315, y: -0.30341256}
+ - {x: -0.04057092, y: -0.31011978}
+ - {x: -0.08031101, y: -0.35102323}
+ - {x: 0.000000007608755, y: -0.26286554}
+ - {x: 0.07821724, y: -0.25962925}
+ - {x: 0.040570933, y: -0.31011978}
+ - {x: 0.07821724, y: -0.25962925}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.11854316, y: -0.30341256}
+ - {x: 0.07821724, y: -0.25962925}
+ - {x: 0.11854316, y: -0.30341256}
+ - {x: 0.040570933, y: -0.31011978}
+ - {x: 0.040570933, y: -0.31011978}
+ - {x: 0.11854316, y: -0.30341256}
+ - {x: 0.08031102, y: -0.35102323}
+ - {x: 0.000000007608755, y: -0.26286554}
+ - {x: 0.040570933, y: -0.31011978}
+ - {x: -0.04057092, y: -0.31011978}
+ - {x: 0.040570933, y: -0.31011978}
+ - {x: 0.08031102, y: -0.35102323}
+ - {x: 0.000000006287242, y: -0.35564086}
+ - {x: 0.040570933, y: -0.31011978}
+ - {x: 0.000000006287242, y: -0.35564086}
+ - {x: -0.04057092, y: -0.31011978}
+ - {x: -0.04057092, y: -0.31011978}
+ - {x: 0.000000006287242, y: -0.35564086}
+ - {x: -0.08031101, y: -0.35102323}
+ - {x: 0.080311015, y: -0.34689024}
+ - {x: -0.0000000035621315, y: -0.3514535}
+ - {x: 0.040543143, y: -0.307821}
+ - {x: -0.0000000035621315, y: -0.3514535}
+ - {x: -0.080311015, y: -0.34689024}
+ - {x: -0.04054315, y: -0.307821}
+ - {x: -0.0000000035621315, y: -0.3514535}
+ - {x: -0.04054315, y: -0.307821}
+ - {x: 0.040543143, y: -0.307821}
+ - {x: 0.040543143, y: -0.307821}
+ - {x: -0.04054315, y: -0.307821}
+ - {x: -0.000000004260098, y: -0.26286554}
+ - {x: -0.26286554, y: 0.0000000017227371}
+ - {x: -0.2422208, y: -0.065600194}
+ - {x: -0.307821, y: -0.040543146}
+ - {x: -0.2422208, y: -0.065600194}
+ - {x: -0.21694426, y: -0.12994596}
+ - {x: -0.28562585, y: -0.10651143}
+ - {x: -0.2422208, y: -0.065600194}
+ - {x: -0.28562585, y: -0.10651143}
+ - {x: -0.307821, y: -0.040543146}
+ - {x: -0.307821, y: -0.040543146}
+ - {x: -0.28562585, y: -0.10651143}
+ - {x: -0.34689024, y: -0.080311015}
+ - {x: -0.21694426, y: -0.12994596}
+ - {x: -0.18751925, y: -0.19180687}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.18751925, y: -0.19180687}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.22699527, y: -0.23421493}
+ - {x: -0.18751925, y: -0.19180687}
+ - {x: -0.22699527, y: -0.23421493}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.22699527, y: -0.23421493}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: -0.21694426, y: -0.12994596}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.28562585, y: -0.10651143}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: -0.32370597, y: -0.14800228}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.32370597, y: -0.14800228}
+ - {x: -0.28562585, y: -0.10651143}
+ - {x: -0.28562585, y: -0.10651143}
+ - {x: -0.32370597, y: -0.14800228}
+ - {x: -0.34689024, y: -0.080311015}
+ - {x: -0.080311015, y: -0.35102323}
+ - {x: -0.14800228, y: -0.35115492}
+ - {x: -0.118543155, y: -0.30341256}
+ - {x: -0.32370597, y: -0.14800228}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: -0.35355338, y: -0.185874}
+ - {x: -0.14800228, y: -0.35115492}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.118543155, y: -0.30341256}
+ - {x: -0.118543155, y: -0.30341256}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.11854315, y: -0.30341256}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.11854315, y: -0.30341256}
+ - {x: -0.08031101, y: -0.35102323}
+ - {x: -0.14800228, y: -0.35115492}
+ - {x: -0.11854315, y: -0.30341256}
+ - {x: -0.14800228, y: -0.35115492}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: 0.185874, y: -0.35355338}
+ - {x: 0.14800228, y: -0.32370597}
+ - {x: 0.2126627, y: -0.29389265}
+ - {x: 0.080311015, y: -0.34689024}
+ - {x: 0.040543143, y: -0.307821}
+ - {x: 0.10651142, y: -0.28562585}
+ - {x: 0.040543143, y: -0.307821}
+ - {x: -0.000000004260098, y: -0.26286554}
+ - {x: 0.06560019, y: -0.24222082}
+ - {x: 0.040543143, y: -0.307821}
+ - {x: 0.06560019, y: -0.24222082}
+ - {x: 0.10651142, y: -0.28562585}
+ - {x: 0.10651142, y: -0.28562585}
+ - {x: 0.06560019, y: -0.24222082}
+ - {x: 0.12994596, y: -0.21694428}
+ - {x: 0.080311015, y: -0.34689024}
+ - {x: 0.10651142, y: -0.28562585}
+ - {x: 0.14800228, y: -0.32370597}
+ - {x: 0.10651142, y: -0.28562585}
+ - {x: 0.12994596, y: -0.21694428}
+ - {x: 0.1730765, y: -0.2580608}
+ - {x: 0.10651142, y: -0.28562585}
+ - {x: 0.1730765, y: -0.2580608}
+ - {x: 0.14800228, y: -0.32370597}
+ - {x: 0.14800228, y: -0.32370597}
+ - {x: 0.1730765, y: -0.2580608}
+ - {x: 0.2126627, y: -0.29389265}
+ - {x: 0.2126627, y: -0.29389265}
+ - {x: 0.1730765, y: -0.2580608}
+ - {x: 0.23421493, y: -0.22699527}
+ - {x: 0.1730765, y: -0.2580608}
+ - {x: 0.12994596, y: -0.21694428}
+ - {x: 0.19180687, y: -0.18751927}
+ - {x: 0.1730765, y: -0.2580608}
+ - {x: 0.19180687, y: -0.18751927}
+ - {x: 0.23421493, y: -0.22699527}
+ - {x: 0.23421493, y: -0.22699527}
+ - {x: 0.19180687, y: -0.18751927}
+ - {x: 0.25, y: -0.15450849}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.22699527, y: -0.23421493}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.2126627, y: -0.34409547}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.22699527, y: -0.23421493}
+ - {x: -0.22699527, y: -0.23421493}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: 0.2126627, y: -0.29389265}
+ - {x: 0.23421493, y: -0.22699527}
+ - {x: 0.2821271, y: -0.25668773}
+ - {x: 0.23421493, y: -0.22699527}
+ - {x: 0.25, y: -0.15450849}
+ - {x: 0.30075046, y: -0.185874}
+ - {x: 0.23421493, y: -0.22699527}
+ - {x: 0.30075046, y: -0.185874}
+ - {x: 0.2821271, y: -0.25668773}
+ - {x: 0.2821271, y: -0.25668773}
+ - {x: 0.30075046, y: -0.185874}
+ - {x: 0.34409547, y: -0.2126627}
+ - {x: 0.2126627, y: -0.29389265}
+ - {x: 0.2821271, y: -0.25668773}
+ - {x: 0.25668773, y: -0.3232889}
+ - {x: -0.3232889, y: -0.25668773}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: 0.2821271, y: -0.25668773}
+ - {x: 0.3232889, y: -0.2821271}
+ - {x: 0.25668773, y: -0.3232889}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.3232889, y: -0.25668773}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: -0.2126627, y: -0.34409547}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: -0.22699527, y: -0.23421493}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.22699527, y: -0.23421493}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.22699527, y: -0.23421493}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.22699527, y: -0.23421493}
+ - {x: -0.18751927, y: -0.19180687}
+ - {x: -0.22699527, y: -0.23421493}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.22699527, y: -0.23421493}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.18751927, y: -0.19180687}
+ - {x: -0.18751927, y: -0.19180687}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.21694428, y: -0.12994596}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: -0.35355338, y: -0.185874}
+ - {x: -0.32370597, y: -0.14800228}
+ - {x: 0.30075046, y: -0.185874}
+ - {x: 0.25, y: -0.15450849}
+ - {x: 0.30341256, y: -0.11854316}
+ - {x: 0.30075046, y: -0.185874}
+ - {x: 0.30341256, y: -0.11854316}
+ - {x: 0.35115492, y: -0.14800228}
+ - {x: 0.35115492, y: -0.14800228}
+ - {x: 0.30341256, y: -0.11854316}
+ - {x: 0.35102323, y: -0.08031102}
+ - {x: -0.29389265, y: -0.2126627}
+ - {x: -0.32370597, y: -0.14800228}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.32370597, y: -0.14800228}
+ - {x: -0.34689024, y: -0.08031102}
+ - {x: -0.28562585, y: -0.10651144}
+ - {x: -0.32370597, y: -0.14800228}
+ - {x: -0.28562585, y: -0.10651144}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.2580608, y: -0.1730765}
+ - {x: -0.28562585, y: -0.10651144}
+ - {x: -0.21694428, y: -0.12994596}
+ - {x: -0.21694428, y: -0.12994596}
+ - {x: -0.28562585, y: -0.10651144}
+ - {x: -0.24222082, y: -0.0656002}
+ - {x: -0.28562585, y: -0.10651144}
+ - {x: -0.34689024, y: -0.08031102}
+ - {x: -0.307821, y: -0.040543154}
+ - {x: -0.28562585, y: -0.10651144}
+ - {x: -0.307821, y: -0.040543154}
+ - {x: -0.24222082, y: -0.0656002}
+ - {x: -0.24222082, y: -0.0656002}
+ - {x: -0.307821, y: -0.040543154}
+ - {x: -0.26286554, y: -0.000000007034505}
+ - {x: -0.26286554, y: 0.0000000017227371}
+ - {x: -0.307821, y: -0.040543146}
+ - {x: -0.307821, y: 0.040543146}
+ - {x: -0.307821, y: -0.040543146}
+ - {x: -0.34689024, y: -0.080311015}
+ - {x: -0.3514535, y: 0.000000001440487}
+ - {x: -0.307821, y: -0.040543146}
+ - {x: -0.3514535, y: 0.000000001440487}
+ - {x: -0.307821, y: 0.040543146}
+ - {x: -0.307821, y: 0.040543146}
+ - {x: -0.3514535, y: 0.000000001440487}
+ - {x: -0.34689024, y: 0.080311015}
+ - {x: -0.080311015, y: -0.35102323}
+ - {x: -0.118543155, y: -0.30341256}
+ - {x: -0.040570926, y: -0.31011978}
+ - {x: -0.118543155, y: -0.30341256}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.07821723, y: -0.25962925}
+ - {x: -0.118543155, y: -0.30341256}
+ - {x: -0.07821723, y: -0.25962925}
+ - {x: -0.040570926, y: -0.31011978}
+ - {x: -0.040570926, y: -0.31011978}
+ - {x: -0.07821723, y: -0.25962925}
+ - {x: -0.0000000012920519, y: -0.26286554}
+ - {x: -0.080311015, y: -0.35102323}
+ - {x: -0.040570926, y: -0.31011978}
+ - {x: -0.0000000010676442, y: -0.35564086}
+ - {x: -0.040570926, y: -0.31011978}
+ - {x: -0.0000000012920519, y: -0.26286554}
+ - {x: 0.040570926, y: -0.31011978}
+ - {x: -0.040570926, y: -0.31011978}
+ - {x: 0.040570926, y: -0.31011978}
+ - {x: -0.0000000010676442, y: -0.35564086}
+ - {x: -0.0000000010676442, y: -0.35564086}
+ - {x: 0.040570926, y: -0.31011978}
+ - {x: 0.080311015, y: -0.35102323}
+ - {x: 0.080311015, y: -0.35102323}
+ - {x: 0.040570926, y: -0.31011978}
+ - {x: 0.118543155, y: -0.30341256}
+ - {x: 0.040570926, y: -0.31011978}
+ - {x: -0.0000000012920519, y: -0.26286554}
+ - {x: 0.07821723, y: -0.25962925}
+ - {x: 0.040570926, y: -0.31011978}
+ - {x: 0.07821723, y: -0.25962925}
+ - {x: 0.118543155, y: -0.30341256}
+ - {x: 0.118543155, y: -0.30341256}
+ - {x: 0.07821723, y: -0.25962925}
+ - {x: 0.15450849, y: -0.25}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.18751927, y: -0.19180687}
+ - {x: -0.11933846, y: -0.19309369}
+ - {x: -0.18751927, y: -0.19180687}
+ - {x: -0.21694428, y: -0.12994596}
+ - {x: -0.15062943, y: -0.1320414}
+ - {x: -0.18751927, y: -0.19180687}
+ - {x: -0.15062943, y: -0.1320414}
+ - {x: -0.11933846, y: -0.19309369}
+ - {x: -0.11933846, y: -0.19309369}
+ - {x: -0.15062943, y: -0.1320414}
+ - {x: -0.081229925, y: -0.1314328}
+ - {x: -0.21694428, y: -0.12994596}
+ - {x: -0.24222082, y: -0.0656002}
+ - {x: -0.1791144, y: -0.0658277}
+ - {x: -0.24222082, y: -0.0656002}
+ - {x: -0.26286554, y: -0.000000007034505}
+ - {x: -0.20167768, y: -0.000000007567003}
+ - {x: -0.24222082, y: -0.0656002}
+ - {x: -0.20167768, y: -0.000000007567003}
+ - {x: -0.1791144, y: -0.0658277}
+ - {x: -0.1791144, y: -0.0658277}
+ - {x: -0.20167768, y: -0.000000007567003}
+ - {x: -0.13663326, y: -0.000000007954804}
+ - {x: -0.21694428, y: -0.12994596}
+ - {x: -0.1791144, y: -0.0658277}
+ - {x: -0.15062943, y: -0.1320414}
+ - {x: -0.1791144, y: -0.0658277}
+ - {x: -0.13663326, y: -0.000000007954804}
+ - {x: -0.110058516, y: -0.06639625}
+ - {x: -0.1791144, y: -0.0658277}
+ - {x: -0.110058516, y: -0.06639625}
+ - {x: -0.15062943, y: -0.1320414}
+ - {x: -0.15062943, y: -0.1320414}
+ - {x: -0.110058516, y: -0.06639625}
+ - {x: -0.081229925, y: -0.1314328}
+ - {x: -0.081229925, y: -0.1314328}
+ - {x: -0.110058516, y: -0.06639625}
+ - {x: -0.041121233, y: -0.06653557}
+ - {x: -0.110058516, y: -0.06639625}
+ - {x: -0.13663326, y: -0.000000007954804}
+ - {x: -0.06897612, y: -0.00000000819049}
+ - {x: -0.110058516, y: -0.06639625}
+ - {x: -0.06897612, y: -0.00000000819049}
+ - {x: -0.041121233, y: -0.06653557}
+ - {x: -0.041121233, y: -0.06653557}
+ - {x: -0.06897612, y: -0.00000000819049}
+ - {x: -0.0000000015188981, y: -0.000000008269557}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.11933846, y: -0.19309369}
+ - {x: -0.07821723, y: -0.25962925}
+ - {x: -0.11933846, y: -0.19309369}
+ - {x: -0.081229925, y: -0.1314328}
+ - {x: -0.04116179, y: -0.19980353}
+ - {x: -0.11933846, y: -0.19309369}
+ - {x: -0.04116179, y: -0.19980353}
+ - {x: -0.07821723, y: -0.25962925}
+ - {x: -0.07821723, y: -0.25962925}
+ - {x: -0.04116179, y: -0.19980353}
+ - {x: -0.0000000012920519, y: -0.26286554}
+ - {x: -0.081229925, y: -0.1314328}
+ - {x: -0.041121233, y: -0.06653557}
+ - {x: -0.000000001464007, y: -0.13320237}
+ - {x: -0.041121233, y: -0.06653557}
+ - {x: -0.0000000015188981, y: -0.000000008269557}
+ - {x: 0.041121233, y: -0.06653557}
+ - {x: -0.041121233, y: -0.06653557}
+ - {x: 0.041121233, y: -0.06653557}
+ - {x: -0.000000001464007, y: -0.13320237}
+ - {x: -0.000000001464007, y: -0.13320237}
+ - {x: 0.041121233, y: -0.06653557}
+ - {x: 0.081229925, y: -0.1314328}
+ - {x: -0.081229925, y: -0.1314328}
+ - {x: -0.000000001464007, y: -0.13320237}
+ - {x: -0.04116179, y: -0.19980353}
+ - {x: -0.000000001464007, y: -0.13320237}
+ - {x: 0.081229925, y: -0.1314328}
+ - {x: 0.04116179, y: -0.19980353}
+ - {x: -0.000000001464007, y: -0.13320237}
+ - {x: 0.04116179, y: -0.19980353}
+ - {x: -0.04116179, y: -0.19980353}
+ - {x: -0.04116179, y: -0.19980353}
+ - {x: 0.04116179, y: -0.19980353}
+ - {x: -0.0000000012920519, y: -0.26286554}
+ - {x: -0.0000000012920519, y: -0.26286554}
+ - {x: 0.04116179, y: -0.19980353}
+ - {x: 0.07821723, y: -0.25962925}
+ - {x: 0.04116179, y: -0.19980353}
+ - {x: 0.081229925, y: -0.1314328}
+ - {x: 0.11933846, y: -0.19309369}
+ - {x: 0.04116179, y: -0.19980353}
+ - {x: 0.11933846, y: -0.19309369}
+ - {x: 0.07821723, y: -0.25962925}
+ - {x: 0.07821723, y: -0.25962925}
+ - {x: 0.11933846, y: -0.19309369}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.11933846, y: -0.19309369}
+ - {x: 0.18751927, y: -0.19180687}
+ - {x: 0.11933846, y: -0.19309369}
+ - {x: 0.081229925, y: -0.1314328}
+ - {x: 0.15062943, y: -0.1320414}
+ - {x: 0.11933846, y: -0.19309369}
+ - {x: 0.15062943, y: -0.1320414}
+ - {x: 0.18751927, y: -0.19180687}
+ - {x: 0.18751927, y: -0.19180687}
+ - {x: 0.15062943, y: -0.1320414}
+ - {x: 0.21694428, y: -0.12994596}
+ - {x: 0.081229925, y: -0.1314328}
+ - {x: 0.041121233, y: -0.06653557}
+ - {x: 0.110058516, y: -0.06639625}
+ - {x: 0.041121233, y: -0.06653557}
+ - {x: -0.0000000015188981, y: -0.000000008269557}
+ - {x: 0.06897612, y: -0.00000000819049}
+ - {x: 0.041121233, y: -0.06653557}
+ - {x: 0.06897612, y: -0.00000000819049}
+ - {x: 0.110058516, y: -0.06639625}
+ - {x: 0.110058516, y: -0.06639625}
+ - {x: 0.06897612, y: -0.00000000819049}
+ - {x: 0.13663326, y: -0.000000007954804}
+ - {x: 0.081229925, y: -0.1314328}
+ - {x: 0.110058516, y: -0.06639625}
+ - {x: 0.15062943, y: -0.1320414}
+ - {x: 0.110058516, y: -0.06639625}
+ - {x: 0.13663326, y: -0.000000007954804}
+ - {x: 0.1791144, y: -0.0658277}
+ - {x: 0.110058516, y: -0.06639625}
+ - {x: 0.1791144, y: -0.0658277}
+ - {x: 0.15062943, y: -0.1320414}
+ - {x: 0.15062943, y: -0.1320414}
+ - {x: 0.1791144, y: -0.0658277}
+ - {x: 0.21694428, y: -0.12994596}
+ - {x: 0.21694428, y: -0.12994596}
+ - {x: 0.1791144, y: -0.0658277}
+ - {x: 0.24222082, y: -0.0656002}
+ - {x: 0.1791144, y: -0.0658277}
+ - {x: 0.13663326, y: -0.000000007954804}
+ - {x: 0.20167768, y: -0.000000007567003}
+ - {x: 0.1791144, y: -0.0658277}
+ - {x: 0.20167768, y: -0.000000007567003}
+ - {x: 0.24222082, y: -0.0656002}
+ - {x: 0.24222082, y: -0.0656002}
+ - {x: 0.20167768, y: -0.000000007567003}
+ - {x: 0.26286554, y: -0.000000007034505}
+ - {x: 0.0000000089276115, y: -0.26286554}
+ - {x: -0.06560019, y: -0.24222082}
+ - {x: 0.000000009603414, y: -0.20167768}
+ - {x: -0.06560019, y: -0.24222082}
+ - {x: -0.12994595, y: -0.21694428}
+ - {x: -0.06582768, y: -0.1791144}
+ - {x: -0.06560019, y: -0.24222082}
+ - {x: -0.06582768, y: -0.1791144}
+ - {x: 0.000000009603414, y: -0.20167768}
+ - {x: 0.000000009603414, y: -0.20167768}
+ - {x: -0.06582768, y: -0.1791144}
+ - {x: 0.000000010095579, y: -0.13663326}
+ - {x: -0.12994595, y: -0.21694428}
+ - {x: -0.19180685, y: -0.18751927}
+ - {x: -0.13204136, y: -0.15062943}
+ - {x: -0.19180685, y: -0.18751927}
+ - {x: -0.24999999, y: -0.15450849}
+ - {x: -0.19309367, y: -0.11933846}
+ - {x: -0.19180685, y: -0.18751927}
+ - {x: -0.19309367, y: -0.11933846}
+ - {x: -0.13204136, y: -0.15062943}
+ - {x: -0.13204136, y: -0.15062943}
+ - {x: -0.19309367, y: -0.11933846}
+ - {x: -0.13143277, y: -0.081229925}
+ - {x: -0.12994595, y: -0.21694428}
+ - {x: -0.13204136, y: -0.15062943}
+ - {x: -0.06582768, y: -0.1791144}
+ - {x: -0.13204136, y: -0.15062943}
+ - {x: -0.13143277, y: -0.081229925}
+ - {x: -0.06639624, y: -0.110058516}
+ - {x: -0.13204136, y: -0.15062943}
+ - {x: -0.06639624, y: -0.110058516}
+ - {x: -0.06582768, y: -0.1791144}
+ - {x: -0.06582768, y: -0.1791144}
+ - {x: -0.06639624, y: -0.110058516}
+ - {x: 0.000000010095579, y: -0.13663326}
+ - {x: 0.000000010095579, y: -0.13663326}
+ - {x: -0.06639624, y: -0.110058516}
+ - {x: 0.000000010394692, y: -0.06897612}
+ - {x: -0.06639624, y: -0.110058516}
+ - {x: -0.13143277, y: -0.081229925}
+ - {x: -0.066535555, y: -0.041121233}
+ - {x: -0.06639624, y: -0.110058516}
+ - {x: -0.066535555, y: -0.041121233}
+ - {x: 0.000000010394692, y: -0.06897612}
+ - {x: 0.000000010394692, y: -0.06897612}
+ - {x: -0.066535555, y: -0.041121233}
+ - {x: 0.000000010495037, y: 9.995273e-10}
+ - {x: -0.24999999, y: -0.15450849}
+ - {x: -0.30341256, y: -0.118543155}
+ - {x: -0.25962925, y: -0.07821723}
+ - {x: -0.30341256, y: -0.118543155}
+ - {x: -0.35102323, y: -0.080311015}
+ - {x: -0.31011978, y: -0.040570926}
+ - {x: -0.30341256, y: -0.118543155}
+ - {x: -0.31011978, y: -0.040570926}
+ - {x: -0.25962925, y: -0.07821723}
+ - {x: -0.25962925, y: -0.07821723}
+ - {x: -0.31011978, y: -0.040570926}
+ - {x: -0.26286554, y: 8.5024876e-10}
+ - {x: 0.34689024, y: -0.08031102}
+ - {x: 0.307821, y: -0.040543154}
+ - {x: 0.3514535, y: -0.0000000058819842}
+ - {x: 0.307821, y: -0.040543154}
+ - {x: 0.26286554, y: -0.000000007034505}
+ - {x: 0.307821, y: 0.04054314}
+ - {x: 0.307821, y: -0.040543154}
+ - {x: 0.307821, y: 0.04054314}
+ - {x: 0.3514535, y: -0.0000000058819842}
+ - {x: 0.3514535, y: -0.0000000058819842}
+ - {x: 0.307821, y: 0.04054314}
+ - {x: 0.34689024, y: 0.08031101}
+ - {x: -0.35102323, y: -0.080311015}
+ - {x: -0.35564086, y: 7.0257483e-10}
+ - {x: -0.31011978, y: -0.040570926}
+ - {x: -0.35564086, y: 7.0257483e-10}
+ - {x: -0.35102323, y: 0.080311015}
+ - {x: -0.31011978, y: 0.040570926}
+ - {x: -0.35564086, y: 7.0257483e-10}
+ - {x: -0.31011978, y: 0.040570926}
+ - {x: -0.31011978, y: -0.040570926}
+ - {x: -0.31011978, y: -0.040570926}
+ - {x: -0.31011978, y: 0.040570926}
+ - {x: -0.26286554, y: 8.5024876e-10}
+ - {x: -0.26286554, y: 8.5024876e-10}
+ - {x: -0.31011978, y: 0.040570926}
+ - {x: -0.25962925, y: 0.07821723}
+ - {x: -0.31011978, y: 0.040570926}
+ - {x: -0.35102323, y: 0.080311015}
+ - {x: -0.30341256, y: 0.118543155}
+ - {x: -0.31011978, y: 0.040570926}
+ - {x: -0.30341256, y: 0.118543155}
+ - {x: -0.25962925, y: 0.07821723}
+ - {x: -0.25962925, y: 0.07821723}
+ - {x: -0.30341256, y: 0.118543155}
+ - {x: -0.24999999, y: 0.15450849}
+ - {x: -0.24999999, y: -0.15450849}
+ - {x: -0.25962925, y: -0.07821723}
+ - {x: -0.19309367, y: -0.11933846}
+ - {x: -0.25962925, y: -0.07821723}
+ - {x: -0.26286554, y: 8.5024876e-10}
+ - {x: -0.1998035, y: -0.04116179}
+ - {x: -0.25962925, y: -0.07821723}
+ - {x: -0.1998035, y: -0.04116179}
+ - {x: -0.19309367, y: -0.11933846}
+ - {x: -0.19309367, y: -0.11933846}
+ - {x: -0.1998035, y: -0.04116179}
+ - {x: -0.13143277, y: -0.081229925}
+ - {x: -0.26286554, y: 8.5024876e-10}
+ - {x: -0.25962925, y: 0.07821723}
+ - {x: -0.1998035, y: 0.04116179}
+ - {x: -0.25962925, y: 0.07821723}
+ - {x: -0.24999999, y: 0.15450849}
+ - {x: -0.19309367, y: 0.11933846}
+ - {x: -0.25962925, y: 0.07821723}
+ - {x: -0.19309367, y: 0.11933846}
+ - {x: -0.1998035, y: 0.04116179}
+ - {x: -0.1998035, y: 0.04116179}
+ - {x: -0.19309367, y: 0.11933846}
+ - {x: -0.13143277, y: 0.081229925}
+ - {x: -0.26286554, y: 8.5024876e-10}
+ - {x: -0.1998035, y: 0.04116179}
+ - {x: -0.1998035, y: -0.04116179}
+ - {x: -0.1998035, y: 0.04116179}
+ - {x: -0.13143277, y: 0.081229925}
+ - {x: -0.13320234, y: 9.634057e-10}
+ - {x: -0.1998035, y: 0.04116179}
+ - {x: -0.13320234, y: 9.634057e-10}
+ - {x: -0.1998035, y: -0.04116179}
+ - {x: -0.1998035, y: -0.04116179}
+ - {x: -0.13320234, y: 9.634057e-10}
+ - {x: -0.13143277, y: -0.081229925}
+ - {x: -0.13143277, y: -0.081229925}
+ - {x: -0.13320234, y: 9.634057e-10}
+ - {x: -0.066535555, y: -0.041121233}
+ - {x: -0.13320234, y: 9.634057e-10}
+ - {x: -0.13143277, y: 0.081229925}
+ - {x: -0.066535555, y: 0.041121233}
+ - {x: -0.13320234, y: 9.634057e-10}
+ - {x: -0.066535555, y: 0.041121233}
+ - {x: -0.066535555, y: -0.041121233}
+ - {x: -0.066535555, y: -0.041121233}
+ - {x: -0.066535555, y: 0.041121233}
+ - {x: 0.000000010495037, y: 9.995273e-10}
+ - {x: 0.000000010495037, y: 9.995273e-10}
+ - {x: -0.066535555, y: 0.041121233}
+ - {x: 0.000000010394692, y: 0.06897612}
+ - {x: -0.066535555, y: 0.041121233}
+ - {x: -0.13143277, y: 0.081229925}
+ - {x: -0.06639624, y: 0.110058516}
+ - {x: -0.066535555, y: 0.041121233}
+ - {x: -0.06639624, y: 0.110058516}
+ - {x: 0.000000010394692, y: 0.06897612}
+ - {x: 0.000000010394692, y: 0.06897612}
+ - {x: -0.06639624, y: 0.110058516}
+ - {x: 0.000000010095579, y: 0.13663326}
+ - {x: -0.13143277, y: 0.081229925}
+ - {x: -0.19309367, y: 0.11933846}
+ - {x: -0.13204136, y: 0.15062943}
+ - {x: -0.19309367, y: 0.11933846}
+ - {x: -0.24999999, y: 0.15450849}
+ - {x: -0.19180685, y: 0.18751927}
+ - {x: -0.19309367, y: 0.11933846}
+ - {x: -0.19180685, y: 0.18751927}
+ - {x: -0.13204136, y: 0.15062943}
+ - {x: -0.13204136, y: 0.15062943}
+ - {x: -0.19180685, y: 0.18751927}
+ - {x: -0.12994595, y: 0.21694428}
+ - {x: -0.13143277, y: 0.081229925}
+ - {x: -0.13204136, y: 0.15062943}
+ - {x: -0.06639624, y: 0.110058516}
+ - {x: -0.13204136, y: 0.15062943}
+ - {x: -0.12994595, y: 0.21694428}
+ - {x: -0.06582768, y: 0.1791144}
+ - {x: -0.13204136, y: 0.15062943}
+ - {x: -0.06582768, y: 0.1791144}
+ - {x: -0.06639624, y: 0.110058516}
+ - {x: -0.06639624, y: 0.110058516}
+ - {x: -0.06582768, y: 0.1791144}
+ - {x: 0.000000010095579, y: 0.13663326}
+ - {x: 0.000000010095579, y: 0.13663326}
+ - {x: -0.06582768, y: 0.1791144}
+ - {x: 0.000000009603414, y: 0.20167768}
+ - {x: -0.06582768, y: 0.1791144}
+ - {x: -0.12994595, y: 0.21694428}
+ - {x: -0.06560019, y: 0.24222082}
+ - {x: -0.06582768, y: 0.1791144}
+ - {x: -0.06560019, y: 0.24222082}
+ - {x: 0.000000009603414, y: 0.20167768}
+ - {x: 0.000000009603414, y: 0.20167768}
+ - {x: -0.06560019, y: 0.24222082}
+ - {x: 0.0000000089276115, y: 0.26286554}
+ - {x: 0.26286554, y: 0.0000000017227371}
+ - {x: 0.24222083, y: 0.065600194}
+ - {x: 0.307821, y: 0.040543146}
+ - {x: 0.24222083, y: 0.065600194}
+ - {x: 0.21694429, y: 0.12994596}
+ - {x: 0.28562585, y: 0.10651143}
+ - {x: 0.24222083, y: 0.065600194}
+ - {x: 0.28562585, y: 0.10651143}
+ - {x: 0.307821, y: 0.040543146}
+ - {x: 0.307821, y: 0.040543146}
+ - {x: 0.28562585, y: 0.10651143}
+ - {x: 0.34689024, y: 0.080311015}
+ - {x: 0.21694429, y: 0.12994596}
+ - {x: 0.18751928, y: 0.19180687}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.18751928, y: 0.19180687}
+ - {x: 0.15450849, y: 0.25}
+ - {x: 0.22699527, y: 0.23421493}
+ - {x: 0.18751928, y: 0.19180687}
+ - {x: 0.22699527, y: 0.23421493}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.22699527, y: 0.23421493}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: 0.21694429, y: 0.12994596}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.28562585, y: 0.10651143}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: 0.32370597, y: 0.14800228}
+ - {x: 0.2580608, y: 0.1730765}
+ - {x: 0.32370597, y: 0.14800228}
+ - {x: 0.28562585, y: 0.10651143}
+ - {x: 0.28562585, y: 0.10651143}
+ - {x: 0.32370597, y: 0.14800228}
+ - {x: 0.34689024, y: 0.080311015}
+ - {x: -0.080311015, y: -0.35102323}
+ - {x: -0.14800228, y: -0.35115492}
+ - {x: -0.118543155, y: -0.30341256}
+ - {x: 0.32370597, y: 0.14800228}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: 0.35355338, y: 0.185874}
+ - {x: -0.14800228, y: -0.35115492}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.118543155, y: -0.30341256}
+ - {x: -0.118543155, y: -0.30341256}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.15450849, y: -0.25}
+ - {x: 0.15450849, y: 0.25}
+ - {x: 0.11854316, y: 0.30341256}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.11854316, y: 0.30341256}
+ - {x: 0.08031102, y: 0.35102323}
+ - {x: 0.14800228, y: 0.35115492}
+ - {x: 0.11854316, y: 0.30341256}
+ - {x: 0.14800228, y: 0.35115492}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.185874, y: -0.35355338}
+ - {x: 0.14800228, y: -0.32370597}
+ - {x: 0.2126627, y: -0.29389265}
+ - {x: 0.08031102, y: -0.34689024}
+ - {x: 0.040543154, y: -0.307821}
+ - {x: 0.10651144, y: -0.28562585}
+ - {x: 0.040543154, y: -0.307821}
+ - {x: 0.0000000089276115, y: -0.26286554}
+ - {x: 0.0656002, y: -0.24222082}
+ - {x: 0.040543154, y: -0.307821}
+ - {x: 0.0656002, y: -0.24222082}
+ - {x: 0.10651144, y: -0.28562585}
+ - {x: 0.10651144, y: -0.28562585}
+ - {x: 0.0656002, y: -0.24222082}
+ - {x: 0.12994598, y: -0.21694428}
+ - {x: 0.08031102, y: -0.34689024}
+ - {x: 0.10651144, y: -0.28562585}
+ - {x: 0.14800228, y: -0.32370597}
+ - {x: 0.10651144, y: -0.28562585}
+ - {x: 0.12994598, y: -0.21694428}
+ - {x: 0.17307651, y: -0.2580608}
+ - {x: 0.10651144, y: -0.28562585}
+ - {x: 0.17307651, y: -0.2580608}
+ - {x: 0.14800228, y: -0.32370597}
+ - {x: 0.14800228, y: -0.32370597}
+ - {x: 0.17307651, y: -0.2580608}
+ - {x: 0.2126627, y: -0.29389265}
+ - {x: 0.2126627, y: -0.29389265}
+ - {x: 0.17307651, y: -0.2580608}
+ - {x: 0.23421495, y: -0.22699527}
+ - {x: 0.17307651, y: -0.2580608}
+ - {x: 0.12994598, y: -0.21694428}
+ - {x: 0.19180688, y: -0.18751927}
+ - {x: 0.17307651, y: -0.2580608}
+ - {x: 0.19180688, y: -0.18751927}
+ - {x: 0.23421495, y: -0.22699527}
+ - {x: 0.23421495, y: -0.22699527}
+ - {x: 0.19180688, y: -0.18751927}
+ - {x: 0.25, y: -0.15450849}
+ - {x: 0.15450849, y: 0.25}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.22699527, y: 0.23421493}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.2126627, y: 0.34409547}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.185874, y: 0.30075046}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.22699527, y: 0.23421493}
+ - {x: 0.22699527, y: 0.23421493}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: 0.2126627, y: -0.29389265}
+ - {x: 0.23421495, y: -0.22699527}
+ - {x: 0.2821271, y: -0.25668773}
+ - {x: 0.23421495, y: -0.22699527}
+ - {x: 0.25, y: -0.15450849}
+ - {x: 0.30075046, y: -0.185874}
+ - {x: 0.23421495, y: -0.22699527}
+ - {x: 0.30075046, y: -0.185874}
+ - {x: 0.2821271, y: -0.25668773}
+ - {x: 0.2821271, y: -0.25668773}
+ - {x: 0.30075046, y: -0.185874}
+ - {x: 0.34409547, y: -0.2126627}
+ - {x: 0.2126627, y: -0.29389265}
+ - {x: 0.2821271, y: -0.25668773}
+ - {x: 0.25668773, y: -0.3232889}
+ - {x: -0.3232889, y: -0.25668773}
+ - {x: -0.29389265, y: -0.21266271}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: 0.2821271, y: -0.25668773}
+ - {x: 0.3232889, y: -0.2821271}
+ - {x: 0.25668773, y: -0.3232889}
+ - {x: 0.25668773, y: 0.2821271}
+ - {x: 0.3232889, y: 0.25668773}
+ - {x: 0.29389265, y: 0.2126627}
+ - {x: -0.2126627, y: -0.34409547}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.29389265, y: -0.21266271}
+ - {x: -0.22699527, y: -0.23421495}
+ - {x: -0.25668773, y: -0.2821271}
+ - {x: -0.22699527, y: -0.23421495}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.185874, y: -0.30075046}
+ - {x: -0.22699527, y: -0.23421495}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.15450849, y: -0.25}
+ - {x: -0.22699527, y: -0.23421495}
+ - {x: -0.18751927, y: -0.19180688}
+ - {x: -0.22699527, y: -0.23421495}
+ - {x: -0.29389265, y: -0.21266271}
+ - {x: -0.2580608, y: -0.17307651}
+ - {x: -0.22699527, y: -0.23421495}
+ - {x: -0.2580608, y: -0.17307651}
+ - {x: -0.18751927, y: -0.19180688}
+ - {x: -0.18751927, y: -0.19180688}
+ - {x: -0.2580608, y: -0.17307651}
+ - {x: -0.21694428, y: -0.12994598}
+ - {x: -0.29389265, y: -0.21266271}
+ - {x: -0.35355338, y: -0.18587402}
+ - {x: -0.32370597, y: -0.1480023}
+ - {x: 0.30075046, y: -0.185874}
+ - {x: 0.25, y: -0.15450849}
+ - {x: 0.30341256, y: -0.118543155}
+ - {x: 0.30075046, y: -0.185874}
+ - {x: 0.30341256, y: -0.118543155}
+ - {x: 0.35115492, y: -0.14800228}
+ - {x: 0.35115492, y: -0.14800228}
+ - {x: 0.30341256, y: -0.118543155}
+ - {x: 0.35102323, y: -0.080311015}
+ - {x: -0.29389265, y: -0.21266271}
+ - {x: -0.32370597, y: -0.1480023}
+ - {x: -0.2580608, y: -0.17307651}
+ - {x: -0.32370597, y: -0.1480023}
+ - {x: -0.34689024, y: -0.08031102}
+ - {x: -0.28562585, y: -0.106511444}
+ - {x: -0.32370597, y: -0.1480023}
+ - {x: -0.28562585, y: -0.106511444}
+ - {x: -0.2580608, y: -0.17307651}
+ - {x: -0.2580608, y: -0.17307651}
+ - {x: -0.28562585, y: -0.106511444}
+ - {x: -0.21694428, y: -0.12994598}
+ - {x: -0.21694428, y: -0.12994598}
+ - {x: -0.28562585, y: -0.106511444}
+ - {x: -0.24222082, y: -0.06560021}
+ - {x: -0.28562585, y: -0.106511444}
+ - {x: -0.34689024, y: -0.08031102}
+ - {x: -0.307821, y: -0.040543158}
+ - {x: -0.28562585, y: -0.106511444}
+ - {x: -0.307821, y: -0.040543158}
+ - {x: -0.24222082, y: -0.06560021}
+ - {x: -0.24222082, y: -0.06560021}
+ - {x: -0.307821, y: -0.040543158}
+ - {x: -0.26286554, y: -0.000000012166831}
+ - {x: -0.000000004260098, y: -0.26286554}
+ - {x: -0.04054315, y: -0.307821}
+ - {x: -0.0656002, y: -0.24222082}
+ - {x: -0.04054315, y: -0.307821}
+ - {x: -0.080311015, y: -0.34689024}
+ - {x: -0.10651144, y: -0.28562585}
+ - {x: -0.04054315, y: -0.307821}
+ - {x: -0.10651144, y: -0.28562585}
+ - {x: -0.0656002, y: -0.24222082}
+ - {x: -0.0656002, y: -0.24222082}
+ - {x: -0.10651144, y: -0.28562585}
+ - {x: -0.12994596, y: -0.21694428}
+ - {x: 0.08031102, y: -0.35102323}
+ - {x: 0.11854316, y: -0.30341256}
+ - {x: 0.14800228, y: -0.35115492}
+ - {x: 0.11854316, y: -0.30341256}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.11854316, y: -0.30341256}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.14800228, y: -0.35115492}
+ - {x: -0.14800228, y: -0.32370597}
+ - {x: -0.185874, y: -0.35355338}
+ - {x: -0.2126627, y: -0.29389265}
+ - {x: -0.080311015, y: -0.34689024}
+ - {x: -0.14800228, y: -0.32370597}
+ - {x: -0.10651144, y: -0.28562585}
+ - {x: -0.14800228, y: -0.32370597}
+ - {x: -0.2126627, y: -0.29389265}
+ - {x: -0.1730765, y: -0.2580608}
+ - {x: -0.14800228, y: -0.32370597}
+ - {x: -0.1730765, y: -0.2580608}
+ - {x: -0.10651144, y: -0.28562585}
+ - {x: -0.10651144, y: -0.28562585}
+ - {x: -0.1730765, y: -0.2580608}
+ - {x: -0.12994596, y: -0.21694428}
+ - {x: -0.12994596, y: -0.21694428}
+ - {x: -0.1730765, y: -0.2580608}
+ - {x: -0.19180687, y: -0.18751927}
+ - {x: -0.1730765, y: -0.2580608}
+ - {x: -0.2126627, y: -0.29389265}
+ - {x: -0.23421493, y: -0.22699527}
+ - {x: -0.1730765, y: -0.2580608}
+ - {x: -0.23421493, y: -0.22699527}
+ - {x: -0.19180687, y: -0.18751927}
+ - {x: -0.19180687, y: -0.18751927}
+ - {x: -0.23421493, y: -0.22699527}
+ - {x: -0.25, y: -0.15450849}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.18751928, y: -0.19180687}
+ - {x: 0.22699527, y: -0.23421493}
+ - {x: 0.18751928, y: -0.19180687}
+ - {x: 0.21694429, y: -0.12994596}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.18751928, y: -0.19180687}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.22699527, y: -0.23421493}
+ - {x: 0.22699527, y: -0.23421493}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.21694429, y: -0.12994596}
+ - {x: 0.24222083, y: -0.065600194}
+ - {x: 0.28562585, y: -0.10651143}
+ - {x: 0.24222083, y: -0.065600194}
+ - {x: 0.26286554, y: 0.0000000017227371}
+ - {x: 0.307821, y: -0.040543146}
+ - {x: 0.24222083, y: -0.065600194}
+ - {x: 0.307821, y: -0.040543146}
+ - {x: 0.28562585, y: -0.10651143}
+ - {x: 0.28562585, y: -0.10651143}
+ - {x: 0.307821, y: -0.040543146}
+ - {x: 0.34689024, y: -0.080311015}
+ - {x: 0.21694429, y: -0.12994596}
+ - {x: 0.28562585, y: -0.10651143}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.28562585, y: -0.10651143}
+ - {x: 0.34689024, y: -0.080311015}
+ - {x: 0.32370597, y: -0.14800228}
+ - {x: 0.28562585, y: -0.10651143}
+ - {x: 0.32370597, y: -0.14800228}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.2580608, y: -0.1730765}
+ - {x: 0.32370597, y: -0.14800228}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.32370597, y: -0.14800228}
+ - {x: 0.35355338, y: -0.185874}
+ - {x: 0.14800228, y: -0.35115492}
+ - {x: 0.080311015, y: -0.35102323}
+ - {x: 0.118543155, y: -0.30341256}
+ - {x: 0.14800228, y: -0.35115492}
+ - {x: 0.118543155, y: -0.30341256}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.118543155, y: -0.30341256}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.22699527, y: -0.23421493}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.22699527, y: -0.23421493}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.22699527, y: -0.23421493}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.2126627, y: -0.34409547}
+ - {x: 0.2126627, y: -0.34409547}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.22699527, y: -0.23421495}
+ - {x: 0.185874, y: -0.30075046}
+ - {x: 0.22699527, y: -0.23421495}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.22699527, y: -0.23421495}
+ - {x: 0.29389265, y: -0.21266271}
+ - {x: 0.29389265, y: -0.2126627}
+ - {x: 0.3232889, y: -0.25668773}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.25668773, y: -0.2821271}
+ - {x: 0.29389265, y: -0.21266271}
+ - {x: 0.3232889, y: -0.25668773}
+ - {x: -0.3232889, y: -0.2821271}
+ - {x: -0.2821271, y: -0.25668773}
+ - {x: -0.25668773, y: -0.3232889}
+ - {x: -0.25668773, y: -0.3232889}
+ - {x: -0.2821271, y: -0.25668773}
+ - {x: -0.2126627, y: -0.29389265}
+ - {x: -0.2126627, y: -0.29389265}
+ - {x: -0.2821271, y: -0.25668773}
+ - {x: -0.23421493, y: -0.22699527}
+ - {x: -0.2821271, y: -0.25668773}
+ - {x: -0.34409547, y: -0.2126627}
+ - {x: -0.30075046, y: -0.185874}
+ - {x: -0.2821271, y: -0.25668773}
+ - {x: -0.30075046, y: -0.185874}
+ - {x: -0.23421493, y: -0.22699527}
+ - {x: -0.23421493, y: -0.22699527}
+ - {x: -0.30075046, y: -0.185874}
+ - {x: -0.25, y: -0.15450849}
+ - {x: -0.25, y: -0.15450849}
+ - {x: -0.30075046, y: -0.185874}
+ - {x: -0.30341256, y: -0.11854316}
+ - {x: 0.35355338, y: -0.18587402}
+ - {x: 0.29389265, y: -0.21266271}
+ - {x: 0.32370597, y: -0.1480023}
+ - {x: -0.30075046, y: -0.185874}
+ - {x: -0.35115492, y: -0.14800228}
+ - {x: -0.30341256, y: -0.11854316}
+ - {x: -0.30341256, y: -0.11854316}
+ - {x: -0.35115492, y: -0.14800228}
+ - {x: -0.35102323, y: -0.08031102}
+ - {x: 0.29389265, y: -0.21266271}
+ - {x: 0.22699527, y: -0.23421495}
+ - {x: 0.2580608, y: -0.17307651}
+ - {x: 0.22699527, y: -0.23421495}
+ - {x: 0.15450849, y: -0.25}
+ - {x: 0.18751927, y: -0.19180688}
+ - {x: 0.22699527, y: -0.23421495}
+ - {x: 0.18751927, y: -0.19180688}
+ - {x: 0.2580608, y: -0.17307651}
+ - {x: 0.2580608, y: -0.17307651}
+ - {x: 0.18751927, y: -0.19180688}
+ - {x: 0.21694428, y: -0.12994598}
+ - {x: 0.29389265, y: -0.21266271}
+ - {x: 0.2580608, y: -0.17307651}
+ - {x: 0.32370597, y: -0.1480023}
+ - {x: 0.2580608, y: -0.17307651}
+ - {x: 0.21694428, y: -0.12994598}
+ - {x: 0.28562585, y: -0.106511444}
+ - {x: 0.2580608, y: -0.17307651}
+ - {x: 0.28562585, y: -0.106511444}
+ - {x: 0.32370597, y: -0.1480023}
+ - {x: 0.32370597, y: -0.1480023}
+ - {x: 0.28562585, y: -0.106511444}
+ - {x: 0.34689024, y: -0.08031102}
+ - {x: 0.34689024, y: -0.08031102}
+ - {x: 0.28562585, y: -0.106511444}
+ - {x: 0.307821, y: -0.040543158}
+ - {x: 0.28562585, y: -0.106511444}
+ - {x: 0.21694428, y: -0.12994598}
+ - {x: 0.24222082, y: -0.06560021}
+ - {x: 0.28562585, y: -0.106511444}
+ - {x: 0.24222082, y: -0.06560021}
+ - {x: 0.307821, y: -0.040543158}
+ - {x: 0.307821, y: -0.040543158}
+ - {x: 0.24222082, y: -0.06560021}
+ - {x: 0.26286554, y: -0.000000012166831}
+ - {x: -0.26286554, y: -0.000000007034505}
+ - {x: -0.307821, y: -0.040543154}
+ - {x: -0.307821, y: 0.04054314}
+ - {x: -0.307821, y: -0.040543154}
+ - {x: -0.34689024, y: -0.08031102}
+ - {x: -0.3514535, y: -0.0000000058819842}
+ - {x: -0.307821, y: -0.040543154}
+ - {x: -0.3514535, y: -0.0000000058819842}
+ - {x: -0.307821, y: 0.04054314}
+ - {x: -0.307821, y: 0.04054314}
+ - {x: -0.3514535, y: -0.0000000058819842}
+ - {x: -0.34689024, y: 0.08031101}
+ - {x: 0.35102323, y: -0.08031102}
+ - {x: 0.30341256, y: -0.11854316}
+ - {x: 0.31011978, y: -0.040570933}
+ - {x: 0.30341256, y: -0.11854316}
+ - {x: 0.25, y: -0.15450849}
+ - {x: 0.25962925, y: -0.07821724}
+ - {x: 0.30341256, y: -0.11854316}
+ - {x: 0.25962925, y: -0.07821724}
+ - {x: 0.31011978, y: -0.040570933}
+ - {x: 0.31011978, y: -0.040570933}
+ - {x: 0.25962925, y: -0.07821724}
+ - {x: 0.26286554, y: -0.000000006943695}
+ - {x: 0.35102323, y: -0.08031102}
+ - {x: 0.31011978, y: -0.040570933}
+ - {x: 0.35564086, y: -0.0000000057376917}
+ - {x: 0.31011978, y: -0.040570933}
+ - {x: 0.26286554, y: -0.000000006943695}
+ - {x: 0.31011978, y: 0.04057092}
+ - {x: 0.31011978, y: -0.040570933}
+ - {x: 0.31011978, y: 0.04057092}
+ - {x: 0.35564086, y: -0.0000000057376917}
+ - {x: 0.35564086, y: -0.0000000057376917}
+ - {x: 0.31011978, y: 0.04057092}
+ - {x: 0.35102323, y: 0.08031101}
+ - {x: 0.35102323, y: 0.08031101}
+ - {x: 0.31011978, y: 0.04057092}
+ - {x: 0.30341256, y: 0.11854315}
+ - {x: 0.31011978, y: 0.04057092}
+ - {x: 0.26286554, y: -0.000000006943695}
+ - {x: 0.25962925, y: 0.07821722}
+ - {x: 0.31011978, y: 0.04057092}
+ - {x: 0.25962925, y: 0.07821722}
+ - {x: 0.30341256, y: 0.11854315}
+ - {x: 0.30341256, y: 0.11854315}
+ - {x: 0.25962925, y: 0.07821722}
+ - {x: 0.25, y: 0.15450849}
+ - {x: 0.25, y: -0.15450849}
+ - {x: 0.19180687, y: -0.18751927}
+ - {x: 0.19309369, y: -0.11933847}
+ - {x: 0.19180687, y: -0.18751927}
+ - {x: 0.12994596, y: -0.21694428}
+ - {x: 0.13204138, y: -0.15062945}
+ - {x: 0.19180687, y: -0.18751927}
+ - {x: 0.13204138, y: -0.15062945}
+ - {x: 0.19309369, y: -0.11933847}
+ - {x: 0.19309369, y: -0.11933847}
+ - {x: 0.13204138, y: -0.15062945}
+ - {x: 0.13143279, y: -0.08122993}
+ - {x: 0.12994596, y: -0.21694428}
+ - {x: 0.06560019, y: -0.24222082}
+ - {x: 0.06582768, y: -0.17911442}
+ - {x: 0.06560019, y: -0.24222082}
+ - {x: -0.000000004260098, y: -0.26286554}
+ - {x: -0.0000000045825796, y: -0.2016777}
+ - {x: 0.06560019, y: -0.24222082}
+ - {x: -0.0000000045825796, y: -0.2016777}
+ - {x: 0.06582768, y: -0.17911442}
+ - {x: 0.06582768, y: -0.17911442}
+ - {x: -0.0000000045825796, y: -0.2016777}
+ - {x: -0.000000004817432, y: -0.13663328}
+ - {x: 0.12994596, y: -0.21694428}
+ - {x: 0.06582768, y: -0.17911442}
+ - {x: 0.13204138, y: -0.15062945}
+ - {x: 0.06582768, y: -0.17911442}
+ - {x: -0.000000004817432, y: -0.13663328}
+ - {x: 0.06639624, y: -0.11005852}
+ - {x: 0.06582768, y: -0.17911442}
+ - {x: 0.06639624, y: -0.11005852}
+ - {x: 0.13204138, y: -0.15062945}
+ - {x: 0.13204138, y: -0.15062945}
+ - {x: 0.06639624, y: -0.11005852}
+ - {x: 0.13143279, y: -0.08122993}
+ - {x: 0.13143279, y: -0.08122993}
+ - {x: 0.06639624, y: -0.11005852}
+ - {x: 0.066535555, y: -0.04112124}
+ - {x: 0.06639624, y: -0.11005852}
+ - {x: -0.000000004817432, y: -0.13663328}
+ - {x: -0.0000000049601634, y: -0.06897613}
+ - {x: 0.06639624, y: -0.11005852}
+ - {x: -0.0000000049601634, y: -0.06897613}
+ - {x: 0.066535555, y: -0.04112124}
+ - {x: 0.066535555, y: -0.04112124}
+ - {x: -0.0000000049601634, y: -0.06897613}
+ - {x: -0.000000005008046, y: -0.000000008162803}
+ - {x: 0.25, y: -0.15450849}
+ - {x: 0.19309369, y: -0.11933847}
+ - {x: 0.25962925, y: -0.07821724}
+ - {x: 0.19309369, y: -0.11933847}
+ - {x: 0.13143279, y: -0.08122993}
+ - {x: 0.19980352, y: -0.041161798}
+ - {x: 0.19309369, y: -0.11933847}
+ - {x: 0.19980352, y: -0.041161798}
+ - {x: 0.25962925, y: -0.07821724}
+ - {x: 0.25962925, y: -0.07821724}
+ - {x: 0.19980352, y: -0.041161798}
+ - {x: 0.26286554, y: -0.000000006943695}
+ - {x: 0.13143279, y: -0.08122993}
+ - {x: 0.066535555, y: -0.04112124}
+ - {x: 0.13320236, y: -0.0000000078678095}
+ - {x: 0.066535555, y: -0.04112124}
+ - {x: -0.000000005008046, y: -0.000000008162803}
+ - {x: 0.066535555, y: 0.041121226}
+ - {x: 0.066535555, y: -0.04112124}
+ - {x: 0.066535555, y: 0.041121226}
+ - {x: 0.13320236, y: -0.0000000078678095}
+ - {x: 0.13320236, y: -0.0000000078678095}
+ - {x: 0.066535555, y: 0.041121226}
+ - {x: 0.13143279, y: 0.08122992}
+ - {x: 0.13143279, y: -0.08122993}
+ - {x: 0.13320236, y: -0.0000000078678095}
+ - {x: 0.19980352, y: -0.041161798}
+ - {x: 0.13320236, y: -0.0000000078678095}
+ - {x: 0.13143279, y: 0.08122992}
+ - {x: 0.19980352, y: 0.041161783}
+ - {x: 0.13320236, y: -0.0000000078678095}
+ - {x: 0.19980352, y: 0.041161783}
+ - {x: 0.19980352, y: -0.041161798}
+ - {x: 0.19980352, y: -0.041161798}
+ - {x: 0.19980352, y: 0.041161783}
+ - {x: 0.26286554, y: -0.000000006943695}
+ - {x: 0.26286554, y: -0.000000006943695}
+ - {x: 0.19980352, y: 0.041161783}
+ - {x: 0.25962925, y: 0.07821722}
+ - {x: 0.19980352, y: 0.041161783}
+ - {x: 0.13143279, y: 0.08122992}
+ - {x: 0.19309369, y: 0.11933845}
+ - {x: 0.19980352, y: 0.041161783}
+ - {x: 0.19309369, y: 0.11933845}
+ - {x: 0.25962925, y: 0.07821722}
+ - {x: 0.25962925, y: 0.07821722}
+ - {x: 0.19309369, y: 0.11933845}
+ - {x: 0.25, y: 0.15450849}
+ - {x: 0.25, y: 0.15450849}
+ - {x: 0.19309369, y: 0.11933845}
+ - {x: 0.19180687, y: 0.18751927}
+ - {x: 0.19309369, y: 0.11933845}
+ - {x: 0.13143279, y: 0.08122992}
+ - {x: 0.13204138, y: 0.15062942}
+ - {x: 0.19309369, y: 0.11933845}
+ - {x: 0.13204138, y: 0.15062942}
+ - {x: 0.19180687, y: 0.18751927}
+ - {x: 0.19180687, y: 0.18751927}
+ - {x: 0.13204138, y: 0.15062942}
+ - {x: 0.12994596, y: 0.21694428}
+ - {x: 0.13143279, y: 0.08122992}
+ - {x: 0.066535555, y: 0.041121226}
+ - {x: 0.06639624, y: 0.11005851}
+ - {x: 0.066535555, y: 0.041121226}
+ - {x: -0.000000005008046, y: -0.000000008162803}
+ - {x: -0.0000000049601634, y: 0.06897611}
+ - {x: 0.066535555, y: 0.041121226}
+ - {x: -0.0000000049601634, y: 0.06897611}
+ - {x: 0.06639624, y: 0.11005851}
+ - {x: 0.06639624, y: 0.11005851}
+ - {x: -0.0000000049601634, y: 0.06897611}
+ - {x: -0.000000004817432, y: 0.13663325}
+ - {x: 0.13143279, y: 0.08122992}
+ - {x: 0.06639624, y: 0.11005851}
+ - {x: 0.13204138, y: 0.15062942}
+ - {x: 0.06639624, y: 0.11005851}
+ - {x: -0.000000004817432, y: 0.13663325}
+ - {x: 0.06582768, y: 0.17911439}
+ - {x: 0.06639624, y: 0.11005851}
+ - {x: 0.06582768, y: 0.17911439}
+ - {x: 0.13204138, y: 0.15062942}
+ - {x: 0.13204138, y: 0.15062942}
+ - {x: 0.06582768, y: 0.17911439}
+ - {x: 0.12994596, y: 0.21694428}
+ - {x: 0.12994596, y: 0.21694428}
+ - {x: 0.06582768, y: 0.17911439}
+ - {x: 0.06560019, y: 0.24222082}
+ - {x: 0.06582768, y: 0.17911439}
+ - {x: -0.000000004817432, y: 0.13663325}
+ - {x: -0.0000000045825796, y: 0.20167767}
+ - {x: 0.06582768, y: 0.17911439}
+ - {x: -0.0000000045825796, y: 0.20167767}
+ - {x: 0.06560019, y: 0.24222082}
+ - {x: 0.06560019, y: 0.24222082}
+ - {x: -0.0000000045825796, y: 0.20167767}
+ - {x: -0.000000004260098, y: 0.26286554}
+ - {x: 0.26286554, y: -0.000000007034505}
+ - {x: 0.20167768, y: -0.000000007567003}
+ - {x: 0.24222082, y: 0.06560019}
+ - {x: 0.20167768, y: -0.000000007567003}
+ - {x: 0.13663326, y: -0.000000007954804}
+ - {x: 0.1791144, y: 0.06582768}
+ - {x: 0.20167768, y: -0.000000007567003}
+ - {x: 0.1791144, y: 0.06582768}
+ - {x: 0.24222082, y: 0.06560019}
+ - {x: 0.24222082, y: 0.06560019}
+ - {x: 0.1791144, y: 0.06582768}
+ - {x: 0.21694428, y: 0.12994596}
+ - {x: 0.13663326, y: -0.000000007954804}
+ - {x: 0.06897612, y: -0.00000000819049}
+ - {x: 0.110058516, y: 0.06639624}
+ - {x: 0.06897612, y: -0.00000000819049}
+ - {x: -0.0000000015188981, y: -0.000000008269557}
+ - {x: 0.041121233, y: 0.066535555}
+ - {x: 0.06897612, y: -0.00000000819049}
+ - {x: 0.041121233, y: 0.066535555}
+ - {x: 0.110058516, y: 0.06639624}
+ - {x: 0.110058516, y: 0.06639624}
+ - {x: 0.041121233, y: 0.066535555}
+ - {x: 0.081229925, y: 0.13143277}
+ - {x: 0.13663326, y: -0.000000007954804}
+ - {x: 0.110058516, y: 0.06639624}
+ - {x: 0.1791144, y: 0.06582768}
+ - {x: 0.110058516, y: 0.06639624}
+ - {x: 0.081229925, y: 0.13143277}
+ - {x: 0.15062943, y: 0.13204136}
+ - {x: 0.110058516, y: 0.06639624}
+ - {x: 0.15062943, y: 0.13204136}
+ - {x: 0.1791144, y: 0.06582768}
+ - {x: 0.1791144, y: 0.06582768}
+ - {x: 0.15062943, y: 0.13204136}
+ - {x: 0.21694428, y: 0.12994596}
+ - {x: 0.21694428, y: 0.12994596}
+ - {x: 0.15062943, y: 0.13204136}
+ - {x: 0.18751927, y: 0.19180687}
+ - {x: 0.15062943, y: 0.13204136}
+ - {x: 0.081229925, y: 0.13143277}
+ - {x: 0.11933846, y: 0.19309369}
+ - {x: 0.15062943, y: 0.13204136}
+ - {x: 0.11933846, y: 0.19309369}
+ - {x: 0.18751927, y: 0.19180687}
+ - {x: 0.18751927, y: 0.19180687}
+ - {x: 0.11933846, y: 0.19309369}
+ - {x: 0.15450849, y: 0.25}
+ - {x: -0.0000000015188981, y: -0.000000008269557}
+ - {x: -0.06897612, y: -0.00000000819049}
+ - {x: -0.041121233, y: 0.066535555}
+ - {x: -0.06897612, y: -0.00000000819049}
+ - {x: -0.13663326, y: -0.000000007954804}
+ - {x: -0.110058516, y: 0.06639624}
+ - {x: -0.06897612, y: -0.00000000819049}
+ - {x: -0.110058516, y: 0.06639624}
+ - {x: -0.041121233, y: 0.066535555}
+ - {x: -0.041121233, y: 0.066535555}
+ - {x: -0.110058516, y: 0.06639624}
+ - {x: -0.081229925, y: 0.13143277}
+ - {x: -0.13663326, y: -0.000000007954804}
+ - {x: -0.20167768, y: -0.000000007567003}
+ - {x: -0.1791144, y: 0.06582768}
+ - {x: -0.20167768, y: -0.000000007567003}
+ - {x: -0.26286554, y: -0.000000007034505}
+ - {x: -0.24222082, y: 0.06560019}
+ - {x: -0.20167768, y: -0.000000007567003}
+ - {x: -0.24222082, y: 0.06560019}
+ - {x: -0.1791144, y: 0.06582768}
+ - {x: -0.1791144, y: 0.06582768}
+ - {x: -0.24222082, y: 0.06560019}
+ - {x: -0.21694428, y: 0.12994596}
+ - {x: -0.13663326, y: -0.000000007954804}
+ - {x: -0.1791144, y: 0.06582768}
+ - {x: -0.110058516, y: 0.06639624}
+ - {x: -0.1791144, y: 0.06582768}
+ - {x: -0.21694428, y: 0.12994596}
+ - {x: -0.15062943, y: 0.13204136}
+ - {x: -0.1791144, y: 0.06582768}
+ - {x: -0.15062943, y: 0.13204136}
+ - {x: -0.110058516, y: 0.06639624}
+ - {x: -0.110058516, y: 0.06639624}
+ - {x: -0.15062943, y: 0.13204136}
+ - {x: -0.081229925, y: 0.13143277}
+ - {x: -0.081229925, y: 0.13143277}
+ - {x: -0.15062943, y: 0.13204136}
+ - {x: -0.11933846, y: 0.19309369}
+ - {x: -0.15062943, y: 0.13204136}
+ - {x: -0.21694428, y: 0.12994596}
+ - {x: -0.18751927, y: 0.19180687}
+ - {x: -0.15062943, y: 0.13204136}
+ - {x: -0.18751927, y: 0.19180687}
+ - {x: -0.11933846, y: 0.19309369}
+ - {x: -0.11933846, y: 0.19309369}
+ - {x: -0.18751927, y: 0.19180687}
+ - {x: -0.15450849, y: 0.25}
+ - {x: -0.0000000015188981, y: -0.000000008269557}
+ - {x: -0.041121233, y: 0.066535555}
+ - {x: 0.041121233, y: 0.066535555}
+ - {x: -0.041121233, y: 0.066535555}
+ - {x: -0.081229925, y: 0.13143277}
+ - {x: -0.000000001464007, y: 0.13320234}
+ - {x: -0.041121233, y: 0.066535555}
+ - {x: -0.000000001464007, y: 0.13320234}
+ - {x: 0.041121233, y: 0.066535555}
+ - {x: 0.041121233, y: 0.066535555}
+ - {x: -0.000000001464007, y: 0.13320234}
+ - {x: 0.081229925, y: 0.13143277}
+ - {x: -0.081229925, y: 0.13143277}
+ - {x: -0.11933846, y: 0.19309369}
+ - {x: -0.04116179, y: 0.1998035}
+ - {x: -0.11933846, y: 0.19309369}
+ - {x: -0.15450849, y: 0.25}
+ - {x: -0.07821723, y: 0.25962925}
+ - {x: -0.11933846, y: 0.19309369}
+ - {x: -0.07821723, y: 0.25962925}
+ - {x: -0.04116179, y: 0.1998035}
+ - {x: -0.04116179, y: 0.1998035}
+ - {x: -0.07821723, y: 0.25962925}
+ - {x: -0.0000000012920519, y: 0.26286554}
+ - {x: -0.081229925, y: 0.13143277}
+ - {x: -0.04116179, y: 0.1998035}
+ - {x: -0.000000001464007, y: 0.13320234}
+ - {x: -0.04116179, y: 0.1998035}
+ - {x: -0.0000000012920519, y: 0.26286554}
+ - {x: 0.04116179, y: 0.1998035}
+ - {x: -0.04116179, y: 0.1998035}
+ - {x: 0.04116179, y: 0.1998035}
+ - {x: -0.000000001464007, y: 0.13320234}
+ - {x: -0.000000001464007, y: 0.13320234}
+ - {x: 0.04116179, y: 0.1998035}
+ - {x: 0.081229925, y: 0.13143277}
+ - {x: 0.081229925, y: 0.13143277}
+ - {x: 0.04116179, y: 0.1998035}
+ - {x: 0.11933846, y: 0.19309369}
+ - {x: 0.04116179, y: 0.1998035}
+ - {x: -0.0000000012920519, y: 0.26286554}
+ - {x: 0.07821723, y: 0.25962925}
+ - {x: 0.04116179, y: 0.1998035}
+ - {x: 0.07821723, y: 0.25962925}
+ - {x: 0.11933846, y: 0.19309369}
+ - {x: 0.11933846, y: 0.19309369}
+ - {x: 0.07821723, y: 0.25962925}
+ - {x: 0.15450849, y: 0.25}
+ - {x: 0.15450849, y: 0.25}
+ - {x: 0.07821723, y: 0.25962925}
+ - {x: 0.118543155, y: 0.30341256}
+ - {x: 0.07821723, y: 0.25962925}
+ - {x: -0.0000000012920519, y: 0.26286554}
+ - {x: 0.040570926, y: 0.31011978}
+ - {x: 0.07821723, y: 0.25962925}
+ - {x: 0.040570926, y: 0.31011978}
+ - {x: 0.118543155, y: 0.30341256}
+ - {x: 0.118543155, y: 0.30341256}
+ - {x: 0.040570926, y: 0.31011978}
+ - {x: 0.080311015, y: 0.35102323}
+ - {x: -0.0000000012920519, y: 0.26286554}
+ - {x: -0.07821723, y: 0.25962925}
+ - {x: -0.040570926, y: 0.31011978}
+ - {x: -0.07821723, y: 0.25962925}
+ - {x: -0.15450849, y: 0.25}
+ - {x: -0.118543155, y: 0.30341256}
+ - {x: -0.07821723, y: 0.25962925}
+ - {x: -0.118543155, y: 0.30341256}
+ - {x: -0.040570926, y: 0.31011978}
+ - {x: -0.040570926, y: 0.31011978}
+ - {x: -0.118543155, y: 0.30341256}
+ - {x: -0.080311015, y: 0.35102323}
+ - {x: -0.0000000012920519, y: 0.26286554}
+ - {x: -0.040570926, y: 0.31011978}
+ - {x: 0.040570926, y: 0.31011978}
+ - {x: -0.040570926, y: 0.31011978}
+ - {x: -0.080311015, y: 0.35102323}
+ - {x: -0.0000000010676442, y: 0.35564086}
+ - {x: -0.040570926, y: 0.31011978}
+ - {x: -0.0000000010676442, y: 0.35564086}
+ - {x: 0.040570926, y: 0.31011978}
+ - {x: 0.040570926, y: 0.31011978}
+ - {x: -0.0000000010676442, y: 0.35564086}
+ - {x: 0.080311015, y: 0.35102323}
+ - {x: 0.34689024, y: 0.080311015}
+ - {x: 0.3514535, y: 0.0000000014404871}
+ - {x: 0.307821, y: 0.040543146}
+ - {x: 0.3514535, y: 0.0000000014404871}
+ - {x: 0.34689024, y: -0.080311015}
+ - {x: 0.307821, y: -0.040543146}
+ - {x: 0.3514535, y: 0.0000000014404871}
+ - {x: 0.307821, y: -0.040543146}
+ - {x: 0.307821, y: 0.040543146}
+ - {x: 0.307821, y: 0.040543146}
+ - {x: 0.307821, y: -0.040543146}
+ - {x: 0.26286554, y: 0.0000000017227372}
m_Textures2: []
m_Textures3: []
m_Tangents:
@@ -33990,7 +33990,7 @@ MonoBehaviour:
m_PreserveMeshAssetOnDestroy: 0
assetGuid:
m_Mesh: {fileID: 0}
- m_VersionIndex: 18
+ m_VersionIndex: 65
m_IsSelectable: 1
m_SelectedFaces:
m_SelectedEdges: []
@@ -34010,8 +34010,8 @@ MonoBehaviour:
m_Shape:
rid: 1325630782895554630
m_ShapeRotation: {x: 0, y: 0, z: 0, w: 1}
- m_UnmodifiedMeshVersion: 18
- m_Size: {x: 0.5, y: 0.5, z: 0.5}
+ m_UnmodifiedMeshVersion: 65
+ m_Size: {x: 1, y: 1, z: 1}
m_LocalCenter: {x: 0, y: 0, z: 0}
references:
version: 2
@@ -34078,27 +34078,6 @@ MeshFilter:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6532970485135766022}
m_Mesh: {fileID: 0}
---- !u!135 &513860795296143253
-SphereCollider:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 6532970485135766022}
- m_Material: {fileID: 0}
- m_IncludeLayers:
- serializedVersion: 2
- m_Bits: 0
- m_ExcludeLayers:
- serializedVersion: 2
- m_Bits: 0
- m_LayerOverridePriority: 0
- m_IsTrigger: 0
- m_ProvidesContacts: 0
- m_Enabled: 1
- serializedVersion: 3
- m_Radius: 0.5
- m_Center: {x: 0, y: 0, z: 0}
--- !u!135 &9200216552899707794
SphereCollider:
m_ObjectHideFlags: 0
@@ -34139,4 +34118,89 @@ MonoBehaviour:
pressSpeed: 10
OnInteract:
m_PersistentCalls:
- m_Calls: []
+ m_Calls:
+ - m_Target: {fileID: 1746919899018169935}
+ m_TargetAssemblyTypeName: TestBlock, Assembly-CSharp
+ m_MethodName: Toggle
+ m_Mode: 1
+ m_Arguments:
+ m_ObjectArgument: {fileID: 0}
+ m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
+ m_IntArgument: 0
+ m_FloatArgument: 0
+ m_StringArgument:
+ m_BoolArgument: 0
+ m_CallState: 2
+--- !u!1001 &8138469848693915943
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 3318556058996940315}
+ m_Modifications:
+ - target: {fileID: 2408983304096713058, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+ propertyPath: m_Name
+ value: TestBlock
+ objectReference: {fileID: 0}
+ - target: {fileID: 8088638068924982289, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8088638068924982289, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8088638068924982289, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8088638068924982289, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8088638068924982289, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8088638068924982289, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8088638068924982289, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8088638068924982289, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8088638068924982289, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8088638068924982289, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+--- !u!4 &49885129851102518 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 8088638068924982289, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+ m_PrefabInstance: {fileID: 8138469848693915943}
+ m_PrefabAsset: {fileID: 0}
+--- !u!114 &1746919899018169935 stripped
+MonoBehaviour:
+ m_CorrespondingSourceObject: {fileID: 7552511637356990312, guid: c85dce46687f06f439686130ef0a647a, type: 3}
+ m_PrefabInstance: {fileID: 8138469848693915943}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: b93699191d7b58146b2c38540cbed40f, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Assembly-CSharp::PressurePlateTestBlock
diff --git a/Assets/Level/Prefabs/Interactives/Door.prefab b/Assets/Level/Prefabs/Interactives/Door.prefab
index 94aa76b..2979a45 100644
--- a/Assets/Level/Prefabs/Interactives/Door.prefab
+++ b/Assets/Level/Prefabs/Interactives/Door.prefab
@@ -13,8 +13,8 @@ GameObject:
- component: {fileID: 3884605895522482221}
- component: {fileID: 16871832050785725}
- component: {fileID: 8512140229507148937}
- - component: {fileID: 5304359845802383427}
- component: {fileID: 6921400718617286756}
+ - component: {fileID: 7987102888823411772}
m_Layer: 0
m_Name: Door
m_TagString: Untagged
@@ -30,7 +30,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6922175388650039756}
serializedVersion: 2
- m_LocalRotation: {x: -0, y: 0.7071068, z: -0, w: 0.7071068}
+ m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068}
m_LocalPosition: {x: -0.82162, y: 0, z: 0.17412949}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
@@ -47,7 +47,7 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3}
- m_Name:
+ m_Name:
m_EditorClassIdentifier: Unity.ProBuilder::UnityEngine.ProBuilder.ProBuilderMesh
m_MeshFormatVersion: 2
m_Faces:
@@ -154,84 +154,80 @@ MonoBehaviour:
elementGroup: -1
m_TextureGroup: -1
m_SharedVertices:
- - m_Vertices: 000000000d00000016000000
- - m_Vertices: 010000000400000017000000
- - m_Vertices: 020000000f00000010000000
- - m_Vertices: 030000000600000011000000
- - m_Vertices: 050000000800000015000000
- - m_Vertices: 070000000a00000013000000
- - m_Vertices: 090000000c00000014000000
- - m_Vertices: 0b0000000e00000012000000
+ - m_Vertices: 00000000020000000d000000000000000000000000000000
+ - m_Vertices: 010000000300000004000000000000000000000000000000
+ - m_Vertices: 050000000700000008000000000000000000000000000000
+ - m_Vertices: 090000000b0000000c000000000000000000000000000000
m_SharedTextures: []
m_Positions:
- - {x: -0.05, y: -1, z: 0.5}
- - {x: 0.05, y: -1, z: 0.5}
- - {x: -0.05, y: 1, z: 0.5}
- - {x: 0.05, y: 1, z: 0.5}
- - {x: 0.05, y: -1, z: 0.5}
- - {x: 0.05, y: -1, z: -0.5}
- - {x: 0.05, y: 1, z: 0.5}
- - {x: 0.05, y: 1, z: -0.5}
- - {x: 0.05, y: -1, z: -0.5}
- - {x: -0.05, y: -1, z: -0.5}
- - {x: 0.05, y: 1, z: -0.5}
- - {x: -0.05, y: 1, z: -0.5}
- - {x: -0.05, y: -1, z: -0.5}
- - {x: -0.05, y: -1, z: 0.5}
- - {x: -0.05, y: 1, z: -0.5}
- - {x: -0.05, y: 1, z: 0.5}
- - {x: -0.05, y: 1, z: 0.5}
- - {x: 0.05, y: 1, z: 0.5}
- - {x: -0.05, y: 1, z: -0.5}
- - {x: 0.05, y: 1, z: -0.5}
- - {x: -0.05, y: -1, z: -0.5}
- - {x: 0.05, y: -1, z: -0.5}
- - {x: -0.05, y: -1, z: 0.5}
- - {x: 0.05, y: -1, z: 0.5}
+ - {x: -0.05, y: -4, z: 4}
+ - {x: 0.05, y: -4, z: 4}
+ - {x: -0.05, y: 4, z: 4}
+ - {x: 0.05, y: 4, z: 4}
+ - {x: 0.05, y: -4, z: 4}
+ - {x: 0.05, y: -4, z: -4}
+ - {x: 0.05, y: 4, z: 4}
+ - {x: 0.05, y: 4, z: -4}
+ - {x: 0.05, y: -4, z: -4}
+ - {x: -0.05, y: -4, z: -4}
+ - {x: 0.05, y: 4, z: -4}
+ - {x: -0.05, y: 4, z: -4}
+ - {x: -0.05, y: -4, z: -4}
+ - {x: -0.05, y: -4, z: 4}
+ - {x: -0.05, y: 4, z: -4}
+ - {x: -0.05, y: 4, z: 4}
+ - {x: -0.05, y: 4, z: 4}
+ - {x: 0.05, y: 4, z: 4}
+ - {x: -0.05, y: 4, z: -4}
+ - {x: 0.05, y: 4, z: -4}
+ - {x: -0.05, y: -4, z: -4}
+ - {x: 0.05, y: -4, z: -4}
+ - {x: -0.05, y: -4, z: 4}
+ - {x: 0.05, y: -4, z: 4}
m_Textures0:
- - {x: 0.1, y: -1}
- - {x: 0, y: -1}
- - {x: 0.1, y: 1}
- - {x: 0, y: 1}
- - {x: 1, y: -1}
- - {x: 0, y: -1}
- - {x: 1, y: 1}
- - {x: 0, y: 1}
- - {x: 0.1, y: -1}
- - {x: 0, y: -1}
- - {x: 0.1, y: 1}
- - {x: 0, y: 1}
- - {x: 1, y: -1}
- - {x: 0, y: -1}
- - {x: 1, y: 1}
- - {x: 0, y: 1}
+ - {x: 0, y: -7}
+ - {x: 0.1, y: -7}
- {x: 0, y: 1}
- {x: 0.1, y: 1}
+ - {x: 8, y: -7}
+ - {x: 0, y: -7}
+ - {x: 8, y: 1}
- {x: 0, y: 0}
- - {x: 0.1, y: 0}
- - {x: 0.1, y: 0}
- - {x: 0, y: 0}
+ - {x: 0.1, y: -7}
+ - {x: 0, y: -7}
+ - {x: 0.1, y: 1}
+ - {x: 0, y: 1}
+ - {x: 8, y: -7}
+ - {x: 0, y: -7}
+ - {x: 8, y: 0}
+ - {x: 0, y: 1}
+ - {x: 0, y: 1}
+ - {x: 0.1, y: 1}
+ - {x: 0, y: -7}
+ - {x: 0.1, y: -7}
+ - {x: 0.1, y: -7}
+ - {x: 0, y: -7}
- {x: 0.1, y: 1}
- {x: 0, y: 1}
m_Textures2: []
m_Textures3: []
m_Tangents:
- - {x: -1, y: 0, z: 0, w: -1}
- - {x: -1, y: 0, z: 0, w: -1}
- - {x: -1, y: 0, z: 0, w: -1}
- - {x: -1, y: 0, z: 0, w: -1}
- - {x: 0, y: 0, z: 1, w: -1}
- - {x: 0, y: 0, z: 1, w: -1}
- - {x: 0, y: 0, z: 1, w: -1}
- - {x: 0, y: 0, z: 1, w: -1}
- - {x: 1, y: 0, z: 0, w: -1}
- - {x: 1, y: 0, z: 0, w: -1}
- - {x: 1, y: 0, z: 0, w: -1}
- - {x: 1, y: 0, z: 0, w: -1}
- - {x: 0, y: 0, z: -1, w: -1}
- - {x: 0, y: 0, z: -1, w: -1}
- - {x: 0, y: 0, z: -1, w: -1}
- - {x: 0, y: 0, z: -1, w: -1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
+ - {x: -0, y: 1, z: 0, w: 1}
- {x: 1, y: 0, z: 0, w: -1}
- {x: 1, y: 0, z: 0, w: -1}
- {x: 1, y: 0, z: 0, w: -1}
@@ -247,13 +243,13 @@ MonoBehaviour:
m_AngleError: 8
m_AreaError: 15
m_PreserveMeshAssetOnDestroy: 0
- assetGuid:
+ assetGuid:
m_Mesh: {fileID: 0}
- m_VersionIndex: 23
+ m_VersionIndex: 59
m_IsSelectable: 1
- m_SelectedFaces:
+ m_SelectedFaces:
m_SelectedEdges: []
- m_SelectedVertices:
+ m_SelectedVertices:
--- !u!114 &3884605895522482221
MonoBehaviour:
m_ObjectHideFlags: 0
@@ -264,20 +260,20 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3}
- m_Name:
+ m_Name:
m_EditorClassIdentifier: Unity.ProBuilder::UnityEngine.ProBuilder.Shapes.ProBuilderShape
m_Shape:
rid: 1325630791375913023
m_ShapeRotation: {x: 0, y: 0, z: 0, w: 1}
- m_UnmodifiedMeshVersion: 23
- m_Size: {x: 0.1, y: 2, z: 1}
+ m_UnmodifiedMeshVersion: 59
+ m_Size: {x: 0.1, y: 8, z: 8}
m_LocalCenter: {x: 0, y: 0, z: 0}
references:
version: 2
RefIds:
- rid: 1325630791375913023
type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder}
- data:
+ data:
--- !u!23 &16871832050785725
MeshRenderer:
m_ObjectHideFlags: 0
@@ -335,7 +331,30 @@ MeshFilter:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6922175388650039756}
m_Mesh: {fileID: 0}
---- !u!65 &5304359845802383427
+--- !u!114 &6921400718617286756
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 6922175388650039756}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 0cc6c36a261296f4c82e315da147ba93, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Assembly-CSharp::SlidingDoor
+ axis: 1
+ direction: -1
+ slideDistance: 10
+ speed: 3
+ startOpen: 0
+ OnOpened:
+ m_PersistentCalls:
+ m_Calls: []
+ OnClosed:
+ m_PersistentCalls:
+ m_Calls: []
+--- !u!65 &7987102888823411772
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
@@ -354,28 +373,5 @@ BoxCollider:
m_ProvidesContacts: 0
m_Enabled: 1
serializedVersion: 3
- m_Size: {x: 0.1, y: 2, z: 1}
+ m_Size: {x: 0.1, y: 8, z: 8}
m_Center: {x: 0, y: 0, z: 0}
---- !u!114 &6921400718617286756
-MonoBehaviour:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 6922175388650039756}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 0cc6c36a261296f4c82e315da147ba93, type: 3}
- m_Name:
- m_EditorClassIdentifier: Assembly-CSharp::SlidingDoor
- axis: 1
- direction: 1
- slideDistance: 2
- speed: 3
- startOpen: 0
- OnOpened:
- m_PersistentCalls:
- m_Calls: []
- OnClosed:
- m_PersistentCalls:
- m_Calls: []
diff --git a/Assets/Level/Prefabs/World.meta b/Assets/Level/Prefabs/World.meta
new file mode 100644
index 0000000..c8568bb
--- /dev/null
+++ b/Assets/Level/Prefabs/World.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: f58da68f9b7cd4f1489b7b0e17c841dc
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Level/Prefabs/World/TileDoorFrame.prefab b/Assets/Level/Prefabs/World/TileDoorFrame.prefab
new file mode 100644
index 0000000..ad8efe0
--- /dev/null
+++ b/Assets/Level/Prefabs/World/TileDoorFrame.prefab
@@ -0,0 +1,640 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!1 &7358282048986567246
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 7620239766451692460, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ m_PrefabInstance: {fileID: 6073171541110751723}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 6730954181803855235}
+ - component: {fileID: 412118018221697532}
+ - component: {fileID: 7340938401879862527}
+ - component: {fileID: 7383390462390725690}
+ - component: {fileID: 6002584575896669468}
+ - component: {fileID: 4193616611914722518}
+ m_Layer: 0
+ m_Name: TileDoorFrame
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &6730954181803855235
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 5959526825738353761, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ m_PrefabInstance: {fileID: 6073171541110751723}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 7358282048986567246}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068}
+ m_LocalPosition: {x: -15.4, y: 5, z: -20.000002}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0}
+--- !u!114 &412118018221697532
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 749139187830528030, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ m_PrefabInstance: {fileID: 6073171541110751723}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 7358282048986567246}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.ProBuilder::UnityEngine.ProBuilder.ProBuilderMesh
+ m_MeshFormatVersion: 2
+ m_Faces:
+ - m_Indexes: 000000000100000002000000010000000300000002000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 040000000500000006000000050000000700000006000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 08000000090000000a000000090000000b0000000a000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 0c0000000d0000000e0000000d0000000f0000000e000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 100000001100000012000000110000001300000012000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 140000001500000016000000150000001700000016000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 18000000190000001a000000190000001b0000001a000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 1c0000001d0000001e0000001d0000001f0000001e000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 200000002100000022000000210000002300000022000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 240000002500000026000000250000002700000026000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 28000000290000002a000000290000002b0000002a000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 2c0000002d0000002e0000002d0000002f0000002e000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 300000003100000032000000310000003300000032000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ m_SharedVertices:
+ - m_Vertices: 0000000008000000
+ - m_Vertices: 01000000
+ - m_Vertices: 0200000009000000100000002900000032000000
+ - m_Vertices: 0300000030000000
+ - m_Vertices: 040000002d000000
+ - m_Vertices: 05000000
+ - m_Vertices: 060000000d00000011000000280000002f000000
+ - m_Vertices: 070000000f000000
+ - m_Vertices: 0a000000
+ - m_Vertices: 0b00000012000000
+ - m_Vertices: 0c00000013000000
+ - m_Vertices: 0e000000
+ - m_Vertices: 140000001c000000
+ - m_Vertices: 150000001e000000240000002b00000033000000
+ - m_Vertices: 16000000
+ - m_Vertices: 1700000031000000
+ - m_Vertices: 180000002c000000
+ - m_Vertices: 1900000022000000260000002a0000002e000000
+ - m_Vertices: 1a000000
+ - m_Vertices: 1b00000023000000
+ - m_Vertices: 1d000000
+ - m_Vertices: 1f00000025000000
+ - m_Vertices: 2000000027000000
+ - m_Vertices: 21000000
+ m_SharedTextures: []
+ m_Positions:
+ - {x: -5, y: 3, z: 0.05}
+ - {x: -5, y: -5, z: 0.05}
+ - {x: -3, y: 3, z: 0.05}
+ - {x: -3, y: -5, z: 0.05}
+ - {x: 3, y: -5, z: 0.05}
+ - {x: 5, y: -5, z: 0.05}
+ - {x: 3, y: 3, z: 0.05}
+ - {x: 5, y: 3, z: 0.05}
+ - {x: -5, y: 3, z: 0.05}
+ - {x: -3, y: 3, z: 0.05}
+ - {x: -5, y: 5, z: 0.05}
+ - {x: -3, y: 5, z: 0.05}
+ - {x: 3, y: 5, z: 0.05}
+ - {x: 3, y: 3, z: 0.05}
+ - {x: 5, y: 5, z: 0.05}
+ - {x: 5, y: 3, z: 0.05}
+ - {x: -3, y: 3, z: 0.05}
+ - {x: 3, y: 3, z: 0.05}
+ - {x: -3, y: 5, z: 0.05}
+ - {x: 3, y: 5, z: 0.05}
+ - {x: -5, y: 3, z: -0.05}
+ - {x: -3, y: 3, z: -0.05}
+ - {x: -5, y: -5, z: -0.05}
+ - {x: -3, y: -5, z: -0.05}
+ - {x: 3, y: -5, z: -0.05}
+ - {x: 3, y: 3, z: -0.05}
+ - {x: 5, y: -5, z: -0.05}
+ - {x: 5, y: 3, z: -0.05}
+ - {x: -5, y: 3, z: -0.05}
+ - {x: -5, y: 5, z: -0.05}
+ - {x: -3, y: 3, z: -0.05}
+ - {x: -3, y: 5, z: -0.05}
+ - {x: 3, y: 5, z: -0.05}
+ - {x: 5, y: 5, z: -0.05}
+ - {x: 3, y: 3, z: -0.05}
+ - {x: 5, y: 3, z: -0.05}
+ - {x: -3, y: 3, z: -0.05}
+ - {x: -3, y: 5, z: -0.05}
+ - {x: 3, y: 3, z: -0.05}
+ - {x: 3, y: 5, z: -0.05}
+ - {x: 3, y: 3, z: 0.05}
+ - {x: -3, y: 3, z: 0.05}
+ - {x: 3, y: 3, z: -0.05}
+ - {x: -3, y: 3, z: -0.05}
+ - {x: 3, y: -5, z: -0.05}
+ - {x: 3, y: -5, z: 0.05}
+ - {x: 3, y: 3, z: -0.05}
+ - {x: 3, y: 3, z: 0.05}
+ - {x: -3, y: -5, z: 0.05}
+ - {x: -3, y: -5, z: -0.05}
+ - {x: -3, y: 3, z: 0.05}
+ - {x: -3, y: 3, z: -0.05}
+ m_Textures0:
+ - {x: 5, y: 3}
+ - {x: 5, y: -5}
+ - {x: 3, y: 3}
+ - {x: 3, y: -5}
+ - {x: -3, y: -5}
+ - {x: -5, y: -5}
+ - {x: -3, y: 3}
+ - {x: -5, y: 3}
+ - {x: 5, y: 3}
+ - {x: 3, y: 3}
+ - {x: 5, y: 5}
+ - {x: 3, y: 5}
+ - {x: -3, y: 5}
+ - {x: -3, y: 3}
+ - {x: -5, y: 5}
+ - {x: -5, y: 3}
+ - {x: 3, y: 3}
+ - {x: -3, y: 3}
+ - {x: 3, y: 5}
+ - {x: -3, y: 5}
+ - {x: -5, y: 3}
+ - {x: -3, y: 3}
+ - {x: -5, y: -5}
+ - {x: -3, y: -5}
+ - {x: 3, y: -5}
+ - {x: 3, y: 3}
+ - {x: 5, y: -5}
+ - {x: 5, y: 3}
+ - {x: -5, y: 3}
+ - {x: -5, y: 5}
+ - {x: -3, y: 3}
+ - {x: -3, y: 5}
+ - {x: 3, y: 5}
+ - {x: 5, y: 5}
+ - {x: 3, y: 3}
+ - {x: 5, y: 3}
+ - {x: -3, y: 3}
+ - {x: -3, y: 5}
+ - {x: 3, y: 3}
+ - {x: 3, y: 5}
+ - {x: -3, y: 0.05}
+ - {x: 3, y: 0.05}
+ - {x: -3, y: -0.05}
+ - {x: 3, y: -0.05}
+ - {x: 0.05, y: -5}
+ - {x: -0.05, y: -5}
+ - {x: 0.05, y: 3}
+ - {x: -0.05, y: 3}
+ - {x: 0.05, y: -5}
+ - {x: -0.05, y: -5}
+ - {x: 0.05, y: 3}
+ - {x: -0.05, y: 3}
+ m_Textures2: []
+ m_Textures3: []
+ m_Tangents:
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ m_Colors: []
+ m_UnwrapParameters:
+ m_HardAngle: 88
+ m_PackMargin: 20
+ m_AngleError: 8
+ m_AreaError: 15
+ m_PreserveMeshAssetOnDestroy: 0
+ assetGuid:
+ m_Mesh: {fileID: 0}
+ m_VersionIndex: 30
+ m_IsSelectable: 1
+ m_SelectedFaces:
+ m_SelectedEdges: []
+ m_SelectedVertices:
+--- !u!114 &7340938401879862527
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 7655303172860173597, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ m_PrefabInstance: {fileID: 6073171541110751723}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 7358282048986567246}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.ProBuilder::UnityEngine.ProBuilder.Shapes.ProBuilderShape
+ m_Shape:
+ rid: 1398870395349368919
+ m_ShapeRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_UnmodifiedMeshVersion: 21
+ m_Size: {x: 10, y: 10, z: 0.1}
+ m_LocalCenter: {x: 0, y: 0, z: 0}
+ references:
+ version: 2
+ RefIds:
+ - rid: 1398870395349368919
+ type: {class: Door, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder}
+ data:
+ m_DoorHeight: 2
+ m_LegWidth: 2
+--- !u!23 &7383390462390725690
+MeshRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 7613981380323352024, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ m_PrefabInstance: {fileID: 6073171541110751723}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 7358282048986567246}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 1
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
+ m_ForceMeshLod: -1
+ m_MeshLodSelectionBias: 0
+ m_RenderingLayerMask: 1
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 2100000, guid: d6cbb9d7d974ade448bd811a9cec399d, 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_GlobalIlluminationMeshLod: 0
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_MaskInteraction: 0
+ m_AdditionalVertexStreams: {fileID: 0}
+--- !u!33 &6002584575896669468
+MeshFilter:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 6669883714582723838, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ m_PrefabInstance: {fileID: 6073171541110751723}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 7358282048986567246}
+ m_Mesh: {fileID: 0}
+--- !u!64 &4193616611914722518
+MeshCollider:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 3886572594434432308, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ m_PrefabInstance: {fileID: 6073171541110751723}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 7358282048986567246}
+ m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
+ m_IsTrigger: 0
+ m_ProvidesContacts: 0
+ m_Enabled: 1
+ serializedVersion: 5
+ m_Convex: 0
+ m_CookingOptions: 30
+ m_Mesh: {fileID: 0}
+--- !u!1001 &6073171541110751723
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 0}
+ m_Modifications:
+ - target: {fileID: 749139187830528030, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ propertyPath: m_VersionIndex
+ value: 27
+ objectReference: {fileID: 0}
+ - target: {fileID: 5959526825738353761, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -15.4
+ objectReference: {fileID: 0}
+ - target: {fileID: 5959526825738353761, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5959526825738353761, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -20.000002
+ objectReference: {fileID: 0}
+ - target: {fileID: 5959526825738353761, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 5959526825738353761, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5959526825738353761, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 5959526825738353761, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5959526825738353761, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5959526825738353761, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 90
+ objectReference: {fileID: 0}
+ - target: {fileID: 5959526825738353761, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7620239766451692460, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
+ propertyPath: m_Name
+ value: TileDoorFrame
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: e0e33d133c87d49df82c73bbf194cba7, type: 3}
diff --git a/Assets/Level/Prefabs/World/TileDoorFrame.prefab.meta b/Assets/Level/Prefabs/World/TileDoorFrame.prefab.meta
new file mode 100644
index 0000000..50597d6
--- /dev/null
+++ b/Assets/Level/Prefabs/World/TileDoorFrame.prefab.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 5f58ef95766204095a310e56ba6b80ca
+PrefabImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Level/Prefabs/World/TileFloor.prefab b/Assets/Level/Prefabs/World/TileFloor.prefab
new file mode 100644
index 0000000..f60f1c3
--- /dev/null
+++ b/Assets/Level/Prefabs/World/TileFloor.prefab
@@ -0,0 +1,357 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!1 &5840335221072158843
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 495342671324507826}
+ - component: {fileID: 5158937175993662519}
+ - component: {fileID: 4175848428221556727}
+ - component: {fileID: 6830455346839416856}
+ - component: {fileID: 9192243752437355431}
+ - component: {fileID: 1753047251571399430}
+ m_Layer: 3
+ m_Name: TileFloor
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &495342671324507826
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 5840335221072158843}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, 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 &5158937175993662519
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 5840335221072158843}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.ProBuilder::UnityEngine.ProBuilder.ProBuilderMesh
+ m_MeshFormatVersion: 2
+ m_Faces:
+ - m_Indexes: 000000000100000002000000010000000300000002000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 040000000500000006000000050000000700000006000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 08000000090000000a000000090000000b0000000a000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 0c0000000d0000000e0000000d0000000f0000000e000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 100000001100000012000000110000001300000012000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 140000001500000016000000150000001700000016000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ m_SharedVertices:
+ - m_Vertices: 000000000d00000016000000
+ - m_Vertices: 010000000400000017000000
+ - m_Vertices: 020000000f00000010000000
+ - m_Vertices: 030000000600000011000000
+ - m_Vertices: 050000000800000015000000
+ - m_Vertices: 070000000a00000013000000
+ - m_Vertices: 090000000c00000014000000
+ - m_Vertices: 0b0000000e00000012000000
+ m_SharedTextures: []
+ m_Positions:
+ - {x: -25, y: -0.05, z: 30}
+ - {x: 25, y: -0.05, z: 30}
+ - {x: -25, y: 0.05, z: 30}
+ - {x: 25, y: 0.05, z: 30}
+ - {x: 25, y: -0.05, z: 30}
+ - {x: 25, y: -0.05, z: -30}
+ - {x: 25, y: 0.05, z: 30}
+ - {x: 25, y: 0.05, z: -30}
+ - {x: 25, y: -0.05, z: -30}
+ - {x: -25, y: -0.05, z: -30}
+ - {x: 25, y: 0.05, z: -30}
+ - {x: -25, y: 0.05, z: -30}
+ - {x: -25, y: -0.05, z: -30}
+ - {x: -25, y: -0.05, z: 30}
+ - {x: -25, y: 0.05, z: -30}
+ - {x: -25, y: 0.05, z: 30}
+ - {x: -25, y: 0.05, z: 30}
+ - {x: 25, y: 0.05, z: 30}
+ - {x: -25, y: 0.05, z: -30}
+ - {x: 25, y: 0.05, z: -30}
+ - {x: -25, y: -0.05, z: -30}
+ - {x: 25, y: -0.05, z: -30}
+ - {x: -25, y: -0.05, z: 30}
+ - {x: 25, y: -0.05, z: 30}
+ m_Textures0:
+ - {x: 50, y: 0.9}
+ - {x: 0, y: 0.9}
+ - {x: 50, y: 1}
+ - {x: 0, y: 1}
+ - {x: 60, y: 0.9}
+ - {x: 0, y: 0.9}
+ - {x: 60, y: 1}
+ - {x: 0, y: 1}
+ - {x: 50, y: 0.9}
+ - {x: 0, y: 0.9}
+ - {x: 50, y: 1}
+ - {x: 0, y: 1}
+ - {x: 60, y: 0.9}
+ - {x: 0, y: 0.9}
+ - {x: 60, y: 1}
+ - {x: 0, y: 1}
+ - {x: 0, y: 1}
+ - {x: 50, y: 1}
+ - {x: 0, y: -59}
+ - {x: 50, y: -59}
+ - {x: 50, y: -59}
+ - {x: 0, y: -59}
+ - {x: 50, y: 1}
+ - {x: 0, y: 1}
+ m_Textures2: []
+ m_Textures3: []
+ m_Tangents:
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ m_Colors: []
+ m_UnwrapParameters:
+ m_HardAngle: 88
+ m_PackMargin: 20
+ m_AngleError: 8
+ m_AreaError: 15
+ m_PreserveMeshAssetOnDestroy: 0
+ assetGuid:
+ m_Mesh: {fileID: 0}
+ m_VersionIndex: 147
+ m_IsSelectable: 1
+ m_SelectedFaces:
+ m_SelectedEdges: []
+ m_SelectedVertices:
+--- !u!114 &4175848428221556727
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 5840335221072158843}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.ProBuilder::UnityEngine.ProBuilder.Shapes.ProBuilderShape
+ m_Shape:
+ rid: 1398870395349368895
+ m_ShapeRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_UnmodifiedMeshVersion: 147
+ m_Size: {x: 50, y: 0.1, z: 60}
+ m_LocalCenter: {x: 0, y: 0, z: 0}
+ references:
+ version: 2
+ RefIds:
+ - rid: 1398870395349368895
+ type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder}
+ data:
+--- !u!23 &6830455346839416856
+MeshRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 5840335221072158843}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 1
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
+ m_ForceMeshLod: -1
+ m_MeshLodSelectionBias: 0
+ m_RenderingLayerMask: 1
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 2100000, guid: a7ae6b34c1352bd419c92ad25692fcb1, 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_GlobalIlluminationMeshLod: 0
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_MaskInteraction: 0
+ m_AdditionalVertexStreams: {fileID: 0}
+--- !u!33 &9192243752437355431
+MeshFilter:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 5840335221072158843}
+ m_Mesh: {fileID: 0}
+--- !u!65 &1753047251571399430
+BoxCollider:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 5840335221072158843}
+ m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
+ m_IsTrigger: 0
+ m_ProvidesContacts: 0
+ m_Enabled: 1
+ serializedVersion: 3
+ m_Size: {x: 10, y: 0.1, z: 10}
+ m_Center: {x: 0, y: 0, z: 0}
diff --git a/Assets/Level/Prefabs/World/TileFloor.prefab.meta b/Assets/Level/Prefabs/World/TileFloor.prefab.meta
new file mode 100644
index 0000000..837e29c
--- /dev/null
+++ b/Assets/Level/Prefabs/World/TileFloor.prefab.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 6c473a12ab25142ec90b284ea34213f2
+PrefabImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Level/Prefabs/World/TileGlass.prefab b/Assets/Level/Prefabs/World/TileGlass.prefab
new file mode 100644
index 0000000..2ce00c5
--- /dev/null
+++ b/Assets/Level/Prefabs/World/TileGlass.prefab
@@ -0,0 +1,357 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!1 &7423121966632867460
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 5676916603420269486}
+ - component: {fileID: 8715567582214355493}
+ - component: {fileID: 8404390266503327226}
+ - component: {fileID: 2553083886184869086}
+ - component: {fileID: 7112311031510233378}
+ - component: {fileID: 8869586897791223017}
+ m_Layer: 0
+ m_Name: TileGlass
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &5676916603420269486
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 7423121966632867460}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068}
+ m_LocalPosition: {x: -20.03938, y: 5, z: -15.141106}
+ m_LocalScale: {x: 1, y: 1, z: 0.5}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0}
+--- !u!114 &8715567582214355493
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 7423121966632867460}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.ProBuilder::UnityEngine.ProBuilder.ProBuilderMesh
+ m_MeshFormatVersion: 2
+ m_Faces:
+ - m_Indexes: 000000000100000002000000010000000300000002000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 040000000500000006000000050000000700000006000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 08000000090000000a000000090000000b0000000a000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 0c0000000d0000000e0000000d0000000f0000000e000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 100000001100000012000000110000001300000012000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 140000001500000016000000150000001700000016000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ m_SharedVertices:
+ - m_Vertices: 000000000d00000016000000
+ - m_Vertices: 010000000400000017000000
+ - m_Vertices: 020000000f00000010000000
+ - m_Vertices: 030000000600000011000000
+ - m_Vertices: 050000000800000015000000
+ - m_Vertices: 070000000a00000013000000
+ - m_Vertices: 090000000c00000014000000
+ - m_Vertices: 0b0000000e00000012000000
+ m_SharedTextures: []
+ m_Positions:
+ - {x: -0.05, y: -5, z: 5}
+ - {x: 0.05, y: -5, z: 5}
+ - {x: -0.05, y: 5, z: 5}
+ - {x: 0.05, y: 5, z: 5}
+ - {x: 0.05, y: -5, z: 5}
+ - {x: 0.05, y: -5, z: -5}
+ - {x: 0.05, y: 5, z: 5}
+ - {x: 0.05, y: 5, z: -5}
+ - {x: 0.05, y: -5, z: -5}
+ - {x: -0.05, y: -5, z: -5}
+ - {x: 0.05, y: 5, z: -5}
+ - {x: -0.05, y: 5, z: -5}
+ - {x: -0.05, y: -5, z: -5}
+ - {x: -0.05, y: -5, z: 5}
+ - {x: -0.05, y: 5, z: -5}
+ - {x: -0.05, y: 5, z: 5}
+ - {x: -0.05, y: 5, z: 5}
+ - {x: 0.05, y: 5, z: 5}
+ - {x: -0.05, y: 5, z: -5}
+ - {x: 0.05, y: 5, z: -5}
+ - {x: -0.05, y: -5, z: -5}
+ - {x: 0.05, y: -5, z: -5}
+ - {x: -0.05, y: -5, z: 5}
+ - {x: 0.05, y: -5, z: 5}
+ m_Textures0:
+ - {x: 0.1, y: -9}
+ - {x: 0, y: -9}
+ - {x: 0.1, y: 1}
+ - {x: 0, y: 1}
+ - {x: 10, y: -9}
+ - {x: 0, y: -9}
+ - {x: 10, y: 1}
+ - {x: 0, y: 1}
+ - {x: 0.1, y: -9}
+ - {x: 0, y: -9}
+ - {x: 0.1, y: 1}
+ - {x: 0, y: 1}
+ - {x: 10, y: -9}
+ - {x: 0, y: -9}
+ - {x: 10, y: 1}
+ - {x: 0, y: 1}
+ - {x: 0, y: 1}
+ - {x: 0.1, y: 1}
+ - {x: 0, y: -9}
+ - {x: 0.1, y: -9}
+ - {x: 0.1, y: -9}
+ - {x: 0, y: -9}
+ - {x: 0.1, y: 1}
+ - {x: 0, y: 1}
+ m_Textures2: []
+ m_Textures3: []
+ m_Tangents:
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ m_Colors: []
+ m_UnwrapParameters:
+ m_HardAngle: 88
+ m_PackMargin: 20
+ m_AngleError: 8
+ m_AreaError: 15
+ m_PreserveMeshAssetOnDestroy: 0
+ assetGuid:
+ m_Mesh: {fileID: 0}
+ m_VersionIndex: 26
+ m_IsSelectable: 1
+ m_SelectedFaces:
+ m_SelectedEdges: []
+ m_SelectedVertices:
+--- !u!114 &8404390266503327226
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 7423121966632867460}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.ProBuilder::UnityEngine.ProBuilder.Shapes.ProBuilderShape
+ m_Shape:
+ rid: 1398870395349368904
+ m_ShapeRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_UnmodifiedMeshVersion: 23
+ m_Size: {x: 0.1, y: 10, z: 10}
+ m_LocalCenter: {x: 0, y: 0, z: 0}
+ references:
+ version: 2
+ RefIds:
+ - rid: 1398870395349368904
+ type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder}
+ data:
+--- !u!23 &2553083886184869086
+MeshRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 7423121966632867460}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 1
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
+ m_ForceMeshLod: -1
+ m_MeshLodSelectionBias: 0
+ m_RenderingLayerMask: 1
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 2100000, guid: e2ff028127aed49898d5db254c679ffa, 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_GlobalIlluminationMeshLod: 0
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_MaskInteraction: 0
+ m_AdditionalVertexStreams: {fileID: 0}
+--- !u!33 &7112311031510233378
+MeshFilter:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 7423121966632867460}
+ m_Mesh: {fileID: 0}
+--- !u!65 &8869586897791223017
+BoxCollider:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 7423121966632867460}
+ m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
+ m_IsTrigger: 0
+ m_ProvidesContacts: 0
+ m_Enabled: 1
+ serializedVersion: 3
+ m_Size: {x: 0.100000024, y: 10, z: 10.000002}
+ m_Center: {x: 0, y: 0, z: 0}
diff --git a/Assets/Level/Prefabs/World/TileGlass.prefab.meta b/Assets/Level/Prefabs/World/TileGlass.prefab.meta
new file mode 100644
index 0000000..6ec98e9
--- /dev/null
+++ b/Assets/Level/Prefabs/World/TileGlass.prefab.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 2d24a72aa97834b4a9baff9020719d61
+PrefabImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Level/Prefabs/World/TileWall.prefab b/Assets/Level/Prefabs/World/TileWall.prefab
new file mode 100644
index 0000000..51b2f4e
--- /dev/null
+++ b/Assets/Level/Prefabs/World/TileWall.prefab
@@ -0,0 +1,357 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!1 &2843516741972607348
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 4751072299030562733}
+ - component: {fileID: 8868111042538970869}
+ - component: {fileID: 4579864586410663392}
+ - component: {fileID: 8458375974803422925}
+ - component: {fileID: 3605484921720718291}
+ - component: {fileID: 8463408000742725404}
+ m_Layer: 0
+ m_Name: TileWall
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &4751072299030562733
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 2843516741972607348}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: -15, y: 5, 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 &8868111042538970869
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 2843516741972607348}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.ProBuilder::UnityEngine.ProBuilder.ProBuilderMesh
+ m_MeshFormatVersion: 2
+ m_Faces:
+ - m_Indexes: 000000000100000002000000010000000300000002000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 040000000500000006000000050000000700000006000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 08000000090000000a000000090000000b0000000a000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 0c0000000d0000000e0000000d0000000f0000000e000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 100000001100000012000000110000001300000012000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 140000001500000016000000150000001700000016000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 0
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ m_SharedVertices:
+ - m_Vertices: 000000000d00000016000000
+ - m_Vertices: 010000000400000017000000
+ - m_Vertices: 020000000f00000010000000
+ - m_Vertices: 030000000600000011000000
+ - m_Vertices: 050000000800000015000000
+ - m_Vertices: 070000000a00000013000000
+ - m_Vertices: 090000000c00000014000000
+ - m_Vertices: 0b0000000e00000012000000
+ m_SharedTextures: []
+ m_Positions:
+ - {x: -0.05, y: -5, z: 5}
+ - {x: 0.05, y: -5, z: 5}
+ - {x: -0.05, y: 5, z: 5}
+ - {x: 0.05, y: 5, z: 5}
+ - {x: 0.05, y: -5, z: 5}
+ - {x: 0.05, y: -5, z: -5}
+ - {x: 0.05, y: 5, z: 5}
+ - {x: 0.05, y: 5, z: -5}
+ - {x: 0.05, y: -5, z: -5}
+ - {x: -0.05, y: -5, z: -5}
+ - {x: 0.05, y: 5, z: -5}
+ - {x: -0.05, y: 5, z: -5}
+ - {x: -0.05, y: -5, z: -5}
+ - {x: -0.05, y: -5, z: 5}
+ - {x: -0.05, y: 5, z: -5}
+ - {x: -0.05, y: 5, z: 5}
+ - {x: -0.05, y: 5, z: 5}
+ - {x: 0.05, y: 5, z: 5}
+ - {x: -0.05, y: 5, z: -5}
+ - {x: 0.05, y: 5, z: -5}
+ - {x: -0.05, y: -5, z: -5}
+ - {x: 0.05, y: -5, z: -5}
+ - {x: -0.05, y: -5, z: 5}
+ - {x: 0.05, y: -5, z: 5}
+ m_Textures0:
+ - {x: 0.1, y: -9}
+ - {x: 0, y: -9}
+ - {x: 0.1, y: 1}
+ - {x: 0, y: 1}
+ - {x: 10, y: -9}
+ - {x: 0, y: -9}
+ - {x: 10, y: 1}
+ - {x: 0, y: 1}
+ - {x: 0.1, y: -9}
+ - {x: 0, y: -9}
+ - {x: 0.1, y: 1}
+ - {x: 0, y: 1}
+ - {x: 10, y: -9}
+ - {x: 0, y: -9}
+ - {x: 10, y: 1}
+ - {x: 0, y: 1}
+ - {x: 0, y: 1}
+ - {x: 0.1, y: 1}
+ - {x: 0, y: -9}
+ - {x: 0.1, y: -9}
+ - {x: 0.1, y: -9}
+ - {x: 0, y: -9}
+ - {x: 0.1, y: 1}
+ - {x: 0, y: 1}
+ m_Textures2: []
+ m_Textures3: []
+ m_Tangents:
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ m_Colors: []
+ m_UnwrapParameters:
+ m_HardAngle: 88
+ m_PackMargin: 20
+ m_AngleError: 8
+ m_AreaError: 15
+ m_PreserveMeshAssetOnDestroy: 0
+ assetGuid:
+ m_Mesh: {fileID: 0}
+ m_VersionIndex: 26
+ m_IsSelectable: 1
+ m_SelectedFaces:
+ m_SelectedEdges: []
+ m_SelectedVertices:
+--- !u!114 &4579864586410663392
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 2843516741972607348}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.ProBuilder::UnityEngine.ProBuilder.Shapes.ProBuilderShape
+ m_Shape:
+ rid: 1398870395349368900
+ m_ShapeRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_UnmodifiedMeshVersion: 23
+ m_Size: {x: 0.1, y: 10, z: 10}
+ m_LocalCenter: {x: 0, y: 0, z: 0}
+ references:
+ version: 2
+ RefIds:
+ - rid: 1398870395349368900
+ type: {class: Cube, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder}
+ data:
+--- !u!23 &8458375974803422925
+MeshRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 2843516741972607348}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 1
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
+ m_ForceMeshLod: -1
+ m_MeshLodSelectionBias: 0
+ m_RenderingLayerMask: 1
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 2100000, guid: d6cbb9d7d974ade448bd811a9cec399d, 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_GlobalIlluminationMeshLod: 0
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_MaskInteraction: 0
+ m_AdditionalVertexStreams: {fileID: 0}
+--- !u!33 &3605484921720718291
+MeshFilter:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 2843516741972607348}
+ m_Mesh: {fileID: 0}
+--- !u!65 &8463408000742725404
+BoxCollider:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 2843516741972607348}
+ m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
+ m_IsTrigger: 0
+ m_ProvidesContacts: 0
+ m_Enabled: 1
+ serializedVersion: 3
+ m_Size: {x: 0.1, y: 10, z: 10}
+ m_Center: {x: 0, y: 0.00000047683716, z: -0.00000059604645}
diff --git a/Assets/Level/Prefabs/World/TileWall.prefab.meta b/Assets/Level/Prefabs/World/TileWall.prefab.meta
new file mode 100644
index 0000000..ec7b3ad
--- /dev/null
+++ b/Assets/Level/Prefabs/World/TileWall.prefab.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 4175a5602e4244d988c11bca2debea28
+PrefabImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Level/Scenes/Level.meta b/Assets/Level/Scenes/Level.meta
new file mode 100644
index 0000000..d256cf8
--- /dev/null
+++ b/Assets/Level/Scenes/Level.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: 17d8e143bab382c4ca8c4e33dee4bb41
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Level/Scenes/Level/01.meta b/Assets/Level/Scenes/Level/01.meta
new file mode 100644
index 0000000..dfcc737
--- /dev/null
+++ b/Assets/Level/Scenes/Level/01.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: ae8418939e8b8544591bb64fbe136fb3
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Level/Scenes/Level/01/Level01_Final.unity b/Assets/Level/Scenes/Level/01/Level01_Final.unity
new file mode 100644
index 0000000..30fb0ca
--- /dev/null
+++ b/Assets/Level/Scenes/Level/01/Level01_Final.unity
@@ -0,0 +1,428 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!29 &1
+OcclusionCullingSettings:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_OcclusionBakeSettings:
+ smallestOccluder: 5
+ smallestHole: 0.25
+ backfaceThreshold: 100
+ m_SceneGUID: 00000000000000000000000000000000
+ m_OcclusionCullingData: {fileID: 0}
+--- !u!104 &2
+RenderSettings:
+ m_ObjectHideFlags: 0
+ serializedVersion: 10
+ m_Fog: 0
+ m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
+ m_FogMode: 3
+ m_FogDensity: 0.01
+ m_LinearFogStart: 0
+ m_LinearFogEnd: 300
+ m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1}
+ m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1}
+ m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1}
+ m_AmbientIntensity: 1
+ m_AmbientMode: 0
+ m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
+ m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0}
+ m_HaloStrength: 0.5
+ m_FlareStrength: 1
+ m_FlareFadeSpeed: 3
+ m_HaloTexture: {fileID: 0}
+ m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0}
+ m_DefaultReflectionMode: 0
+ m_DefaultReflectionResolution: 128
+ m_ReflectionBounces: 1
+ m_ReflectionIntensity: 1
+ m_CustomReflection: {fileID: 0}
+ m_Sun: {fileID: 0}
+ m_UseRadianceAmbientProbe: 0
+--- !u!157 &3
+LightmapSettings:
+ m_ObjectHideFlags: 0
+ serializedVersion: 13
+ m_BakeOnSceneLoad: 0
+ m_GISettings:
+ serializedVersion: 2
+ m_BounceScale: 1
+ m_IndirectOutputScale: 1
+ m_AlbedoBoost: 1
+ m_EnvironmentLightingMode: 0
+ m_EnableBakedLightmaps: 1
+ m_EnableRealtimeLightmaps: 0
+ m_LightmapEditorSettings:
+ serializedVersion: 12
+ m_Resolution: 2
+ m_BakeResolution: 40
+ m_AtlasSize: 1024
+ m_AO: 0
+ m_AOMaxDistance: 1
+ m_CompAOExponent: 1
+ m_CompAOExponentDirect: 0
+ m_ExtractAmbientOcclusion: 0
+ m_Padding: 2
+ m_LightmapParameters: {fileID: 0}
+ m_LightmapsBakeMode: 1
+ m_TextureCompression: 1
+ m_ReflectionCompression: 2
+ m_MixedBakeMode: 2
+ m_BakeBackend: 2
+ m_PVRSampling: 1
+ m_PVRDirectSampleCount: 32
+ m_PVRSampleCount: 512
+ m_PVRBounces: 2
+ m_PVREnvironmentSampleCount: 256
+ m_PVREnvironmentReferencePointCount: 2048
+ m_PVRFilteringMode: 1
+ m_PVRDenoiserTypeDirect: 1
+ m_PVRDenoiserTypeIndirect: 1
+ m_PVRDenoiserTypeAO: 1
+ m_PVRFilterTypeDirect: 0
+ m_PVRFilterTypeIndirect: 0
+ m_PVRFilterTypeAO: 0
+ m_PVREnvironmentMIS: 1
+ m_PVRCulling: 1
+ m_PVRFilteringGaussRadiusDirect: 1
+ m_PVRFilteringGaussRadiusIndirect: 1
+ m_PVRFilteringGaussRadiusAO: 1
+ m_PVRFilteringAtrousPositionSigmaDirect: 0.5
+ m_PVRFilteringAtrousPositionSigmaIndirect: 2
+ m_PVRFilteringAtrousPositionSigmaAO: 1
+ m_ExportTrainingData: 0
+ m_TrainingDataDestination: TrainingData
+ m_LightProbeSampleCountMultiplier: 4
+ m_LightingDataAsset: {fileID: 20201, guid: 0000000000000000f000000000000000, type: 0}
+ m_LightingSettings: {fileID: 0}
+--- !u!196 &4
+NavMeshSettings:
+ serializedVersion: 2
+ m_ObjectHideFlags: 0
+ m_BuildSettings:
+ serializedVersion: 3
+ agentTypeID: 0
+ agentRadius: 0.5
+ agentHeight: 2
+ agentSlope: 45
+ agentClimb: 0.4
+ ledgeDropHeight: 0
+ maxJumpAcrossDistance: 0
+ minRegionArea: 2
+ manualCellSize: 0
+ cellSize: 0.16666667
+ manualTileSize: 0
+ tileSize: 256
+ buildHeightMesh: 0
+ maxJobWorkers: 0
+ preserveTilesOutsideBounds: 0
+ debug:
+ m_Flags: 0
+ m_NavMeshData: {fileID: 0}
+--- !u!1001 &146034592
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 0}
+ m_Modifications:
+ - target: {fileID: -8679921383154817045, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: 8.9335
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -16.64573
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: -8679921383154817045, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 919132149155446097, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+ propertyPath: m_Name
+ value: Level
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents:
+ - targetCorrespondingSourceObject: {fileID: -3121380241203253555, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+ insertIndex: -1
+ addedObject: {fileID: 146034594}
+ m_SourcePrefab: {fileID: 100100000, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+--- !u!1 &146034593 stripped
+GameObject:
+ m_CorrespondingSourceObject: {fileID: -3121380241203253555, guid: cdecbcd15c5a18b409d15603630bb654, type: 3}
+ m_PrefabInstance: {fileID: 146034592}
+ m_PrefabAsset: {fileID: 0}
+--- !u!114 &146034594
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 146034593}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 0cc6c36a261296f4c82e315da147ba93, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Assembly-CSharp::SlidingDoor
+ axis: 1
+ direction: -1
+ slideDistance: 2
+ speed: 3
+ startOpen: 0
+ OnOpened:
+ m_PersistentCalls:
+ m_Calls: []
+ OnClosed:
+ m_PersistentCalls:
+ m_Calls: []
+--- !u!1001 &1044583204
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 0}
+ m_Modifications:
+ - target: {fileID: 6544026473454475707, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_Name
+ value: Player
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalScale.x
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalScale.y
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalScale.z
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -33.61331
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 0.0000022767708
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -20.720806
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 90
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8079687630579216978, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalScale.x
+ value: 0.8
+ objectReference: {fileID: 0}
+ - target: {fileID: 8079687630579216978, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalScale.z
+ value: 0.8
+ objectReference: {fileID: 0}
+ - target: {fileID: 9113767139962055966, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_Radius
+ value: 0.4
+ objectReference: {fileID: 0}
+ - target: {fileID: 9113767139962055966, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_Center.y
+ value: 1.3
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+--- !u!1 &1168512180
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1168512182}
+ - component: {fileID: 1168512181}
+ - component: {fileID: 1168512183}
+ m_Layer: 0
+ m_Name: Directional Light
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!108 &1168512181
+Light:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1168512180}
+ m_Enabled: 1
+ serializedVersion: 12
+ m_Type: 1
+ m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1}
+ m_Intensity: 1
+ m_Range: 10
+ m_SpotAngle: 30
+ m_InnerSpotAngle: 21.80208
+ m_CookieSize2D: {x: 0.5, y: 0.5}
+ m_Shadows:
+ m_Type: 2
+ m_Resolution: -1
+ m_CustomResolution: -1
+ m_Strength: 1
+ m_Bias: 0.05
+ m_NormalBias: 0.4
+ m_NearPlane: 0.2
+ m_CullingMatrixOverride:
+ e00: 1
+ e01: 0
+ e02: 0
+ e03: 0
+ e10: 0
+ e11: 1
+ e12: 0
+ e13: 0
+ e20: 0
+ e21: 0
+ e22: 1
+ e23: 0
+ e30: 0
+ e31: 0
+ e32: 0
+ e33: 1
+ m_UseCullingMatrixOverride: 0
+ m_Cookie: {fileID: 0}
+ m_DrawHalo: 0
+ m_Flare: {fileID: 0}
+ m_RenderMode: 0
+ m_CullingMask:
+ serializedVersion: 2
+ m_Bits: 4294967295
+ m_RenderingLayerMask: 1
+ m_Lightmapping: 4
+ m_LightShadowCasterMode: 0
+ m_AreaSize: {x: 1, y: 1}
+ m_BounceIntensity: 1
+ m_ColorTemperature: 6570
+ m_UseColorTemperature: 0
+ m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0}
+ m_UseBoundingSphereOverride: 0
+ m_UseViewFrustumForShadowCasterCull: 1
+ m_ForceVisible: 0
+ m_ShadowRadius: 0
+ m_ShadowAngle: 0
+ m_LightUnit: 1
+ m_LuxAtDistance: 1
+ m_EnableSpotReflector: 1
+--- !u!4 &1168512182
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1168512180}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261}
+ m_LocalPosition: {x: 0, y: 3, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0}
+--- !u!114 &1168512183
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1168512180}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Runtime::UnityEngine.Rendering.Universal.UniversalAdditionalLightData
+ m_UsePipelineSettings: 1
+ m_AdditionalLightsShadowResolutionTier: 2
+ m_CustomShadowLayers: 0
+ m_LightCookieSize: {x: 1, y: 1}
+ m_LightCookieOffset: {x: 0, y: 0}
+ m_SoftShadowQuality: 0
+ m_RenderingLayersMask:
+ serializedVersion: 0
+ m_Bits: 1
+ m_ShadowRenderingLayersMask:
+ serializedVersion: 0
+ m_Bits: 1
+ m_Version: 4
+ m_LightLayerMask: 1
+ m_ShadowLayerMask: 1
+ m_RenderingLayers: 1
+ m_ShadowRenderingLayers: 1
+--- !u!1660057539 &9223372036854775807
+SceneRoots:
+ m_ObjectHideFlags: 0
+ m_Roots:
+ - {fileID: 1168512182}
+ - {fileID: 1044583204}
+ - {fileID: 146034592}
diff --git a/Assets/Level/Scenes/Level/01/Level01_Final.unity.meta b/Assets/Level/Scenes/Level/01/Level01_Final.unity.meta
new file mode 100644
index 0000000..306cf63
--- /dev/null
+++ b/Assets/Level/Scenes/Level/01/Level01_Final.unity.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: c27b10b5ca850594298ef98e0486babd
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Assets/Level/Scenes/Level/01/Level01_Work.unity b/Assets/Level/Scenes/Level/01/Level01_Work.unity
new file mode 100644
index 0000000..47d0af3
--- /dev/null
+++ b/Assets/Level/Scenes/Level/01/Level01_Work.unity
@@ -0,0 +1,12487 @@
+%YAML 1.1
+%TAG !u! tag:unity3d.com,2011:
+--- !u!29 &1
+OcclusionCullingSettings:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_OcclusionBakeSettings:
+ smallestOccluder: 5
+ smallestHole: 0.25
+ backfaceThreshold: 100
+ m_SceneGUID: 00000000000000000000000000000000
+ m_OcclusionCullingData: {fileID: 0}
+--- !u!104 &2
+RenderSettings:
+ m_ObjectHideFlags: 0
+ serializedVersion: 10
+ m_Fog: 0
+ m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
+ m_FogMode: 3
+ m_FogDensity: 0.01
+ m_LinearFogStart: 0
+ m_LinearFogEnd: 300
+ m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1}
+ m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1}
+ m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1}
+ m_AmbientIntensity: 1
+ m_AmbientMode: 0
+ m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
+ m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0}
+ m_HaloStrength: 0.5
+ m_FlareStrength: 1
+ m_FlareFadeSpeed: 3
+ m_HaloTexture: {fileID: 0}
+ m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0}
+ m_DefaultReflectionMode: 0
+ m_DefaultReflectionResolution: 128
+ m_ReflectionBounces: 1
+ m_ReflectionIntensity: 1
+ m_CustomReflection: {fileID: 0}
+ m_Sun: {fileID: 0}
+ m_UseRadianceAmbientProbe: 0
+--- !u!157 &3
+LightmapSettings:
+ m_ObjectHideFlags: 0
+ serializedVersion: 13
+ m_BakeOnSceneLoad: 0
+ m_GISettings:
+ serializedVersion: 2
+ m_BounceScale: 1
+ m_IndirectOutputScale: 1
+ m_AlbedoBoost: 1
+ m_EnvironmentLightingMode: 0
+ m_EnableBakedLightmaps: 1
+ m_EnableRealtimeLightmaps: 0
+ m_LightmapEditorSettings:
+ serializedVersion: 12
+ m_Resolution: 2
+ m_BakeResolution: 40
+ m_AtlasSize: 1024
+ m_AO: 0
+ m_AOMaxDistance: 1
+ m_CompAOExponent: 1
+ m_CompAOExponentDirect: 0
+ m_ExtractAmbientOcclusion: 0
+ m_Padding: 2
+ m_LightmapParameters: {fileID: 0}
+ m_LightmapsBakeMode: 1
+ m_TextureCompression: 1
+ m_ReflectionCompression: 2
+ m_MixedBakeMode: 2
+ m_BakeBackend: 2
+ m_PVRSampling: 1
+ m_PVRDirectSampleCount: 32
+ m_PVRSampleCount: 512
+ m_PVRBounces: 2
+ m_PVREnvironmentSampleCount: 256
+ m_PVREnvironmentReferencePointCount: 2048
+ m_PVRFilteringMode: 1
+ m_PVRDenoiserTypeDirect: 1
+ m_PVRDenoiserTypeIndirect: 1
+ m_PVRDenoiserTypeAO: 1
+ m_PVRFilterTypeDirect: 0
+ m_PVRFilterTypeIndirect: 0
+ m_PVRFilterTypeAO: 0
+ m_PVREnvironmentMIS: 1
+ m_PVRCulling: 1
+ m_PVRFilteringGaussRadiusDirect: 1
+ m_PVRFilteringGaussRadiusIndirect: 1
+ m_PVRFilteringGaussRadiusAO: 1
+ m_PVRFilteringAtrousPositionSigmaDirect: 0.5
+ m_PVRFilteringAtrousPositionSigmaIndirect: 2
+ m_PVRFilteringAtrousPositionSigmaAO: 1
+ m_ExportTrainingData: 0
+ m_TrainingDataDestination: TrainingData
+ m_LightProbeSampleCountMultiplier: 4
+ m_LightingDataAsset: {fileID: 20201, guid: 0000000000000000f000000000000000, type: 0}
+ m_LightingSettings: {fileID: 0}
+--- !u!196 &4
+NavMeshSettings:
+ serializedVersion: 2
+ m_ObjectHideFlags: 0
+ m_BuildSettings:
+ serializedVersion: 3
+ agentTypeID: 0
+ agentRadius: 0.5
+ agentHeight: 2
+ agentSlope: 45
+ agentClimb: 0.4
+ ledgeDropHeight: 0
+ maxJumpAcrossDistance: 0
+ minRegionArea: 2
+ manualCellSize: 0
+ cellSize: 0.16666667
+ manualTileSize: 0
+ tileSize: 256
+ buildHeightMesh: 0
+ maxJobWorkers: 0
+ preserveTilesOutsideBounds: 0
+ debug:
+ m_Flags: 0
+ m_NavMeshData: {fileID: 0}
+--- !u!1001 &76924349
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1507274387}
+ m_Modifications:
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Name
+ value: TileWall (14)
+ objectReference: {fileID: 0}
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Layer
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 3605484921720718291, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 2097524870}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.y
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 172
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: 22.15134
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: -4.9999995
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: 7.95152
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: 0.000000059604638
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7401385164455639002, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 0}
+ - target: {fileID: 8463408000742725404, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 2097524870}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_VersionIndex
+ value: 175
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[0].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[0].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[0].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[1].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[1].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[1].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[2].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[2].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[2].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[3].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[3].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[3].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[4].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[4].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[4].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[4].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[5].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[5].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[5].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[5].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[6].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[6].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[6].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[6].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[7].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[7].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[7].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[7].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[8].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[8].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[8].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[9].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[9].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[9].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.size
+ value: 8
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[10].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[10].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[10].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[11].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[11].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[11].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[12].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[12].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[12].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[12].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[13].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[13].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[13].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[13].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[14].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[14].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[14].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[14].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[15].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[15].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[15].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[15].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[0].x
+ value: 0.1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[0].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[1].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[1].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[2].x
+ value: 0.1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[3].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[5].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[7].y
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[8].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[9].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[13].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[14].y
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -59
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -59
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -59
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -59
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[0].m_Vertices.Array.size
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[1].m_Vertices.Array.size
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[2].m_Vertices.Array.size
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[3].m_Vertices.Array.size
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[1]'
+ value: 13
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[2]'
+ value: 22
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[1].m_Vertices.Array.data[1]'
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[1].m_Vertices.Array.data[2]'
+ value: 23
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[0]'
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[1]'
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[2]'
+ value: 16
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[0]'
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[1]'
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[2]'
+ value: 17
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+--- !u!4 &76924350 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ m_PrefabInstance: {fileID: 76924349}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1001 &81289049
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 159018199}
+ m_Modifications:
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Name
+ value: TileWall (40)
+ objectReference: {fileID: 0}
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Layer
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 3605484921720718291, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1467951957}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.y
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 81
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: 13
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 7.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -3
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 90
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7401385164455639002, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1467951957}
+ - target: {fileID: 8463408000742725404, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.y
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 8463408000742725404, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1467951957}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_VersionIndex
+ value: 87
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.size
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[0].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[1].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[5].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[8].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[9].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[13].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[0].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[1].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[2].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[3].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[1]'
+ value: 9
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[2]'
+ value: 12
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[1].m_Vertices.Array.data[2]'
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[1]'
+ value: 11
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[2]'
+ value: 14
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[2]'
+ value: 7
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+--- !u!4 &81289050 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ m_PrefabInstance: {fileID: 81289049}
+ m_PrefabAsset: {fileID: 0}
+--- !u!43 &90953139
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-64528
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 25, y: 0.05, z: 30}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: 0000c8c1cdcc4cbd0000f04100000000000000000000803f000080bf0000000000000000000080bf000048426666663f0000c841cdcc4cbd0000f04100000000000000000000803f000080bf0000000000000000000080bf000000006666663f0000c8c1cdcc4c3d0000f04100000000000000000000803f000080bf0000000000000000000080bf000048420000803f0000c841cdcc4c3d0000f04100000000000000000000803f000080bf0000000000000000000080bf000000000000803f0000c841cdcc4cbd0000f0410000803f000000000000000000000000000000000000803f000080bf000070426666663f0000c841cdcc4cbd0000f0c10000803f000000000000000000000000000000000000803f000080bf000000006666663f0000c841cdcc4c3d0000f0410000803f000000000000000000000000000000000000803f000080bf000070420000803f0000c841cdcc4c3d0000f0c10000803f000000000000000000000000000000000000803f000080bf000000000000803f0000c841cdcc4cbd0000f0c10000000000000000000080bf0000803f0000000000000000000080bf000048426666663f0000c8c1cdcc4cbd0000f0c10000000000000000000080bf0000803f0000000000000000000080bf000000006666663f0000c841cdcc4c3d0000f0c10000000000000000000080bf0000803f0000000000000000000080bf000048420000803f0000c8c1cdcc4c3d0000f0c10000000000000000000080bf0000803f0000000000000000000080bf000000000000803f0000c8c1cdcc4cbd0000f0c1000080bf00000000000000000000000000000000000080bf000080bf000070426666663f0000c8c1cdcc4cbd0000f041000080bf00000000000000000000000000000000000080bf000080bf000000006666663f0000c8c1cdcc4c3d0000f0c1000080bf00000000000000000000000000000000000080bf000080bf000070420000803f0000c8c1cdcc4c3d0000f041000080bf00000000000000000000000000000000000080bf000080bf000000000000803f0000c8c1cdcc4c3d0000f041000000000000803f000000000000803f0000000000000000000080bf000000000000803f0000c841cdcc4c3d0000f041000000000000803f000000000000803f0000000000000000000080bf000048420000803f0000c8c1cdcc4c3d0000f0c1000000000000803f000000000000803f0000000000000000000080bf0000000000006cc20000c841cdcc4c3d0000f0c1000000000000803f000000000000803f0000000000000000000080bf0000484200006cc20000c8c1cdcc4cbd0000f0c100000000000080bf00000000000080bf0000000000000000000080bf0000484200006cc20000c841cdcc4cbd0000f0c100000000000080bf00000000000080bf0000000000000000000080bf0000000000006cc20000c8c1cdcc4cbd0000f04100000000000080bf00000000000080bf0000000000000000000080bf000048420000803f0000c841cdcc4cbd0000f04100000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 25, y: 0.05, z: 30}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!43 &134922348
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-89164
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 10}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000204100000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000204100000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000204100000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000204100000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c0000020410000803f000000000000000000000000000000000000803f000080bf0000a041000010c1cdcc4c3d0000a0c0000020c10000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a040000020410000803f000000000000000000000000000000000000803f000080bf0000a0410000803fcdcc4c3d0000a040000020c10000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c0000020c10000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c0000020c10000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a040000020c10000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a040000020c10000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c0000020c1000080bf00000000000000000000000000000000000080bf000080bf0000a041000010c1cdcc4cbd0000a0c000002041000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a040000020c1000080bf00000000000000000000000000000000000080bf000080bf0000a0410000803fcdcc4cbd0000a04000002041000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a04000002041000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a04000002041000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a040000020c1000000000000803f000000000000803f0000000000000000000080bf00000000000098c1cdcc4c3d0000a040000020c1000000000000803f000000000000803f0000000000000000000080bfcdcccc3d000098c1cdcc4cbd0000a0c0000020c100000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d000098c1cdcc4c3d0000a0c0000020c100000000000080bf00000000000080bf0000000000000000000080bf00000000000098c1cdcc4cbd0000a0c00000204100000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000204100000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 10}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!1 &159018198
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 159018199}
+ m_Layer: 0
+ m_Name: Shelf
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &159018199
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 159018198}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 1}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children:
+ - {fileID: 908267738}
+ - {fileID: 1871057509}
+ - {fileID: 81289050}
+ - {fileID: 694484348}
+ - {fileID: 1014850007}
+ m_Father: {fileID: 1418461580}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1 &169717430
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 169717431}
+ m_Layer: 0
+ m_Name: ROOM3
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &169717431
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 169717430}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
+ m_LocalPosition: {x: 10.88103, y: 0, z: 6.6042004}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children:
+ - {fileID: 1180276898}
+ - {fileID: 1382266572}
+ m_Father: {fileID: 1368253247}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!43 &358549199
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-107242
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c00000a0400000803f000000000000000000000000000000000000803f000080bf00002041000010c1cdcc4c3d0000a0c00000a0c00000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a0400000a0400000803f000000000000000000000000000000000000803f000080bf000020410000803fcdcc4c3d0000a0400000a0c00000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c00000a0c0000080bf00000000000000000000000000000000000080bf000080bf00002041000010c1cdcc4cbd0000a0c00000a040000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a0400000a0c0000080bf00000000000000000000000000000000000080bf000080bf000020410000803fcdcc4cbd0000a0400000a040000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a0400000a040000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a0400000a040000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!1001 &456195778
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1979137331}
+ m_Modifications:
+ - target: {fileID: 395850085018812323, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 796770714}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalScale.z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -22
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -10
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 90
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7112311031510233378, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 961387713}
+ - target: {fileID: 7423121966632867460, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_Name
+ value: TileGlass (1)
+ objectReference: {fileID: 0}
+ - target: {fileID: 8715567582214355493, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 961387713}
+ - target: {fileID: 8715567582214355493, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_VersionIndex
+ value: 26
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+--- !u!4 &456195779 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ m_PrefabInstance: {fileID: 456195778}
+ m_PrefabAsset: {fileID: 0}
+--- !u!43 &549326904
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-25816
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 30}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000f04100000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000f04100000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000f04100000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000f04100000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c00000f0410000803f000000000000000000000000000000000000803f000080bf00007042000010c1cdcc4c3d0000a0c00000f0c10000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a0400000f0410000803f000000000000000000000000000000000000803f000080bf000070420000803fcdcc4c3d0000a0400000f0c10000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c00000f0c10000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000f0c10000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000f0c10000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000f0c10000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c00000f0c1000080bf00000000000000000000000000000000000080bf000080bf00007042000010c1cdcc4cbd0000a0c00000f041000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a0400000f0c1000080bf00000000000000000000000000000000000080bf000080bf000070420000803fcdcc4cbd0000a0400000f041000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a0400000f041000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a0400000f041000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000f0c1000000000000803f000000000000803f0000000000000000000080bf0000000000006cc2cdcc4c3d0000a0400000f0c1000000000000803f000000000000803f0000000000000000000080bfcdcccc3d00006cc2cdcc4cbd0000a0c00000f0c100000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d00006cc2cdcc4c3d0000a0c00000f0c100000000000080bf00000000000080bf0000000000000000000080bf0000000000006cc2cdcc4cbd0000a0c00000f04100000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000f04100000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 30}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!43 &572268874
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-90380
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 40}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000204200000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000204200000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000204200000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000204200000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c0000020420000803f000000000000000000000000000000000000803f000080bf0000a042000010c1cdcc4c3d0000a0c0000020c20000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a040000020420000803f000000000000000000000000000000000000803f000080bf0000a0420000803fcdcc4c3d0000a040000020c20000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c0000020c20000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c0000020c20000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a040000020c20000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a040000020c20000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c0000020c2000080bf00000000000000000000000000000000000080bf000080bf0000a042000010c1cdcc4cbd0000a0c000002042000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a040000020c2000080bf00000000000000000000000000000000000080bf000080bf0000a0420000803fcdcc4cbd0000a04000002042000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a04000002042000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a04000002042000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a040000020c2000000000000803f000000000000803f0000000000000000000080bf0000000000009ec2cdcc4c3d0000a040000020c2000000000000803f000000000000803f0000000000000000000080bfcdcccc3d00009ec2cdcc4cbd0000a0c0000020c200000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d00009ec2cdcc4c3d0000a0c0000020c200000000000080bf00000000000080bf0000000000000000000080bf0000000000009ec2cdcc4cbd0000a0c00000204200000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000204200000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 40}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!43 &585849123
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-173268
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c00000a0400000803f000000000000000000000000000000000000803f000080bf00002041000010c1cdcc4c3d0000a0c00000a0c00000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a0400000a0400000803f000000000000000000000000000000000000803f000080bf000020410000803fcdcc4c3d0000a0400000a0c00000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c00000a0c0000080bf00000000000000000000000000000000000080bf000080bf00002041000010c1cdcc4cbd0000a0c00000a040000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a0400000a0c0000080bf00000000000000000000000000000000000080bf000080bf000020410000803fcdcc4cbd0000a0400000a040000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a0400000a040000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a0400000a040000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!43 &615207150
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-76900
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 15, y: 0.05, z: 15}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: 000070c1cdcc4cbd0000704100000000000000000000803f000080bf0000000000000000000080bf0000f0416666663f00007041cdcc4cbd0000704100000000000000000000803f000080bf0000000000000000000080bf000000006666663f000070c1cdcc4c3d0000704100000000000000000000803f000080bf0000000000000000000080bf0000f0410000803f00007041cdcc4c3d0000704100000000000000000000803f000080bf0000000000000000000080bf000000000000803f00007041cdcc4cbd000070410000803f000000000000000000000000000000000000803f000080bf0000f0416666663f00007041cdcc4cbd000070c10000803f000000000000000000000000000000000000803f000080bf000000006666663f00007041cdcc4c3d000070410000803f000000000000000000000000000000000000803f000080bf0000f0410000803f00007041cdcc4c3d000070c10000803f000000000000000000000000000000000000803f000080bf000000000000803f00007041cdcc4cbd000070c10000000000000000000080bf0000803f0000000000000000000080bf0000f0416666663f000070c1cdcc4cbd000070c10000000000000000000080bf0000803f0000000000000000000080bf000000006666663f00007041cdcc4c3d000070c10000000000000000000080bf0000803f0000000000000000000080bf0000f0410000803f000070c1cdcc4c3d000070c10000000000000000000080bf0000803f0000000000000000000080bf000000000000803f000070c1cdcc4cbd000070c1000080bf00000000000000000000000000000000000080bf000080bf0000f0416666663f000070c1cdcc4cbd00007041000080bf00000000000000000000000000000000000080bf000080bf000000006666663f000070c1cdcc4c3d000070c1000080bf00000000000000000000000000000000000080bf000080bf0000f0410000803f000070c1cdcc4c3d00007041000080bf00000000000000000000000000000000000080bf000080bf000000000000803f000070c1cdcc4c3d00007041000000000000803f000000000000803f0000000000000000000080bf000000000000803f00007041cdcc4c3d00007041000000000000803f000000000000803f0000000000000000000080bf0000f0410000803f000070c1cdcc4c3d000070c1000000000000803f000000000000803f0000000000000000000080bf000000000000e8c100007041cdcc4c3d000070c1000000000000803f000000000000803f0000000000000000000080bf0000f0410000e8c1000070c1cdcc4cbd000070c100000000000080bf00000000000080bf0000000000000000000080bf0000f0410000e8c100007041cdcc4cbd000070c100000000000080bf00000000000080bf0000000000000000000080bf000000000000e8c1000070c1cdcc4cbd0000704100000000000080bf00000000000080bf0000000000000000000080bf0000f0410000803f00007041cdcc4cbd0000704100000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 15, y: 0.05, z: 15}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!1001 &694484347
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 159018199}
+ m_Modifications:
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Name
+ value: TileWall (38)
+ objectReference: {fileID: 0}
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Layer
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 3605484921720718291, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 585849123}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: 15.651344
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: 6.951515
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 90
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7401385164455639002, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 585849123}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 585849123}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_VersionIndex
+ value: 32
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+--- !u!4 &694484348 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ m_PrefabInstance: {fileID: 694484347}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1 &704896678
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 704896679}
+ m_Layer: 0
+ m_Name: Floor
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &704896679
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 704896678}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 1418461580}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!43 &730269999
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-126670
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 78
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 52
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 5, y: 2.5, z: 0.05}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600180019001a0019001b001a001c001d001e001d001f001e00200021002200210023002200240025002600250027002600280029002a0029002b002a002c002d002e002d002f002e00300031003200310033003200
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 52
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 2496
+ _typelessdata: 0000a0c00000c03fcdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf0000a0400000c03f0000a0c0000020c0cdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf0000a040000020c0000040c00000c03fcdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf000040400000c03f000040c0000020c0cdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf00004040000020c000004040000020c0cdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf000040c0000020c00000a040000020c0cdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf0000a0c0000020c0000040400000c03fcdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf000040c00000c03f0000a0400000c03fcdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf0000a0c00000c03f0000a0c00000c03fcdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf0000a0400000c03f000040c00000c03fcdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf000040400000c03f0000a0c000002040cdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf0000a04000002040000040c000002040cdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf00004040000020400000404000002040cdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf000040c000002040000040400000c03fcdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf000040c00000c03f0000a04000002040cdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf0000a0c0000020400000a0400000c03fcdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf0000a0c00000c03f000040c00000c03fcdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf000040400000c03f000040400000c03fcdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf000040c00000c03f000040c000002040cdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf00004040000020400000404000002040cdcc4c3d00000000000000000000803f000080bf0000000000000000000080bf000040c0000020400000a0c00000c03fcdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf0000a0c00000c03f000040c00000c03fcdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf000040c00000c03f0000a0c0000020c0cdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf0000a0c0000020c0000040c0000020c0cdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf000040c0000020c000004040000020c0cdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf00004040000020c0000040400000c03fcdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf000040400000c03f0000a040000020c0cdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf0000a040000020c00000a0400000c03fcdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf0000a0400000c03f0000a0c00000c03fcdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf0000a0c00000c03f0000a0c000002040cdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf0000a0c000002040000040c00000c03fcdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf000040c00000c03f000040c000002040cdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf000040c0000020400000404000002040cdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf00004040000020400000a04000002040cdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf0000a04000002040000040400000c03fcdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf000040400000c03f0000a0400000c03fcdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf0000a0400000c03f000040c00000c03fcdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf000040c00000c03f000040c000002040cdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf000040c000002040000040400000c03fcdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf000040400000c03f0000404000002040cdcc4cbd0000000000000000000080bf0000803f0000000000000000000080bf0000404000002040000040400000c03fcdcc4c3d00000000000080bf00000000000080bf0000000000000000000080bf000040c0cdcc4c3d000040c00000c03fcdcc4c3d00000000000080bf00000000000080bf0000000000000000000080bf00004040cdcc4c3d000040400000c03fcdcc4cbd00000000000080bf00000000000080bf0000000000000000000080bf000040c0cdcc4cbd000040c00000c03fcdcc4cbd00000000000080bf00000000000080bf0000000000000000000080bf00004040cdcc4cbd00004040000020c0cdcc4cbd000080bf00000000000000000000000000000000000080bf000080bfcdcc4c3d000020c000004040000020c0cdcc4c3d000080bf00000000000000000000000000000000000080bf000080bfcdcc4cbd000020c0000040400000c03fcdcc4cbd000080bf00000000000000000000000000000000000080bf000080bfcdcc4c3d0000c03f000040400000c03fcdcc4c3d000080bf00000000000000000000000000000000000080bf000080bfcdcc4cbd0000c03f000040c0000020c0cdcc4c3d0000803f000000000000000000000000000000000000803f000080bfcdcc4c3d000020c0000040c0000020c0cdcc4cbd0000803f000000000000000000000000000000000000803f000080bfcdcc4cbd000020c0000040c00000c03fcdcc4c3d0000803f000000000000000000000000000000000000803f000080bfcdcc4c3d0000c03f000040c00000c03fcdcc4cbd0000803f000000000000000000000000000000000000803f000080bfcdcc4cbd0000c03f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 5, y: 2.5, z: 0.05}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!43 &744851846
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-173668
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: -1.7180634, y: 0, z: 0}
+ m_Extent: {x: 2.5, y: 0.05, z: 15}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: 60fa86c0cdcc4cbd0000704100000000000000000000803f000080bf0000000000000000000080bf0000a0406666663f002d483fcdcc4cbd0000704100000000000000000000803f000080bf0000000000000000000080bf000000006666663f60fa86c0cdcc4c3d0000704100000000000000000000803f000080bf0000000000000000000080bf0000a0400000803f002d483fcdcc4c3d0000704100000000000000000000803f000080bf0000000000000000000080bf000000000000803f002d483fcdcc4cbd000070410000803f000000000000000000000000000000000000803f000080bf0000f0416666663f002d483fcdcc4cbd000070c10000803f000000000000000000000000000000000000803f000080bf000000006666663f002d483fcdcc4c3d000070410000803f000000000000000000000000000000000000803f000080bf0000f0410000803f002d483fcdcc4c3d000070c10000803f000000000000000000000000000000000000803f000080bf000000000000803f002d483fcdcc4cbd000070c10000000000000000000080bf0000803f0000000000000000000080bf0000a0406666663f60fa86c0cdcc4cbd000070c10000000000000000000080bf0000803f0000000000000000000080bf000000006666663f002d483fcdcc4c3d000070c10000000000000000000080bf0000803f0000000000000000000080bf0000a0400000803f60fa86c0cdcc4c3d000070c10000000000000000000080bf0000803f0000000000000000000080bf000000000000803f60fa86c0cdcc4cbd000070c1000080bf00000000000000000000000000000000000080bf000080bf0000f0416666663f60fa86c0cdcc4cbd00007041000080bf00000000000000000000000000000000000080bf000080bf000000006666663f60fa86c0cdcc4c3d000070c1000080bf00000000000000000000000000000000000080bf000080bf0000f0410000803f60fa86c0cdcc4c3d00007041000080bf00000000000000000000000000000000000080bf000080bf000000000000803f60fa86c0cdcc4c3d00007041000000000000803f000000000000803f0000000000000000000080bf000000000000803f002d483fcdcc4c3d00007041000000000000803f000000000000803f0000000000000000000080bf0000a0400000803f60fa86c0cdcc4c3d000070c1000000000000803f000000000000803f0000000000000000000080bf000000000000e8c1002d483fcdcc4c3d000070c1000000000000803f000000000000803f0000000000000000000080bf0000a0400000e8c160fa86c0cdcc4cbd000070c100000000000080bf00000000000080bf0000000000000000000080bf0000a0400000e8c1002d483fcdcc4cbd000070c100000000000080bf00000000000080bf0000000000000000000080bf000000000000e8c160fa86c0cdcc4cbd0000704100000000000080bf00000000000080bf0000000000000000000080bf0000a0400000803f002d483fcdcc4cbd0000704100000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: -1.7180634, y: 0, z: 0}
+ m_Extent: {x: 2.5, y: 0.05, z: 15}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!4 &782771522 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ m_PrefabInstance: {fileID: 4450493403543184923}
+ m_PrefabAsset: {fileID: 0}
+--- !u!43 &796770714
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-101988
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c00000a0400000803f000000000000000000000000000000000000803f000080bf00002041000010c1cdcc4c3d0000a0c00000a0c00000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a0400000a0400000803f000000000000000000000000000000000000803f000080bf000020410000803fcdcc4c3d0000a0400000a0c00000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c00000a0c0000080bf00000000000000000000000000000000000080bf000080bf00002041000010c1cdcc4cbd0000a0c00000a040000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a0400000a0c0000080bf00000000000000000000000000000000000080bf000080bf000020410000803fcdcc4cbd0000a0400000a040000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a0400000a040000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a0400000a040000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!1001 &806368382
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1507274387}
+ m_Modifications:
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Name
+ value: TileWall (1)
+ objectReference: {fileID: 0}
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Layer
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 3605484921720718291, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 134922348}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 20
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 103
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -27.84866
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: -4.9999995
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: 7.951521
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: 0.000000059604638
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7401385164455639002, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 0}
+ - target: {fileID: 8463408000742725404, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 20
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 134922348}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_VersionIndex
+ value: 109
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 20
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 20
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 20
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 20
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -19
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -19
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -19
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -19
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+--- !u!4 &806368383 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ m_PrefabInstance: {fileID: 806368382}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1001 &879134372
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1766277917}
+ m_Modifications:
+ - target: {fileID: 3884605895522482221, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Size.y
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 3884605895522482221, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Size.z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 3884605895522482221, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 103
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1966391099}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_VersionIndex
+ value: 103
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[0].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[0].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[0].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[1].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[1].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[1].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[2].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[2].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[2].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[3].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[3].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[3].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[4].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[4].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[4].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[4].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[5].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[5].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[5].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[5].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[6].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[6].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[6].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[6].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[7].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[7].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[7].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[7].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[8].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[8].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[8].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[9].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[9].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[9].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[0].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[1].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[2].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[3].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[4].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[5].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[6].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[7].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[8].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[9].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_SharedVertices.Array.size
+ value: 8
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[10].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[10].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[10].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[11].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[11].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[11].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[12].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[12].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[12].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[12].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[13].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[13].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[13].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[13].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[14].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[14].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[14].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[14].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[15].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[15].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[15].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[15].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[0].x
+ value: 0.1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[0].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[1].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[1].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[2].x
+ value: 0.1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[3].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[4].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[5].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[7].y
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[8].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[9].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[10].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[11].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[12].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[13].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[14].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[15].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[16].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[17].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[18].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[19].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[20].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[21].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[22].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[23].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[12].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[13].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[14].y
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_SharedVertices.Array.data[0].m_Vertices.Array.size
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_SharedVertices.Array.data[1].m_Vertices.Array.size
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_SharedVertices.Array.data[2].m_Vertices.Array.size
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_SharedVertices.Array.data[3].m_Vertices.Array.size
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[1]'
+ value: 13
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[2]'
+ value: 22
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[1].m_Vertices.Array.data[1]'
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[1].m_Vertices.Array.data[2]'
+ value: 23
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[0]'
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[1]'
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[2]'
+ value: 16
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[0]'
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[1]'
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[2]'
+ value: 17
+ objectReference: {fileID: 0}
+ - target: {fileID: 6734862024670495346, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1966391099}
+ - target: {fileID: 6921400718617286756, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: direction
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 6921400718617286756, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: slideDistance
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 6922175388650039756, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Name
+ value: Door
+ objectReference: {fileID: 0}
+ - target: {fileID: 7987102888823411772, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Size.y
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 7987102888823411772, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Size.z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -19.4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -7
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8512140229507148937, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1966391099}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+--- !u!4 &879134373 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ m_PrefabInstance: {fileID: 879134372}
+ m_PrefabAsset: {fileID: 0}
+--- !u!114 &879134374 stripped
+MonoBehaviour:
+ m_CorrespondingSourceObject: {fileID: 6921400718617286756, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ m_PrefabInstance: {fileID: 879134372}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 0cc6c36a261296f4c82e315da147ba93, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Assembly-CSharp::SlidingDoor
+--- !u!1001 &908267737
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 159018199}
+ m_Modifications:
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Name
+ value: TileWall (36)
+ objectReference: {fileID: 0}
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Layer
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 3605484921720718291, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1170849270}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 59
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: 10.500001
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 4.999999
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -8.048483
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: 0.000000059604638
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7401385164455639002, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1170849270}
+ - target: {fileID: 8463408000742725404, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1170849270}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_VersionIndex
+ value: 65
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -29
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+--- !u!4 &908267738 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ m_PrefabInstance: {fileID: 908267737}
+ m_PrefabAsset: {fileID: 0}
+--- !u!43 &961387713
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-106910
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c00000a0400000803f000000000000000000000000000000000000803f000080bf00002041000010c1cdcc4c3d0000a0c00000a0c00000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a0400000a0400000803f000000000000000000000000000000000000803f000080bf000020410000803fcdcc4c3d0000a0400000a0c00000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c00000a0c0000080bf00000000000000000000000000000000000080bf000080bf00002041000010c1cdcc4cbd0000a0c00000a040000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a0400000a0c0000080bf00000000000000000000000000000000000080bf000080bf000020410000803fcdcc4cbd0000a0400000a040000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a0400000a040000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a0400000a040000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!1001 &1014850006
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 159018199}
+ m_Modifications:
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -8.03343
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 838734381634944549, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 744851846}
+ - target: {fileID: 1753047251571399430, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1753047251571399430, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 1753047251571399430, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Center.x
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1753047251571399430, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Center.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4175848428221556727, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 4175848428221556727, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 4175848428221556727, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalCenter.x
+ value: -1.7180634
+ objectReference: {fileID: 0}
+ - target: {fileID: 4175848428221556727, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 631
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 744851846}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_VersionIndex
+ value: 634
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[0].x
+ value: -4.2180634
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[1].x
+ value: 0.78193665
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[2].x
+ value: -4.2180634
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[3].x
+ value: 0.78193665
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[4].x
+ value: 0.78193665
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[5].x
+ value: 0.78193665
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[6].x
+ value: 0.78193665
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[7].x
+ value: 0.78193665
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[8].x
+ value: 0.78193665
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[9].x
+ value: -4.2180634
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_SharedVertices.Array.size
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[0].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[2].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[8].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[10].x
+ value: 0.78193665
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[11].x
+ value: -4.2180634
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[12].x
+ value: -4.2180634
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[13].x
+ value: -4.2180634
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[14].x
+ value: -4.2180634
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[15].x
+ value: -4.2180634
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[16].x
+ value: -4.2180634
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[17].x
+ value: 0.78193665
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[18].x
+ value: -4.2180634
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[19].x
+ value: 0.78193665
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[20].x
+ value: -4.2180634
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[21].x
+ value: 0.78193665
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[22].x
+ value: -4.2180634
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[23].x
+ value: 0.78193665
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[10].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[17].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[19].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[20].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[22].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_SharedVertices.Array.data[0].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_SharedVertices.Array.data[1].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_SharedVertices.Array.data[2].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_SharedVertices.Array.data[3].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[1]'
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[2]'
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[1].m_Vertices.Array.data[0]'
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[1].m_Vertices.Array.data[1]'
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[1].m_Vertices.Array.data[2]'
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[0]'
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[1]'
+ value: 8
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[2]'
+ value: 9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[0]'
+ value: 7
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[1]'
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[2]'
+ value: 11
+ objectReference: {fileID: 0}
+ - target: {fileID: 5840335221072158843, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Name
+ value: BottomShelf
+ objectReference: {fileID: 0}
+ - target: {fileID: 9192243752437355431, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 744851846}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+--- !u!4 &1014850007 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ m_PrefabInstance: {fileID: 1014850006}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1001 &1044583204
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 0}
+ m_Modifications:
+ - target: {fileID: 6544026473454475707, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_Name
+ value: Player
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalScale.x
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalScale.y
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalScale.z
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: 7.386691
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 2.0000024
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: 4.279189
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7821156882341915560, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8079687630579216978, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalScale.x
+ value: 0.8
+ objectReference: {fileID: 0}
+ - target: {fileID: 8079687630579216978, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_LocalScale.z
+ value: 0.8
+ objectReference: {fileID: 0}
+ - target: {fileID: 9113767139962055966, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_Radius
+ value: 0.4
+ objectReference: {fileID: 0}
+ - target: {fileID: 9113767139962055966, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+ propertyPath: m_Center.y
+ value: 1.3
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: d7417f9daec269d43bdfd5a35f2da89a, type: 3}
+--- !u!43 &1078027918
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-93238
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 40}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000204200000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000204200000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000204200000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000204200000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c0000020420000803f000000000000000000000000000000000000803f000080bf0000a042000010c1cdcc4c3d0000a0c0000020c20000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a040000020420000803f000000000000000000000000000000000000803f000080bf0000a0420000803fcdcc4c3d0000a040000020c20000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c0000020c20000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c0000020c20000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a040000020c20000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a040000020c20000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c0000020c2000080bf00000000000000000000000000000000000080bf000080bf0000a042000010c1cdcc4cbd0000a0c000002042000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a040000020c2000080bf00000000000000000000000000000000000080bf000080bf0000a0420000803fcdcc4cbd0000a04000002042000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a04000002042000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a04000002042000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a040000020c2000000000000803f000000000000803f0000000000000000000080bf0000000000009ec2cdcc4c3d0000a040000020c2000000000000803f000000000000803f0000000000000000000080bfcdcccc3d00009ec2cdcc4cbd0000a0c0000020c200000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d00009ec2cdcc4c3d0000a0c0000020c200000000000080bf00000000000080bf0000000000000000000080bf0000000000009ec2cdcc4cbd0000a0c00000204200000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000204200000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 40}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!1001 &1112814511
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1507274387}
+ m_Modifications:
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Name
+ value: TileWall (2)
+ objectReference: {fileID: 0}
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Layer
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 3605484921720718291, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1255676279}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 120
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -27.84866
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: -4.9999967
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -17.048483
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: 0.000000059604638
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7401385164455639002, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 134922348}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1255676279}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_VersionIndex
+ value: 120
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: 0
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+--- !u!4 &1112814512 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ m_PrefabInstance: {fileID: 1112814511}
+ m_PrefabAsset: {fileID: 0}
+--- !u!43 &1151505555
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-82652
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 15, y: 0.05, z: 15}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: 000070c1cdcc4cbd0000704100000000000000000000803f000080bf0000000000000000000080bf0000f0416666663f00007041cdcc4cbd0000704100000000000000000000803f000080bf0000000000000000000080bf000000006666663f000070c1cdcc4c3d0000704100000000000000000000803f000080bf0000000000000000000080bf0000f0410000803f00007041cdcc4c3d0000704100000000000000000000803f000080bf0000000000000000000080bf000000000000803f00007041cdcc4cbd000070410000803f000000000000000000000000000000000000803f000080bf0000f0416666663f00007041cdcc4cbd000070c10000803f000000000000000000000000000000000000803f000080bf000000006666663f00007041cdcc4c3d000070410000803f000000000000000000000000000000000000803f000080bf0000f0410000803f00007041cdcc4c3d000070c10000803f000000000000000000000000000000000000803f000080bf000000000000803f00007041cdcc4cbd000070c10000000000000000000080bf0000803f0000000000000000000080bf0000f0416666663f000070c1cdcc4cbd000070c10000000000000000000080bf0000803f0000000000000000000080bf000000006666663f00007041cdcc4c3d000070c10000000000000000000080bf0000803f0000000000000000000080bf0000f0410000803f000070c1cdcc4c3d000070c10000000000000000000080bf0000803f0000000000000000000080bf000000000000803f000070c1cdcc4cbd000070c1000080bf00000000000000000000000000000000000080bf000080bf0000f0416666663f000070c1cdcc4cbd00007041000080bf00000000000000000000000000000000000080bf000080bf000000006666663f000070c1cdcc4c3d000070c1000080bf00000000000000000000000000000000000080bf000080bf0000f0410000803f000070c1cdcc4c3d00007041000080bf00000000000000000000000000000000000080bf000080bf000000000000803f000070c1cdcc4c3d00007041000000000000803f000000000000803f0000000000000000000080bf000000000000803f00007041cdcc4c3d00007041000000000000803f000000000000803f0000000000000000000080bf0000f0410000803f000070c1cdcc4c3d000070c1000000000000803f000000000000803f0000000000000000000080bf000000000000e8c100007041cdcc4c3d000070c1000000000000803f000000000000803f0000000000000000000080bf0000f0410000e8c1000070c1cdcc4cbd000070c100000000000080bf00000000000080bf0000000000000000000080bf0000f0410000e8c100007041cdcc4cbd000070c100000000000080bf00000000000080bf0000000000000000000080bf000000000000e8c1000070c1cdcc4cbd0000704100000000000080bf00000000000080bf0000000000000000000080bf0000f0410000803f00007041cdcc4cbd0000704100000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 15, y: 0.05, z: 15}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!1001 &1152730089
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1766277917}
+ m_Modifications:
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1978094751}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_VersionIndex
+ value: 45
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[0].x
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[1].x
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[2].x
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[3].x
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[4].x
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[5].x
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[6].x
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[7].x
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[8].x
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[9].x
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[0].x
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[2].x
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[8].x
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[10].x
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[11].x
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[12].x
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[13].x
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[14].x
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[15].x
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[16].x
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[17].x
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[18].x
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[19].x
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[20].x
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[21].x
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[22].x
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[23].x
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[10].x
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[17].x
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -4
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[19].x
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -4
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[20].x
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -4
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -4
+ objectReference: {fileID: 0}
+ - target: {fileID: 1208164007696982358, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Textures0.Array.data[22].x
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 1261067352547520725, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Name
+ value: PressurePlate
+ objectReference: {fileID: 0}
+ - target: {fileID: 4852617768436622893, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1978094751}
+ - target: {fileID: 5853974941088398888, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Size.x
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 5853974941088398888, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Size.z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5853974941088398888, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 45
+ objectReference: {fileID: 0}
+ - target: {fileID: 8207149097789217906, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -22
+ objectReference: {fileID: 0}
+ - target: {fileID: 8207149097789217906, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8207149097789217906, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -7
+ objectReference: {fileID: 0}
+ - target: {fileID: 8207149097789217906, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8207149097789217906, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8207149097789217906, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8207149097789217906, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8207149097789217906, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8207149097789217906, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8207149097789217906, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8480948550909164709, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1978094751}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.size
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[0].m_Mode
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[1].m_Mode
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[2].m_Mode
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[0].m_Target
+ value:
+ objectReference: {fileID: 879134374}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[1].m_Target
+ value:
+ objectReference: {fileID: 1169029392}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[2].m_Target
+ value:
+ objectReference: {fileID: 1920106759}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[0].m_CallState
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[1].m_CallState
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[2].m_CallState
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName
+ value: Open
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[1].m_MethodName
+ value: Open
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[2].m_MethodName
+ value: Open
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[0].m_TargetAssemblyTypeName
+ value: SlidingDoor, Assembly-CSharp
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[1].m_TargetAssemblyTypeName
+ value: SlidingDoor, Assembly-CSharp
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[2].m_TargetAssemblyTypeName
+ value: SlidingDoor, Assembly-CSharp
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[0].m_Arguments.m_ObjectArgumentAssemblyTypeName
+ value: UnityEngine.Object, UnityEngine
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[1].m_Arguments.m_ObjectArgumentAssemblyTypeName
+ value: UnityEngine.Object, UnityEngine
+ objectReference: {fileID: 0}
+ - target: {fileID: 8973796063000431307, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ propertyPath: OnPressed.m_PersistentCalls.m_Calls.Array.data[2].m_Arguments.m_ObjectArgumentAssemblyTypeName
+ value: UnityEngine.Object, UnityEngine
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+--- !u!4 &1152730090 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 8207149097789217906, guid: 8bab070a3d182f84e8f4902227cf089a, type: 3}
+ m_PrefabInstance: {fileID: 1152730089}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1 &1168512180
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1168512182}
+ - component: {fileID: 1168512181}
+ - component: {fileID: 1168512183}
+ m_Layer: 0
+ m_Name: Directional Light
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!108 &1168512181
+Light:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1168512180}
+ m_Enabled: 1
+ serializedVersion: 12
+ m_Type: 1
+ m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1}
+ m_Intensity: 1
+ m_Range: 10
+ m_SpotAngle: 30
+ m_InnerSpotAngle: 21.80208
+ m_CookieSize2D: {x: 0.5, y: 0.5}
+ m_Shadows:
+ m_Type: 2
+ m_Resolution: -1
+ m_CustomResolution: -1
+ m_Strength: 1
+ m_Bias: 0.05
+ m_NormalBias: 0.4
+ m_NearPlane: 0.2
+ m_CullingMatrixOverride:
+ e00: 1
+ e01: 0
+ e02: 0
+ e03: 0
+ e10: 0
+ e11: 1
+ e12: 0
+ e13: 0
+ e20: 0
+ e21: 0
+ e22: 1
+ e23: 0
+ e30: 0
+ e31: 0
+ e32: 0
+ e33: 1
+ m_UseCullingMatrixOverride: 0
+ m_Cookie: {fileID: 0}
+ m_DrawHalo: 0
+ m_Flare: {fileID: 0}
+ m_RenderMode: 0
+ m_CullingMask:
+ serializedVersion: 2
+ m_Bits: 4294967295
+ m_RenderingLayerMask: 1
+ m_Lightmapping: 4
+ m_LightShadowCasterMode: 0
+ m_AreaSize: {x: 1, y: 1}
+ m_BounceIntensity: 1
+ m_ColorTemperature: 6570
+ m_UseColorTemperature: 0
+ m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0}
+ m_UseBoundingSphereOverride: 0
+ m_UseViewFrustumForShadowCasterCull: 1
+ m_ForceVisible: 0
+ m_ShadowRadius: 0
+ m_ShadowAngle: 0
+ m_LightUnit: 1
+ m_LuxAtDistance: 1
+ m_EnableSpotReflector: 1
+--- !u!4 &1168512182
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1168512180}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261}
+ m_LocalPosition: {x: 0, y: 3, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0}
+--- !u!114 &1168512183
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1168512180}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Runtime::UnityEngine.Rendering.Universal.UniversalAdditionalLightData
+ m_UsePipelineSettings: 1
+ m_AdditionalLightsShadowResolutionTier: 2
+ m_CustomShadowLayers: 0
+ m_LightCookieSize: {x: 1, y: 1}
+ m_LightCookieOffset: {x: 0, y: 0}
+ m_SoftShadowQuality: 0
+ m_RenderingLayersMask:
+ serializedVersion: 0
+ m_Bits: 1
+ m_ShadowRenderingLayersMask:
+ serializedVersion: 0
+ m_Bits: 1
+ m_Version: 4
+ m_LightLayerMask: 1
+ m_ShadowLayerMask: 1
+ m_RenderingLayers: 1
+ m_ShadowRenderingLayers: 1
+--- !u!1 &1169029385
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1169029386}
+ - component: {fileID: 1169029391}
+ - component: {fileID: 1169029390}
+ - component: {fileID: 1169029389}
+ - component: {fileID: 1169029388}
+ - component: {fileID: 1169029387}
+ - component: {fileID: 1169029392}
+ m_Layer: 0
+ m_Name: GlassFrame
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1169029386
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1169029385}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: 0.7071068, z: -0, w: 0.7071068}
+ m_LocalPosition: {x: -24.5, y: 7.5, z: -7}
+ m_LocalScale: {x: 0.6, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children: []
+ m_Father: {fileID: 1979137331}
+ m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0}
+--- !u!64 &1169029387
+MeshCollider:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1169029385}
+ m_Material: {fileID: 0}
+ m_IncludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_ExcludeLayers:
+ serializedVersion: 2
+ m_Bits: 0
+ m_LayerOverridePriority: 0
+ m_IsTrigger: 0
+ m_ProvidesContacts: 0
+ m_Enabled: 1
+ serializedVersion: 5
+ m_Convex: 0
+ m_CookingOptions: 30
+ m_Mesh: {fileID: 730269999}
+--- !u!33 &1169029388
+MeshFilter:
+ m_ObjectHideFlags: 10
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1169029385}
+ m_Mesh: {fileID: 730269999}
+--- !u!23 &1169029389
+MeshRenderer:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1169029385}
+ m_Enabled: 1
+ m_CastShadows: 1
+ m_ReceiveShadows: 1
+ m_DynamicOccludee: 1
+ m_StaticShadowCaster: 0
+ m_MotionVectors: 1
+ m_LightProbeUsage: 1
+ m_ReflectionProbeUsage: 1
+ m_RayTracingMode: 2
+ m_RayTraceProcedural: 0
+ m_RayTracingAccelStructBuildFlagsOverride: 0
+ m_RayTracingAccelStructBuildFlags: 1
+ m_SmallMeshCulling: 1
+ m_ForceMeshLod: -1
+ m_MeshLodSelectionBias: 0
+ m_RenderingLayerMask: 1
+ m_RendererPriority: 0
+ m_Materials:
+ - {fileID: 2100000, guid: e2ff028127aed49898d5db254c679ffa, 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_GlobalIlluminationMeshLod: 0
+ m_SortingLayerID: 0
+ m_SortingLayer: 0
+ m_SortingOrder: 0
+ m_MaskInteraction: 0
+ m_AdditionalVertexStreams: {fileID: 0}
+--- !u!114 &1169029390
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1169029385}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 1ca002da428252441b92f28d83c8a65f, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.ProBuilder::UnityEngine.ProBuilder.Shapes.ProBuilderShape
+ m_Shape:
+ rid: 1398870395349368924
+ m_ShapeRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_UnmodifiedMeshVersion: 31
+ m_Size: {x: 10, y: 5, z: 0.1}
+ m_LocalCenter: {x: 0, y: 0, z: 0}
+ references:
+ version: 2
+ RefIds:
+ - rid: 1398870395349368924
+ type: {class: Door, ns: UnityEngine.ProBuilder.Shapes, asm: Unity.ProBuilder}
+ data:
+ m_DoorHeight: 1
+ m_LegWidth: 2
+--- !u!114 &1169029391
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1169029385}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Unity.ProBuilder::UnityEngine.ProBuilder.ProBuilderMesh
+ m_MeshFormatVersion: 2
+ m_Faces:
+ - m_Indexes: 000000000100000002000000010000000300000002000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 040000000500000006000000050000000700000006000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 08000000090000000a000000090000000b0000000a000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 0c0000000d0000000e0000000d0000000f0000000e000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 100000001100000012000000110000001300000012000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 140000001500000016000000150000001700000016000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 18000000190000001a000000190000001b0000001a000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 1c0000001d0000001e0000001d0000001f0000001e000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 200000002100000022000000210000002300000022000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 240000002500000026000000250000002700000026000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 28000000290000002a000000290000002b0000002a000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 2c0000002d0000002e0000002d0000002f0000002e000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ - m_Indexes: 300000003100000032000000310000003300000032000000
+ m_SmoothingGroup: 0
+ m_Uv:
+ m_UseWorldSpace: 0
+ m_FlipU: 0
+ m_FlipV: 0
+ m_SwapUV: 0
+ m_Fill: 1
+ m_Scale: {x: 1, y: 1}
+ m_Offset: {x: 0, y: 0}
+ m_Rotation: 0
+ m_Anchor: 9
+ m_Material: {fileID: 0}
+ m_SubmeshIndex: 0
+ m_ManualUV: 0
+ elementGroup: -1
+ m_TextureGroup: -1
+ m_SharedVertices:
+ - m_Vertices: 0000000008000000
+ - m_Vertices: 01000000
+ - m_Vertices: 0200000009000000100000002900000032000000
+ - m_Vertices: 0300000030000000
+ - m_Vertices: 040000002d000000
+ - m_Vertices: 05000000
+ - m_Vertices: 060000000d00000011000000280000002f000000
+ - m_Vertices: 070000000f000000
+ - m_Vertices: 0a000000
+ - m_Vertices: 0b00000012000000
+ - m_Vertices: 0c00000013000000
+ - m_Vertices: 0e000000
+ - m_Vertices: 140000001c000000
+ - m_Vertices: 150000001e000000240000002b00000033000000
+ - m_Vertices: 16000000
+ - m_Vertices: 1700000031000000
+ - m_Vertices: 180000002c000000
+ - m_Vertices: 1900000022000000260000002a0000002e000000
+ - m_Vertices: 1a000000
+ - m_Vertices: 1b00000023000000
+ - m_Vertices: 1d000000
+ - m_Vertices: 1f00000025000000
+ - m_Vertices: 2000000027000000
+ - m_Vertices: 21000000
+ m_SharedTextures: []
+ m_Positions:
+ - {x: -5, y: 1.5, z: 0.05}
+ - {x: -5, y: -2.5, z: 0.05}
+ - {x: -3, y: 1.5, z: 0.05}
+ - {x: -3, y: -2.5, z: 0.05}
+ - {x: 3, y: -2.5, z: 0.05}
+ - {x: 5, y: -2.5, z: 0.05}
+ - {x: 3, y: 1.5, z: 0.05}
+ - {x: 5, y: 1.5, z: 0.05}
+ - {x: -5, y: 1.5, z: 0.05}
+ - {x: -3, y: 1.5, z: 0.05}
+ - {x: -5, y: 2.5, z: 0.05}
+ - {x: -3, y: 2.5, z: 0.05}
+ - {x: 3, y: 2.5, z: 0.05}
+ - {x: 3, y: 1.5, z: 0.05}
+ - {x: 5, y: 2.5, z: 0.05}
+ - {x: 5, y: 1.5, z: 0.05}
+ - {x: -3, y: 1.5, z: 0.05}
+ - {x: 3, y: 1.5, z: 0.05}
+ - {x: -3, y: 2.5, z: 0.05}
+ - {x: 3, y: 2.5, z: 0.05}
+ - {x: -5, y: 1.5, z: -0.05}
+ - {x: -3, y: 1.5, z: -0.05}
+ - {x: -5, y: -2.5, z: -0.05}
+ - {x: -3, y: -2.5, z: -0.05}
+ - {x: 3, y: -2.5, z: -0.05}
+ - {x: 3, y: 1.5, z: -0.05}
+ - {x: 5, y: -2.5, z: -0.05}
+ - {x: 5, y: 1.5, z: -0.05}
+ - {x: -5, y: 1.5, z: -0.05}
+ - {x: -5, y: 2.5, z: -0.05}
+ - {x: -3, y: 1.5, z: -0.05}
+ - {x: -3, y: 2.5, z: -0.05}
+ - {x: 3, y: 2.5, z: -0.05}
+ - {x: 5, y: 2.5, z: -0.05}
+ - {x: 3, y: 1.5, z: -0.05}
+ - {x: 5, y: 1.5, z: -0.05}
+ - {x: -3, y: 1.5, z: -0.05}
+ - {x: -3, y: 2.5, z: -0.05}
+ - {x: 3, y: 1.5, z: -0.05}
+ - {x: 3, y: 2.5, z: -0.05}
+ - {x: 3, y: 1.5, z: 0.05}
+ - {x: -3, y: 1.5, z: 0.05}
+ - {x: 3, y: 1.5, z: -0.05}
+ - {x: -3, y: 1.5, z: -0.05}
+ - {x: 3, y: -2.5, z: -0.05}
+ - {x: 3, y: -2.5, z: 0.05}
+ - {x: 3, y: 1.5, z: -0.05}
+ - {x: 3, y: 1.5, z: 0.05}
+ - {x: -3, y: -2.5, z: 0.05}
+ - {x: -3, y: -2.5, z: -0.05}
+ - {x: -3, y: 1.5, z: 0.05}
+ - {x: -3, y: 1.5, z: -0.05}
+ m_Textures0:
+ - {x: 5, y: 1.5}
+ - {x: 5, y: -2.5}
+ - {x: 3, y: 1.5}
+ - {x: 3, y: -2.5}
+ - {x: -3, y: -2.5}
+ - {x: -5, y: -2.5}
+ - {x: -3, y: 1.5}
+ - {x: -5, y: 1.5}
+ - {x: 5, y: 1.5}
+ - {x: 3, y: 1.5}
+ - {x: 5, y: 2.5}
+ - {x: 3, y: 2.5}
+ - {x: -3, y: 2.5}
+ - {x: -3, y: 1.5}
+ - {x: -5, y: 2.5}
+ - {x: -5, y: 1.5}
+ - {x: 3, y: 1.5}
+ - {x: -3, y: 1.5}
+ - {x: 3, y: 2.5}
+ - {x: -3, y: 2.5}
+ - {x: -5, y: 1.5}
+ - {x: -3, y: 1.5}
+ - {x: -5, y: -2.5}
+ - {x: -3, y: -2.5}
+ - {x: 3, y: -2.5}
+ - {x: 3, y: 1.5}
+ - {x: 5, y: -2.5}
+ - {x: 5, y: 1.5}
+ - {x: -5, y: 1.5}
+ - {x: -5, y: 2.5}
+ - {x: -3, y: 1.5}
+ - {x: -3, y: 2.5}
+ - {x: 3, y: 2.5}
+ - {x: 5, y: 2.5}
+ - {x: 3, y: 1.5}
+ - {x: 5, y: 1.5}
+ - {x: -3, y: 1.5}
+ - {x: -3, y: 2.5}
+ - {x: 3, y: 1.5}
+ - {x: 3, y: 2.5}
+ - {x: -3, y: 0.05}
+ - {x: 3, y: 0.05}
+ - {x: -3, y: -0.05}
+ - {x: 3, y: -0.05}
+ - {x: 0.05, y: -2.5}
+ - {x: -0.05, y: -2.5}
+ - {x: 0.05, y: 1.5}
+ - {x: -0.05, y: 1.5}
+ - {x: 0.05, y: -2.5}
+ - {x: -0.05, y: -2.5}
+ - {x: 0.05, y: 1.5}
+ - {x: -0.05, y: 1.5}
+ m_Textures2: []
+ m_Textures3: []
+ m_Tangents:
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: 1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: -1, y: 0, z: 0, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: -1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ - {x: 0, y: 0, z: 1, w: -1}
+ m_Colors: []
+ m_UnwrapParameters:
+ m_HardAngle: 88
+ m_PackMargin: 20
+ m_AngleError: 8
+ m_AreaError: 15
+ m_PreserveMeshAssetOnDestroy: 0
+ assetGuid:
+ m_Mesh: {fileID: 730269999}
+ m_VersionIndex: 31
+ m_IsSelectable: 1
+ m_SelectedFaces:
+ m_SelectedEdges: []
+ m_SelectedVertices:
+--- !u!114 &1169029392
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1169029385}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 0cc6c36a261296f4c82e315da147ba93, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Assembly-CSharp::SlidingDoor
+ axis: 1
+ direction: -1
+ slideDistance: 15
+ speed: 3
+ startOpen: 0
+ OnOpened:
+ m_PersistentCalls:
+ m_Calls: []
+ OnClosed:
+ m_PersistentCalls:
+ m_Calls: []
+--- !u!43 &1170849270
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-170636
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 15}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000704100000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000704100000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000704100000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000704100000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c0000070410000803f000000000000000000000000000000000000803f000080bf0000f041000010c1cdcc4c3d0000a0c0000070c10000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a040000070410000803f000000000000000000000000000000000000803f000080bf0000f0410000803fcdcc4c3d0000a040000070c10000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c0000070c10000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c0000070c10000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a040000070c10000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a040000070c10000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c0000070c1000080bf00000000000000000000000000000000000080bf000080bf0000f041000010c1cdcc4cbd0000a0c000007041000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a040000070c1000080bf00000000000000000000000000000000000080bf000080bf0000f0410000803fcdcc4cbd0000a04000007041000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a04000007041000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a04000007041000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a040000070c1000000000000803f000000000000803f0000000000000000000080bf000000000000e8c1cdcc4c3d0000a040000070c1000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000e8c1cdcc4cbd0000a0c0000070c100000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000e8c1cdcc4c3d0000a0c0000070c100000000000080bf00000000000080bf0000000000000000000080bf000000000000e8c1cdcc4cbd0000a0c00000704100000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000704100000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 15}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!1001 &1180276897
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 169717431}
+ m_Modifications:
+ - target: {fileID: 3884605895522482221, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Size.y
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 3884605895522482221, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Size.z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 3884605895522482221, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 103
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1243970806}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_VersionIndex
+ value: 103
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[0].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[0].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[0].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[1].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[1].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[1].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[2].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[2].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[2].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[3].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[3].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[3].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[4].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[4].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[4].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[4].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[5].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[5].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[5].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[5].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[6].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[6].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[6].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[6].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[7].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[7].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[7].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[7].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[8].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[8].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[8].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[9].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[9].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[9].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[0].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[1].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[2].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[3].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[4].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[5].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[6].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[7].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[8].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[9].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_SharedVertices.Array.size
+ value: 8
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[10].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[10].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[10].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[11].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[11].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[11].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[12].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[12].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[12].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[12].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[13].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[13].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[13].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[13].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[14].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[14].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[14].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[14].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[15].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[15].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[15].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Tangents.Array.data[15].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[0].x
+ value: 0.1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[0].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[1].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[1].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[2].x
+ value: 0.1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[3].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[4].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[5].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[7].y
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[8].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[9].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[10].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[11].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[12].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[13].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[14].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[15].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[16].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[17].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[18].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[19].y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[20].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[21].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[22].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[23].y
+ value: -5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[12].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[13].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[14].y
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -9
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_SharedVertices.Array.data[0].m_Vertices.Array.size
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_SharedVertices.Array.data[1].m_Vertices.Array.size
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_SharedVertices.Array.data[2].m_Vertices.Array.size
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_SharedVertices.Array.data[3].m_Vertices.Array.size
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[1]'
+ value: 13
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[2]'
+ value: 22
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[1].m_Vertices.Array.data[1]'
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[1].m_Vertices.Array.data[2]'
+ value: 23
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[0]'
+ value: 2
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[1]'
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[2]'
+ value: 16
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[0]'
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[1]'
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 5140597600133624551, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[2]'
+ value: 17
+ objectReference: {fileID: 0}
+ - target: {fileID: 6734862024670495346, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1966391099}
+ - target: {fileID: 6921400718617286756, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: direction
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 6921400718617286756, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: slideDistance
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 6922175388650039756, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Name
+ value: Door
+ objectReference: {fileID: 0}
+ - target: {fileID: 7987102888823411772, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Size.y
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 7987102888823411772, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Size.z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -19.4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -7
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8512140229507148937, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1243970806}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+--- !u!4 &1180276898 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 8500599826884145603, guid: 2f9e8e4a19f939f43a84c1c7d0a0e185, type: 3}
+ m_PrefabInstance: {fileID: 1180276897}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1001 &1238363893
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1507274387}
+ m_Modifications:
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Name
+ value: TileWall (23)
+ objectReference: {fileID: 0}
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Layer
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 3605484921720718291, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1860250062}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 59
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -42.848656
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: -4.9999967
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: 7.951522
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 90
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7401385164455639002, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 0}
+ - target: {fileID: 8463408000742725404, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1860250062}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_VersionIndex
+ value: 65
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -29
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+--- !u!4 &1238363894 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ m_PrefabInstance: {fileID: 1238363893}
+ m_PrefabAsset: {fileID: 0}
+--- !u!43 &1243970806
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-166404
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c00000a0400000803f000000000000000000000000000000000000803f000080bf00002041000010c1cdcc4c3d0000a0c00000a0c00000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a0400000a0400000803f000000000000000000000000000000000000803f000080bf000020410000803fcdcc4c3d0000a0400000a0c00000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c00000a0c0000080bf00000000000000000000000000000000000080bf000080bf00002041000010c1cdcc4cbd0000a0c00000a040000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a0400000a0c0000080bf00000000000000000000000000000000000080bf000080bf000020410000803fcdcc4cbd0000a0400000a040000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a0400000a040000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a0400000a040000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!43 &1255676279
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-89678
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c00000a0400000803f000000000000000000000000000000000000803f000080bf00002041000010c1cdcc4c3d0000a0c00000a0c00000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a0400000a0400000803f000000000000000000000000000000000000803f000080bf000020410000803fcdcc4c3d0000a0400000a0c00000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c00000a0c0000080bf00000000000000000000000000000000000080bf000080bf00002041000010c1cdcc4cbd0000a0c00000a040000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a0400000a0c0000080bf00000000000000000000000000000000000080bf000080bf000020410000803fcdcc4cbd0000a0400000a040000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a0400000a040000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a0400000a040000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!43 &1299348509
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-89932
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c00000a0400000803f000000000000000000000000000000000000803f000080bf00002041000010c1cdcc4c3d0000a0c00000a0c00000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a0400000a0400000803f000000000000000000000000000000000000803f000080bf000020410000803fcdcc4c3d0000a0400000a0c00000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c00000a0c0000080bf00000000000000000000000000000000000080bf000080bf00002041000010c1cdcc4cbd0000a0c00000a040000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a0400000a0c0000080bf00000000000000000000000000000000000080bf000080bf000020410000803fcdcc4cbd0000a0400000a040000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a0400000a040000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a0400000a040000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!1001 &1357270146
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1507274387}
+ m_Modifications:
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Name
+ value: TileWall (9)
+ objectReference: {fileID: 0}
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Layer
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 3605484921720718291, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1078027918}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 80
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 59
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -17.848652
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: -4.9999967
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: 37.95152
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 90
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7401385164455639002, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 572268874}
+ - target: {fileID: 8463408000742725404, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 80
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1078027918}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_VersionIndex
+ value: 65
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 80
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 80
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 80
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 80
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -79
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -79
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -79
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -79
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+--- !u!4 &1357270147 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ m_PrefabInstance: {fileID: 1357270146}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1 &1368253246
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1368253247}
+ m_Layer: 0
+ m_Name: Level01
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1368253247
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1368253246}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: -6.88103, y: -0, z: 10.3958}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children:
+ - {fileID: 1766277917}
+ - {fileID: 1418461580}
+ - {fileID: 169717431}
+ - {fileID: 1507274387}
+ m_Father: {fileID: 0}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1001 &1382266571
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 169717431}
+ m_Modifications:
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -34.405052
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: -0.05
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -7.03343
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 838734381634944549, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1151505555}
+ - target: {fileID: 1753047251571399430, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 1753047251571399430, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 4175848428221556727, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 4175848428221556727, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 4175848428221556727, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 81
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1151505555}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_VersionIndex
+ value: 84
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[0].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[1].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[2].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[3].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[4].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[5].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[6].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[7].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[8].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[9].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[0].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[2].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[8].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[10].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[11].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[12].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[13].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[14].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[15].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[16].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[17].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[18].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[19].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[20].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[21].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[22].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[23].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[10].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[17].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[19].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[20].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[22].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5840335221072158843, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Name
+ value: TileFloor
+ objectReference: {fileID: 0}
+ - target: {fileID: 9192243752437355431, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1151505555}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+--- !u!4 &1382266572 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ m_PrefabInstance: {fileID: 1382266571}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1 &1418461579
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1418461580}
+ m_Layer: 0
+ m_Name: ROOM2
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1418461580
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1418461579}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
+ m_LocalPosition: {x: 10.88103, y: 0, z: -23.3958}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children:
+ - {fileID: 1883440122}
+ - {fileID: 704896679}
+ - {fileID: 159018199}
+ m_Father: {fileID: 1368253247}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!43 &1467951957
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-178058
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 1.5, z: 2.5}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000c0bf0000204000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000000c0cdcc4c3d0000c0bf0000204000000000000000000000803f000080bf0000000000000000000080bf00000000000000c0cdcc4cbd0000c03f0000204000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000c03f0000204000000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000c0bf000020400000803f000000000000000000000000000000000000803f000080bf0000a040000000c0cdcc4c3d0000c0bf000020c00000803f000000000000000000000000000000000000803f000080bf00000000000000c0cdcc4c3d0000c03f000020400000803f000000000000000000000000000000000000803f000080bf0000a0400000803fcdcc4c3d0000c03f000020c00000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000c0bf000020c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000000c0cdcc4cbd0000c0bf000020c00000000000000000000080bf0000803f0000000000000000000080bf00000000000000c0cdcc4c3d0000c03f000020c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000c03f000020c00000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000c0bf000020c0000080bf00000000000000000000000000000000000080bf000080bf0000a040000000c0cdcc4cbd0000c0bf00002040000080bf00000000000000000000000000000000000080bf000080bf00000000000000c0cdcc4cbd0000c03f000020c0000080bf00000000000000000000000000000000000080bf000080bf0000a0400000803fcdcc4cbd0000c03f00002040000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000c03f00002040000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000c03f00002040000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000c03f000020c0000000000000803f000000000000803f0000000000000000000080bf00000000000080c0cdcc4c3d0000c03f000020c0000000000000803f000000000000803f0000000000000000000080bfcdcccc3d000080c0cdcc4cbd0000c0bf000020c000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d000080c0cdcc4c3d0000c0bf000020c000000000000080bf00000000000080bf0000000000000000000080bf00000000000080c0cdcc4cbd0000c0bf0000204000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000c0bf0000204000000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 1.5, z: 2.5}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!43 &1473687952
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-176054
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 1.5, z: 2.5}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000c0bf0000204000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000000c0cdcc4c3d0000c0bf0000204000000000000000000000803f000080bf0000000000000000000080bf00000000000000c0cdcc4cbd0000c03f0000204000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000c03f0000204000000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000c0bf000020400000803f000000000000000000000000000000000000803f000080bf0000a040000000c0cdcc4c3d0000c0bf000020c00000803f000000000000000000000000000000000000803f000080bf00000000000000c0cdcc4c3d0000c03f000020400000803f000000000000000000000000000000000000803f000080bf0000a0400000803fcdcc4c3d0000c03f000020c00000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000c0bf000020c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000000c0cdcc4cbd0000c0bf000020c00000000000000000000080bf0000803f0000000000000000000080bf00000000000000c0cdcc4c3d0000c03f000020c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000c03f000020c00000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000c0bf000020c0000080bf00000000000000000000000000000000000080bf000080bf0000a040000000c0cdcc4cbd0000c0bf00002040000080bf00000000000000000000000000000000000080bf000080bf00000000000000c0cdcc4cbd0000c03f000020c0000080bf00000000000000000000000000000000000080bf000080bf0000a0400000803fcdcc4cbd0000c03f00002040000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000c03f00002040000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000c03f00002040000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000c03f000020c0000000000000803f000000000000803f0000000000000000000080bf00000000000080c0cdcc4c3d0000c03f000020c0000000000000803f000000000000803f0000000000000000000080bfcdcccc3d000080c0cdcc4cbd0000c0bf000020c000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d000080c0cdcc4c3d0000c0bf000020c000000000000080bf00000000000080bf0000000000000000000080bf00000000000080c0cdcc4cbd0000c0bf0000204000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000c0bf0000204000000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 1.5, z: 2.5}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!1 &1507274386
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1507274387}
+ m_Layer: 0
+ m_Name: Wall
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1507274387
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1507274386}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
+ m_LocalPosition: {x: 19.381031, y: 10, z: -23.3958}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children:
+ - {fileID: 76924350}
+ - {fileID: 1624519598}
+ - {fileID: 806368383}
+ - {fileID: 1112814512}
+ - {fileID: 1899189515}
+ - {fileID: 1357270147}
+ - {fileID: 1238363894}
+ - {fileID: 1610914099}
+ m_Father: {fileID: 1368253247}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!1001 &1610914098
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1507274387}
+ m_Modifications:
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Name
+ value: TileWall (3)
+ objectReference: {fileID: 0}
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Layer
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 3605484921720718291, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1299348509}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -27.84866
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: -5.0000024
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: 32.95152
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: 0.000000059604638
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7401385164455639002, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1255676279}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1299348509}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_VersionIndex
+ value: 32
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+--- !u!4 &1610914099 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ m_PrefabInstance: {fileID: 1610914098}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1001 &1624519597
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1507274387}
+ m_Modifications:
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Name
+ value: TileWall (15)
+ objectReference: {fileID: 0}
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Layer
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 3605484921720718291, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 549326904}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.y
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 189
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -57.84866
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: -4.9999995
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: 7.95152
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: 0.000000059604638
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7401385164455639002, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 0}
+ - target: {fileID: 8463408000742725404, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 549326904}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_VersionIndex
+ value: 189
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[0].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[0].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[0].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[1].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[1].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[1].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[2].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[2].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[2].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[3].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[3].x
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[3].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[4].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[4].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[4].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[4].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[5].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[5].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[5].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[5].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[6].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[6].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[6].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[6].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[7].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[7].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[7].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[7].z
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[8].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[8].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[8].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[9].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[9].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[9].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].y
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].y
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].y
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].y
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].y
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].y
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].y
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].y
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].y
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].y
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.size
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[10].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[10].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[10].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[11].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[11].x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[11].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[12].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[12].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[12].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[12].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[13].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[13].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[13].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[13].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[14].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[14].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[14].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[14].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[15].w
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[15].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[15].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Tangents.Array.data[15].z
+ value: -1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[0].x
+ value: 0.1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[0].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[1].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[1].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[2].x
+ value: 0.1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[3].x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[5].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[7].y
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[8].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[9].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].y
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].y
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].y
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].y
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].y
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].y
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].y
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].y
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].y
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].y
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].y
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].y
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].y
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].y
+ value: -0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[13].y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[14].y
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -59
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -59
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -59
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -59
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[0].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[1].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[2].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[3].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[1]'
+ value: 9
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[2]'
+ value: 12
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[1].m_Vertices.Array.data[1]'
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[1].m_Vertices.Array.data[2]'
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[0]'
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[1]'
+ value: 11
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[2]'
+ value: 14
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[0]'
+ value: 9
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[1]'
+ value: 11
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[2]'
+ value: 7
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+--- !u!4 &1624519598 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ m_PrefabInstance: {fileID: 1624519597}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1001 &1699185098
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1766277917}
+ m_Modifications:
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -34.405052
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: -0.05
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -7.03343
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 838734381634944549, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 0}
+ - target: {fileID: 1753047251571399430, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 1753047251571399430, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 4175848428221556727, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 4175848428221556727, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 4175848428221556727, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 81
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 615207150}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_VersionIndex
+ value: 84
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[0].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[1].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[2].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[3].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[4].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[5].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[6].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[7].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[8].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[9].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[0].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[2].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[8].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[10].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[11].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[12].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[13].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[14].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[15].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[16].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[17].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[18].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[19].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[20].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[21].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[22].x
+ value: -15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[23].x
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 15
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[10].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[17].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[19].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[20].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -29
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[22].x
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5840335221072158843, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Name
+ value: TileFloor
+ objectReference: {fileID: 0}
+ - target: {fileID: 9192243752437355431, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 615207150}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+--- !u!4 &1699185099 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ m_PrefabInstance: {fileID: 1699185098}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1 &1766277916
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1766277917}
+ m_Layer: 0
+ m_Name: ROOM1
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1766277917
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1766277916}
+ serializedVersion: 2
+ m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
+ m_LocalPosition: {x: 10.88103, y: 0, z: -23.3958}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children:
+ - {fileID: 1152730090}
+ - {fileID: 879134373}
+ - {fileID: 1699185099}
+ - {fileID: 1979137331}
+ m_Father: {fileID: 1368253247}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!43 &1860250062
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-96894
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 15}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000704100000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000704100000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000704100000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000704100000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c0000070410000803f000000000000000000000000000000000000803f000080bf0000f041000010c1cdcc4c3d0000a0c0000070c10000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a040000070410000803f000000000000000000000000000000000000803f000080bf0000f0410000803fcdcc4c3d0000a040000070c10000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c0000070c10000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c0000070c10000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a040000070c10000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a040000070c10000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c0000070c1000080bf00000000000000000000000000000000000080bf000080bf0000f041000010c1cdcc4cbd0000a0c000007041000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a040000070c1000080bf00000000000000000000000000000000000080bf000080bf0000f0410000803fcdcc4cbd0000a04000007041000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a04000007041000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a04000007041000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a040000070c1000000000000803f000000000000803f0000000000000000000080bf000000000000e8c1cdcc4c3d0000a040000070c1000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000e8c1cdcc4cbd0000a0c0000070c100000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000e8c1cdcc4c3d0000a0c0000070c100000000000080bf00000000000080bf0000000000000000000080bf000000000000e8c1cdcc4cbd0000a0c00000704100000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000704100000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 15}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!1001 &1871057508
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 159018199}
+ m_Modifications:
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Name
+ value: TileWall (39)
+ objectReference: {fileID: 0}
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Layer
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 3605484921720718291, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1473687952}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.y
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 10
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 81
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: 13
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 7.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -13
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 90
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7401385164455639002, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1473687952}
+ - target: {fileID: 8463408000742725404, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.y
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 8463408000742725404, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1473687952}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_VersionIndex
+ value: 87
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.size
+ value: 4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[0].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[1].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[5].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[8].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[9].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].y
+ value: 1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].y
+ value: -1.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[13].y
+ value: -2
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -4
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[0].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[1].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[2].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_SharedVertices.Array.data[3].m_Vertices.Array.size
+ value: 6
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[1]'
+ value: 9
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[0].m_Vertices.Array.data[2]'
+ value: 12
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[1].m_Vertices.Array.data[2]'
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[1]'
+ value: 11
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[2].m_Vertices.Array.data[2]'
+ value: 14
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: 'm_SharedVertices.Array.data[3].m_Vertices.Array.data[2]'
+ value: 7
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+--- !u!4 &1871057509 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ m_PrefabInstance: {fileID: 1871057508}
+ m_PrefabAsset: {fileID: 0}
+--- !u!4 &1883440122 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ m_PrefabInstance: {fileID: 5700584810912171396}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1001 &1899189514
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1507274387}
+ m_Modifications:
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Name
+ value: TileWall (4)
+ objectReference: {fileID: 0}
+ - target: {fileID: 2843516741972607348, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Layer
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 3605484921720718291, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 572268874}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 80
+ objectReference: {fileID: 0}
+ - target: {fileID: 4579864586410663392, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 59
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -17.84866
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: -4.9999967
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -22.048483
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 90
+ objectReference: {fileID: 0}
+ - target: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7401385164455639002, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 1255676279}
+ - target: {fileID: 8463408000742725404, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Size.z
+ value: 80
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 572268874}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_VersionIndex
+ value: 65
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 80
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 80
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 40
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 80
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 80
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -79
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -79
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -79
+ objectReference: {fileID: 0}
+ - target: {fileID: 8868111042538970869, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -79
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+--- !u!4 &1899189515 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 4751072299030562733, guid: 4175a5602e4244d988c11bca2debea28, type: 3}
+ m_PrefabInstance: {fileID: 1899189514}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1001 &1920106756
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1979137331}
+ m_Modifications:
+ - target: {fileID: 395850085018812323, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 961387713}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalScale.x
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalScale.y
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalScale.z
+ value: 0.6
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -24.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 2.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -7
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7112311031510233378, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 358549199}
+ - target: {fileID: 7423121966632867460, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_Name
+ value: TileGlass (2)
+ objectReference: {fileID: 0}
+ - target: {fileID: 8715567582214355493, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 358549199}
+ - target: {fileID: 8715567582214355493, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_VersionIndex
+ value: 26
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents:
+ - targetCorrespondingSourceObject: {fileID: 7423121966632867460, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ insertIndex: -1
+ addedObject: {fileID: 1920106759}
+ m_SourcePrefab: {fileID: 100100000, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+--- !u!4 &1920106757 stripped
+Transform:
+ m_CorrespondingSourceObject: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ m_PrefabInstance: {fileID: 1920106756}
+ m_PrefabAsset: {fileID: 0}
+--- !u!1 &1920106758 stripped
+GameObject:
+ m_CorrespondingSourceObject: {fileID: 7423121966632867460, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ m_PrefabInstance: {fileID: 1920106756}
+ m_PrefabAsset: {fileID: 0}
+--- !u!114 &1920106759
+MonoBehaviour:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1920106758}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 11500000, guid: 0cc6c36a261296f4c82e315da147ba93, type: 3}
+ m_Name:
+ m_EditorClassIdentifier: Assembly-CSharp::SlidingDoor
+ axis: 1
+ direction: -1
+ slideDistance: 10
+ speed: 3
+ startOpen: 0
+ OnOpened:
+ m_PersistentCalls:
+ m_Calls: []
+ OnClosed:
+ m_PersistentCalls:
+ m_Calls: []
+--- !u!43 &1966391099
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-145198
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a04000000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000a04000000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c00000a0400000803f000000000000000000000000000000000000803f000080bf00002041000010c1cdcc4c3d0000a0c00000a0c00000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a0400000a0400000803f000000000000000000000000000000000000803f000080bf000020410000803fcdcc4c3d0000a0400000a0c00000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c00000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c00000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c00000a0c0000080bf00000000000000000000000000000000000080bf000080bf00002041000010c1cdcc4cbd0000a0c00000a040000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a0400000a0c0000080bf00000000000000000000000000000000000080bf000080bf000020410000803fcdcc4cbd0000a0400000a040000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a0400000a040000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a0400000a040000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000a0c0000000000000803f000000000000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000a0c000000000000080bf00000000000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000a04000000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 5}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!43 &1978094751
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-148134
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 2, y: 0.05, z: 2.5}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: 000000c0cdcc4cbd0000204000000000000000000000803f000080bf0000000000000000000080bf000080406666663f00000040cdcc4cbd0000204000000000000000000000803f000080bf0000000000000000000080bf000000006666663f000000c0cdcc4c3d0000204000000000000000000000803f000080bf0000000000000000000080bf000080400000803f00000040cdcc4c3d0000204000000000000000000000803f000080bf0000000000000000000080bf000000000000803f00000040cdcc4cbd000020400000803f000000000000000000000000000000000000803f000080bf0000a0406666663f00000040cdcc4cbd000020c00000803f000000000000000000000000000000000000803f000080bf000000006666663f00000040cdcc4c3d000020400000803f000000000000000000000000000000000000803f000080bf0000a0400000803f00000040cdcc4c3d000020c00000803f000000000000000000000000000000000000803f000080bf000000000000803f00000040cdcc4cbd000020c00000000000000000000080bf0000803f0000000000000000000080bf000080406666663f000000c0cdcc4cbd000020c00000000000000000000080bf0000803f0000000000000000000080bf000000006666663f00000040cdcc4c3d000020c00000000000000000000080bf0000803f0000000000000000000080bf000080400000803f000000c0cdcc4c3d000020c00000000000000000000080bf0000803f0000000000000000000080bf000000000000803f000000c0cdcc4cbd000020c0000080bf00000000000000000000000000000000000080bf000080bf0000a0406666663f000000c0cdcc4cbd00002040000080bf00000000000000000000000000000000000080bf000080bf000000006666663f000000c0cdcc4c3d000020c0000080bf00000000000000000000000000000000000080bf000080bf0000a0400000803f000000c0cdcc4c3d00002040000080bf00000000000000000000000000000000000080bf000080bf000000000000803f000000c0cdcc4c3d00002040000000000000803f000000000000803f0000000000000000000080bf000000000000803f00000040cdcc4c3d00002040000000000000803f000000000000803f0000000000000000000080bf000080400000803f000000c0cdcc4c3d000020c0000000000000803f000000000000803f0000000000000000000080bf00000000000080c000000040cdcc4c3d000020c0000000000000803f000000000000803f0000000000000000000080bf00008040000080c0000000c0cdcc4cbd000020c000000000000080bf00000000000080bf0000000000000000000080bf00008040000080c000000040cdcc4cbd000020c000000000000080bf00000000000080bf0000000000000000000080bf00000000000080c0000000c0cdcc4cbd0000204000000000000080bf00000000000080bf0000000000000000000080bf000080400000803f00000040cdcc4cbd0000204000000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 2, y: 0.05, z: 2.5}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!1 &1979137330
+GameObject:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ serializedVersion: 6
+ m_Component:
+ - component: {fileID: 1979137331}
+ m_Layer: 0
+ m_Name: Box
+ m_TagString: Untagged
+ m_Icon: {fileID: 0}
+ m_NavMeshLayer: 0
+ m_StaticEditorFlags: 0
+ m_IsActive: 1
+--- !u!4 &1979137331
+Transform:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 1979137330}
+ serializedVersion: 2
+ m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
+ m_LocalPosition: {x: 0, y: 0, z: 0}
+ m_LocalScale: {x: 1, y: 1, z: 1}
+ m_ConstrainProportionsScale: 0
+ m_Children:
+ - {fileID: 1169029386}
+ - {fileID: 782771522}
+ - {fileID: 456195779}
+ - {fileID: 1920106757}
+ m_Father: {fileID: 1766277917}
+ m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
+--- !u!43 &2097524870
+Mesh:
+ m_ObjectHideFlags: 0
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_Name: pb_Mesh-94058
+ serializedVersion: 12
+ m_SubMeshes:
+ - serializedVersion: 2
+ firstByte: 0
+ indexCount: 36
+ topology: 0
+ baseVertex: 0
+ firstVertex: 0
+ vertexCount: 24
+ localAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 30}
+ m_Shapes:
+ vertices: []
+ shapes: []
+ channels: []
+ fullWeights: []
+ m_BindPose: []
+ m_BoneNameHashes:
+ m_RootBoneNameHash: 0
+ m_BonesAABB: []
+ m_VariableBoneCountWeights:
+ m_Data:
+ m_MeshCompression: 0
+ m_IsReadable: 1
+ m_KeepVertices: 1
+ m_KeepIndices: 1
+ m_IndexFormat: 0
+ m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600
+ m_VertexData:
+ serializedVersion: 3
+ m_VertexCount: 24
+ m_Channels:
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 12
+ format: 0
+ dimension: 3
+ - stream: 0
+ offset: 24
+ format: 0
+ dimension: 4
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 40
+ format: 0
+ dimension: 2
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ - stream: 0
+ offset: 0
+ format: 0
+ dimension: 0
+ m_DataSize: 1152
+ _typelessdata: cdcc4cbd0000a0c00000f04100000000000000000000803f000080bf0000000000000000000080bfcdcccc3d000010c1cdcc4c3d0000a0c00000f04100000000000000000000803f000080bf0000000000000000000080bf00000000000010c1cdcc4cbd0000a0400000f04100000000000000000000803f000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0400000f04100000000000000000000803f000080bf0000000000000000000080bf000000000000803fcdcc4c3d0000a0c00000f0410000803f000000000000000000000000000000000000803f000080bf00007042000010c1cdcc4c3d0000a0c00000f0c10000803f000000000000000000000000000000000000803f000080bf00000000000010c1cdcc4c3d0000a0400000f0410000803f000000000000000000000000000000000000803f000080bf000070420000803fcdcc4c3d0000a0400000f0c10000803f000000000000000000000000000000000000803f000080bf000000000000803fcdcc4c3d0000a0c00000f0c10000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d000010c1cdcc4cbd0000a0c00000f0c10000000000000000000080bf0000803f0000000000000000000080bf00000000000010c1cdcc4c3d0000a0400000f0c10000000000000000000080bf0000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000f0c10000000000000000000080bf0000803f0000000000000000000080bf000000000000803fcdcc4cbd0000a0c00000f0c1000080bf00000000000000000000000000000000000080bf000080bf00007042000010c1cdcc4cbd0000a0c00000f041000080bf00000000000000000000000000000000000080bf000080bf00000000000010c1cdcc4cbd0000a0400000f0c1000080bf00000000000000000000000000000000000080bf000080bf000070420000803fcdcc4cbd0000a0400000f041000080bf00000000000000000000000000000000000080bf000080bf000000000000803fcdcc4cbd0000a0400000f041000000000000803f000000000000803f0000000000000000000080bf000000000000803fcdcc4c3d0000a0400000f041000000000000803f000000000000803f0000000000000000000080bfcdcccc3d0000803fcdcc4cbd0000a0400000f0c1000000000000803f000000000000803f0000000000000000000080bf0000000000006cc2cdcc4c3d0000a0400000f0c1000000000000803f000000000000803f0000000000000000000080bfcdcccc3d00006cc2cdcc4cbd0000a0c00000f0c100000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d00006cc2cdcc4c3d0000a0c00000f0c100000000000080bf00000000000080bf0000000000000000000080bf0000000000006cc2cdcc4cbd0000a0c00000f04100000000000080bf00000000000080bf0000000000000000000080bfcdcccc3d0000803fcdcc4c3d0000a0c00000f04100000000000080bf00000000000080bf0000000000000000000080bf000000000000803f
+ m_CompressedMesh:
+ m_Vertices:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_UV:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Normals:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Tangents:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_Weights:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_NormalSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_TangentSigns:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_FloatColors:
+ m_NumItems: 0
+ m_Range: 0
+ m_Start: 0
+ m_Data:
+ m_BitSize: 0
+ m_BoneIndices:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_Triangles:
+ m_NumItems: 0
+ m_Data:
+ m_BitSize: 0
+ m_UVInfo: 0
+ m_LocalAABB:
+ m_Center: {x: 0, y: 0, z: 0}
+ m_Extent: {x: 0.05, y: 5, z: 30}
+ m_MeshUsageFlags: 0
+ m_CookingOptions: 30
+ m_BakedConvexCollisionMesh:
+ m_BakedTriangleCollisionMesh:
+ 'm_MeshMetrics[0]': 1
+ 'm_MeshMetrics[1]': 1
+ m_MeshOptimizationFlags: 1
+ m_StreamData:
+ serializedVersion: 2
+ offset: 0
+ size: 0
+ path:
+ m_MeshLodInfo:
+ serializedVersion: 2
+ m_LodSelectionCurve:
+ serializedVersion: 1
+ m_LodSlope: 0
+ m_LodBias: 0
+ m_NumLevels: 1
+ m_SubMeshes:
+ - serializedVersion: 2
+ m_Levels:
+ - serializedVersion: 1
+ m_IndexStart: 0
+ m_IndexCount: 0
+--- !u!1001 &4450493403543184923
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1979137331}
+ m_Modifications:
+ - target: {fileID: 395850085018812323, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 796770714}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalScale.z
+ value: 0.5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: -22
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: 5
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: -4
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: 0.7071068
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 90
+ objectReference: {fileID: 0}
+ - target: {fileID: 5676916603420269486, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 7112311031510233378, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 796770714}
+ - target: {fileID: 7423121966632867460, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_Name
+ value: TileGlass
+ objectReference: {fileID: 0}
+ - target: {fileID: 8715567582214355493, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 796770714}
+ - target: {fileID: 8715567582214355493, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+ propertyPath: m_VersionIndex
+ value: 26
+ objectReference: {fileID: 0}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 2d24a72aa97834b4a9baff9020719d61, type: 3}
+--- !u!1001 &5700584810912171396
+PrefabInstance:
+ m_ObjectHideFlags: 0
+ serializedVersion: 2
+ m_Modification:
+ serializedVersion: 3
+ m_TransformParent: {fileID: 1418461580}
+ m_Modifications:
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalPosition.x
+ value: 5.594949
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalPosition.y
+ value: -0.05
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalPosition.z
+ value: 7.96657
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.w
+ value: 1
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.x
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.y
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalRotation.z
+ value: -0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.x
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.y
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 495342671324507826, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_LocalEulerAnglesHint.z
+ value: 0
+ objectReference: {fileID: 0}
+ - target: {fileID: 1753047251571399430, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.x
+ value: 50
+ objectReference: {fileID: 0}
+ - target: {fileID: 1753047251571399430, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.z
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 4175848428221556727, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.x
+ value: 50
+ objectReference: {fileID: 0}
+ - target: {fileID: 4175848428221556727, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Size.z
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 4175848428221556727, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_UnmodifiedMeshVersion
+ value: 147
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 90953139}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_VersionIndex
+ value: 150
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[0].x
+ value: -25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[0].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[1].x
+ value: 25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[1].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[2].x
+ value: -25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[2].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[3].x
+ value: 25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[3].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[4].x
+ value: 25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[4].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[5].x
+ value: 25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[5].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[6].x
+ value: 25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[6].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[7].x
+ value: 25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[7].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[8].x
+ value: 25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[8].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[9].x
+ value: -25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[9].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[0].x
+ value: 50
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[2].x
+ value: 50
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[4].x
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[6].x
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[8].x
+ value: 50
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[10].x
+ value: 25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[10].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[11].x
+ value: -25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[11].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[12].x
+ value: -25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[12].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[13].x
+ value: -25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[13].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[14].x
+ value: -25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[14].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[15].x
+ value: -25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[15].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[16].x
+ value: -25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[16].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[17].x
+ value: 25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[17].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[18].x
+ value: -25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[18].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[19].x
+ value: 25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[19].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[20].x
+ value: -25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[20].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[21].x
+ value: 25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[21].z
+ value: -30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[22].x
+ value: -25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[22].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[23].x
+ value: 25
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Positions.Array.data[23].z
+ value: 30
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[10].x
+ value: 50
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[12].x
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[14].x
+ value: 60
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[17].x
+ value: 50
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[18].y
+ value: -59
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[19].x
+ value: 50
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[19].y
+ value: -59
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[20].x
+ value: 50
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[20].y
+ value: -59
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[21].y
+ value: -59
+ objectReference: {fileID: 0}
+ - target: {fileID: 5158937175993662519, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Textures0.Array.data[22].x
+ value: 50
+ objectReference: {fileID: 0}
+ - target: {fileID: 5840335221072158843, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Name
+ value: TileFloor
+ objectReference: {fileID: 0}
+ - target: {fileID: 5840335221072158843, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Layer
+ value: 3
+ objectReference: {fileID: 0}
+ - target: {fileID: 5840335221072158843, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_TagString
+ value: Ground
+ objectReference: {fileID: 0}
+ - target: {fileID: 9192243752437355431, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+ propertyPath: m_Mesh
+ value:
+ objectReference: {fileID: 90953139}
+ m_RemovedComponents: []
+ m_RemovedGameObjects: []
+ m_AddedGameObjects: []
+ m_AddedComponents: []
+ m_SourcePrefab: {fileID: 100100000, guid: 6c473a12ab25142ec90b284ea34213f2, type: 3}
+--- !u!1660057539 &9223372036854775807
+SceneRoots:
+ m_ObjectHideFlags: 0
+ m_Roots:
+ - {fileID: 1168512182}
+ - {fileID: 1044583204}
+ - {fileID: 1368253247}
diff --git a/Assets/Level/Scenes/Level/01/Level01_Work.unity.meta b/Assets/Level/Scenes/Level/01/Level01_Work.unity.meta
new file mode 100644
index 0000000..d33ddd6
--- /dev/null
+++ b/Assets/Level/Scenes/Level/01/Level01_Work.unity.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 002c7c1365eb84470a077e39ac50a31c
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Packages/manifest.json b/Packages/manifest.json
index e3f8ba6..e9b6cbe 100644
--- a/Packages/manifest.json
+++ b/Packages/manifest.json
@@ -2,6 +2,7 @@
"dependencies": {
"com.unity.ai.navigation": "2.0.10",
"com.unity.collab-proxy": "2.11.3",
+ "com.unity.formats.fbx": "5.1.5",
"com.unity.ide.rider": "3.0.39",
"com.unity.ide.visualstudio": "2.0.26",
"com.unity.inputsystem": "1.18.0",
diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json
index 1c1b2f8..e6d7255 100644
--- a/Packages/packages-lock.json
+++ b/Packages/packages-lock.json
@@ -1,5 +1,12 @@
{
"dependencies": {
+ "com.autodesk.fbx": {
+ "version": "5.1.3",
+ "depth": 1,
+ "source": "registry",
+ "dependencies": {},
+ "url": "https://packages.unity.com"
+ },
"com.merry-yellow.code-assist": {
"version": "file:com.merry-yellow.code-assist",
"depth": 0,
@@ -51,6 +58,16 @@
"source": "builtin",
"dependencies": {}
},
+ "com.unity.formats.fbx": {
+ "version": "5.1.5",
+ "depth": 0,
+ "source": "registry",
+ "dependencies": {
+ "com.autodesk.fbx": "5.1.1",
+ "com.unity.timeline": "1.7.1"
+ },
+ "url": "https://packages.unity.com"
+ },
"com.unity.ide.rider": {
"version": "3.0.39",
"depth": 0,
diff --git a/ProjectSettings/Packages/com.unity.probuilder/Settings.json b/ProjectSettings/Packages/com.unity.probuilder/Settings.json
index 1e5a249..ea40664 100644
--- a/ProjectSettings/Packages/com.unity.probuilder/Settings.json
+++ b/ProjectSettings/Packages/com.unity.probuilder/Settings.json
@@ -74,13 +74,23 @@
{
"type": "UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "ShapeBuilder.LastSize.Cube",
- "value": "{\"m_Value\":{\"x\":0.10000000149011612,\"y\":2.0,\"z\":1.0}}"
+ "value": "{\"m_Value\":{\"x\":4.0,\"y\":0.10000000149011612,\"z\":5.0}}"
},
{
"type": "UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "ShapeBuilder.LastSize.Sphere",
"value": "{\"m_Value\":{\"x\":0.5,\"y\":0.5,\"z\":0.5}}"
},
+ {
+ "type": "UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "key": "ShapeBuilder.LastSize.Door",
+ "value": "{\"m_Value\":{\"x\":10.0,\"y\":5.0,\"z\":0.10000000149011612}}"
+ },
+ {
+ "type": "UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "key": "ShapeBuilder.LastSize.Arch",
+ "value": "{\"m_Value\":{\"x\":10.0,\"y\":0.10000000149011612,\"z\":10.0}}"
+ },
{
"type": "UnityEngine.Quaternion, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "ShapeBuilder.LastRotation.Cube",
@@ -91,6 +101,16 @@
"key": "ShapeBuilder.LastRotation.Sphere",
"value": "{\"m_Value\":{\"x\":0.0,\"y\":0.0,\"z\":0.0,\"w\":1.0}}"
},
+ {
+ "type": "UnityEngine.Quaternion, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "key": "ShapeBuilder.LastRotation.Door",
+ "value": "{\"m_Value\":{\"x\":0.0,\"y\":0.0,\"z\":0.0,\"w\":1.0}}"
+ },
+ {
+ "type": "UnityEngine.Quaternion, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "key": "ShapeBuilder.LastRotation.Arch",
+ "value": "{\"m_Value\":{\"x\":0.0,\"y\":0.0,\"z\":0.0,\"w\":1.0}}"
+ },
{
"type": "UnityEngine.ProBuilder.PivotLocation, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "ShapeBuilder.PivotLocation.Cube",
@@ -101,6 +121,16 @@
"key": "ShapeBuilder.PivotLocation.Sphere",
"value": "{\"m_Value\":0}"
},
+ {
+ "type": "UnityEngine.ProBuilder.PivotLocation, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "key": "ShapeBuilder.PivotLocation.Door",
+ "value": "{\"m_Value\":0}"
+ },
+ {
+ "type": "UnityEngine.ProBuilder.PivotLocation, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "key": "ShapeBuilder.PivotLocation.Arch",
+ "value": "{\"m_Value\":0}"
+ },
{
"type": "UnityEngine.ProBuilder.Shapes.Shape, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "ShapeBuilder.Cube",
@@ -111,6 +141,16 @@
"key": "ShapeBuilder.Sphere",
"value": "{}"
},
+ {
+ "type": "UnityEngine.ProBuilder.Shapes.Shape, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "key": "ShapeBuilder.Door",
+ "value": "{}"
+ },
+ {
+ "type": "UnityEngine.ProBuilder.Shapes.Shape, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
+ "key": "ShapeBuilder.Arch",
+ "value": "{}"
+ },
{
"type": "UnityEngine.Rendering.ShadowCastingMode, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "mesh.shadowCastingMode",